X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=PHOS%2FAliPHOSLoader.h;h=d60517bd5117b5ef1e152003c9460fbf151b5fdc;hb=f1565555508737542d596bbe85a27108f0f3a3e3;hp=676f1a7d145f9e77057202bd52078641fc2b337f;hpb=8f9475fc4877a0fadf8c14dde756677c58bf7d13;p=u%2Fmrichter%2FAliRoot.git diff --git a/PHOS/AliPHOSLoader.h b/PHOS/AliPHOSLoader.h index 676f1a7d145..d60517bd511 100644 --- a/PHOS/AliPHOSLoader.h +++ b/PHOS/AliPHOSLoader.h @@ -5,6 +5,11 @@ /* $Id$ */ +/* History of cvs commits: + * + * $Log$ + */ + //_________________________________________________________________________ // A singleton that returns various objects // Should be used on the analysis stage to avoid confusing between different @@ -72,20 +77,20 @@ public: Int_t LoadTracks(Option_t* opt=""); //reads Tracks from disk and sends them to folder; array as well as tree Int_t LoadRecParticles(Option_t* opt=""); - Int_t PostHits(); //Posts the - Int_t PostSDigits(); - Int_t PostDigits(); - Int_t PostRecPoints(); - Int_t PostTracks(); - Int_t PostRecParticles(); + Int_t PostHits()const; //Posts the + Int_t PostSDigits()const; + Int_t PostDigits()const; + Int_t PostRecPoints()const; + Int_t PostTracks()const; + Int_t PostRecParticles()const; void CleanFolders();//cleans all the stuff loaded by this detector + calls AliLoader::Clean - void CleanHits(); - void CleanSDigits(); - void CleanDigits(); - void CleanRecPoints(); - void CleanTracks(); + void CleanHits()const; + void CleanSDigits()const; + void CleanDigits()const; + void CleanRecPoints()const; + void CleanTracks()const; void CleanRecParticles(); //up to now it is only here -> no definition about global/incremental tracking/PID @@ -93,7 +98,6 @@ public: // Int_t WriteRecParticles(Option_t* opt="");//writes the reconstructed particles // Int_t WritePID(Option_t* opt="");//writes the task for PID to file // Bool_t PostPID (AliPHOSPID * pid) const {return kTRUE;} -// Bool_t PostQA (void) const ; //it was empty anyway /*******************************************************************/ /*******************************************************************/ @@ -120,7 +124,7 @@ public: const AliPHOSGeometry *PHOSGeometry() ; // Alarms // TFolder * Alarms() const { return (TFolder*)(ReturnO("Alarms", 0)); } - TObjArray * Alarms(); + TObjArray * Alarms() {return 0x0;} /*********************************************/ /************ TClonesArrays ***********/ @@ -156,7 +160,7 @@ public: /************ T A S K S **************/ /*********************************************/ // - // AliPHOSSDigitizer* PHOSSDigitizer(TString name = AliConfig::fgkDefaultEventFolderName); + // AliPHOSSDigitizer* PHOSSDigitizer(TString name = AliConfig::GetDefaultEventFolderName()); //AliPHOSDigitizer* PHOSDigitizer() { return dynamic_cast(Digitizer()) ;} AliPHOSClusterizer* Clusterizer () const {return dynamic_cast(Reconstructioner()) ;} @@ -195,7 +199,6 @@ private: Int_t ReadTracks(); Int_t ReadRecParticles(); - void ReadTreeQA() ; Int_t fDebug ; // Debug level static const TString fgkHitsName;//Name for TClonesArray with hits from one event @@ -323,8 +326,5 @@ inline const AliPHOSRecParticle* AliPHOSLoader::RecParticle(Int_t index) return (const AliPHOSRecParticle*) tcarr->At(index); return 0x0; } -/******************************************************************************/ -inline TObjArray * AliPHOSLoader::Alarms() -{ return (TObjArray*)(GetQAFolder()->FindObject(fDetectorName));} #endif // AliPHOSLOADER_H