X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=STEER%2FAliReconstruction.h;h=87cd591deb0da3d8a7cae6041535f734f3779744;hb=123109bbc53922afc0faf7d6bf3a62c223f07b3e;hp=ff98d9f4f18ef4a26424255a4dfbe4161edd189f;hpb=87da092168dada22968d54a958ac27ad2f4ce78a;p=u%2Fmrichter%2FAliRoot.git diff --git a/STEER/AliReconstruction.h b/STEER/AliReconstruction.h index ff98d9f4f18..87cd591deb0 100644 --- a/STEER/AliReconstruction.h +++ b/STEER/AliReconstruction.h @@ -32,6 +32,7 @@ class AliVertexer; class AliESDVertex; class AliESDEvent; class AliESDfriend; +class AliESDpid; class AliVertexerTracks; class TFile; class TTree; @@ -42,6 +43,10 @@ class AliRecoParam; class AliDetectorRecoParam; class AliRunInfo; class AliGRPObject; +class THashTable; +class AliTriggerRunScalers; +class AliCTPTimeParams; + #include "AliQAv1.h" #include "AliEventInfo.h" #include "AliRecoParam.h" @@ -78,13 +83,6 @@ public: void SetLoadAlignData(const char* detectors) {fLoadAlignData = detectors;}; - //*** Magnetic field setters - void SetUniformFieldTracking(Bool_t flag=kTRUE){fUniformField=flag;} - Bool_t SetFieldMap(Float_t l3Current=30000., Float_t diCurrent=6000., - Float_t l3Pol=1., Float_t dipPol=1., Float_t benergy=7000., - const Char_t* btype="pp", - const Char_t* path="$(ALICE_ROOT)/data/maps/mfchebKGI_sym.root"); - //*** Global reconstruction flag setters void SetRunVertexFinder(Bool_t flag=kTRUE) {fRunVertexFinder=flag;}; void SetRunVertexFinderTracks(Bool_t flag=kTRUE) {fRunVertexFinderTracks=flag;}; @@ -148,7 +146,10 @@ public: void InitQA(); void MergeQA(const char *fileName = NULL); void SetWriteQAExpert() { fWriteQAExpertData = kTRUE ; } - + Bool_t IsRunQA() { return fRunQA ; } + Bool_t IsRunGlobalQA() { return fRunGlobalQA ; } + Bool_t IsInTasks(AliQAv1::TASKINDEX_t tsk) { return fQATasks.Contains(Form("%d", tsk)) ; } + // Plane Efficiency Evaluation void SetRunPlaneEff(Bool_t flag=kFALSE) {fRunPlaneEff = flag;} @@ -157,26 +158,32 @@ public: }; static Int_t GetDetIndex(const char * detector); +protected: + virtual Bool_t ProcessEvent(void* event); + void InitRun(const char* input); + private: AliReconstruction(const AliReconstruction& rec); AliReconstruction& operator = (const AliReconstruction& rec); - void InitRun(const char* input); void InitRawReader(const char* input); void InitCDB(); Bool_t InitGRP(); void SetCDBLock(); Bool_t SetRunNumberFromData(); Bool_t LoadCDB(); + Bool_t LoadTriggerScalersCDB(); + Bool_t LoadCTPTimeParamsCDB(); Bool_t RunLocalEventReconstruction(const TString& detectors); Bool_t RunVertexFinder(AliESDEvent*& esd); Bool_t RunHLTTracking(AliESDEvent*& esd); Bool_t RunMuonTracking(AliESDEvent*& esd); Bool_t RunSPDTrackleting(AliESDEvent*& esd); - Bool_t RunTracking(AliESDEvent*& esd); + Bool_t RunTracking(AliESDEvent*& esd, AliESDpid &PID); Bool_t CleanESD(AliESDEvent *esd); Bool_t FillESD(AliESDEvent*& esd, const TString& detectors); Bool_t FillTriggerESD(AliESDEvent*& esd); + Bool_t FillTriggerScalers(AliESDEvent*& esd); Bool_t FillRawEventHeaderESD(AliESDEvent*& esd); Bool_t IsSelected(TString detName, TString& detectors) const; @@ -185,6 +192,8 @@ private: AliVertexer* CreateVertexer(); void CleanUp(); + Bool_t ParseOutput(); + //==========================================// void WriteAlignmentData(AliESDEvent* esd); @@ -205,9 +214,6 @@ private: const char *MatchDetectorList(const char *detectorList, UInt_t detectorMask); - //*** Magnetic field map settings ******************* - Bool_t fUniformField; // uniform field tracking flag - //*** Global reconstruction flags ******************* Bool_t fRunVertexFinder; // run the vertex finder Bool_t fRunVertexFinderTracks; // run the vertex finder with tracks @@ -234,7 +240,11 @@ private: TString fUseTrackingErrorsForAlignment; // for these detectors TString fGAliceFileName; // name of the galice file TString fRawInput; // name of input raw-data file or directory - TUrl fESDOutput; //! name of output ESD file + TString fESDOutput; //! name of output ESD file + TString fProofOutputFileName;//! name of output file in PROOF mode + TString fProofOutputLocation;//! output location in PROOF mode + Bool_t fProofOutputDataset; //! keep output file in PROOF mode in dataset or merge + TString fProofOutputArchive; //! list of file to be kept in output zip archive in PROOF mode TString fEquipIdMap; // name of file with equipment id map Int_t fFirstEvent; // index of first event to be reconstr. Int_t fLastEvent; // index of last event to be reconstr. @@ -245,7 +255,8 @@ private: TString fUseHLTData; // Detectors for which the HLT data is used as input AliRunInfo* fRunInfo; // an object which contains essential global conditions information AliEventInfo fEventInfo; // an object which contains essential event information - + AliTriggerRunScalers* fRunScalers; // an object which contains the trigger counters for xsection + AliCTPTimeParams* fCTPTimeParams; // an object which contains the trigger delays AliRunLoader* fRunLoader; //! current run loader object AliRawReader* fRawReader; //! current raw data reader AliRawReader* fParentRawReader; //! parent raw data reader in case of AliRawReaderHLT @@ -259,6 +270,7 @@ private: AliESDVertex* fDiamondProfileSPD; // (x,y) diamond profile from SPD for AliITSVertexer3D(Z) AliESDVertex* fDiamondProfile; // (x,y) diamond profile for AliVertexerTracks (ITS+TPC) AliESDVertex* fDiamondProfileTPC; // (x,y) diamond profile from TPC for AliVertexerTracks + THashTable* fListOfCosmicTriggers; // list of cosmic triggers as defined by trigger coordination AliGRPObject* fGRPData; // Data from the GRP/GRP/Data CDB folder @@ -274,7 +286,6 @@ private: Int_t fQACycles[ AliQAv1::kNDET]; // # events over which QA data are accumulated Bool_t fQAWriteExpert[AliQAv1::kNDET]; // Flag to save or not expert QA data TString fQADetectors ; // list of detectors to be QA'ed - AliQAManager * fQAManager ; //! steering class to run QA TString fQATasks ; // list of QA tasks to be performed Bool_t fRunQA ; // Run QA flag Bool_t fRunGlobalQA; // Run global QA flag @@ -291,7 +302,9 @@ private: AliESDEvent* fhltesd; //! Pointer to the HLT ESD event object AliESDfriend* fesdf; //! Pointer to the ESD friend object TFile* ffile; //! Pointer to the ESD file + TFile* ffileF; //! Pointer to the ESD friend file TTree* ftree; //! Pointer to the ESD tree + TTree* ftreeF; //! Pointer to the ESD friend tree TTree* fhlttree; //! Pointer to the HLT ESD tree AliVertexerTracks* ftVertexer; //! Pointer to the vertexer based on ESD tracks Bool_t fIsNewRunLoader; // galice.root created from scratch (real raw data case) @@ -299,7 +312,7 @@ private: TTree* fChain; //! The raw-data chain in case of AliRawReaderChain - ClassDef(AliReconstruction, 32) // class for running the reconstruction + ClassDef(AliReconstruction, 34) // class for running the reconstruction }; #endif