scripts/DisplayHits.C

Go to the documentation of this file.
00001 //____________________________________________________________________
00002 //
00003 // $Id: DisplayHits.C,v 1.2 2006/03/21 12:58:10 cholm Exp $
00004 //
00005 // Draw hits in the specialised FMD event display 
00006 //
00010 void
00011 DisplayHits()
00012 {
00013   AliCDBManager* cdb = AliCDBManager::Instance();
00014   cdb->SetDefaultStorage("local://cdb");
00015   gSystem->Load("libFMDutil.so");
00016   AliFMDDisplay* d = new AliFMDDisplay;
00017   d->AddLoad(AliFMDInput::kHits);
00018   d->AddLoad(AliFMDInput::kKinematics);
00019   d->Run();
00020 }
00021 
00022 //____________________________________________________________________
00023 //
00024 // EOF
00025 //

Generated on Fri Mar 24 17:11:21 2006 for ALICE FMD Off-line by  doxygen 1.4.6