![]() |
AliRoot Core
3dc7879 (3dc7879)
|
#include <AliReconstruction.h>
Public Types | |
enum | { kNDetectors = 18 } |
Public Member Functions | |
AliReconstruction (const char *gAliceFilename="galice.root") | |
virtual | ~AliReconstruction () |
void | SetGAliceFile (const char *fileName) |
void | SetInput (const char *input) |
void | SetOutput (const char *output) |
void | SetEquipmentIdMap (const char *mapFile) |
void | SetEventRange (Int_t firstEvent=0, Int_t lastEvent=-1) |
void | SetNumberOfEventsPerFile (UInt_t nEvents) |
void | SetFractionFriends (Double_t frac=0.04) |
void | SetFractionHLTESD (Double_t frac=0.05) |
void | SetSkipFriendsForLargeZ (Bool_t v) |
void | SetMaxFriendTracks (Int_t n) |
void | SetSkipFriendsCutZ (double z) |
Double_t | GetFractionHLTESD () const |
Double_t | GetFractionFriends () const |
Bool_t | GetSkipFriendsForLargeZ () const |
Int_t | GetMaxFriendTracks () const |
Double_t | GetSkipFriendsCutZ () const |
void | SetOption (const char *detector, const char *option) |
void | SetRecoParam (const char *detector, AliDetectorRecoParam *par) |
void | SetCosmicAlias (const char *nm="kCosmic") |
void | SetLaserAlias (const char *nm="kCalibLaser") |
TString & | GetCosmicAlias () const |
TString & | GetLaserAlias () const |
void | SetRunLocalReconstruction (const char *detectors) |
void | SetRunTracking (const char *detectors) |
void | SetFillESD (const char *detectors) |
void | SetRunReconstruction (const char *detectors) |
void | SetDeleteRecPoints (const char *dets) |
void | SetDeleteDigits (const char *dets) |
void | SetUseTrackingErrorsForAlignment (const char *detectors) |
void | SetLoadAlignFromCDB (Bool_t load) |
void | SetLoadAlignData (const char *detectors) |
void | SetRun1PIDforTracking (Bool_t val=kTRUE) |
void | SetTreeBuffSize (Long64_t sz=30000000) |
void | SetRunMultFinder (Bool_t flag=kTRUE) |
void | SetRunVertexFinder (Bool_t flag=kTRUE) |
void | SetRunVertexFinderTracks (Bool_t flag=kTRUE) |
void | SetRunV0Finder (Bool_t flag=kTRUE) |
void | SetRunCascadeFinder (Bool_t flag=kTRUE) |
void | SetStopOnError (Bool_t flag=kTRUE) |
void | SetStopOnMissingTriggerFile (Bool_t flag=kTRUE) |
void | SetWriteAlignmentData (Bool_t flag=kTRUE) |
void | SetWriteESDfriend (Bool_t flag=kTRUE) |
void | SetWriteHLTESD (Bool_t flag=kTRUE) |
void | SetFillTriggerESD (Bool_t flag=kTRUE) |
void | SetDiamondProfileSPD (AliESDVertex *dp) |
void | SetDiamondProfile (AliESDVertex *dp) |
void | SetDiamondProfileTPC (AliESDVertex *dp) |
void | ResetFriends () |
void | SetSkipIncompleteDAQ (Bool_t v=kTRUE) |
Bool_t | GetSkipIncompleteDAQ () |
void | SetCleanESD (Bool_t flag=kTRUE) |
void | SetUseHLTData (const char *detectors) |
void | SetV0DCAmax (Float_t d) |
void | SetV0CsPmin (Float_t d) |
void | SetDmax (Float_t d) |
void | SetZmax (Float_t z) |
Float_t | GetV0DCAmax () const |
Float_t | GetV0CsPmin () const |
Float_t | GetDmax () const |
Float_t | GetZmax () const |
Bool_t | HasNextEventAfter (Int_t eventId) |
Bool_t | IsRunMultFinder () const |
void | SetDefaultStorage (const char *uri) |
void | SetSpecificStorage (const char *calibType, const char *uri) |
void | SetCDBSnapshotMode (const char *snapshotFileName) |
void | AddCheckRecoCDBvsSimuCDB (const char *cdbpath, const char *comment="") |
void | RemCheckRecoCDBvsSimuCDB (const char *cdbpath) |
void | ResetCheckRecoCDBvsSimuCDB () |
void | RectifyCDBurl (TString &url) |
const TObjArray * | GetCheckRecoCDBvsSimuCDB () const |
void | CheckRecoCDBvsSimuCDB () |
Bool_t | MisalignGeometry (const TString &detectors) |
void | SetAlignObjArray (TObjArray *array) |
virtual Int_t | Version () const |
virtual void | Begin (TTree *) |
virtual void | SlaveBegin (TTree *) |
virtual void | Init (TTree *tree) |
virtual Bool_t | Process (Long64_t entry) |
virtual Bool_t | ProcessEvent (Int_t iEvent) |
virtual void | SlaveTerminate () |
virtual void | Terminate () |
virtual Bool_t | Run (const char *input=NULL) |
void | Abort (const char *method, EAbort what) |
virtual void | SetOption (const char *option) |
AliTracker * | GetTracker (Int_t idx) const |
Bool_t | CreateTrackers (const TString &detectors) |
void | ImportRunLoader (AliRunLoader *rl) |
void | SetQACycles (AliQAv1::DETECTORINDEX_t det, Int_t cycles) |
void | SetQAWriteExpert (AliQAv1::DETECTORINDEX_t det) |
Bool_t | SetRunQA (TString detAndAction="ALL:ALL") |
void | SetRunGlobalQA (Bool_t flag=kTRUE) |
void | SetQARefDefaultStorage (const char *uri) |
void | InitQA () |
void | MergeQA (const char *fileName=NULL) |
void | SetWriteQAExpert () |
Bool_t | IsRunQA () const |
Bool_t | IsRunGlobalQA () const |
Bool_t | IsInTasks (AliQAv1::TASKINDEX_t tsk) |
void | SetRunPlaneEff (Bool_t flag=kFALSE) |
void | SetUpgradeModule (const char *detectors) |
void | MatchUpgradeDetector () |
void | SetAnalysisMacro (const char *macropath) |
const char * | GetAnalysisMacro () const |
void | SetAnalysisManager (AliAnalysisManager *mgr) |
AliAnalysisManager * | GetAnalysisManager () const |
void | DeclareTriggerClasses (const char *trClasses) |
void | CleanProcessedEvent () |
AliESDEvent * | GetESDEvent () const |
AliESDfriend * | GetESDfriend () const |
AliRunLoader * | GetRunLoader () const |
AliRawReader * | GetRawReader () const |
Bool_t | HasEnoughResources (int ev) |
void | SetStopOnResourcesExcess (int vRSS=3000, int vVMEM=4000) |
virtual Bool_t | ProcessEvent (void *event) |
void | InitRun (const char *input) |
void | SetMCEventHandler (AliMCEventHandler *hmc) |
AliMCEventHandler * | GetMCEventHandler () const |
Static Public Member Functions | |
static Int_t | GetDetIndex (const char *detector) |
static const char ** | GetDetectorNames () |
Protected Member Functions | |
Bool_t | IsHighPt () const |
Bool_t | IsCosmicOrCalibSpecie () const |
void | WriteESDfriend () |
Bool_t | DecideFriendsStorage () |
Private Attributes | |
Bool_t | fRunVertexFinder |
Bool_t | fRunVertexFinderTracks |
Bool_t | fRunMuonTracking |
Bool_t | fRunMFTTrackingMU |
Bool_t | fRunV0Finder |
Bool_t | fRunCascadeFinder |
Bool_t | fRunMultFinder |
Bool_t | fStopOnError |
Bool_t | fStopOnMissingTriggerFile |
Bool_t | fWriteAlignmentData |
Bool_t | fWriteESDfriend |
Bool_t | fWriteHLTESD |
Bool_t | fFillTriggerESD |
Bool_t | fWriteThisFriend |
Bool_t | fSkipFriendsForLargeZ |
Int_t | fMaxFriendTracks |
Double_t | fFractionFriends |
Double_t | fFractionHLTESD |
Double_t | fSkipFriendsCutZ |
Bool_t | fSkipIncompleteDAQ |
Bool_t | fCleanESD |
Float_t | fV0DCAmax |
Float_t | fV0CsPmin |
Float_t | fDmax |
Float_t | fZmax |
TString | fCosmicAlias |
TString | fLaserAlias |
TString | fRunLocalReconstruction |
TString | fRunTracking |
TString | fFillESD |
TString | fDeleteRecPoints |
TString | fDeleteDigits |
TString | fLoadCDB |
TString | fUseTrackingErrorsForAlignment |
TString | fGAliceFileName |
TString | fRawInput |
TString | fESDOutput |
TString | fProofOutputFileName |
name of output ESD file More... | |
TString | fProofOutputLocation |
name of output file in PROOF mode More... | |
Bool_t | fProofOutputDataset |
output location in PROOF mode More... | |
TString | fProofOutputArchive |
keep output file in PROOF mode in dataset or merge More... | |
TString | fEquipIdMap |
list of file to be kept in output zip archive in PROOF mode More... | |
Int_t | fFirstEvent |
Int_t | fLastEvent |
UInt_t | fNumberOfEventsPerFile |
TObjArray | fOptions |
Bool_t | fLoadAlignFromCDB |
TString | fLoadAlignData |
TString | fUseHLTData |
AliRunInfo * | fRunInfo |
AliEventInfo | fEventInfo |
AliTriggerRunScalers * | fRunScalers |
AliCTPTimeParams * | fCTPTimeParams |
AliCTPTimeParams * | fCTPTimeAlign |
AliRunLoader * | fRunLoader |
AliRawReader * | fRawReader |
current run loader object More... | |
AliRawReader * | fParentRawReader |
current raw data reader More... | |
AliReconstructor * | fReconstructor [kNDetectors] |
names of detectors More... | |
AliRecoParam | fRecoParam |
array of reconstructor objects More... | |
AliLoader * | fLoader [kNDetectors] |
AliTracker * | fTracker [kNDetectors] |
detector loaders More... | |
AliTracker * | fSPDTrackleter |
trackers More... | |
AliESDVertex * | fDiamondProfileSPD |
trackleter [for SPD Plane Efficiency purposes] More... | |
AliESDVertex * | fDiamondProfile |
AliESDVertex * | fDiamondProfileTPC |
THashTable * | fListOfCosmicTriggers |
THashList * | fAlias2Trigger |
AliGRPObject * | fGRPData |
TObjArray * | fAlignObjArray |
TString | fCDBUri |
array with the alignment objects to be applied to the geometry More... | |
TString | fQARefUri |
Uri of the default CDB storage. More... | |
TObjArray | fSpecCDBUri |
Uri of the default QA reference storage. More... | |
TObjArray | fCheckRecoCDBvsSimuCDB |
Array with detector specific CDB storages. More... | |
Bool_t | fInitCDBCalled |
Bool_t | fCDBSnapshotMode |
flag to check if CDB storages are already initialized More... | |
Bool_t | fSetRunNumberFromDataCalled |
flag true if we are setting the CDB Manager in snapshot mode More... | |
Int_t | fQACycles [AliQAv1::kNDET] |
flag to check if run number is already loaded from run loader More... | |
Bool_t | fQAWriteExpert [AliQAv1::kNDET] |
TString | fQADetectors |
TString | fQATasks |
Bool_t | fRunQA |
Bool_t | fRunGlobalQA |
Bool_t | fSameQACycle |
Bool_t | fInitQACalled |
open a new QA data file or not More... | |
Bool_t | fWriteQAExpertData |
control of QA intialisation More... | |
Bool_t | fRunPlaneEff |
decides wheter or not to write experts QA data; true by default More... | |
AliESDpid * | fESDpid |
AliESDEvent * | fesd |
AliESDEvent * | fhltesd |
Pointer to the ESD event object. More... | |
AliESDfriend * | fesdf |
Pointer to the HLT ESD event object. More... | |
AliESDfriend * | fesdfDummy |
Pointer to the ESD friend object. More... | |
TFile * | ffile |
Pointer to the empty ESD friend object. More... | |
TFile * | ffileF |
Pointer to the ESD file. More... | |
TTree * | ftree |
Pointer to the ESD friend file. More... | |
TTree * | ftreeF |
Pointer to the ESD tree. More... | |
TTree * | fhlttree |
Pointer to the ESD friend tree. More... | |
AliVertexerTracks * | ftVertexer |
Pointer to the HLT ESD tree. More... | |
Bool_t | fIsNewRunLoader |
Pointer to the vertexer based on ESD tracks. More... | |
Bool_t | fRunAliEVE |
Double_t | fBeamInt [2][2] |
TTree * | fChain |
mean beam intensities from AliLHCData More... | |
Int_t | fNall |
The raw-data chain in case of AliRawReaderChain. More... | |
Int_t | fNspecie |
Number of reconstructed events. More... | |
Int_t | fSspecie |
Number of events, selected by IsCosmicOrCalibSpecie. More... | |
Int_t | fNhighPt |
Number of events, sampled from fNspecie. More... | |
Int_t | fShighPt |
Number of events, selected by IsHighPt. More... | |
Long64_t | fTreeBuffSize |
Number of events, sampled from fNhighPt. More... | |
Long64_t | fMemCountESD |
Long64_t | fMemCountESDF |
accumulated ESD size before AutoSave More... | |
Long64_t | fMemCountESDHLT |
accumulated ESD size before AutoSave More... | |
TString | fUpgradeModule |
accumulated ESD size before AutoSave More... | |
Bool_t | fUpgradeMask [kNDetectors] |
AliMCEventHandler * | fMCEventHandlerExt |
TString | fAnalysisMacro |
AliAnalysisManager * | fAnalysis |
AliRecoInputHandler * | fRecoHandler |
Analysis manager. More... | |
TString | fDeclTriggerClasses |
Input handler adapted for reconstruction. More... | |
Bool_t | fStopped |
Int_t | fMaxRSS |
Int_t | fMaxVMEM |
Int_t | fNAbandonedEv |
Static Private Attributes | |
static const char * | fgkDetectorName [kNDetectors] |
parent raw data reader in case of AliRawReaderHLT More... | |
static const char * | fgkStopEvFName = "_stopEvent_" |
Definition at line 61 of file AliReconstruction.h.
anonymous enum |
Enumerator | |
---|---|
kNDetectors |
Definition at line 201 of file AliReconstruction.h.
AliReconstruction::AliReconstruction | ( | const char * | gAliceFilename = "galice.root" | ) |
Definition at line 222 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler().
|
virtual |
Definition at line 712 of file AliReconstruction.cxx.
|
private |
Definition at line 373 of file AliReconstruction.cxx.
void AliReconstruction::Abort | ( | const char * | method, |
EAbort | what | ||
) |
Definition at line 4508 of file AliReconstruction.cxx.
Referenced by Begin(), InitRun(), Process(), AliOnlineReconstruction::ReconstructionLoop(), Run(), SlaveBegin(), and Version().
void AliReconstruction::AddCheckRecoCDBvsSimuCDB | ( | const char * | cdbpath, |
const char * | comment = "" |
||
) |
Definition at line 943 of file AliReconstruction.cxx.
Referenced by AliReconstruction(), and IsRunMultFinder().
|
virtual |
Definition at line 1655 of file AliReconstruction.cxx.
Referenced by AliOnlineReconstruction::ReconstructionLoop(), Run(), and Version().
void AliReconstruction::CheckRecoCDBvsSimuCDB | ( | ) |
Definition at line 4830 of file AliReconstruction.cxx.
Referenced by GetCheckRecoCDBvsSimuCDB(), and SlaveBegin().
|
private |
Definition at line 3402 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
void AliReconstruction::CleanProcessedEvent | ( | ) |
Definition at line 2692 of file AliReconstruction.cxx.
Referenced by DeclareTriggerClasses(), Process(), AliOnlineReconstruction::ReconstructionLoop(), and Run().
|
private |
Definition at line 3896 of file AliReconstruction.cxx.
Referenced by Abort(), GetMCEventHandler(), InitRunLoader(), ProcessEvent(), SlaveTerminate(), and ~AliReconstruction().
|
private |
Definition at line 3843 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and RunMultFinder().
Bool_t AliReconstruction::CreateTrackers | ( | const TString & | detectors | ) |
Definition at line 3864 of file AliReconstruction.cxx.
Referenced by GetTracker(), and SlaveBegin().
|
private |
Definition at line 3823 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and RunVertexFinder().
|
protected |
Definition at line 5071 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and RunTracking().
|
inline |
Definition at line 222 of file AliReconstruction.h.
|
private |
Definition at line 4725 of file AliReconstruction.cxx.
Referenced by CleanProcessedEvent(), and GetMCEventHandler().
|
private |
Definition at line 4742 of file AliReconstruction.cxx.
Referenced by CleanProcessedEvent(), and GetMCEventHandler().
|
private |
Definition at line 3429 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 3585 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 4008 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 3564 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 3486 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 3535 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 4080 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and SlaveTerminate().
|
inline |
Definition at line 216 of file AliReconstruction.h.
|
inline |
Definition at line 218 of file AliReconstruction.h.
|
inline |
Definition at line 158 of file AliReconstruction.h.
|
inline |
Definition at line 93 of file AliReconstruction.h.
|
inlinestatic |
Definition at line 205 of file AliReconstruction.h.
|
static |
Definition at line 4069 of file AliReconstruction.cxx.
Referenced by AliFMDReconstructor::GetIdentifier(), RunMFTTrackingMU(), RunMuonTracking(), AliReconstructor::SetRecoParam(), and WriteAlignmentData().
|
inline |
Definition at line 142 of file AliReconstruction.h.
|
inline |
Definition at line 227 of file AliReconstruction.h.
Referenced by AliOnlineReconstruction::ReconstructionLoop().
|
inline |
Definition at line 228 of file AliReconstruction.h.
|
private |
Definition at line 4329 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), ProcessEvent(), and SetRunNumberFromData().
|
inline |
Definition at line 82 of file AliReconstruction.h.
|
inline |
Definition at line 81 of file AliReconstruction.h.
|
inline |
Definition at line 94 of file AliReconstruction.h.
|
inline |
Definition at line 84 of file AliReconstruction.h.
|
inline |
Definition at line 240 of file AliReconstruction.h.
|
inline |
Definition at line 230 of file AliReconstruction.h.
|
private |
Definition at line 3715 of file AliReconstruction.cxx.
Referenced by CreateMultFinder(), CreateTrackers(), CreateVertexer(), FillESD(), GetMCEventHandler(), InitPlaneEff(), ProcessEvent(), RunLocalEventReconstruction(), RunMFTTrackingMU(), RunMuonTracking(), and RunTracking().
|
inline |
Definition at line 229 of file AliReconstruction.h.
|
inline |
Definition at line 85 of file AliReconstruction.h.
|
inline |
Definition at line 83 of file AliReconstruction.h.
|
inline |
Definition at line 133 of file AliReconstruction.h.
|
inline |
Definition at line 181 of file AliReconstruction.h.
|
inline |
Definition at line 141 of file AliReconstruction.h.
|
inline |
Definition at line 140 of file AliReconstruction.h.
|
inline |
Definition at line 143 of file AliReconstruction.h.
Bool_t AliReconstruction::HasEnoughResources | ( | int | ev | ) |
Definition at line 4797 of file AliReconstruction.cxx.
Referenced by GetRawReader(), Process(), AliOnlineReconstruction::ReconstructionLoop(), and Run().
Bool_t AliReconstruction::HasNextEventAfter | ( | Int_t | eventId | ) |
Definition at line 4823 of file AliReconstruction.cxx.
Referenced by GetZmax(), and AliOnlineReconstruction::ReconstructionLoop().
|
inline |
Definition at line 183 of file AliReconstruction.h.
|
virtual |
Definition at line 2061 of file AliReconstruction.cxx.
Referenced by Version().
|
private |
Definition at line 4152 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and SlaveBegin().
|
private |
Definition at line 820 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and InitRun().
|
private |
Definition at line 1180 of file AliReconstruction.cxx.
Referenced by Begin(), and GetMCEventHandler().
|
private |
Definition at line 4123 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and SlaveBegin().
void AliReconstruction::InitQA | ( | ) |
Definition at line 740 of file AliReconstruction.cxx.
Referenced by SetRunGlobalQA(), and SlaveBegin().
|
private |
Definition at line 1593 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and InitRun().
|
private |
Definition at line 4237 of file AliReconstruction.cxx.
Referenced by Begin(), and GetMCEventHandler().
void AliReconstruction::InitRun | ( | const char * | input | ) |
Definition at line 1629 of file AliReconstruction.cxx.
Referenced by GetRawReader(), Run(), and AliOnlineReconstruction::SetupReco().
|
private |
Definition at line 3634 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and SlaveBegin().
|
protected |
Definition at line 4673 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler().
|
protected |
Definition at line 4621 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler().
|
inline |
Definition at line 196 of file AliReconstruction.h.
Referenced by InitQA(), ProcessEvent(), and RunLocalEventReconstruction().
|
inline |
Definition at line 195 of file AliReconstruction.h.
|
inline |
Definition at line 148 of file AliReconstruction.h.
|
inline |
Definition at line 194 of file AliReconstruction.h.
|
private |
Definition at line 3601 of file AliReconstruction.cxx.
Referenced by Begin(), CreateTrackers(), DeleteDigits(), DeleteRecPoints(), FillESD(), FinishPlaneEff(), GetMCEventHandler(), InitPlaneEff(), InitRecoParams(), LoadCDB(), MisalignGeometry(), ProcessEvent(), and RunLocalEventReconstruction().
|
private |
Definition at line 1382 of file AliReconstruction.cxx.
Referenced by Begin(), and GetMCEventHandler().
|
private |
Definition at line 1442 of file AliReconstruction.cxx.
Referenced by Begin(), and GetMCEventHandler().
|
private |
Definition at line 1422 of file AliReconstruction.cxx.
Referenced by Begin(), and GetMCEventHandler().
|
private |
Definition at line 4453 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and InitGRP().
void AliReconstruction::MatchUpgradeDetector | ( | ) |
Definition at line 1051 of file AliReconstruction.cxx.
Referenced by SetUpgradeModule().
void AliReconstruction::MergeQA | ( | const char * | fileName = NULL | ) |
Definition at line 811 of file AliReconstruction.cxx.
Referenced by SetRunGlobalQA(), and SlaveTerminate().
Bool_t AliReconstruction::MisalignGeometry | ( | const TString & | detectors | ) |
Definition at line 1060 of file AliReconstruction.cxx.
Referenced by Begin(), and GetCheckRecoCDBvsSimuCDB().
|
private |
Definition at line 533 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler().
|
private |
Definition at line 4557 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and Run().
|
virtual |
Definition at line 2037 of file AliReconstruction.cxx.
Referenced by Version().
|
virtual |
Definition at line 2073 of file AliReconstruction.cxx.
Referenced by GetRawReader(), Process(), ProcessEvent(), AliOnlineReconstruction::ReconstructionLoop(), Run(), and Version().
|
virtual |
Definition at line 4541 of file AliReconstruction.cxx.
|
private |
Definition at line 4950 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), Run(), and SlaveBegin().
|
private |
Definition at line 1465 of file AliReconstruction.cxx.
Referenced by Begin(), and GetMCEventHandler().
void AliReconstruction::RectifyCDBurl | ( | TString & | url | ) |
Definition at line 4928 of file AliReconstruction.cxx.
Referenced by CheckRecoCDBvsSimuCDB(), and ResetCheckRecoCDBvsSimuCDB().
void AliReconstruction::RemCheckRecoCDBvsSimuCDB | ( | const char * | cdbpath | ) |
Definition at line 963 of file AliReconstruction.cxx.
Referenced by IsRunMultFinder().
|
inline |
Definition at line 156 of file AliReconstruction.h.
void AliReconstruction::ResetFriends | ( | ) |
Definition at line 4691 of file AliReconstruction.cxx.
Referenced by CleanProcessedEvent(), and SetDiamondProfileTPC().
|
virtual |
Definition at line 1527 of file AliReconstruction.cxx.
Referenced by AliEMCALLocalReconstruction(), rec(), recMag5(), recMC(), Reconstruct(), recTPC(), recTracking(), runDataReconstruction(), runReconstruction(), TestEMCALReconstruction(), and Version().
|
private |
Definition at line 4179 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler().
|
private |
Definition at line 2872 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 3176 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 3095 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 3129 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 2980 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 3223 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 3032 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
inline |
Definition at line 162 of file AliReconstruction.h.
|
inline |
Definition at line 215 of file AliReconstruction.h.
|
inline |
Definition at line 217 of file AliReconstruction.h.
|
private |
Definition at line 1043 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and InitRun().
void AliReconstruction::SetCDBSnapshotMode | ( | const char * | snapshotFileName | ) |
Definition at line 875 of file AliReconstruction.cxx.
Referenced by IsRunMultFinder().
|
inline |
Definition at line 134 of file AliReconstruction.h.
Referenced by rec(), recMag5(), recMC(), runDataReconstruction(), runReconstruction(), and AliOnlineReconstruction::SetupReco().
|
inline |
Definition at line 90 of file AliReconstruction.h.
void AliReconstruction::SetDefaultStorage | ( | const char * | uri | ) |
Definition at line 882 of file AliReconstruction.cxx.
Referenced by IsRunMultFinder(), rec(), Reconstruct(), recTPC(), and TestEMCALReconstruction().
|
inline |
Definition at line 106 of file AliReconstruction.h.
|
inline |
Definition at line 105 of file AliReconstruction.h.
|
inline |
Definition at line 128 of file AliReconstruction.h.
|
inline |
Definition at line 127 of file AliReconstruction.h.
|
inline |
Definition at line 129 of file AliReconstruction.h.
|
inline |
Definition at line 138 of file AliReconstruction.h.
|
inline |
Definition at line 70 of file AliReconstruction.h.
Referenced by recTPC(), and recTracking().
|
inline |
Definition at line 71 of file AliReconstruction.h.
Referenced by recMC(), runDataReconstruction(), and TestEMCALReconstruction().
|
inline |
Definition at line 100 of file AliReconstruction.h.
Referenced by recMag5(), Reconstruct(), recTPC(), recTracking(), runReconstruction(), SetRunReconstruction(), and TestEMCALReconstruction().
|
inline |
Definition at line 126 of file AliReconstruction.h.
Referenced by recMag5(), recMC(), recTPC(), and recTracking().
|
inline |
Definition at line 75 of file AliReconstruction.h.
|
inline |
Definition at line 76 of file AliReconstruction.h.
void AliReconstruction::SetGAliceFile | ( | const char * | fileName | ) |
Definition at line 1118 of file AliReconstruction.cxx.
void AliReconstruction::SetInput | ( | const char * | input | ) |
Definition at line 1126 of file AliReconstruction.cxx.
Referenced by rec(), recMag5(), Reconstruct(), recTPC(), recTracking(), runDataReconstruction(), runReconstruction(), and AliOnlineReconstruction::SetupReco().
|
inline |
Definition at line 91 of file AliReconstruction.h.
|
inline |
Definition at line 110 of file AliReconstruction.h.
Referenced by recMC(), recTPC(), and recTracking().
|
inline |
Definition at line 109 of file AliReconstruction.h.
|
inline |
Definition at line 78 of file AliReconstruction.h.
|
inline |
Definition at line 239 of file AliReconstruction.h.
Referenced by InitRunLoader().
|
inline |
Definition at line 73 of file AliReconstruction.h.
Referenced by recMag5(), and runReconstruction().
void AliReconstruction::SetOption | ( | const char * | detector, |
const char * | option | ||
) |
Definition at line 1147 of file AliReconstruction.cxx.
Referenced by GetSkipFriendsCutZ(), recMag5(), recTPC(), recTracking(), runDataReconstruction(), and runReconstruction().
|
inlinevirtual |
Definition at line 176 of file AliReconstruction.h.
void AliReconstruction::SetOutput | ( | const char * | output | ) |
Definition at line 1138 of file AliReconstruction.cxx.
|
inline |
Definition at line 186 of file AliReconstruction.h.
void AliReconstruction::SetQARefDefaultStorage | ( | const char * | uri | ) |
Definition at line 891 of file AliReconstruction.cxx.
Referenced by rec(), runDataReconstruction(), runReconstruction(), SetRunGlobalQA(), and AliOnlineReconstruction::SetupReco().
|
inline |
Definition at line 187 of file AliReconstruction.h.
Referenced by runDataReconstruction(), and runReconstruction().
void AliReconstruction::SetRecoParam | ( | const char * | detector, |
AliDetectorRecoParam * | par | ||
) |
Definition at line 1157 of file AliReconstruction.cxx.
Referenced by GetSkipFriendsCutZ(), and recMC().
void AliReconstruction::SetRun1PIDforTracking | ( | Bool_t | val = kTRUE | ) |
Definition at line 5205 of file AliReconstruction.cxx.
Referenced by SetLoadAlignData().
|
inline |
Definition at line 120 of file AliReconstruction.h.
|
inline |
Definition at line 189 of file AliReconstruction.h.
Referenced by rec(), and AliOnlineReconstruction::SetupReco().
|
inline |
Definition at line 96 of file AliReconstruction.h.
Referenced by AliEMCALLocalReconstruction(), Reconstruct(), recTracking(), SetRunReconstruction(), and TestEMCALReconstruction().
|
inline |
Definition at line 116 of file AliReconstruction.h.
|
private |
Definition at line 985 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and InitRun().
|
inline |
Definition at line 199 of file AliReconstruction.h.
Referenced by rec(), and AliOnlineReconstruction::SetupReco().
Bool_t AliReconstruction::SetRunQA | ( | TString | detAndAction = "ALL:ALL" | ) |
Definition at line 4192 of file AliReconstruction.cxx.
Referenced by rec(), recMag5(), recMC(), Reconstruct(), runDataReconstruction(), runReconstruction(), SetQAWriteExpert(), AliOnlineReconstruction::SetupReco(), and TestEMCALReconstruction().
|
inline |
Definition at line 101 of file AliReconstruction.h.
Referenced by rec(), recMag5(), recMC(), Reconstruct(), recTPC(), runDataReconstruction(), runReconstruction(), and AliOnlineReconstruction::SetupReco().
|
inline |
Definition at line 98 of file AliReconstruction.h.
Referenced by Reconstruct(), recTracking(), SetRunReconstruction(), and TestEMCALReconstruction().
|
inline |
Definition at line 119 of file AliReconstruction.h.
|
inline |
Definition at line 117 of file AliReconstruction.h.
Referenced by recMag5(), recMC(), Reconstruct(), recTPC(), recTracking(), and TestEMCALReconstruction().
|
inline |
Definition at line 118 of file AliReconstruction.h.
|
inline |
Definition at line 79 of file AliReconstruction.h.
|
inline |
Definition at line 77 of file AliReconstruction.h.
|
inline |
Definition at line 132 of file AliReconstruction.h.
void AliReconstruction::SetSpecificStorage | ( | const char * | calibType, |
const char * | uri | ||
) |
Definition at line 901 of file AliReconstruction.cxx.
Referenced by IsRunMultFinder(), recMC(), Reconstruct(), recTPC(), recTracking(), and TestEMCALReconstruction().
|
inline |
Definition at line 121 of file AliReconstruction.h.
Referenced by runDataReconstruction(), and runReconstruction().
|
inline |
Definition at line 122 of file AliReconstruction.h.
void AliReconstruction::SetStopOnResourcesExcess | ( | int | vRSS = 3000 , |
int | vVMEM = 4000 |
||
) |
Definition at line 4759 of file AliReconstruction.cxx.
Referenced by GetRawReader().
|
inline |
Definition at line 114 of file AliReconstruction.h.
|
inline |
Definition at line 208 of file AliReconstruction.h.
|
inline |
Definition at line 135 of file AliReconstruction.h.
Referenced by recMC().
|
inline |
Definition at line 107 of file AliReconstruction.h.
Referenced by rec(), recMag5(), runDataReconstruction(), and AliOnlineReconstruction::SetupReco().
|
inline |
Definition at line 137 of file AliReconstruction.h.
|
inline |
Definition at line 136 of file AliReconstruction.h.
|
inline |
Definition at line 123 of file AliReconstruction.h.
Referenced by rec(), recMag5(), recMC(), recTPC(), recTracking(), runDataReconstruction(), and AliOnlineReconstruction::SetupReco().
|
inline |
Definition at line 124 of file AliReconstruction.h.
Referenced by rec(), recMag5(), recMC(), recTPC(), recTracking(), runDataReconstruction(), runReconstruction(), and AliOnlineReconstruction::SetupReco().
|
inline |
Definition at line 125 of file AliReconstruction.h.
|
inline |
Definition at line 193 of file AliReconstruction.h.
|
inline |
Definition at line 139 of file AliReconstruction.h.
|
virtual |
Definition at line 1799 of file AliReconstruction.cxx.
Referenced by AliOnlineReconstruction::ReconstructionLoop(), Run(), and Version().
|
virtual |
Definition at line 2726 of file AliReconstruction.cxx.
|
virtual |
Definition at line 2854 of file AliReconstruction.cxx.
|
private |
Definition at line 5058 of file AliReconstruction.cxx.
Referenced by GetEventInfo(), and GetMCEventHandler().
|
inlinevirtual |
Definition at line 166 of file AliReconstruction.h.
|
private |
Definition at line 3940 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and RunTracking().
|
protected |
Definition at line 4707 of file AliReconstruction.cxx.
Referenced by GetMCEventHandler(), and ProcessEvent().
|
private |
Definition at line 382 of file AliReconstruction.h.
Referenced by operator=(), ProcessTriggerAliases(), TriggerMatches2Alias(), and ~AliReconstruction().
|
private |
Definition at line 386 of file AliReconstruction.h.
Referenced by MisalignGeometry(), operator=(), SetAlignObjArray(), and ~AliReconstruction().
|
private |
Definition at line 451 of file AliReconstruction.h.
Referenced by Begin(), CleanUp(), GetAnalysisManager(), operator=(), ProcessEvent(), SetAnalysisManager(), SlaveBegin(), and SlaveTerminate().
|
private |
Definition at line 450 of file AliReconstruction.h.
Referenced by GetAnalysisMacro(), operator=(), SetAnalysisMacro(), and SlaveBegin().
|
private |
Definition at line 427 of file AliReconstruction.h.
Referenced by AliReconstruction(), operator=(), ProcessEvent(), and ReadIntensityInfoCDB().
|
private |
flag to check if CDB storages are already initialized
Definition at line 393 of file AliReconstruction.h.
Referenced by Begin(), operator=(), and SetCDBSnapshotMode().
|
private |
array with the alignment objects to be applied to the geometry
Definition at line 388 of file AliReconstruction.h.
Referenced by InitCDB(), operator=(), and SetDefaultStorage().
|
private |
mean beam intensities from AliLHCData
Definition at line 429 of file AliReconstruction.h.
Referenced by Init(), operator=(), and Process().
|
private |
Array with detector specific CDB storages.
Definition at line 391 of file AliReconstruction.h.
Referenced by AddCheckRecoCDBvsSimuCDB(), AliReconstruction(), CheckRecoCDBvsSimuCDB(), GetCheckRecoCDBvsSimuCDB(), operator=(), RemCheckRecoCDBvsSimuCDB(), ResetCheckRecoCDBvsSimuCDB(), and ~AliReconstruction().
|
private |
Definition at line 332 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), and SetCleanESD().
|
private |
Definition at line 338 of file AliReconstruction.h.
Referenced by GetCosmicAlias(), GetEventInfo(), operator=(), and SetCosmicAlias().
|
private |
Definition at line 367 of file AliReconstruction.h.
Referenced by LoadCTPTimeParamsCDB(), operator=(), and ~AliReconstruction().
|
private |
Definition at line 366 of file AliReconstruction.h.
Referenced by LoadCTPTimeParamsCDB(), operator=(), and ~AliReconstruction().
|
private |
Input handler adapted for reconstruction.
Definition at line 453 of file AliReconstruction.h.
Referenced by DeclareTriggerClasses(), operator=(), and ProcessTriggerAliases().
|
private |
Definition at line 345 of file AliReconstruction.h.
Referenced by CleanProcessedEvent(), InitGRP(), operator=(), and SetDeleteDigits().
|
private |
Definition at line 344 of file AliReconstruction.h.
Referenced by CleanProcessedEvent(), InitGRP(), operator=(), and SetDeleteRecPoints().
|
private |
Definition at line 379 of file AliReconstruction.h.
Referenced by InitGRP(), operator=(), ProcessEvent(), and SetDiamondProfile().
|
private |
trackleter [for SPD Plane Efficiency purposes]
Definition at line 378 of file AliReconstruction.h.
Referenced by InitGRP(), operator=(), ProcessEvent(), RunVertexFinder(), and SetDiamondProfileSPD().
|
private |
Definition at line 380 of file AliReconstruction.h.
Referenced by InitGRP(), operator=(), ProcessEvent(), and SetDiamondProfileTPC().
|
private |
Definition at line 335 of file AliReconstruction.h.
Referenced by GetDmax(), operator=(), and SetDmax().
|
private |
list of file to be kept in output zip archive in PROOF mode
Definition at line 355 of file AliReconstruction.h.
Referenced by InitRawReader(), operator=(), and SetEquipmentIdMap().
|
private |
Definition at line 415 of file AliReconstruction.h.
Referenced by CleanProcessedEvent(), DecideFriendsStorage(), FillTriggerScalers(), GetESDEvent(), GetEventInfo(), IsCosmicOrCalibSpecie(), IsHighPt(), operator=(), ProcessEvent(), ResetFriends(), RunAliEVE(), RunTracking(), and SlaveBegin().
|
private |
Pointer to the HLT ESD event object.
Definition at line 417 of file AliReconstruction.h.
Referenced by GetESDfriend(), operator=(), ProcessEvent(), ResetFriends(), RunAliEVE(), SlaveBegin(), and WriteESDfriend().
|
private |
Pointer to the ESD friend object.
Definition at line 418 of file AliReconstruction.h.
Referenced by operator=(), SlaveBegin(), and WriteESDfriend().
|
private |
Definition at line 350 of file AliReconstruction.h.
Referenced by operator=(), ParseOutput(), and SetOutput().
|
private |
Definition at line 411 of file AliReconstruction.h.
Referenced by CleanUp(), operator=(), ProcessEvent(), and SlaveBegin().
|
private |
Definition at line 364 of file AliReconstruction.h.
Referenced by DecideFriendsStorage(), GetEventInfo(), operator=(), ProcessEvent(), and RunTracking().
|
private |
Pointer to the empty ESD friend object.
Definition at line 419 of file AliReconstruction.h.
Referenced by CleanUp(), operator=(), ProcessEvent(), SlaveBegin(), and SlaveTerminate().
|
private |
Pointer to the ESD file.
Definition at line 420 of file AliReconstruction.h.
Referenced by operator=(), SlaveBegin(), and SlaveTerminate().
|
private |
Definition at line 343 of file AliReconstruction.h.
Referenced by CreateMultFinder(), CreateVertexer(), InitGRP(), operator=(), ProcessEvent(), and SetFillESD().
|
private |
Definition at line 321 of file AliReconstruction.h.
Referenced by InitGRP(), operator=(), ProcessEvent(), and SetFillTriggerESD().
|
private |
Definition at line 356 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), Run(), SetEventRange(), and Terminate().
|
private |
Definition at line 326 of file AliReconstruction.h.
Referenced by DecideFriendsStorage(), GetFractionFriends(), operator=(), SetFractionFriends(), and SlaveBegin().
|
private |
Definition at line 327 of file AliReconstruction.h.
Referenced by GetFractionHLTESD(), operator=(), ProcessEvent(), SetFractionHLTESD(), and SlaveBegin().
|
private |
Definition at line 348 of file AliReconstruction.h.
Referenced by Begin(), CheckRecoCDBvsSimuCDB(), InitRunLoader(), operator=(), SetGAliceFile(), and SetRunNumberFromData().
|
staticprivate |
parent raw data reader in case of AliRawReaderHLT
Definition at line 372 of file AliReconstruction.h.
Referenced by Begin(), CreateTrackers(), DeleteDigits(), DeleteRecPoints(), FillESD(), FinishPlaneEff(), GetDetectorNames(), GetDetIndex(), GetReconstructor(), InitPlaneEff(), InitRecoParams(), InitRunLoader(), LoadCDB(), MatchUpgradeDetector(), MisalignGeometry(), ProcessEvent(), RunLocalEventReconstruction(), RunMFTTrackingMU(), RunMuonTracking(), RunTracking(), SetRecoParam(), SetSpecificStorage(), and WriteAlignmentData().
|
staticprivate |
Definition at line 459 of file AliReconstruction.h.
Referenced by HasEnoughResources().
|
private |
Definition at line 384 of file AliReconstruction.h.
Referenced by InitGRP(), InitQA(), operator=(), ProcessEvent(), Terminate(), and ~AliReconstruction().
|
private |
Pointer to the ESD event object.
Definition at line 416 of file AliReconstruction.h.
Referenced by CleanProcessedEvent(), GetReconstructor(), operator=(), ProcessEvent(), RunTracking(), and SlaveBegin().
|
private |
Pointer to the ESD friend tree.
Definition at line 423 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), SlaveBegin(), and SlaveTerminate().
|
private |
Definition at line 392 of file AliReconstruction.h.
Referenced by InitCDB(), and operator=().
|
private |
open a new QA data file or not
Definition at line 404 of file AliReconstruction.h.
Referenced by InitQA(), and operator=().
|
private |
Pointer to the vertexer based on ESD tracks.
Definition at line 425 of file AliReconstruction.h.
Referenced by FillTriggerESD(), GetReconstructor(), InitRunLoader(), operator=(), and SlaveTerminate().
|
private |
Definition at line 339 of file AliReconstruction.h.
Referenced by GetEventInfo(), GetLaserAlias(), operator=(), and SetLaserAlias().
|
private |
Definition at line 357 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), Run(), SetEventRange(), and Terminate().
|
private |
Definition at line 381 of file AliReconstruction.h.
Referenced by LoadCDB(), operator=(), ProcessEvent(), and ~AliReconstruction().
|
private |
Definition at line 361 of file AliReconstruction.h.
Referenced by Begin(), operator=(), and SetLoadAlignData().
|
private |
Definition at line 360 of file AliReconstruction.h.
Referenced by MisalignGeometry(), operator=(), SetAlignObjArray(), and SetLoadAlignFromCDB().
|
private |
Definition at line 346 of file AliReconstruction.h.
Referenced by FinishPlaneEff(), InitGRP(), InitPlaneEff(), InitRecoParams(), LoadCDB(), operator=(), and ProcessEvent().
|
private |
Definition at line 375 of file AliReconstruction.h.
Referenced by AliReconstruction(), CleanUp(), FillESD(), GetReconstructor(), operator=(), ProcessEvent(), RunLocalEventReconstruction(), RunMFTTrackingMU(), RunMultFinder(), RunMuonTracking(), RunSPDTrackleting(), RunTracking(), and RunVertexFinder().
|
private |
Definition at line 325 of file AliReconstruction.h.
Referenced by DecideFriendsStorage(), GetMaxFriendTracks(), operator=(), and SetMaxFriendTracks().
|
private |
Definition at line 456 of file AliReconstruction.h.
Referenced by HasEnoughResources(), and SetStopOnResourcesExcess().
|
private |
Definition at line 457 of file AliReconstruction.h.
Referenced by HasEnoughResources(), and SetStopOnResourcesExcess().
|
private |
Definition at line 448 of file AliReconstruction.h.
Referenced by GetMCEventHandler(), InitRunLoader(), operator=(), ProcessEvent(), SetMCEventHandler(), and SlaveBegin().
|
private |
Definition at line 440 of file AliReconstruction.h.
Referenced by operator=(), and ProcessEvent().
|
private |
accumulated ESD size before AutoSave
Definition at line 441 of file AliReconstruction.h.
Referenced by operator=(), and WriteESDfriend().
|
private |
accumulated ESD size before AutoSave
Definition at line 442 of file AliReconstruction.h.
Referenced by operator=(), and ProcessEvent().
|
private |
Definition at line 458 of file AliReconstruction.h.
Referenced by ProcessEvent().
|
private |
The raw-data chain in case of AliRawReaderChain.
Definition at line 432 of file AliReconstruction.h.
Referenced by operator=().
|
private |
Number of events, sampled from fNspecie.
Definition at line 435 of file AliReconstruction.h.
Referenced by operator=().
|
private |
Number of reconstructed events.
Definition at line 433 of file AliReconstruction.h.
Referenced by operator=().
|
private |
Definition at line 358 of file AliReconstruction.h.
Referenced by InitRunLoader(), operator=(), and SetNumberOfEventsPerFile().
|
private |
Definition at line 359 of file AliReconstruction.h.
Referenced by AliReconstruction(), GetReconstructor(), operator=(), SetOption(), and ~AliReconstruction().
|
private |
current raw data reader
Definition at line 370 of file AliReconstruction.h.
Referenced by CleanUp(), InitRawReader(), and operator=().
|
private |
keep output file in PROOF mode in dataset or merge
Definition at line 354 of file AliReconstruction.h.
Referenced by operator=(), SlaveBegin(), and SlaveTerminate().
|
private |
output location in PROOF mode
Definition at line 353 of file AliReconstruction.h.
Referenced by operator=(), SlaveBegin(), and SlaveTerminate().
|
private |
name of output ESD file
Definition at line 351 of file AliReconstruction.h.
Referenced by operator=(), SlaveBegin(), and SlaveTerminate().
|
private |
name of output file in PROOF mode
Definition at line 352 of file AliReconstruction.h.
Referenced by operator=(), SlaveBegin(), and SlaveTerminate().
|
private |
flag to check if run number is already loaded from run loader
Definition at line 397 of file AliReconstruction.h.
Referenced by AliReconstruction(), InitQA(), operator=(), and SetQACycles().
|
private |
Definition at line 399 of file AliReconstruction.h.
Referenced by InitGRP(), InitQA(), operator=(), and SetRunQA().
|
private |
Uri of the default CDB storage.
Definition at line 389 of file AliReconstruction.h.
Referenced by InitQA(), operator=(), and SetQARefDefaultStorage().
|
private |
Definition at line 400 of file AliReconstruction.h.
Referenced by InitQA(), IsInTasks(), operator=(), and SetRunQA().
|
private |
Definition at line 398 of file AliReconstruction.h.
Referenced by AliReconstruction(), operator=(), and SetQAWriteExpert().
|
private |
Definition at line 349 of file AliReconstruction.h.
Referenced by InitRawReader(), operator=(), and SetInput().
|
private |
current run loader object
Definition at line 369 of file AliReconstruction.h.
Referenced by CleanUp(), FillESD(), FillRawDataErrorLog(), FillRawEventHeaderESD(), FillTriggerESD(), GetEventInfo(), GetRawReader(), HasNextEventAfter(), InitQA(), InitRawReader(), InitRunLoader(), operator=(), Process(), ProcessEvent(), ProcessTriggerAliases(), Run(), RunAliEVE(), RunLocalEventReconstruction(), and SetRunNumberFromData().
|
private |
Analysis manager.
Definition at line 452 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), and SlaveBegin().
|
private |
names of detectors
Definition at line 373 of file AliReconstruction.h.
Referenced by AliReconstruction(), CleanProcessedEvent(), CleanUp(), GetReconstructor(), operator=(), ProcessEvent(), RunTracking(), and SlaveTerminate().
|
private |
array of reconstructor objects
Definition at line 374 of file AliReconstruction.h.
Referenced by GetReconstructor(), InitRecoParams(), operator=(), ProcessEvent(), RunLocalEventReconstruction(), RunTracking(), and SetRecoParam().
|
private |
Definition at line 426 of file AliReconstruction.h.
Referenced by operator=(), and SlaveBegin().
|
private |
Definition at line 314 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), and SetRunCascadeFinder().
|
private |
Definition at line 402 of file AliReconstruction.h.
Referenced by CleanProcessedEvent(), InitGRP(), InitQA(), IsRunGlobalQA(), operator=(), ProcessEvent(), RunTracking(), SetRunGlobalQA(), SlaveBegin(), and SlaveTerminate().
|
private |
Definition at line 363 of file AliReconstruction.h.
Referenced by CleanUp(), GetReconstructor(), InitGRP(), InitQA(), operator=(), and ProcessEvent().
|
private |
Definition at line 368 of file AliReconstruction.h.
Referenced by CheckRecoCDBvsSimuCDB(), CleanUp(), FillMCEventHeaderESD(), FillTriggerESD(), GetEventInfo(), GetReconstructor(), GetRunLoader(), ImportRunLoader(), InitRunLoader(), operator=(), Process(), ProcessEvent(), ProcessTriggerAliases(), RunAliEVE(), RunMFTTrackingMU(), RunMuonTracking(), and SlaveTerminate().
|
private |
Definition at line 341 of file AliReconstruction.h.
Referenced by Begin(), CreateMultFinder(), CreateVertexer(), InitGRP(), operator=(), ProcessEvent(), and SetRunLocalReconstruction().
|
private |
Definition at line 312 of file AliReconstruction.h.
Referenced by CreateTrackers(), operator=(), and ProcessEvent().
|
private |
Definition at line 315 of file AliReconstruction.h.
Referenced by CreateMultFinder(), InitGRP(), IsRunMultFinder(), operator=(), ProcessEvent(), and SetRunMultFinder().
|
private |
Definition at line 311 of file AliReconstruction.h.
Referenced by CreateTrackers(), operator=(), and ProcessEvent().
|
private |
decides wheter or not to write experts QA data; true by default
Definition at line 408 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), SetRunPlaneEff(), SlaveBegin(), and SlaveTerminate().
|
private |
Definition at line 401 of file AliReconstruction.h.
Referenced by CleanProcessedEvent(), InitGRP(), InitQA(), IsRunQA(), operator=(), ProcessEvent(), RunLocalEventReconstruction(), SetRunQA(), SlaveBegin(), and SlaveTerminate().
|
private |
Definition at line 365 of file AliReconstruction.h.
Referenced by FillTriggerScalers(), LoadTriggerScalersCDB(), operator=(), ProcessEvent(), and ~AliReconstruction().
|
private |
Definition at line 342 of file AliReconstruction.h.
Referenced by CreateMultFinder(), CreateVertexer(), InitGRP(), operator=(), ProcessEvent(), SetRunTracking(), and SlaveBegin().
|
private |
Definition at line 313 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), and SetRunV0Finder().
|
private |
Definition at line 309 of file AliReconstruction.h.
Referenced by InitGRP(), operator=(), ProcessEvent(), and SetRunVertexFinder().
|
private |
Definition at line 310 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), and SetRunVertexFinderTracks().
|
private |
Definition at line 403 of file AliReconstruction.h.
Referenced by operator=().
|
private |
flag true if we are setting the CDB Manager in snapshot mode
Definition at line 394 of file AliReconstruction.h.
Referenced by operator=(), and SetRunNumberFromData().
|
private |
Number of events, selected by IsHighPt.
Definition at line 436 of file AliReconstruction.h.
Referenced by operator=().
|
private |
Definition at line 328 of file AliReconstruction.h.
Referenced by DecideFriendsStorage(), GetSkipFriendsCutZ(), operator=(), and SetSkipFriendsCutZ().
|
private |
Definition at line 324 of file AliReconstruction.h.
Referenced by DecideFriendsStorage(), GetSkipFriendsForLargeZ(), operator=(), and SetSkipFriendsForLargeZ().
|
private |
Definition at line 331 of file AliReconstruction.h.
Referenced by GetSkipIncompleteDAQ(), operator=(), ProcessEvent(), and SetSkipIncompleteDAQ().
|
private |
trackers
Definition at line 377 of file AliReconstruction.h.
Referenced by CleanUp(), FinishPlaneEff(), InitPlaneEff(), operator=(), ProcessEvent(), and RunSPDTrackleting().
|
private |
Uri of the default QA reference storage.
Definition at line 390 of file AliReconstruction.h.
Referenced by AliReconstruction(), InitCDB(), operator=(), SetSpecificStorage(), and ~AliReconstruction().
|
private |
Number of events, selected by IsCosmicOrCalibSpecie.
Definition at line 434 of file AliReconstruction.h.
Referenced by operator=().
|
private |
Definition at line 316 of file AliReconstruction.h.
Referenced by Abort(), CreateTrackers(), FillESD(), GetReconstructor(), operator=(), ProcessEvent(), RunLocalEventReconstruction(), and SetStopOnError().
|
private |
Definition at line 317 of file AliReconstruction.h.
Referenced by GetEventInfo(), operator=(), ProcessTriggerAliases(), and SetStopOnMissingTriggerFile().
|
private |
Definition at line 455 of file AliReconstruction.h.
Referenced by HasEnoughResources().
|
private |
detector loaders
Definition at line 376 of file AliReconstruction.h.
Referenced by AliReconstruction(), CleanESD(), CleanProcessedEvent(), CleanUp(), CreateTrackers(), FinishPlaneEff(), GetTracker(), operator=(), ProcessEvent(), ResetFriends(), RunTracking(), RunVertexFinder(), and WriteAlignmentData().
|
private |
Pointer to the ESD friend file.
Definition at line 421 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), SlaveBegin(), and SlaveTerminate().
|
private |
Number of events, sampled from fNhighPt.
Definition at line 439 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), SetTreeBuffSize(), and WriteESDfriend().
|
private |
Pointer to the ESD tree.
Definition at line 422 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), SlaveBegin(), SlaveTerminate(), and WriteESDfriend().
|
private |
Pointer to the HLT ESD tree.
Definition at line 424 of file AliReconstruction.h.
Referenced by CleanUp(), operator=(), ProcessEvent(), and SlaveBegin().
|
private |
Definition at line 446 of file AliReconstruction.h.
Referenced by AliReconstruction(), GetReconstructor(), MatchUpgradeDetector(), and operator=().
|
private |
accumulated ESD size before AutoSave
Definition at line 445 of file AliReconstruction.h.
Referenced by MatchUpgradeDetector(), operator=(), and SetUpgradeModule().
|
private |
Definition at line 362 of file AliReconstruction.h.
Referenced by InitRawReader(), operator=(), and SetUseHLTData().
|
private |
Definition at line 347 of file AliReconstruction.h.
Referenced by operator=(), SetUseTrackingErrorsForAlignment(), and WriteAlignmentData().
|
private |
Definition at line 334 of file AliReconstruction.h.
Referenced by GetV0CsPmin(), operator=(), and SetV0CsPmin().
|
private |
Definition at line 333 of file AliReconstruction.h.
Referenced by GetV0DCAmax(), operator=(), and SetV0DCAmax().
|
private |
Definition at line 318 of file AliReconstruction.h.
Referenced by operator=(), RunTracking(), and SetWriteAlignmentData().
|
private |
Definition at line 319 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), RunTracking(), SetWriteESDfriend(), SlaveBegin(), and SlaveTerminate().
|
private |
Definition at line 320 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), SetWriteHLTESD(), SlaveBegin(), and SlaveTerminate().
|
private |
control of QA intialisation
Definition at line 405 of file AliReconstruction.h.
Referenced by InitQA(), operator=(), and SetWriteQAExpert().
|
private |
Definition at line 323 of file AliReconstruction.h.
Referenced by operator=(), ProcessEvent(), RunTracking(), WriteAlignmentData(), and WriteESDfriend().
|
private |
Definition at line 336 of file AliReconstruction.h.
Referenced by GetZmax(), operator=(), and SetZmax().