![]() |
AliRoot Core
edcc906 (edcc906)
|
#include <AliLoader.h>
Public Member Functions | |
AliLoader () | |
AliLoader (const Char_t *detname, const Char_t *eventfoldername) | |
AliLoader (const Char_t *detname, TFolder *eventfolder) | |
virtual | ~AliLoader () |
virtual Int_t | GetEvent () |
virtual Int_t | SetEvent () |
virtual void | MakeTree (Option_t *opt) |
AliDataLoader * | GetHitsDataLoader () const |
AliDataLoader * | GetSDigitsDataLoader () const |
AliDataLoader * | GetDigitsDataLoader () const |
AliDataLoader * | GetRecPointsDataLoader () const |
AliDataLoader * | GetTracksDataLoader () const |
AliDataLoader * | GetRecParticlesDataLoader () const |
AliDataLoader * | GetDataLoader (const char *name) |
void | AddDataLoader (AliDataLoader *dl) |
Int_t | SetEventFolder (TFolder *eventfolder) |
Int_t | Register (TFolder *eventFolder) |
TFolder * | GetTopFolder () |
TFolder * | GetEventFolder () |
TFolder * | GetDataFolder () |
TFolder * | GetDetectorDataFolder () |
TFolder * | GetModulesFolder () |
virtual void | MakeHitsContainer () const |
virtual void | MakeSDigitsContainer () const |
virtual void | MakeDigitsContainer () const |
virtual void | MakeRecPointsContainer () const |
virtual void | MakeTracksContainer () const |
virtual void | MakeRecParticlesContainer () const |
virtual void | CleanFolders () |
virtual void | CloseFiles () |
TTree * | TreeH () const |
TTree * | TreeS () const |
TTree * | TreeD () const |
TTree * | TreeR () const |
TTree * | TreeT () const |
TTree * | TreeP () const |
Int_t | LoadHits (Option_t *opt="") |
Int_t | LoadSDigits (Option_t *opt="") |
Int_t | LoadDigits (Option_t *opt="") |
Int_t | LoadRecPoints (Option_t *opt="") |
Int_t | LoadTracks (Option_t *opt="") |
Int_t | LoadRecParticles (Option_t *opt="") |
void | UnloadHits () const |
void | UnloadSDigits () const |
void | UnloadDigits () const |
void | UnloadRecPoints () const |
void | UnloadTracks () const |
void | UnloadRecParticles () const |
void | UnloadAll () |
virtual Int_t | ReloadHits () const |
virtual Int_t | ReloadSDigits () const |
virtual Int_t | ReloadDigits () const |
virtual Int_t | ReloadRecPoints () const |
virtual Int_t | ReloadTracks () const |
virtual Int_t | ReloadRecParticles () const |
virtual Int_t | ReloadAll () |
virtual Int_t | WriteHits (Option_t *opt="") const |
virtual Int_t | WriteSDigits (Option_t *opt="") const |
virtual Int_t | WriteDigits (Option_t *opt="") const |
virtual Int_t | WriteRecPoints (Option_t *opt="") const |
virtual Int_t | WriteTracks (Option_t *opt="") const |
virtual Int_t | WriteRecParticles (Option_t *opt="") const |
void | SetHitsFileName (const TString &fname) const |
void | SetSDigitsFileName (const TString &fname) const |
void | SetDigitsFileName (const TString &fname) const |
void | SetRecPointsFileName (const TString &fname) const |
void | SetTracksFileName (const TString &fname) const |
void | SetRecParticlesFileName (const TString &fname) const |
const TString & | GetHitsFileName () const |
const TString & | GetSDigitsFileName () const |
const TString & | GetDigitsFileName () const |
const TString & | GetRecPointsFileName () const |
const TString & | GetTracksFileName () const |
const TString & | GetRecParticlesFileName () const |
virtual void | CleanHits () const |
virtual void | CleanSDigits () const |
virtual void | CleanDigits () const |
virtual void | CleanRecPoints () const |
virtual void | CleanTracks () const |
virtual void | SetHitsFileOption (Option_t *newopt) const |
virtual void | SetSDigitsFileOption (Option_t *newopt) const |
virtual void | SetDigitsFileOption (Option_t *newopt) const |
virtual void | SetRecPointsFileOption (Option_t *newopt) const |
virtual void | SetTracksFileOption (Option_t *newopt) const |
virtual void | SetRecParticlesFileOption (Option_t *newopt) const |
virtual void | SetHitsComprLevel (Int_t cl) const |
virtual void | SetDigitsComprLevel (Int_t cl) const |
virtual void | SetSDigitsComprLevel (Int_t cl) const |
virtual void | SetRecPointsComprLevel (Int_t cl) const |
virtual void | SetTracksComprLevel (Int_t cl) const |
virtual void | SetRecParticlesComprLevel (Int_t cl) const |
virtual void | SetCompressionLevel (Int_t cl) |
void | SetDirName (TString &name) |
const TString & | GetDetectorName () const |
AliRunLoader * | GetRunLoader () |
void | SetDigitsFileNameSuffix (const TString &suffix) const |
void | Synchronize () |
Static Public Member Functions | |
static TDirectory * | ChangeDir (TFile *file, Int_t eventno) |
static Bool_t | TestFileOption (Option_t *opt) |
static Bool_t | IsOptionWritable (const TString &opt) |
static void | SetDebug (Int_t deb=1) |
Protected Types | |
enum | EDataTypes { kHits = 0, kSDigits, kDigits, kRecPoints, kTracks, kRecParticles, kNDataTypes } |
Protected Member Functions | |
virtual Int_t | PostHits () const |
virtual Int_t | PostSDigits () const |
virtual Int_t | PostDigits () const |
virtual Int_t | PostRecPoints () const |
virtual Int_t | PostTracks () const |
virtual Int_t | PostRecParticles () const |
void | Clean () |
void | Clean (const TString &name) |
TString | GetUnixDir () const |
TObject * | GetDetectorData (const char *name) |
TObject ** | GetDetectorDataRef (TObject *obj) |
virtual void | InitDefaults () |
void | ResetDataInfo () |
void | SetTAddrInDet () |
Protected Attributes | |
TObjArray * | fDataLoaders |
TString | fDetectorName |
TFolder * | fEventFolder |
TFolder * | fDataFolder |
Folder with data that changes from event to event, even in single run. More... | |
TFolder * | fDetectorDataFolder |
Folder with data (hits, sdigits, etc, grouped in folders named like detectors. More... | |
TFolder * | fModuleFolder |
Folder that contains the detector data. More... | |
Static Protected Attributes | |
static const TString | fgkDefaultHitsContainerName |
Folder that contains the modules. More... | |
static const TString | fgkDefaultDigitsContainerName = "TreeD" |
static const TString | fgkDefaultSDigitsContainerName = "TreeS" |
static const TString | fgkDefaultRecPointsContainerName = "TreeR" |
static const TString | fgkDefaultTracksContainerName = "TreeT" |
static const TString | fgkDefaultRecParticlesContainerName = "TreeP" |
static const TString | fgkLoaderBaseName |
Private Member Functions | |
AliLoader (const AliLoader &) | |
AliLoader & | operator= (const AliLoader &) |
Definition at line 30 of file AliLoader.h.
|
protected |
Enumerator | |
---|---|
kHits | |
kSDigits | |
kDigits | |
kRecPoints | |
kTracks | |
kRecParticles | |
kNDataTypes |
Definition at line 249 of file AliLoader.h.
AliLoader::AliLoader | ( | ) |
Definition at line 48 of file AliLoader.cxx.
AliLoader::AliLoader | ( | const Char_t * | detname, |
const Char_t * | eventfoldername | ||
) |
Definition at line 61 of file AliLoader.cxx.
AliLoader::AliLoader | ( | const Char_t * | detname, |
TFolder * | eventfolder | ||
) |
Definition at line 86 of file AliLoader.cxx.
|
virtual |
Definition at line 103 of file AliLoader.cxx.
|
private |
void AliLoader::AddDataLoader | ( | AliDataLoader * | dl | ) |
Definition at line 148 of file AliLoader.cxx.
Referenced by GetRecParticlesDataLoader().
|
static |
Definition at line 274 of file AliLoader.cxx.
Referenced by GetDetectorName(), AliRunLoader::OpenDataFile(), AliDataLoader::OpenFile(), and AliDataLoader::SetEvent().
|
protected |
Definition at line 550 of file AliLoader.cxx.
Referenced by PostRecParticles(), and AliEMCALLoader::~AliEMCALLoader().
|
protected |
Definition at line 562 of file AliLoader.cxx.
|
inlinevirtual |
Reimplemented in AliEMCALLoader.
Definition at line 186 of file AliLoader.h.
Referenced by AliReconstruction::RunLocalEventReconstruction().
|
virtual |
Definition at line 401 of file AliLoader.cxx.
Referenced by AliRunLoader::CleanDetectors(), MakeRecParticlesContainer(), and AliEMCALLoader::~AliEMCALLoader().
|
inlinevirtual |
Reimplemented in AliEMCALLoader.
Definition at line 182 of file AliLoader.h.
|
inlinevirtual |
Reimplemented in AliEMCALLoader.
Definition at line 188 of file AliLoader.h.
Referenced by MUONTrigger(), and AliReconstruction::RunLocalEventReconstruction().
|
inlinevirtual |
Reimplemented in AliEMCALLoader.
Definition at line 184 of file AliLoader.h.
Referenced by MakeSDigits().
|
inlinevirtual |
Definition at line 190 of file AliLoader.h.
|
virtual |
Definition at line 434 of file AliLoader.cxx.
Referenced by MakeRecParticlesContainer().
TFolder * AliLoader::GetDataFolder | ( | ) |
Definition at line 237 of file AliLoader.cxx.
Referenced by GetDetectorDataFolder(), and GetRecParticlesDataLoader().
AliDataLoader * AliLoader::GetDataLoader | ( | const char * | name | ) |
Definition at line 142 of file AliLoader.cxx.
Referenced by GetRecParticlesDataLoader(), and AliSimulation::RunSimulation().
|
inlineprotected |
Definition at line 275 of file AliLoader.h.
Referenced by AliEMCALLoader::Digits(), AliEMCALLoader::RecPoints(), and AliEMCALLoader::SDigits().
|
inline |
Definition at line 322 of file AliLoader.h.
Referenced by AddDataLoader(), Clean(), GetDetectorData(), GetDetectorDataRef(), GetRecParticlesDataLoader(), AliEMCALLoader::MakeDigitsArray(), AliEMCALLoader::MakeRecPointsArray(), AliEMCALLoader::MakeSDigitsArray(), and SetEventFolder().
|
protected |
Definition at line 390 of file AliLoader.cxx.
Referenced by GetDetectorData().
|
inline |
Definition at line 222 of file AliLoader.h.
Referenced by AliRunLoader::GetEvent(), AliRunLoader::WriteDigits(), AliRunLoader::WriteHits(), AliRunLoader::WriteRecPoints(), AliRunLoader::WriteSDigits(), and AliRunLoader::WriteTracks().
|
inline |
Definition at line 54 of file AliLoader.h.
Referenced by AliEMCALLoader::CleanDigits(), CleanDigits(), GetDigitsFileName(), LoadDigits(), MakeDigitsContainer(), PostDigits(), ReloadDigits(), AliCentralTrigger::RunTrigger(), SetDigitsFileName(), SetDigitsFileNameSuffix(), SetDigitsFileOption(), SetSDigitsComprLevel(), TreeD(), UnloadDigits(), and WriteDigits().
|
inline |
Definition at line 173 of file AliLoader.h.
|
virtual |
Reimplemented in AliEMCALLoader.
Definition at line 195 of file AliLoader.cxx.
Referenced by AliEMCALLoader::GetEvent(), and AliRunLoader::GetEvent().
TFolder * AliLoader::GetEventFolder | ( | ) |
Definition at line 231 of file AliLoader.cxx.
Referenced by AliFMDHitDigitizer::Digitize(), GetDataFolder(), GetModulesFolder(), GetRecParticlesDataLoader(), and GetRunLoader().
|
inline |
Definition at line 52 of file AliLoader.h.
Referenced by AliEMCALLoader::CleanHits(), CleanHits(), GetHitsFileName(), LoadHits(), MakeHitsContainer(), PostHits(), ReloadHits(), SetHitsComprLevel(), SetHitsFileName(), SetHitsFileOption(), TreeH(), UnloadHits(), and WriteHits().
|
inline |
Definition at line 169 of file AliLoader.h.
TFolder * AliLoader::GetModulesFolder | ( | ) |
Definition at line 255 of file AliLoader.cxx.
Referenced by GetRecParticlesDataLoader(), and AliDetector::~AliDetector().
|
inline |
Definition at line 57 of file AliLoader.h.
Referenced by GetRecParticlesFileName(), LoadRecParticles(), MakeRecParticlesContainer(), PostRecParticles(), ReloadRecParticles(), SetRecParticlesComprLevel(), SetRecParticlesFileName(), SetRecParticlesFileOption(), TreeP(), UnloadRecParticles(), and WriteRecParticles().
|
inline |
Definition at line 179 of file AliLoader.h.
|
inline |
Definition at line 55 of file AliLoader.h.
Referenced by AliEMCALLoader::CleanRecPoints(), CleanRecPoints(), GetRecPointsFileName(), LoadRecPoints(), MakeRecPointsContainer(), PostRecPoints(), ReloadRecPoints(), SetRecPointsComprLevel(), SetRecPointsFileName(), SetRecPointsFileOption(), TreeR(), UnloadRecPoints(), and WriteRecPoints().
|
inline |
Definition at line 175 of file AliLoader.h.
AliRunLoader * AliLoader::GetRunLoader | ( | ) |
Definition at line 495 of file AliLoader.cxx.
Referenced by AliFMDHitDigitizer::Digitize(), AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUIdimap::DrawMaps(), GetDetectorName(), AliMFT::Hits2SDigits(), AliEMCAL::Hits2SDigits(), AliMUONDataInterface::LoadEvent(), AliMUONMCDataInterface::LoadEvent(), AliMUONTriggerGUIbdmap::LocalTriggerInfo(), AliMUONDataInterface::NtupleTrigger(), AliMUONDataInterface::NumberOfEvents(), AliMUONMCDataInterface::NumberOfEvents(), AliMUONMCDataInterface::NumberOfTrackRefs(), AliMUONDataInterface::Open(), AliMUONMCDataInterface::Open(), AliEMCALDigitizer::PrintDigits(), AliEMCALSDigitizer::PrintSDigits(), SetTAddrInDet(), AliMUONMCDataInterface::Stack(), and AliMUONMCDataInterface::TrackRefs().
|
inline |
Definition at line 53 of file AliLoader.h.
Referenced by AliEMCALLoader::CleanSDigits(), CleanSDigits(), GetSDigitsFileName(), LoadSDigits(), MakeSDigitsContainer(), PostSDigits(), ReloadSDigits(), SetDigitsComprLevel(), SetSDigitsFileName(), SetSDigitsFileOption(), TreeS(), UnloadSDigits(), and WriteSDigits().
|
inline |
Definition at line 171 of file AliLoader.h.
Referenced by AliEMCALDigitizer::Print().
TFolder * AliLoader::GetTopFolder | ( | ) |
Definition at line 223 of file AliLoader.cxx.
Referenced by AliLoader(), and GetRecParticlesDataLoader().
|
inline |
Definition at line 56 of file AliLoader.h.
Referenced by CleanTracks(), GetTracksFileName(), LoadTracks(), MakeTracksContainer(), PostTracks(), ReloadTracks(), SetTracksComprLevel(), SetTracksFileName(), SetTracksFileOption(), TreeT(), UnloadTracks(), and WriteTracks().
|
inline |
Definition at line 177 of file AliLoader.h.
|
protected |
Definition at line 334 of file AliLoader.cxx.
Referenced by PostRecParticles().
|
protectedvirtual |
Definition at line 111 of file AliLoader.cxx.
Referenced by AliLoader(), and GetDetectorData().
|
static |
Definition at line 577 of file AliLoader.cxx.
Referenced by GetDetectorName(), and AliDataLoader::IsOptionContrary().
|
inline |
Definition at line 106 of file AliLoader.h.
Referenced by AliTPCAltro(), AliTPCDDL(), AliTPCFindClustersMI(), AliTPCHits2Digits(), AliFMDInput::Begin(), AliEMCALRawUtils::Digits2Raw(), AliMUON::Digits2Raw(), AliMUONDataInterface::DigitStore(), AliMUONMCDataInterface::DigitStore(), AliQAManager::DoIt(), AliFMDRawWriter::Exec(), AliReconstruction::FillESD(), FindKrClusters(), GoodTracksTPC(), AliRunLoader::LoadDigits(), AliFMDBaseDigitizer::MakeOutputTree(), MUONClusterInfo(), MUONTrigger(), AliReconstruction::RunLocalEventReconstruction(), TestRecPoints(), AliRun::Tree2Tree(), AliMUONTrigger::Trigger(), AliTriggerDetector::Trigger(), AliMUONDataInterface::TriggerStore(), and AliMUONMCDataInterface::TriggerStore().
|
inline |
Definition at line 96 of file AliLoader.h.
Referenced by AliTPCHits2Digits(), AliFMDInput::Begin(), AliMUONSDigitizerV2::Digitize(), AliFMDHitDigitizer::Digitize(), AliQAManager::DoIt(), AliMFT::Hits2SDigits(), AliMUONMCDataInterface::HitStore(), AliRunLoader::LoadHits(), AliMUONMCDataInterface::NumberOfTracks(), and AliRun::Tree2Tree().
|
inline |
Definition at line 123 of file AliLoader.h.
Referenced by AliRunLoader::LoadRecParticles().
|
inline |
Definition at line 113 of file AliLoader.h.
Referenced by AliBarrelRec_TPCparam(), AliTPCFindClustersMI(), AliFMDInput::Begin(), AliMUONDataInterface::ClusterStore(), AliQAManager::DoIt(), AliReconstruction::FillESD(), GoodTracksTPC(), AliRunLoader::LoadRecPoints(), MUONClusterInfo(), MUONTrigger(), AliReconstruction::RunLocalEventReconstruction(), AliReconstruction::RunMFTTrackingMU(), AliReconstruction::RunMultFinder(), AliReconstruction::RunMuonTracking(), AliReconstruction::RunSPDTrackleting(), AliReconstruction::RunTracking(), AliReconstruction::RunVertexFinder(), TestRecPoints(), and AliMUONDataInterface::TriggerStore().
|
inline |
Definition at line 101 of file AliLoader.h.
Referenced by AliFMDInput::Begin(), AliMUONDigitizerV3::CreateInputDigitStores(), AliMUONDigitizerV3::Digitize(), AliFMDDigitizer::Digitize(), AliQAManager::DoIt(), AliRunLoader::LoadSDigits(), AliFMDHitDigitizer::MakeOutputTree(), MakeSDigits(), AliEMCAL::Raw2SDigits(), AliMUONMCDataInterface::SDigitStore(), and AliRun::Tree2Tree().
|
inline |
Definition at line 118 of file AliLoader.h.
Referenced by AliRunLoader::LoadTracks().
|
inlinevirtual |
Definition at line 75 of file AliLoader.h.
Referenced by AliMUONDigitizerV3::Digitize(), AliMUONPedestalEventGenerator::Exec(), MakeTree(), AliReconstruction::RunLocalEventReconstruction(), and AliEMCALDigitizer::WriteDigits().
|
inlinevirtual |
Definition at line 73 of file AliLoader.h.
Referenced by MakeTree().
|
inlinevirtual |
Definition at line 78 of file AliLoader.h.
Referenced by MakeTree().
|
inlinevirtual |
Definition at line 76 of file AliLoader.h.
Referenced by MakeTree(), MUONTrigger(), and AliReconstruction::RunLocalEventReconstruction().
|
inlinevirtual |
Definition at line 74 of file AliLoader.h.
Referenced by AliMUONSDigitizerV2::Digitize(), AliEMCALSDigitizer::Digitize(), MakeSDigits(), MakeTree(), AliMUON::Raw2SDigits(), and AliEMCAL::Raw2SDigits().
|
inlinevirtual |
Definition at line 77 of file AliLoader.h.
Referenced by MakeTree().
|
virtual |
Definition at line 346 of file AliLoader.cxx.
Referenced by AliTPCFindClustersMI(), AliRunLoader::GetTreeD(), AliRunLoader::GetTreeH(), AliRunLoader::GetTreeP(), AliRunLoader::GetTreeR(), AliRunLoader::GetTreeS(), AliRunLoader::GetTreeT(), AliMFT::Hits2SDigits(), AliFMDHitDigitizer::MakeOutputTree(), AliFMDBaseDigitizer::MakeOutputTree(), AliDetector::MakeTree(), AliRunLoader::MakeTree(), and AliRun::Tree2Tree().
|
inlineprotectedvirtual |
Definition at line 261 of file AliLoader.h.
|
inlineprotectedvirtual |
Definition at line 257 of file AliLoader.h.
|
inlineprotectedvirtual |
Definition at line 267 of file AliLoader.h.
|
inlineprotectedvirtual |
Definition at line 263 of file AliLoader.h.
|
inlineprotectedvirtual |
Definition at line 259 of file AliLoader.h.
|
inlineprotectedvirtual |
Definition at line 265 of file AliLoader.h.
Int_t AliLoader::Register | ( | TFolder * | eventFolder | ) |
Definition at line 469 of file AliLoader.cxx.
Referenced by GetRecParticlesDataLoader(), AliDigitizationInput::InitOutputGlobal(), and AliRunLoader::SetEventFolderName().
|
virtual |
Definition at line 415 of file AliLoader.cxx.
Referenced by ReloadRecParticles().
|
inlinevirtual |
Definition at line 139 of file AliLoader.h.
|
inlinevirtual |
Definition at line 137 of file AliLoader.h.
|
inlinevirtual |
Definition at line 142 of file AliLoader.h.
|
inlinevirtual |
Definition at line 140 of file AliLoader.h.
|
inlinevirtual |
Definition at line 138 of file AliLoader.h.
|
inlinevirtual |
Definition at line 141 of file AliLoader.h.
|
protected |
Referenced by GetDetectorData().
|
virtual |
Definition at line 538 of file AliLoader.cxx.
Referenced by AliRunLoader::SetCompressionLevel(), and SetRecParticlesComprLevel().
|
static |
Definition at line 589 of file AliLoader.cxx.
Referenced by GetDetectorName().
|
inlinevirtual |
Definition at line 208 of file AliLoader.h.
|
inline |
Definition at line 160 of file AliLoader.h.
void AliLoader::SetDigitsFileNameSuffix | ( | const TString & | suffix | ) | const |
Definition at line 529 of file AliLoader.cxx.
Referenced by GetDetectorName(), and AliRunLoader::SetDigitsFileNameSuffix().
|
inlinevirtual |
Definition at line 197 of file AliLoader.h.
void AliLoader::SetDirName | ( | TString & | name | ) |
Definition at line 516 of file AliLoader.cxx.
Referenced by AliRunLoader::AddLoader(), AliRunLoader::SetDirName(), and SetRecParticlesComprLevel().
|
virtual |
Definition at line 169 of file AliLoader.cxx.
Referenced by AliRunLoader::SetEvent().
Int_t AliLoader::SetEventFolder | ( | TFolder * | eventfolder | ) |
Definition at line 446 of file AliLoader.cxx.
Referenced by AliRunLoader::AddLoader(), AliLoader(), GetRecParticlesDataLoader(), and Register().
|
inlinevirtual |
Definition at line 206 of file AliLoader.h.
|
inline |
Definition at line 156 of file AliLoader.h.
|
inlinevirtual |
Definition at line 193 of file AliLoader.h.
|
inlinevirtual |
Definition at line 216 of file AliLoader.h.
|
inline |
Definition at line 166 of file AliLoader.h.
|
inlinevirtual |
Definition at line 203 of file AliLoader.h.
|
inlinevirtual |
Definition at line 212 of file AliLoader.h.
|
inline |
Definition at line 162 of file AliLoader.h.
|
inlinevirtual |
Definition at line 199 of file AliLoader.h.
|
inlinevirtual |
Definition at line 210 of file AliLoader.h.
|
inline |
Definition at line 158 of file AliLoader.h.
|
inlinevirtual |
Definition at line 195 of file AliLoader.h.
|
protected |
Definition at line 602 of file AliLoader.cxx.
Referenced by GetDetectorData(), LoadDigits(), LoadHits(), LoadRecParticles(), LoadRecPoints(), LoadSDigits(), and LoadTracks().
|
inlinevirtual |
Definition at line 214 of file AliLoader.h.
|
inline |
Definition at line 164 of file AliLoader.h.
|
inlinevirtual |
Definition at line 201 of file AliLoader.h.
void AliLoader::Synchronize | ( | ) |
Definition at line 615 of file AliLoader.cxx.
Referenced by GetDetectorName(), and AliRunLoader::Synchronize().
|
static |
Definition at line 504 of file AliLoader.cxx.
Referenced by GetDetectorName(), AliDataLoader::GetEvent(), AliBaseLoader::Load(), AliRunLoader::Open(), and AliStream::OpenNextFile().
|
inline |
Definition at line 87 of file AliLoader.h.
Referenced by AliTPCAltro(), AliTPCDDL(), AliTPCFindClustersMI(), AliFMDInput::Begin(), AliMUONDigitizerV3::Digitize(), AliEMCALDigitizer::Digitize(), AliMUON::Digits2Raw(), AliMUONDataInterface::DigitStore(), AliMUONMCDataInterface::DigitStore(), AliQAManager::DoIt(), AliMUONPedestalEventGenerator::Exec(), AliFMDRawWriter::Exec(), AliReconstruction::FillESD(), FindKrClusters(), AliEMCALLoader::GetEvent(), AliRunLoader::GetTreeD(), GoodTracksTPC(), AliMFT::MakeBranch(), AliFMD::MakeBranch(), AliFMDBaseDigitizer::MakeOutputTree(), MUONClusterInfo(), MUONTrigger(), AliReconstruction::RunLocalEventReconstruction(), AliMUON::SDigits2Digits(), AliDetector::SetTreeAddress(), AliMFT::SetTreeAddress(), AliFMD::SetTreeAddress(), TestRecPoints(), AliRun::Tree2Tree(), AliMUONTrigger::Trigger(), AliTriggerDetector::Trigger(), AliMUONDataInterface::TriggerStore(), AliMUONMCDataInterface::TriggerStore(), and AliEMCALDigitizer::WriteDigits().
|
inline |
Definition at line 83 of file AliLoader.h.
Referenced by AliFMDInput::Begin(), AliMUONSDigitizerV2::Digitize(), AliFMDHitDigitizer::Digitize(), AliEMCALSDigitizer::Digitize(), AliQAManager::DoIt(), AliMC::FinishPrimary(), AliDetector::FirstHit(), AliRunLoader::GetTreeH(), AliMFT::Hits2SDigits(), AliMUONMCDataInterface::HitStore(), AliDetector::MakeBranch(), AliMFT::MakeBranch(), AliMUON::MakeBranch(), AliMUONMCDataInterface::NumberOfTracks(), AliDetector::SetTreeAddress(), AliMFT::SetTreeAddress(), AliFMD::SetTreeAddress(), TestEMCALData(), TestEMCALHit(), and AliEMCALLoader::~AliEMCALLoader().
|
inline |
Definition at line 93 of file AliLoader.h.
Referenced by AliRunLoader::GetTreeP().
|
inline |
Definition at line 89 of file AliLoader.h.
Referenced by AliTPCFindClustersMI(), AliFMDInput::Begin(), AliMUONDataInterface::ClusterStore(), AliQAManager::DoIt(), AliReconstruction::FillESD(), AliEMCALLoader::GetEvent(), AliRunLoader::GetTreeR(), GoodTracksTPC(), AliMFTClusterQA::LoadNextEvent(), AliMuonForwardTrackFinder::LoadNextEvent(), MUONClusterInfo(), MUONTrigger(), AliReconstruction::RunLocalEventReconstruction(), AliReconstruction::RunMultFinder(), AliReconstruction::RunSPDTrackleting(), AliReconstruction::RunTracking(), AliReconstruction::RunVertexFinder(), AliMFT::SetTreeAddress(), TestEMCALData(), TestEMCALRecPoint(), TestRecPoints(), AliRun::Tree2Tree(), and AliMUONDataInterface::TriggerStore().
|
inline |
Definition at line 85 of file AliLoader.h.
Referenced by AliFMDInput::Begin(), AliMUONDigitizerV3::CreateInputDigitStores(), AliMUONSDigitizerV2::Digitize(), AliMUONDigitizerV3::Digitize(), AliEMCALSDigitizer::Digitize(), AliFMDDigitizer::Digitize(), AliQAManager::DoIt(), AliEMCALLoader::GetEvent(), AliRunLoader::GetTreeS(), AliMFT::Hits2SDigits(), AliMFT::MakeBranch(), AliFMD::MakeBranch(), AliFMDHitDigitizer::MakeOutputTree(), MakeSDigits(), AliMUON::Raw2SDigits(), AliEMCAL::Raw2SDigits(), AliFMD::Raw2SDigits(), AliMUONMCDataInterface::SDigitStore(), AliMFT::SetTreeAddress(), AliFMD::SetTreeAddress(), and AliRun::Tree2Tree().
|
inline |
Definition at line 91 of file AliLoader.h.
Referenced by AliRunLoader::GetTreeT().
void AliLoader::UnloadAll | ( | ) |
Definition at line 182 of file AliLoader.cxx.
Referenced by AliRunLoader::UnloadAll(), and UnloadRecParticles().
|
inline |
Definition at line 131 of file AliLoader.h.
Referenced by AliMUONDigitizerV3::Digitize(), AliEMCALRawUtils::Digits2Raw(), AliMUON::Digits2Raw(), AliMUONDataInterface::DigitStore(), AliMUONMCDataInterface::DigitStore(), AliFMDInput::End(), AliMUONPedestalEventGenerator::Exec(), AliFMDRawWriter::Exec(), AliReconstruction::FillESD(), MUONClusterInfo(), MUONTrigger(), AliReconstruction::RunLocalEventReconstruction(), AliFMDBaseDigitizer::StoreDigits(), TestRecPoints(), AliRun::Tree2Tree(), AliMUONTrigger::Trigger(), AliTriggerDetector::Trigger(), AliMUONDataInterface::TriggerStore(), AliMUONMCDataInterface::TriggerStore(), AliEMCALDigitizer::Unload(), and AliRunLoader::UnloadDigits().
|
inline |
Definition at line 129 of file AliLoader.h.
Referenced by AliMUONSDigitizerV2::Digitize(), AliFMDHitDigitizer::Digitize(), AliFMDInput::End(), AliMFT::Hits2SDigits(), AliMUONMCDataInterface::HitStore(), AliMUONMCDataInterface::NumberOfTracks(), AliRun::Tree2Tree(), AliEMCALSDigitizer::Unload(), and AliRunLoader::UnloadHits().
|
inline |
Definition at line 134 of file AliLoader.h.
Referenced by AliRunLoader::UnloadRecParticles().
|
inline |
Definition at line 132 of file AliLoader.h.
Referenced by AliMUONDataInterface::ClusterStore(), AliFMDInput::End(), AliReconstruction::FillESD(), MUONClusterInfo(), MUONTrigger(), AliReconstruction::ProcessEvent(), AliReconstruction::RunLocalEventReconstruction(), AliReconstruction::RunMFTTrackingMU(), AliReconstruction::RunMultFinder(), AliReconstruction::RunMuonTracking(), AliReconstruction::RunTracking(), AliReconstruction::RunVertexFinder(), TestRecPoints(), AliRun::Tree2Tree(), AliMUONDataInterface::TriggerStore(), and AliRunLoader::UnloadRecPoints().
|
inline |
Definition at line 130 of file AliLoader.h.
Referenced by AliMUONSDigitizerV2::Digitize(), AliMUONDigitizerV3::Digitize(), AliFMDDigitizer::Digitize(), AliFMDInput::End(), AliMFT::Hits2SDigits(), MakeSDigits(), AliMUON::Raw2SDigits(), AliEMCAL::Raw2SDigits(), AliMUONMCDataInterface::SDigitStore(), AliFMDHitDigitizer::StoreDigits(), AliRun::Tree2Tree(), AliEMCALDigitizer::Unload(), AliEMCALSDigitizer::Unload(), and AliRunLoader::UnloadSDigits().
|
inline |
Definition at line 133 of file AliLoader.h.
Referenced by AliRunLoader::UnloadTracks().
|
inlinevirtual |
Definition at line 148 of file AliLoader.h.
Referenced by AliMUONDigitizerV3::Digitize(), AliEMCALDigitizer::Digitize(), AliMUONPedestalEventGenerator::Exec(), AliReconstruction::RunLocalEventReconstruction(), AliFMDBaseDigitizer::StoreDigits(), and AliRunLoader::WriteDigits().
|
virtual |
Definition at line 371 of file AliLoader.cxx.
Referenced by ReloadRecParticles(), and AliRunLoader::WriteHits().
|
inlinevirtual |
Definition at line 151 of file AliLoader.h.
|
inlinevirtual |
Definition at line 149 of file AliLoader.h.
Referenced by AliTPCFindClustersMI(), MUONTrigger(), AliReconstruction::RunLocalEventReconstruction(), and AliRunLoader::WriteRecPoints().
|
virtual |
Definition at line 380 of file AliLoader.cxx.
Referenced by AliMUONSDigitizerV2::Digitize(), AliEMCALSDigitizer::Digitize(), AliMFT::Hits2SDigits(), MakeSDigits(), AliMUON::Raw2SDigits(), AliEMCAL::Raw2SDigits(), AliFMD::Raw2SDigits(), ReloadRecParticles(), AliFMDHitDigitizer::StoreDigits(), and AliRunLoader::WriteSDigits().
|
inlinevirtual |
Definition at line 150 of file AliLoader.h.
Referenced by AliRunLoader::WriteTracks().
|
protected |
Folder with data that changes from event to event, even in single run.
Definition at line 294 of file AliLoader.h.
Referenced by GetDataFolder().
|
protected |
Definition at line 288 of file AliLoader.h.
Referenced by AddDataLoader(), Clean(), CleanFolders(), CloseFiles(), GetDataLoader(), GetDigitsDataLoader(), GetEvent(), GetHitsDataLoader(), GetRecParticlesDataLoader(), GetRecPointsDataLoader(), GetSDigitsDataLoader(), GetTracksDataLoader(), InitDefaults(), ReloadAll(), SetCompressionLevel(), SetDirName(), SetEvent(), SetEventFolder(), Synchronize(), UnloadAll(), and ~AliLoader().
|
protected |
Folder with data (hits, sdigits, etc, grouped in folders named like detectors.
Definition at line 295 of file AliLoader.h.
Referenced by GetDetectorDataFolder().
|
protected |
Definition at line 291 of file AliLoader.h.
Referenced by AliLoader(), GetDetectorDataFolder(), GetDetectorName(), AliEMCALLoader::GetEvent(), InitDefaults(), Register(), SetTAddrInDet(), and AliEMCALLoader::~AliEMCALLoader().
|
protected |
Definition at line 293 of file AliLoader.h.
Referenced by AddDataLoader(), AliLoader(), GetEventFolder(), and SetEventFolder().
|
staticprotected |
Definition at line 303 of file AliLoader.h.
Referenced by InitDefaults().
|
staticprotected |
Folder that contains the modules.
Definition at line 302 of file AliLoader.h.
Referenced by InitDefaults().
|
staticprotected |
Definition at line 307 of file AliLoader.h.
Referenced by InitDefaults().
|
staticprotected |
Definition at line 305 of file AliLoader.h.
Referenced by InitDefaults().
|
staticprotected |
Definition at line 304 of file AliLoader.h.
Referenced by InitDefaults().
|
staticprotected |
Definition at line 306 of file AliLoader.h.
Referenced by InitDefaults().
|
staticprotected |
Definition at line 308 of file AliLoader.h.
|
protected |
Folder that contains the detector data.
Definition at line 296 of file AliLoader.h.
Referenced by GetModulesFolder().