![]() |
AliRoot Core
ee782a0 (ee782a0)
|
#include <AliRunLoader.h>
Public Member Functions | |
AliRunLoader () | |
AliRunLoader (const char *topfoldername) | |
AliRunLoader (TFolder *topfolder) | |
virtual | ~AliRunLoader () |
Int_t | GetEventNumber () const |
Int_t | GetEvent (Int_t evno) |
Int_t | GetNextEvent () |
Int_t | SetEventNumber (Int_t evno) |
Int_t | SetNextEvent () |
Int_t | GetNumberOfEvents () |
AliCDBEntry * | GetCDBEntry (const char *name) const |
void | MakeTree (Option_t *option) |
void | MakeHeader () |
void | MakeTrigger () |
void | MakeStack () |
Int_t | LoadgAlice () |
Int_t | LoadHeader () |
Int_t | LoadKinematics (Option_t *option="READ") |
Int_t | LoadTrigger (Option_t *option="READ") |
Int_t | LoadTrackRefs (Option_t *option="READ") |
void | UnloadHeader () |
void | UnloadTrigger () |
void | UnloadKinematics () |
void | UnloadgAlice () |
void | UnloadTrackRefs () |
void | SetKineFileName (const TString &fname) |
void | SetTrackRefsFileName (const TString &fname) |
TTree * | TreeE () const |
TTree * | TreeCT () const |
AliHeader * | GetHeader () const |
AliCentralTrigger * | GetTrigger () const |
AliStack * | Stack () const |
TTree * | TreeK () const |
TTree * | TreeTR () const |
AliRun * | GetAliRun () const |
Int_t | GetRunNumber () const |
void | SetRunNumber (Int_t run) |
Int_t | WriteHeader (Option_t *opt="") |
Int_t | WriteTrigger (Option_t *opt="") |
Int_t | WriteAliRun (Option_t *opt="") |
Int_t | WriteKinematics (Option_t *opt="") |
Int_t | WriteTrackRefs (Option_t *opt="") |
Int_t | WriteRunLoader (Option_t *opt="") |
Int_t | WriteHits (Option_t *opt="") |
Int_t | WriteSDigits (Option_t *opt="") |
Int_t | WriteDigits (Option_t *opt="") |
Int_t | WriteRecPoints (Option_t *opt="") |
Int_t | WriteTracks (Option_t *opt="") |
Int_t | LoadHits (Option_t *detectors="all", Option_t *opt="READ") |
Int_t | LoadSDigits (Option_t *detectors="all", Option_t *opt="READ") |
Int_t | LoadDigits (Option_t *detectors="all", Option_t *opt="READ") |
Int_t | LoadRecPoints (Option_t *detectors="all", Option_t *opt="READ") |
Int_t | LoadTracks (Option_t *detectors="all", Option_t *opt="READ") |
Int_t | LoadRecParticles (Option_t *detectors="all", Option_t *opt="READ") |
void | UnloadHits (Option_t *detectors="all") |
void | UnloadSDigits (Option_t *detectors="all") |
void | UnloadDigits (Option_t *detectors="all") |
void | UnloadRecPoints (Option_t *detectors="all") |
void | UnloadTracks (Option_t *detectors="all") |
void | UnloadRecParticles (Option_t *detectors="all") |
void | UnloadAll (Option_t *detectors="all") |
void | AddLoader (AliLoader *loader) |
void | AddLoader (AliDetector *det) |
AliLoader * | GetLoader (const char *detname) const |
AliLoader * | GetLoader (AliDetector *det) const |
Int_t | SetEventFolderName (const TString &name=AliConfig::GetDefaultEventFolderName()) |
void | CleanFolders () |
void | CleanDetectors () |
void | CleanKinematics () |
void | CleanTrackRefs () |
void | RemoveEventFolder () |
void | SetCompressionLevel (Int_t cl) |
void | SetKineComprLevel (Int_t cl) |
void | SetTrackRefsComprLevel (Int_t cl) |
TFolder * | GetEventFolder () const |
void | CdGAFile () |
void | MakeTrackRefsContainer () |
void | SetDirName (TString &dirname) |
Int_t | GetFileOffset () const |
void | SetNumberOfEventsPerFile (Int_t nevpf) |
void | SetNumberOfEventsPerRun (Int_t nevpr) |
Int_t | GetNumberOfEventsPerRun () |
void | SetDigitsFileNameSuffix (const TString &suffix) |
TString | GetFileName () const |
const TObjArray * | GetArrayOfLoaders () const |
void | Cd () |
void | Synchronize () |
AliLoader * | GetDetectorLoader (const char *detname) |
TTree * | GetTreeH (const char *detname, Bool_t maketree) |
TTree * | GetTreeS (const char *detname, Bool_t maketree) |
TTree * | GetTreeD (const char *detname, Bool_t maketree) |
TTree * | GetTreeR (const char *detname, Bool_t maketree) |
TTree * | GetTreeT (const char *detname, Bool_t maketree) |
TTree * | GetTreeP (const char *detname, Bool_t maketree) |
Static Public Member Functions | |
static AliRunLoader * | Open (const char *filename="galice.root", const char *eventfoldername=AliConfig::GetDefaultEventFolderName(), Option_t *option="READ") |
static AliRunLoader * | GetRunLoader (const char *eventfoldername) |
static AliRunLoader * | Instance () |
static AliLoader * | GetDetectorLoader (const char *detname, const char *eventfoldername) |
static TTree * | GetTreeH (const char *detname, Bool_t maketree, const char *eventfoldername) |
static TTree * | GetTreeS (const char *detname, Bool_t maketree, const char *eventfoldername) |
static TTree * | GetTreeD (const char *detname, Bool_t maketree, const char *eventfoldername) |
static TTree * | GetTreeR (const char *detname, Bool_t maketree, const char *eventfoldername) |
static TTree * | GetTreeT (const char *detname, Bool_t maketree, const char *eventfoldername) |
static TTree * | GetTreeP (const char *detname, Bool_t maketree, const char *eventfoldername) |
static TString | GetRunLoaderName () |
static TString | GetHeaderContainerName () |
static TString | GetTriggerContainerName () |
static TString | GetKineContainerName () |
static TString | GetTrackRefsContainerName () |
static TString | GetHeaderBranchName () |
static TString | GetTriggerBranchName () |
static TString | GetKineBranchName () |
static TString | GetTriggerFileName () |
static TString | GetGAliceName () |
Protected Member Functions | |
void | SetGAliceFile (TFile *gafile) |
Int_t | OpenKineFile (Option_t *opt) |
Int_t | OpenTrackRefsFile (Option_t *opt) |
Int_t | OpenDataFile (const TString &filename, TFile *&file, TDirectory *&dir, Option_t *opt, Int_t cl) |
void | SetUnixDir (const TString &udirname) |
const TString | SetFileOffset (const TString &fname) |
void | SetDetectorAddresses () |
Protected Attributes | |
TObjArray * | fLoaders |
TFolder * | fEventFolder |
Int_t | fRun |
top folder for this run More... | |
Int_t | fCurrentEvent |
Current run number. More... | |
TFile * | fGAFile |
Number of current event. More... | |
AliHeader * | fHeader |
pointer to main file with AliRun and Run Loader -> galice.root More... | |
AliStack * | fStack |
pointer to header More... | |
AliCentralTrigger * | fCTrigger |
pointer to stack More... | |
AliDataLoader * | fKineDataLoader |
pointer to CEntral Trigger Processor More... | |
AliDataLoader * | fTrackRefsDataLoader |
Int_t | fNEventsPerFile |
Int_t | fNEventsPerRun |
TString | fUnixDirName |
Static Protected Attributes | |
static const TString | fgkDefaultKineFileName |
name of unix path to directory that contains event More... | |
static const TString | fgkDefaultTrackRefsFileName |
static const TString | fgkDefaultTriggerFileName |
Private Member Functions | |
AliRunLoader (const AliRunLoader &r) | |
AliRunLoader & | operator= (const AliRunLoader &) |
void | GetListOfDetectors (const char *namelist, TObjArray &pointerarray) const |
void | CleanHeader () |
void | CleanTrigger () |
void | Clean (const TString &name) |
Int_t | SetEvent () |
Static Private Attributes | |
static AliRunLoader * | fgRunLoader = 0x0 |
static const TString | fgkRunLoaderName |
static const TString | fgkHeaderContainerName |
static const TString | fgkTriggerContainerName |
static const TString | fgkKineContainerName |
static const TString | fgkTrackRefsContainerName |
static const TString | fgkHeaderBranchName |
static const TString | fgkTriggerBranchName |
static const TString | fgkKineBranchName |
static const TString | fgkGAliceName |
Definition at line 45 of file AliRunLoader.h.
AliRunLoader::AliRunLoader | ( | ) |
Definition at line 85 of file AliRunLoader.cxx.
Referenced by Open().
AliRunLoader::AliRunLoader | ( | const char * | topfoldername | ) |
Definition at line 105 of file AliRunLoader.cxx.
AliRunLoader::AliRunLoader | ( | TFolder * | topfolder | ) |
Definition at line 153 of file AliRunLoader.cxx.
|
virtual |
Definition at line 127 of file AliRunLoader.cxx.
|
private |
void AliRunLoader::AddLoader | ( | AliLoader * | loader | ) |
Definition at line 1176 of file AliRunLoader.cxx.
Referenced by AddLoader(), AliReconstruction::GetReconstructor(), AliRun::InitLoaders(), AliDigitizationInput::InitOutputGlobal(), AliMUONPedestalEventGenerator::LoadRun(), and SetRunNumber().
void AliRunLoader::AddLoader | ( | AliDetector * | det | ) |
Definition at line 1191 of file AliRunLoader.cxx.
|
inline |
Definition at line 161 of file AliRunLoader.h.
void AliRunLoader::CdGAFile | ( | ) |
Definition at line 1809 of file AliRunLoader.cxx.
Referenced by AliL1Delay(), AliMUONPedestalEventGenerator::AliMUONPedestalEventGenerator(), AliTPCAltro(), AliTPCDDL(), AliTPCFindClustersMI(), AliTriggerUtils::CheckConfiguration(), AliReconstruction::CheckRecoCDBvsSimuCDB(), Config(), AliSimulation::ConvertRaw2SDigits(), FindKrClusters(), AliDigitizationInput::FinishGlobal(), AliSimulation::FinishRun(), gen(), GetEventFolder(), AliReconstruction::GetReconstructor(), AliMFTTracker::GetVertexFromMC(), AliMFTTrackerMU::GetVertexFromMC(), AliQAManager::InitRunLoader(), AliReconstruction::InitRunLoader(), AliQAManager::Run(), AliSimulation::RunLego(), AliSimulation::RunSimulation(), AliReconstruction::SlaveTerminate(), AliSimulation::StoreUsedCDBMapsAndEmbPaths(), and WriteRunLoader().
|
private |
Definition at line 1856 of file AliRunLoader.cxx.
Referenced by CleanHeader(), CleanKinematics(), CleanTrackRefs(), and CleanTrigger().
void AliRunLoader::CleanDetectors | ( | ) |
Definition at line 1239 of file AliRunLoader.cxx.
Referenced by CleanFolders(), and SetRunNumber().
void AliRunLoader::CleanFolders | ( | ) |
Definition at line 1228 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
|
inlineprivate |
Definition at line 232 of file AliRunLoader.h.
Referenced by CleanFolders(), LoadHeader(), and UnloadHeader().
|
inline |
Definition at line 139 of file AliRunLoader.h.
Referenced by CleanFolders().
|
inline |
Definition at line 140 of file AliRunLoader.h.
|
inlineprivate |
Definition at line 233 of file AliRunLoader.h.
Referenced by CleanFolders(), LoadTrigger(), and UnloadTrigger().
AliRun * AliRunLoader::GetAliRun | ( | ) | const |
Definition at line 893 of file AliRunLoader.cxx.
Referenced by AliBarrelRec_TPCparam(), AliEMCALRawUtils::AliEMCALRawUtils(), AliEMCALReconstructor::AliEMCALReconstructor(), AliEMCALTriggerElectronics::AliEMCALTriggerElectronics(), AliEMCALTriggerRawDigitMaker::AliEMCALTriggerRawDigitMaker(), AliL1Delay(), AliTPCFindClustersMI(), AliTPCHits2Digits(), AliTriggerUtils::CheckConfiguration(), Convert2Raw(), AliSimulation::ConvertRaw2SDigits(), AliMFTDigitizer::Digitize(), AliEMCALDigitizer::Digitize(), Digits2Raw(), AliMUONTriggerGUI::DoRunGalApply(), FindKrClusters(), AliDigitizationInput::FinishGlobal(), GoodTracksTPC(), Hits2Digits(), Hits2SDigits(), AliStream::ImportgAlice(), Init(), AliMFTClusterQA::Init(), AliEMCALUnfolding::Init(), AliEMCALClusterizer::Init(), AliFMDDigitizer::Init(), AliFMDInput::Init(), AliQAManager::InitQA(), AliQAManager::InitRunLoader(), LoadgAlice(), AliSimulation::LoadRun(), AliSimulation::MisalignGeometry(), MUONefficiency(), MUONTrigger(), AliQAManager::Run(), AliSimulation::RunDigitization(), AliSimulation::RunHitsDigitization(), AliSimulation::RunSDigitization(), AliSimulation::RunSimulation(), AliCentralTrigger::RunTrigger(), AliSimulation::RunTrigger(), SetDetectorAddresses(), AliRun::SetRunLoader(), AliLoader::SetTAddrInDet(), Stack(), TestEMCALDigit(), TestEMCALHit(), TestEMCALRecPoint(), TestEMCALSDigit(), TPCParamTracks(), UnloadgAlice(), WriteAliRun(), and AliSimulation::WriteRawFiles().
|
inline |
Definition at line 160 of file AliRunLoader.h.
Referenced by AliDigitizationInput::InitOutputGlobal().
AliCDBEntry * AliRunLoader::GetCDBEntry | ( | const char * | name | ) | const |
Definition at line 346 of file AliRunLoader.cxx.
Referenced by SetNextEvent().
AliLoader * AliRunLoader::GetDetectorLoader | ( | const char * | detname | ) |
Definition at line 1660 of file AliRunLoader.cxx.
Referenced by Cd(), AliMUONSDigitizerV2::Digitize(), AliEMCALDigitizer::Digitize(), AliEMCALSDigitizer::Digitize(), AliEMCALDigitizer::Digits2FastOR(), AliEMCALRawUtils::Digits2Raw(), GetDetectorLoader(), AliMUONDigitizerV3::GetLoader(), GetTreeD(), GetTreeH(), GetTreeP(), GetTreeR(), GetTreeS(), GetTreeT(), AliMFTClusterQA::Init(), AliEMCALDigitizer::Init(), AliEMCALSDigitizer::Init(), AliEMCALDigitizer::InitParameters(), AliEMCALSDigitizer::InitParameters(), Instance(), AliEMCALDigitizer::IsDead(), AliMUONPedestalEventGenerator::LoadRun(), MakeSDigits(), MUONClusterInfo(), MUONTrigger(), AliMUONDataInterface::Open(), AliMUONMCDataInterface::Open(), AliEMCALDigitizer::Print(), AliEMCALDigitizer::PrintDigits(), AliEMCALSDigitizer::PrintSDigits(), AliEMCAL::Raw2SDigits(), TestEMCALData(), TestEMCALDigit(), TestEMCALGeometry(), TestEMCALHit(), TestEMCALRecPoint(), TestEMCALSDigit(), TestRecPoints(), AliMUONTrigger::Trigger(), AliEMCALDigitizer::Unload(), AliEMCALSDigitizer::Unload(), and AliEMCALDigitizer::WriteDigits().
|
static |
Definition at line 1647 of file AliRunLoader.cxx.
Int_t AliRunLoader::GetEvent | ( | Int_t | evno | ) |
Definition at line 198 of file AliRunLoader.cxx.
Referenced by AliBarrelRec_TPCparam(), AliTPCAltro(), AliTPCDDL(), AliTPCFindClustersMI(), AliTPCHits2Digits(), AliFMDInput::Begin(), AliSimulation::ConvertRaw2SDigits(), AliSimulation::ConvertRawFilesToDate(), AliMUONSDigitizerV2::Digitize(), AliEMCALDigitizer::Digitize(), AliFMDHitDigitizer::Digitize(), AliEMCALSDigitizer::Digitize(), AliQAManager::DoIt(), AliMUONTriggerGUI::DoNextEvent(), AliMUONTriggerGUI::DoPreviousEvent(), AliMUONTriggerGUI::DoRunGalApply(), AliMUONTriggerGUI::DoSkipToEvent(), AliMUONPedestalEventGenerator::Exec(), fastMUONSim(), FindKrClusters(), AliRun::GetEvent(), GetEventNumber(), GetNextEvent(), AliSelectorRL::GetRunLoader(), AliMFTTracker::GetVertexFromMC(), AliMFTTrackerMU::GetVertexFromMC(), GoodTracksTPC(), AliMFT::Hits2SDigits(), AliMUONDataInterface::LoadEvent(), AliMUONMCDataInterface::LoadEvent(), AliMFTClusterQA::LoadNextEvent(), AliMuonForwardTrackFinder::LoadNextEvent(), MakeSDigits(), MUONClusterInfo(), MUONefficiency(), MUONTrigger(), MUONTriggerEfficiencyPt(), AliStream::NextEventInStream(), AliSelectorRL::Process(), AliReconstruction::ProcessEvent(), AliCentralTrigger::RunTrigger(), TestEMCALData(), TestEMCALDigit(), TestEMCALHit(), TestEMCALRecPoint(), TestEMCALSDigit(), TestESD(), TestESDCaloClusterAndCell(), TestKinematics(), TestRecPoints(), TPCParamTracks(), and AliSimulation::WriteRawFiles().
|
inline |
Definition at line 147 of file AliRunLoader.h.
Referenced by AliRun::AddModule(), Clean(), AliDigitizationInput::FinishGlobal(), AliDigitizationInput::GetOutputFolderName(), AliReconstruction::GetReconstructor(), AliDigitizationInput::InitOutputGlobal(), LoadgAlice(), LoadHeader(), AliMUONPedestalEventGenerator::LoadRun(), LoadTrigger(), MakeTree(), SetEventFolderName(), AliRun::SetRunLoader(), TreeK(), TreeTR(), UnloadgAlice(), and AliRun::~AliRun().
|
inline |
Definition at line 59 of file AliRunLoader.h.
Referenced by AliMUONTriggerGUIbdmap::DrawDigits(), AliMUONTriggerGUIdimap::DrawMaps(), AliRun::GetEvNumber(), AliMUONTriggerGUIbdmap::LocalTriggerInfo(), AliDataLoader::OpenFile(), AliMUONClusterFinderPeakCOG::Prepare(), AliMUONClusterFinderPeakFit::Prepare(), AliMUONClusterFinderMLEM::Prepare(), AliEMCALDigitizer::PrintDigits(), AliEMCALSDigitizer::PrintSDigits(), AliDataLoader::SetEvent(), AliDataLoader::SetFileOffset(), TestKinematics(), and AliTriggerDetector::Trigger().
TString AliRunLoader::GetFileName | ( | ) | const |
Definition at line 2020 of file AliRunLoader.cxx.
Referenced by AliEMCALDigitizer::Digitize(), GetNumberOfEventsPerRun(), AliEMCAL::Hits2SDigits(), AliMUONDataInterface::NtupleTrigger(), Open(), and AliSimulation::RunSimulation().
Int_t AliRunLoader::GetFileOffset | ( | ) | const |
Definition at line 1982 of file AliRunLoader.cxx.
Referenced by GetEventFolder(), AliDataLoader::SetFileOffset(), and SetFileOffset().
|
inlinestatic |
Definition at line 194 of file AliRunLoader.h.
AliHeader * AliRunLoader::GetHeader | ( | ) | const |
Definition at line 862 of file AliRunLoader.cxx.
Referenced by AliMUONPedestalEventGenerator::AliMUONPedestalEventGenerator(), AliFMDInput::Begin(), AliMC::BeginEvent(), AliSimulation::ConvertRaw2SDigits(), AliSimulation::ConvertRawFilesToDate(), AliMUONSDigitizerV2::Digitize(), AliMC::EnergySummary(), fastMUONGen(), AliReconstruction::FillMCEventHeaderESD(), AliMC::FinishEvent(), AliDigitizationInput::FinishEvent(), gen(), GetCDBEntry(), AliRun::GetEvent(), GetEvent(), AliSelectorRL::GetHeader(), AliMFTTracker::GetVertexFromMC(), AliMFTTrackerMU::GetVertexFromMC(), GoodTracksTPC(), AliMCGenHandler::Init(), AliQAManager::InitQA(), AliQAManager::InitRunLoader(), MUONClusterInfo(), MUONefficiency(), AliMUONDataInterface::Open(), AliMUONMCDataInterface::Open(), AliReconstruction::ProcessEvent(), AliQAManager::Run(), runSimulation(), AliRun::SetGenEventHeader(), AliMuonForwardTrackFinder::SetRunNumber(), AliSimulation::SetRunNumberFromData(), AliReconstruction::SetRunNumberFromData(), SetTrackRefsFileName(), and AliSimulation::WriteRawFiles().
|
inlinestatic |
Definition at line 190 of file AliRunLoader.h.
|
inlinestatic |
Definition at line 186 of file AliRunLoader.h.
|
inlinestatic |
Definition at line 192 of file AliRunLoader.h.
|
inlinestatic |
Definition at line 188 of file AliRunLoader.h.
|
private |
Definition at line 1818 of file AliRunLoader.cxx.
Referenced by LoadDigits(), LoadHits(), LoadRecParticles(), LoadRecPoints(), LoadSDigits(), LoadTracks(), UnloadAll(), UnloadDigits(), UnloadHits(), UnloadRecParticles(), UnloadRecPoints(), UnloadSDigits(), and UnloadTracks().
AliLoader * AliRunLoader::GetLoader | ( | const char * | detname | ) | const |
Definition at line 1207 of file AliRunLoader.cxx.
Referenced by AliBarrelRec_TPCparam(), AliTPCAltro(), AliTPCDDL(), AliTPCFindClustersMI(), AliTPCHits2Digits(), Convert2Raw(), AliMFTDigitizer::Digitize(), AliFMDDigitizer::Digitize(), Digits2Raw(), AliMUONTriggerGUI::DoRunGalApply(), FindKrClusters(), GetDetectorLoader(), GetListOfDetectors(), AliQAManager::GetLoader(), GetLoader(), AliReconstruction::GetReconstructor(), GoodTracksTPC(), Hits2Digits(), Hits2SDigits(), AliFMDInput::Init(), AliSimulation::RunSimulation(), AliCentralTrigger::RunTrigger(), AliRun::SetRunLoader(), SetRunNumber(), and AliTriggerDetector::Trigger().
AliLoader * AliRunLoader::GetLoader | ( | AliDetector * | det | ) | const |
Definition at line 1216 of file AliRunLoader.cxx.
|
inline |
Definition at line 62 of file AliRunLoader.h.
Int_t AliRunLoader::GetNumberOfEvents | ( | ) |
Definition at line 498 of file AliRunLoader.cxx.
Referenced by AliBarrelRec_TPCparam(), AliTPCAltro(), AliTPCDDL(), AliTPCFindClustersMI(), AliMUONPedestalEventGenerator::ConvertRawFilesToDate(), AliSimulation::ConvertRawFilesToDate(), AliMUONSDigitizerV2::Digitize(), AliEMCALDigitizer::Digitize(), AliFMDHitDigitizer::Digitize(), AliEMCALSDigitizer::Digitize(), AliMUONTriggerGUI::DoRunGalApply(), AliMUONPedestalEventGenerator::Exec(), fastMUONSim(), FindKrClusters(), GetEvent(), AliSimulation::GetNSignalPerBkgrd(), GoodTracksTPC(), Hits2ExactClusters(), AliMFT::Hits2SDigits(), AliMFTClusterQA::Init(), AliHLTSimulation::Init(), AliQAManager::InitQA(), MakeSDigits(), MUONClusterInfo(), MUONefficiency(), MUONTrigger(), AliMUONDataInterface::NumberOfEvents(), AliMUONMCDataInterface::NumberOfEvents(), AliReconstruction::Process(), AliReconstruction::ProcessEvent(), AliHLTSimulation::RunHLTSystem(), AliCentralTrigger::RunTrigger(), SetNextEvent(), TestEMCALDigit(), TestEMCALHit(), TestEMCALRecPoint(), TestEMCALSDigit(), TestKinematics(), TestRecPoints(), TPCParamTracks(), AliSimulation::WriteRawData(), and AliSimulation::WriteRawFiles().
|
inline |
Definition at line 155 of file AliRunLoader.h.
|
static |
Definition at line 1633 of file AliRunLoader.cxx.
Referenced by Cd(), AliStream::ChangeMode(), AliMFTDigitizer::Digitize(), AliEMCALDigitizer::Digitize(), AliFMDDigitizer::Digitize(), AliDigitizationInput::FinishEvent(), AliDigitizationInput::FinishGlobal(), GetDetectorLoader(), AliDigitizationInput::GetOutRunLoader(), AliStream::ImportgAlice(), AliDigitizationInput::InitOutputGlobal(), AliStream::NextEventInStream(), AliMUONDataInterface::Open(), AliMUONMCDataInterface::Open(), Open(), AliStream::OpenNextFile(), AliEMCALDigitizer::Print(), AliSimulation::RunDigitization(), AliEMCALDigitizer::Unload(), and AliStream::~AliStream().
|
inlinestatic |
Definition at line 185 of file AliRunLoader.h.
Referenced by AliFMDHitDigitizer::Digitize(), AliDataLoader::GetRunLoader(), and AliLoader::GetRunLoader().
|
inline |
Definition at line 101 of file AliRunLoader.h.
Referenced by MUONClusterInfo().
|
inlinestatic |
Definition at line 189 of file AliRunLoader.h.
TTree * AliRunLoader::GetTreeD | ( | const char * | detname, |
Bool_t | maketree | ||
) |
Definition at line 1732 of file AliRunLoader.cxx.
Referenced by Cd(), and Instance().
|
static |
Definition at line 1721 of file AliRunLoader.cxx.
TTree * AliRunLoader::GetTreeH | ( | const char * | detname, |
Bool_t | maketree | ||
) |
Definition at line 1688 of file AliRunLoader.cxx.
Referenced by Cd(), and Instance().
|
static |
Definition at line 1676 of file AliRunLoader.cxx.
TTree * AliRunLoader::GetTreeP | ( | const char * | detname, |
Bool_t | maketree | ||
) |
Definition at line 1797 of file AliRunLoader.cxx.
Referenced by Cd(), and Instance().
|
static |
Definition at line 1786 of file AliRunLoader.cxx.
TTree * AliRunLoader::GetTreeR | ( | const char * | detname, |
Bool_t | maketree | ||
) |
Definition at line 1753 of file AliRunLoader.cxx.
Referenced by Cd(), and Instance().
|
static |
Definition at line 1742 of file AliRunLoader.cxx.
TTree * AliRunLoader::GetTreeS | ( | const char * | detname, |
Bool_t | maketree | ||
) |
Definition at line 1710 of file AliRunLoader.cxx.
Referenced by Cd(), and Instance().
|
static |
Definition at line 1699 of file AliRunLoader.cxx.
TTree * AliRunLoader::GetTreeT | ( | const char * | detname, |
Bool_t | maketree | ||
) |
Definition at line 1775 of file AliRunLoader.cxx.
Referenced by Cd(), and Instance().
|
static |
Definition at line 1764 of file AliRunLoader.cxx.
AliCentralTrigger * AliRunLoader::GetTrigger | ( | ) | const |
Definition at line 869 of file AliRunLoader.cxx.
Referenced by AliRawDataHeaderSim::AliRawDataHeaderSim(), AliSimulation::ConvertRawFilesToDate(), AliReconstruction::FillTriggerESD(), GetEvent(), AliReconstruction::GetEventInfo(), AliReconstruction::ProcessTriggerAliases(), AliCTPRawData::RawData(), AliCTPRawData::RawDataRun2(), AliSimulation::RunTrigger(), and SetTrackRefsFileName().
|
inlinestatic |
Definition at line 191 of file AliRunLoader.h.
|
inlinestatic |
Definition at line 187 of file AliRunLoader.h.
|
inlinestatic |
Definition at line 193 of file AliRunLoader.h.
|
inlinestatic |
Definition at line 176 of file AliRunLoader.h.
Referenced by AliBarrelRec_TPCparam(), AliEMCALRawUtils::AliEMCALRawUtils(), AliEMCALReconstructor::AliEMCALReconstructor(), AliEMCALTriggerElectronics::AliEMCALTriggerElectronics(), AliEMCALTriggerRawDigitMaker::AliEMCALTriggerRawDigitMaker(), AliRawDataHeaderSim::AliRawDataHeaderSim(), AliTPCHits2Digits(), AliMC::BeginEvent(), AliTriggerUtils::CheckConfiguration(), AliSimulation::ConvertRaw2SDigits(), AliMUONSDigitizerV2::Digitize(), AliEMCALDigitizer::Digitize(), AliEMCALSDigitizer::Digitize(), AliEMCALDigitizer::Digits2FastOR(), AliEMCALRawUtils::Digits2Raw(), AliMUONTriggerGUI::DoRunGalApply(), AliMC::DumpPart(), AliMC::DumpPStack(), AliMC::EnergySummary(), AliMC::FinishEvent(), AliMC::FinishPrimary(), AliSimulation::FinishRun(), AliMC::FlagTrack(), AliMC::GetCurrentTrackNumber(), AliRun::GetEvent(), AliMC::GetNtrack(), AliMC::GetPrimary(), AliRun::Hits2Digits(), Init(), AliEMCALUnfolding::Init(), AliEMCALClusterizer::Init(), AliEMCALDigitizer::Init(), AliEMCALSDigitizer::Init(), AliEMCALDigitizer::InitParameters(), AliEMCALSDigitizer::InitParameters(), AliEMCALDigitizer::IsDead(), AliMC::KeepTrack(), AliMUONPedestalEventGenerator::LoadRun(), AliSimulation::LoadRun(), AliMC::MisalignGeometry(), monitor(), AliMC::Particle(), AliMC::Particles(), AliMUONClusterFinderPeakCOG::Prepare(), AliMUONClusterFinderPeakFit::Prepare(), AliMUONClusterFinderMLEM::Prepare(), AliEMCALDigitizer::Print(), AliEMCALDigitizer::PrintDigits(), AliEMCALSDigitizer::PrintSDigits(), AliMC::PushTrack(), AliEMCAL::Raw2SDigits(), AliCTPRawData::RawData(), AliCTPRawData::RawDataRun2(), AliMC::RemapHits(), AliMC::ReorderAndExpandTreeTR(), AliSimulation::RunDigitization(), AliSimulation::RunGeneratorOnly(), AliSimulation::RunLego(), AliSimulation::RunQA(), AliSimulation::RunSimulation(), AliMC::SetCurrentTrack(), AliRun::SetGenEventHeader(), AliMC::SetHighWaterMark(), AliSimulation::StoreUsedCDBMapsAndEmbPaths(), TPCParamTracks(), AliMUONTrigger::Trigger(), AliTriggerDetector::Trigger(), AliEMCALDigitizer::Unload(), AliEMCALSDigitizer::Unload(), and AliEMCALDigitizer::WriteDigits().
Int_t AliRunLoader::LoadDigits | ( | Option_t * | detectors = "all" , |
Option_t * | opt = "READ" |
||
) |
Definition at line 1338 of file AliRunLoader.cxx.
Referenced by SetRunNumber(), TestEMCALData(), and TestEMCALDigit().
Int_t AliRunLoader::LoadgAlice | ( | ) |
Definition at line 646 of file AliRunLoader.cxx.
Referenced by AliBarrelRec_TPCparam(), AliL1Delay(), AliTPCFindClustersMI(), AliTPCHits2Digits(), Convert2Raw(), AliMFTDigitizer::Digitize(), Digits2Raw(), AliMUONTriggerGUI::DoRunGalApply(), FindKrClusters(), AliMFTTracker::GetVertexFromMC(), AliMFTTrackerMU::GetVertexFromMC(), GoodTracksTPC(), Hits2Digits(), Hits2SDigits(), AliStream::ImportgAlice(), Init(), AliMFTClusterQA::Init(), AliFMDDigitizer::Init(), AliFMDInput::Init(), AliQAManager::InitRunLoader(), AliReconstruction::InitRunLoader(), AliSimulation::LoadRun(), MUONefficiency(), MUONTrigger(), AliQAManager::Run(), SetNextEvent(), TestEMCALDigit(), TestEMCALGeometry(), TestEMCALHit(), TestEMCALRecPoint(), TestEMCALSDigit(), and TPCParamTracks().
Int_t AliRunLoader::LoadHeader | ( | ) |
Definition at line 675 of file AliRunLoader.cxx.
Referenced by AliBarrelRec_TPCparam(), Digits2Raw(), AliDigitizationInput::FinishEvent(), AliSelectorRL::GetHeader(), GetNumberOfEvents(), AliMFTTracker::GetVertexFromMC(), AliMFTTrackerMU::GetVertexFromMC(), GoodTracksTPC(), Hits2Digits(), Hits2SDigits(), AliFMDInput::Init(), AliQAManager::InitRunLoader(), AliReconstruction::InitRunLoader(), AliSimulation::LoadRun(), MUONClusterInfo(), MUONefficiency(), AliMUONDataInterface::Open(), AliMUONMCDataInterface::Open(), AliStream::OpenNextFile(), AliQAManager::Run(), runSimulation(), SetNextEvent(), AliMuonForwardTrackFinder::SetRunNumber(), AliReconstruction::SetRunNumberFromData(), and TPCParamTracks().
Int_t AliRunLoader::LoadHits | ( | Option_t * | detectors = "all" , |
Option_t * | opt = "READ" |
||
) |
Definition at line 1274 of file AliRunLoader.cxx.
Referenced by AliTriggerUtils::CheckConfiguration(), AliSimulation::ConvertRaw2SDigits(), AliEMCALSDigitizer::Digitize(), AliSimulation::RunSimulation(), SetRunNumber(), TestEMCALData(), and TestEMCALHit().
Int_t AliRunLoader::LoadKinematics | ( | Option_t * | option = "READ" | ) |
Definition at line 768 of file AliRunLoader.cxx.
Referenced by AliFMDInput::Begin(), AliTriggerUtils::CheckConfiguration(), AliSimulation::ConvertRaw2SDigits(), AliFMDHitDigitizer::Digitize(), AliEMCALSDigitizer::Digitize(), fastMUONGen(), fastMUONSim(), gen(), AliSelectorRL::GetStack(), GoodTracksTPC(), AliReconstruction::InitRunLoader(), MUONefficiency(), MUONTriggerEfficiencyPt(), AliSimulation::RunSimulation(), SetNextEvent(), AliMUONMCDataInterface::Stack(), TestEMCALRecPoint(), TestESD(), TestESDCaloClusterAndCell(), and TestKinematics().
Int_t AliRunLoader::LoadRecParticles | ( | Option_t * | detectors = "all" , |
Option_t * | opt = "READ" |
||
) |
Definition at line 1394 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
Int_t AliRunLoader::LoadRecPoints | ( | Option_t * | detectors = "all" , |
Option_t * | opt = "READ" |
||
) |
Definition at line 1366 of file AliRunLoader.cxx.
Referenced by SetRunNumber(), TestEMCALData(), and TestEMCALRecPoint().
Int_t AliRunLoader::LoadSDigits | ( | Option_t * | detectors = "all" , |
Option_t * | opt = "READ" |
||
) |
Definition at line 1309 of file AliRunLoader.cxx.
Referenced by AliEMCALDigitizer::Digitize(), SetRunNumber(), TestEMCALData(), and TestEMCALSDigit().
Int_t AliRunLoader::LoadTrackRefs | ( | Option_t * | option = "READ" | ) |
Definition at line 1956 of file AliRunLoader.cxx.
Referenced by AliFMDInput::Begin(), AliTriggerUtils::CheckConfiguration(), AliSimulation::ConvertRaw2SDigits(), GoodTracksTPC(), AliMUONMCDataInterface::NumberOfTrackRefs(), AliSimulation::RunSimulation(), SetNextEvent(), and AliMUONMCDataInterface::TrackRefs().
Int_t AliRunLoader::LoadTracks | ( | Option_t * | detectors = "all" , |
Option_t * | opt = "READ" |
||
) |
Definition at line 1422 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
Int_t AliRunLoader::LoadTrigger | ( | Option_t * | option = "READ" | ) |
Definition at line 720 of file AliRunLoader.cxx.
Referenced by AliRawDataHeaderSim::AliRawDataHeaderSim(), AliSimulation::ConvertRawFilesToDate(), AliReconstruction::GetEventInfo(), AliReconstruction::ProcessTriggerAliases(), AliCTPRawData::RawData(), AliCTPRawData::RawDataRun2(), and SetNextEvent().
void AliRunLoader::MakeHeader | ( | ) |
Definition at line 515 of file AliRunLoader.cxx.
Referenced by LoadHeader(), MakeTree(), and SetNextEvent().
void AliRunLoader::MakeStack | ( | ) |
Definition at line 558 of file AliRunLoader.cxx.
Referenced by AliMC::BeginEvent(), fastMUONGen(), gen(), AliMCGenHandler::Init(), MakeTree(), and SetNextEvent().
void AliRunLoader::MakeTrackRefsContainer | ( | ) |
Definition at line 1949 of file AliRunLoader.cxx.
Referenced by GetEventFolder(), and AliMC::ReorderAndExpandTreeTR().
void AliRunLoader::MakeTree | ( | Option_t * | option | ) |
Definition at line 586 of file AliRunLoader.cxx.
Referenced by AliMUONPedestalEventGenerator::AliMUONPedestalEventGenerator(), AliMC::BeginEvent(), AliTriggerUtils::CheckConfiguration(), AliSimulation::ConvertRaw2SDigits(), fastMUONGen(), gen(), AliMCGenHandler::Init(), AliDigitizationInput::InitOutputGlobal(), AliReconstruction::InitRunLoader(), AliSimulation::RunLego(), AliSimulation::RunSimulation(), AliSimulation::RunTrigger(), and SetNextEvent().
void AliRunLoader::MakeTrigger | ( | ) |
Definition at line 568 of file AliRunLoader.cxx.
Referenced by LoadTrigger(), MakeTree(), and SetNextEvent().
|
static |
Definition at line 362 of file AliRunLoader.cxx.
Referenced by AliBarrelRec_TPCparam(), AliL1Delay(), AliTPCAltro(), AliTPCDDL(), AliTPCFindClustersMI(), AliTPCHits2Digits(), commonConfig(), Config(), Convert2Raw(), AliEMCALDigitizer::Digitize(), Digits2Raw(), AliMUONTriggerGUI::DoRunGalApply(), fastMUONGen(), fastMUONSim(), FindKrClusters(), gen(), GetCDBEntry(), AliSimulation::GetNSignalPerBkgrd(), AliSelectorRL::GetRunLoader(), AliMFTTracker::GetVertexFromMC(), AliMFTTrackerMU::GetVertexFromMC(), GoodTracksTPC(), Hits2Digits(), Hits2SDigits(), Init(), AliMFTClusterQA::Init(), AliMCGenHandler::Init(), AliFMDInput::Init(), AliDigitizationInput::InitOutputGlobal(), AliQAManager::InitRunLoader(), AliReconstruction::InitRunLoader(), AliMUONPedestalEventGenerator::LoadRun(), AliSimulation::LoadRun(), MakeSDigits(), MUONClusterInfo(), MUONefficiency(), MUONTrigger(), MUONTriggerEfficiencyPt(), AliMUONDataInterface::Open(), AliMUONMCDataInterface::Open(), AliStream::OpenNextFile(), AliEMCALDigitizer::Print(), AliQAManager::Run(), runSimulation(), AliReconstruction::SetRunNumberFromData(), TestEMCALData(), TestEMCALDigit(), TestEMCALGeometry(), TestEMCALHit(), TestEMCALRecPoint(), TestEMCALSDigit(), TestESD(), TestESDCaloClusterAndCell(), TestKinematics(), TestRecPoints(), and TPCParamTracks().
|
protected |
Definition at line 792 of file AliRunLoader.cxx.
Referenced by GetGAliceName().
|
protected |
Referenced by GetGAliceName().
|
protected |
Referenced by GetGAliceName().
|
private |
void AliRunLoader::RemoveEventFolder | ( | ) |
Definition at line 1251 of file AliRunLoader.cxx.
Referenced by CleanTrackRefs(), and ~AliRunLoader().
void AliRunLoader::SetCompressionLevel | ( | Int_t | cl | ) |
Definition at line 1872 of file AliRunLoader.cxx.
Referenced by CleanTrackRefs(), commonConfig(), Config(), fastMUONGen(), and gen().
|
protected |
Definition at line 2030 of file AliRunLoader.cxx.
Referenced by GetEvent(), GetGAliceName(), and LoadgAlice().
void AliRunLoader::SetDigitsFileNameSuffix | ( | const TString & | suffix | ) |
Definition at line 2005 of file AliRunLoader.cxx.
Referenced by GetNumberOfEventsPerRun().
void AliRunLoader::SetDirName | ( | TString & | dirname | ) |
Definition at line 1964 of file AliRunLoader.cxx.
Referenced by GetEventFolder(), and Open().
|
private |
Definition at line 302 of file AliRunLoader.cxx.
Referenced by CleanTrigger(), GetEvent(), and SetEventNumber().
Int_t AliRunLoader::SetEventFolderName | ( | const TString & | name = AliConfig::GetDefaultEventFolderName() | ) |
Definition at line 1110 of file AliRunLoader.cxx.
Referenced by AliRunLoader(), Open(), and SetRunNumber().
Int_t AliRunLoader::SetEventNumber | ( | Int_t | evno | ) |
Definition at line 337 of file AliRunLoader.cxx.
Referenced by AliMUONPedestalEventGenerator::AliMUONPedestalEventGenerator(), AliMC::BeginEvent(), AliSimulation::ConvertRaw2SDigits(), fastMUONGen(), gen(), GetNextEvent(), Hits2ExactClusters(), AliReconstruction::ProcessEvent(), AliSimulation::RunDigitization(), and SetNextEvent().
|
protected |
Definition at line 1989 of file AliRunLoader.cxx.
Referenced by GetGAliceName().
|
protected |
Definition at line 1266 of file AliRunLoader.cxx.
Referenced by GetGAliceName(), and Open().
void AliRunLoader::SetKineComprLevel | ( | Int_t | cl | ) |
Definition at line 1887 of file AliRunLoader.cxx.
Referenced by CleanTrackRefs(), and SetCompressionLevel().
|
inline |
Definition at line 87 of file AliRunLoader.h.
|
inline |
Definition at line 64 of file AliRunLoader.h.
|
inline |
Definition at line 153 of file AliRunLoader.h.
Referenced by AliMUONPedestalEventGenerator::AliMUONPedestalEventGenerator(), commonConfig(), Config(), fastMUONGen(), gen(), AliReconstruction::InitRunLoader(), and AliSimulation::RunLego().
|
inline |
Definition at line 154 of file AliRunLoader.h.
Referenced by AliSimulation::RunSimulation().
|
inline |
Definition at line 102 of file AliRunLoader.h.
Referenced by AliTriggerUtils::CheckConfiguration(), and AliSimulation::RunSimulation().
void AliRunLoader::SetTrackRefsComprLevel | ( | Int_t | cl | ) |
Definition at line 1894 of file AliRunLoader.cxx.
Referenced by CleanTrackRefs(), and SetCompressionLevel().
|
inline |
Definition at line 88 of file AliRunLoader.h.
|
protected |
Referenced by GetGAliceName().
|
inline |
Definition at line 95 of file AliRunLoader.h.
Referenced by AliFMDInput::Begin(), AliMC::BeginEvent(), AliFMDHitDigitizer::Digitize(), AliMC::DumpPart(), AliMC::DumpPStack(), fastMUONGen(), fastMUONSim(), AliMC::FinishEvent(), AliMC::FinishPrimary(), AliMC::FlagTrack(), gen(), AliMC::GetCurrentTrackNumber(), AliMC::GetNtrack(), AliMC::GetPrimary(), AliSelectorRL::GetStack(), GoodTracksTPC(), AliMCGenHandler::Init(), AliMC::KeepTrack(), AliMuonForwardTrackFinder::LoadNextEvent(), MUONefficiency(), MUONTriggerEfficiencyPt(), AliMC::Particle(), AliMC::Particles(), AliMC::PushTrack(), AliMC::RemapHits(), AliMC::ReorderAndExpandTreeTR(), AliMC::SetCurrentTrack(), AliMC::SetHighWaterMark(), AliMUONMCDataInterface::Stack(), TestEMCALRecPoint(), TestESD(), TestESDCaloClusterAndCell(), and TestKinematics().
void AliRunLoader::Synchronize | ( | ) |
Definition at line 2044 of file AliRunLoader.cxx.
Referenced by Cd(), and AliSimulation::FinishRun().
TTree * AliRunLoader::TreeCT | ( | ) | const |
Definition at line 853 of file AliRunLoader.cxx.
Referenced by AliReconstruction::FillTriggerESD(), GetEvent(), LoadTrigger(), MakeTree(), MakeTrigger(), AliCentralTrigger::RunTrigger(), SetTrackRefsFileName(), and WriteTrigger().
TTree * AliRunLoader::TreeE | ( | ) | const |
Definition at line 844 of file AliRunLoader.cxx.
Referenced by AliMUONPedestalEventGenerator::AliMUONPedestalEventGenerator(), AliSimulation::ConvertRaw2SDigits(), Digits2Raw(), fastMUONGen(), AliMC::FinishEvent(), AliDigitizationInput::FinishEvent(), gen(), GetEvent(), GetNumberOfEvents(), Hits2Digits(), AliRun::Hits2Digits(), Hits2SDigits(), AliFMDInput::Init(), LoadHeader(), MakeHeader(), MakeTree(), AliStream::OpenNextFile(), AliReconstruction::ProcessEvent(), SetTrackRefsFileName(), and WriteHeader().
TTree * AliRunLoader::TreeK | ( | ) | const |
Definition at line 877 of file AliRunLoader.cxx.
Referenced by gen(), GetEvent(), LoadKinematics(), MakeHeader(), MakeTree(), MUONefficiency(), and Stack().
TTree * AliRunLoader::TreeTR | ( | ) | const |
Definition at line 885 of file AliRunLoader.cxx.
Referenced by AliFMDInput::Begin(), GoodTracksTPC(), AliMUONMCDataInterface::NumberOfTrackRefs(), AliMC::ReorderAndExpandTreeTR(), Stack(), AliMUONMCDataInterface::TrackRefs(), and AliModule::TreeTR().
void AliRunLoader::UnloadAll | ( | Option_t * | detectors = "all" | ) |
Definition at line 1554 of file AliRunLoader.cxx.
Referenced by SetRunNumber(), and TestRecPoints().
void AliRunLoader::UnloadDigits | ( | Option_t * | detectors = "all" | ) |
Definition at line 1502 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
void AliRunLoader::UnloadgAlice | ( | ) |
Definition at line 1935 of file AliRunLoader.cxx.
Referenced by SetNextEvent(), and ~AliRunLoader().
void AliRunLoader::UnloadHeader | ( | ) |
Definition at line 1901 of file AliRunLoader.cxx.
Referenced by MUONClusterInfo(), AliMUONDataInterface::Open(), AliMUONMCDataInterface::Open(), runSimulation(), SetNextEvent(), AliMuonForwardTrackFinder::SetRunNumber(), AliReconstruction::SetRunNumberFromData(), and ~AliRunLoader().
void AliRunLoader::UnloadHits | ( | Option_t * | detectors = "all" | ) |
Definition at line 1450 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
void AliRunLoader::UnloadKinematics | ( | ) |
Definition at line 1921 of file AliRunLoader.cxx.
Referenced by AliFMDInput::End(), fastMUONSim(), and SetNextEvent().
void AliRunLoader::UnloadRecParticles | ( | Option_t * | detectors = "all" | ) |
Definition at line 1607 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
void AliRunLoader::UnloadRecPoints | ( | Option_t * | detectors = "all" | ) |
Definition at line 1528 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
void AliRunLoader::UnloadSDigits | ( | Option_t * | detectors = "all" | ) |
Definition at line 1476 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
void AliRunLoader::UnloadTrackRefs | ( | ) |
Definition at line 1928 of file AliRunLoader.cxx.
Referenced by AliMUONMCDataInterface::NumberOfTrackRefs(), SetNextEvent(), and AliMUONMCDataInterface::TrackRefs().
void AliRunLoader::UnloadTracks | ( | Option_t * | detectors = "all" | ) |
Definition at line 1581 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
void AliRunLoader::UnloadTrigger | ( | ) |
Definition at line 1910 of file AliRunLoader.cxx.
Referenced by SetNextEvent().
Int_t AliRunLoader::WriteAliRun | ( | Option_t * | opt = "" | ) |
Definition at line 977 of file AliRunLoader.cxx.
Referenced by AliDigitizationInput::FinishGlobal(), and SetRunNumber().
Int_t AliRunLoader::WriteDigits | ( | Option_t * | opt = "" | ) |
Definition at line 1039 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
Int_t AliRunLoader::WriteHeader | ( | Option_t * | opt = "" | ) |
Definition at line 902 of file AliRunLoader.cxx.
Referenced by AliMUONPedestalEventGenerator::AliMUONPedestalEventGenerator(), AliSimulation::ConvertRaw2SDigits(), fastMUONGen(), AliDigitizationInput::FinishGlobal(), AliSimulation::FinishRun(), gen(), MakeTree(), SetRunNumber(), and AliReconstruction::SlaveTerminate().
Int_t AliRunLoader::WriteHits | ( | Option_t * | opt = "" | ) |
Definition at line 999 of file AliRunLoader.cxx.
Referenced by AliMC::FinishEvent(), and SetRunNumber().
Int_t AliRunLoader::WriteKinematics | ( | Option_t * | opt = "" | ) |
Definition at line 986 of file AliRunLoader.cxx.
Referenced by fastMUONGen(), AliMC::FinishEvent(), gen(), MakeTree(), and SetRunNumber().
Int_t AliRunLoader::WriteRecPoints | ( | Option_t * | opt = "" | ) |
Definition at line 1059 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
Int_t AliRunLoader::WriteRunLoader | ( | Option_t * | opt = "" | ) |
Definition at line 1101 of file AliRunLoader.cxx.
Referenced by AliSimulation::ConvertRaw2SDigits(), AliMUONPedestalEventGenerator::Exec(), AliDigitizationInput::FinishGlobal(), and SetRunNumber().
Int_t AliRunLoader::WriteSDigits | ( | Option_t * | opt = "" | ) |
Definition at line 1019 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
Int_t AliRunLoader::WriteTrackRefs | ( | Option_t * | opt = "" | ) |
Definition at line 992 of file AliRunLoader.cxx.
Referenced by AliMC::FinishEvent(), and SetRunNumber().
Int_t AliRunLoader::WriteTracks | ( | Option_t * | opt = "" | ) |
Definition at line 1080 of file AliRunLoader.cxx.
Referenced by SetRunNumber().
Int_t AliRunLoader::WriteTrigger | ( | Option_t * | opt = "" | ) |
Definition at line 940 of file AliRunLoader.cxx.
Referenced by AliCentralTrigger::RunTrigger(), SetRunNumber(), and AliReconstruction::SlaveTerminate().
|
protected |
pointer to stack
Definition at line 215 of file AliRunLoader.h.
Referenced by GetTrigger(), LoadTrigger(), MakeTrigger(), UnloadTrigger(), WriteTrigger(), and ~AliRunLoader().
|
protected |
Current run number.
Definition at line 210 of file AliRunLoader.h.
Referenced by GetEvent(), GetEventNumber(), GetFileOffset(), GetNextEvent(), MakeHeader(), MakeTrigger(), OpenDataFile(), SetEventNumber(), and SetNextEvent().
|
protected |
Definition at line 207 of file AliRunLoader.h.
Referenced by AddLoader(), AliRunLoader(), GetAliRun(), GetEventFolder(), RemoveEventFolder(), SetEventFolderName(), TreeCT(), and TreeE().
|
protected |
Number of current event.
Definition at line 212 of file AliRunLoader.h.
Referenced by CdGAFile(), GetFileName(), LoadgAlice(), LoadHeader(), MakeTree(), Open(), SetCompressionLevel(), SetGAliceFile(), Synchronize(), WriteAliRun(), WriteHeader(), and ~AliRunLoader().
|
staticprotected |
name of unix path to directory that contains event
Definition at line 223 of file AliRunLoader.h.
Referenced by SetEventFolderName().
|
staticprotected |
Definition at line 224 of file AliRunLoader.h.
Referenced by SetEventFolderName().
|
staticprotected |
Definition at line 225 of file AliRunLoader.h.
Referenced by GetTriggerFileName(), LoadTrigger(), MakeTree(), Synchronize(), and WriteTrigger().
|
staticprivate |
Definition at line 247 of file AliRunLoader.h.
Referenced by GetAliRun(), GetGAliceName(), and LoadgAlice().
|
staticprivate |
Definition at line 244 of file AliRunLoader.h.
Referenced by GetHeaderBranchName(), and MakeHeader().
|
staticprivate |
Definition at line 240 of file AliRunLoader.h.
Referenced by CleanHeader(), GetHeaderContainerName(), LoadHeader(), MakeTree(), TreeE(), and WriteHeader().
|
staticprivate |
Definition at line 246 of file AliRunLoader.h.
Referenced by GetKineBranchName().
|
staticprivate |
Definition at line 242 of file AliRunLoader.h.
Referenced by CleanKinematics(), GetKineContainerName(), SetEventFolderName(), and TreeK().
|
staticprivate |
Definition at line 239 of file AliRunLoader.h.
Referenced by AliRunLoader(), GetRunLoader(), GetRunLoaderName(), and Open().
|
staticprivate |
Definition at line 243 of file AliRunLoader.h.
Referenced by CleanTrackRefs(), GetTrackRefsContainerName(), SetEventFolderName(), and TreeTR().
|
staticprivate |
Definition at line 245 of file AliRunLoader.h.
Referenced by GetTriggerBranchName(), and MakeTrigger().
|
staticprivate |
Definition at line 241 of file AliRunLoader.h.
Referenced by CleanTrigger(), GetTriggerContainerName(), LoadTrigger(), MakeTree(), TreeCT(), and WriteTrigger().
|
staticprivate |
Definition at line 237 of file AliRunLoader.h.
Referenced by AliRunLoader(), Cd(), Instance(), Open(), and ~AliRunLoader().
|
protected |
pointer to main file with AliRun and Run Loader -> galice.root
Definition at line 213 of file AliRunLoader.h.
Referenced by GetHeader(), MakeHeader(), and UnloadHeader().
|
protected |
pointer to CEntral Trigger Processor
Definition at line 217 of file AliRunLoader.h.
Referenced by GetEvent(), LoadKinematics(), MakeTree(), SetDirName(), SetEvent(), SetEventFolderName(), SetKineComprLevel(), SetKineFileName(), Synchronize(), UnloadKinematics(), WriteKinematics(), and ~AliRunLoader().
|
protected |
Definition at line 206 of file AliRunLoader.h.
Referenced by AddLoader(), CleanDetectors(), GetArrayOfLoaders(), GetEvent(), GetLoader(), LoadDigits(), LoadHits(), LoadRecParticles(), LoadRecPoints(), LoadSDigits(), LoadTracks(), MakeTree(), SetCompressionLevel(), SetDigitsFileNameSuffix(), SetDirName(), SetEvent(), SetEventFolderName(), Synchronize(), UnloadAll(), UnloadDigits(), UnloadHits(), UnloadRecParticles(), UnloadRecPoints(), UnloadSDigits(), UnloadTracks(), WriteDigits(), WriteHits(), WriteRecPoints(), WriteSDigits(), WriteTracks(), and ~AliRunLoader().
|
protected |
Definition at line 220 of file AliRunLoader.h.
Referenced by GetFileOffset(), and SetNumberOfEventsPerFile().
|
protected |
Definition at line 221 of file AliRunLoader.h.
Referenced by GetNumberOfEventsPerRun(), and SetNumberOfEventsPerRun().
|
protected |
top folder for this run
Definition at line 209 of file AliRunLoader.h.
Referenced by GetRunNumber(), and SetRunNumber().
|
protected |
pointer to header
Definition at line 214 of file AliRunLoader.h.
Referenced by GetEvent(), LoadKinematics(), MakeHeader(), MakeStack(), MakeTree(), Stack(), and ~AliRunLoader().
|
protected |
Definition at line 218 of file AliRunLoader.h.
Referenced by GetEvent(), LoadTrackRefs(), MakeTrackRefsContainer(), SetDirName(), SetEvent(), SetEventFolderName(), SetTrackRefsComprLevel(), SetTrackRefsFileName(), Synchronize(), UnloadTrackRefs(), WriteTrackRefs(), and ~AliRunLoader().
|
protected |
Definition at line 222 of file AliRunLoader.h.
Referenced by AddLoader(), LoadTrigger(), MakeTree(), SetDirName(), Synchronize(), and WriteTrigger().