![]() |
AliRoot Core
3dc7879 (3dc7879)
|
#include <AliESDInputHandlerRP.h>
Public Member Functions | |
AliESDInputHandlerRP () | |
AliESDInputHandlerRP (const char *name, const char *title) | |
virtual | ~AliESDInputHandlerRP () |
virtual Bool_t | Init (Option_t *opt) |
virtual Bool_t | Init (TTree *tree, Option_t *opt) |
virtual Bool_t | InitIO (Option_t *opt) |
virtual Bool_t | BeginEvent (Long64_t entry) |
virtual Bool_t | FinishEvent () |
virtual Bool_t | LoadEvent (Int_t iev) |
virtual Bool_t | Notify () |
virtual Bool_t | Notify (const char *path) |
virtual void | ResetIO () |
virtual void | ReadFromDirectory () |
virtual TTree * | GetTreeR (const char *det) |
![]() | |
AliESDInputHandler () | |
AliESDInputHandler (const char *name, const char *title) | |
virtual | ~AliESDInputHandler () |
void | CheckSelectionMask () |
AliVEvent * | GetEvent () const |
Option_t * | GetAnalysisType () const |
Option_t * | GetDataType () const |
Int_t | GetNEventAcceptedInFile () |
Int_t | GetNEventRejectedInFile () |
Bool_t | GetCutSummaryForChain (Int_t *aTotal, Int_t *aAccepted, Int_t *aRejected) |
Int_t | GetNFilesEmpty () |
AliESDEvent * | GetHLTEvent () const |
TTree * | GetHLTTree () const |
void | SetReadHLT () |
Bool_t | GetReadHLT () const |
AliESDfriend * | GetESDfriend () const |
void | SetReadFriends (Bool_t flag) |
Bool_t | GetReadFriends () const |
void | SetFriendFileName (const char *fname) |
const char * | GetFriendFileName () const |
void | SetReadTags () |
AliRunTag * | GetRunTag () const |
const AliEventTag * | GetEventTag () const |
virtual TObject * | GetStatistics (Option_t *option="") const |
virtual AliPIDResponse * | GetPIDResponse () |
virtual void | CreatePIDResponse (Bool_t isMC=kFALSE) |
AliESDpid * | GetESDpid () const |
void | SetESDpid (AliESDpid *pid) |
virtual AliVfriendEvent * | GetVfriendEvent () const |
![]() | |
AliInputEventHandler () | |
AliInputEventHandler (const char *name, const char *title) | |
virtual | ~AliInputEventHandler () |
virtual void | SetInputFileName (const char *fname) |
virtual const char * | GetInputFileName () const |
virtual void | SetOutputFileName (const char *) |
virtual const char * | GetOutputFileName () const |
virtual Bool_t | GetEntry () |
virtual Bool_t | NeedField () const |
virtual Bool_t | Terminate () |
virtual Bool_t | TerminateIO () |
virtual void | SetInputTree (TTree *tree) |
virtual void | SetEventSelection (AliVCuts *cuts) |
virtual void | SetUserCallSelectionMask (Bool_t flag=kTRUE) |
virtual void | SetCheckStatistics (Bool_t flag=kTRUE) |
virtual void | SetNeedField (Bool_t flag=kTRUE) |
void | SetInactiveBranches (const char *branches) |
void | SetActiveBranches (const char *branches) |
virtual TTree * | GetTree () const |
virtual AliVCuts * | GetEventSelection () const |
virtual Long64_t | GetReadEntry () const |
virtual Bool_t | IsCheckStatistics () const |
virtual Bool_t | IsUserCallSelectionMask () const |
virtual Bool_t | NewEvent () |
virtual UInt_t | IsEventSelected () |
virtual AliMCEvent * | MCEvent () const |
TList * | GetUserInfo () const |
void | SetMixingHandler (AliInputEventHandler *mixing) |
AliInputEventHandler * | MixingHandler () |
void | SetParentHandler (AliInputEventHandler *parent) |
AliInputEventHandler * | ParentHandler () |
![]() | |
AliVEventHandler () | |
AliVEventHandler (const char *name, const char *title) | |
virtual | ~AliVEventHandler () |
virtual Bool_t | GetFillAOD () const |
virtual Bool_t | GetFillExtension () const |
virtual void | SetFillAOD (Bool_t) |
virtual void | SetFillExtension (Bool_t) |
virtual const char * | GetExtraOutputs (Bool_t merge=kFALSE) const |
Bool_t | IsLocked () const |
void | Lock () |
void | UnLock () |
void | Changed () |
virtual void | SetCacheSize (Long64_t) |
virtual Bool_t | InitTaskInputData (AliVEvent *, AliVfriendEvent *, TObjArray *) |
Private Types | |
enum | { kReadFromArchiveBIT = BIT(14) } |
Private Member Functions | |
Bool_t | OpenFile (Int_t i) |
AliESDInputHandlerRP (const AliESDInputHandlerRP &handler) | |
AliESDInputHandlerRP & | operator= (const AliESDInputHandlerRP &handler) |
Private Attributes | |
TObjArray * | fRTrees |
TObjArray * | fRDirs |
TList * | fRFiles |
TList * | fDetectors |
TDirectoryFile * | fDirR |
Int_t | fEventNumber |
Directory for RP Tree. More... | |
Int_t | fFileNumber |
Current event number. More... | |
Int_t | fEventsPerFile |
Input file number. More... | |
const Char_t * | fExtension |
Number of events per file. More... | |
TString * | fPathName |
File name extension. More... | |
Bool_t | fIsArchive |
Input file path. More... | |
Bool_t | fReadDirectory |
True if directory is an archive. More... | |
Additional Inherited Members | |
![]() | |
enum | EInputHandlerFlags { kUserCallSelectionMask = BIT(14), kCheckStatistics = BIT(15), kNeedField = BIT(16) } |
![]() | |
enum | EEventHandlerFlags { kHandlerLocked = BIT(14) } |
![]() | |
void | SwitchOffBranches () const |
void | SwitchOnBranches () const |
![]() | |
AliESDEvent * | fEvent |
AliESDfriend * | fFriend |
Pointer to the event. More... | |
AliESDpid * | fESDpid |
Pointer to the esd friend. More... | |
Option_t * | fAnalysisType |
Pointer to PID information. More... | |
Int_t | fNEvents |
local, proof, grid More... | |
AliESDEvent * | fHLTEvent |
Number of events in the current tree. More... | |
TTree * | fHLTTree |
Pointer to the HLT Event (if present) More... | |
Bool_t | fUseHLT |
Pointer to the HLT Event (if present) More... | |
TMap * | fTagCutSumm |
Bool_t | fUseTags |
Tag cut summary map. More... | |
TChain * | fChainT |
TTree * | fTreeT |
File with event tags. More... | |
AliRunTag * | fRunTag |
Tree of tags. More... | |
const AliEventTag * | fEventTag |
Pointer to the run tag. More... | |
Bool_t | fReadFriends |
Current event tag. More... | |
TString | fFriendFileName |
![]() | |
TTree * | fTree |
TString | fBranches |
Pointer to the tree. More... | |
TString | fBranchesOn |
TString | fInputFileName |
Bool_t | fNewEvent |
AliVCuts * | fEventCuts |
UInt_t | fIsSelectedResult |
AliInputEventHandler * | fMixingHandler |
AliInputEventHandler * | fParentHandler |
TList * | fUserInfo |
Definition at line 21 of file AliESDInputHandlerRP.h.
|
private |
Enumerator | |
---|---|
kReadFromArchiveBIT |
Definition at line 40 of file AliESDInputHandlerRP.h.
AliESDInputHandlerRP::AliESDInputHandlerRP | ( | ) |
Definition at line 44 of file AliESDInputHandlerRP.cxx.
AliESDInputHandlerRP::AliESDInputHandlerRP | ( | const char * | name, |
const char * | title | ||
) |
Definition at line 64 of file AliESDInputHandlerRP.cxx.
|
virtual |
Definition at line 83 of file AliESDInputHandlerRP.cxx.
|
private |
|
virtual |
Reimplemented from AliESDInputHandler.
Definition at line 138 of file AliESDInputHandlerRP.cxx.
Referenced by InitIO().
|
virtual |
Reimplemented from AliESDInputHandler.
Definition at line 347 of file AliESDInputHandlerRP.cxx.
Referenced by InitIO().
|
virtual |
Definition at line 362 of file AliESDInputHandlerRP.cxx.
Referenced by ReadFromDirectory().
|
virtual |
Reimplemented from AliESDInputHandler.
Definition at line 88 of file AliESDInputHandlerRP.cxx.
Referenced by InitIO().
|
inlinevirtual |
Reimplemented from AliESDInputHandler.
Definition at line 28 of file AliESDInputHandlerRP.h.
|
inlinevirtual |
Definition at line 29 of file AliESDInputHandlerRP.h.
Referenced by Notify().
|
virtual |
Definition at line 161 of file AliESDInputHandlerRP.cxx.
Referenced by BeginEvent(), and InitIO().
|
inlinevirtual |
Reimplemented from AliESDInputHandler.
Definition at line 33 of file AliESDInputHandlerRP.h.
|
virtual |
AliInfoF("%s is an archive", fileName.Data());
Reimplemented from AliESDInputHandler.
Definition at line 232 of file AliESDInputHandlerRP.cxx.
|
private |
Definition at line 200 of file AliESDInputHandlerRP.cxx.
Referenced by LoadEvent().
|
private |
|
inlinevirtual |
Definition at line 36 of file AliESDInputHandlerRP.h.
|
virtual |
Definition at line 355 of file AliESDInputHandlerRP.cxx.
Referenced by Notify().
|
private |
Definition at line 48 of file AliESDInputHandlerRP.h.
Referenced by GetTreeR(), Init(), Notify(), and OpenFile().
|
private |
Definition at line 49 of file AliESDInputHandlerRP.h.
Referenced by LoadEvent().
|
private |
Directory for RP Tree.
Definition at line 50 of file AliESDInputHandlerRP.h.
Referenced by BeginEvent(), and Init().
|
private |
Input file number.
Definition at line 52 of file AliESDInputHandlerRP.h.
Referenced by Init(), and LoadEvent().
|
private |
Number of events per file.
Definition at line 53 of file AliESDInputHandlerRP.h.
Referenced by OpenFile(), and ResetIO().
|
private |
Current event number.
Definition at line 51 of file AliESDInputHandlerRP.h.
Referenced by Init(), and LoadEvent().
|
private |
|
private |
File name extension.
Definition at line 54 of file AliESDInputHandlerRP.h.
Referenced by Init(), Notify(), and OpenFile().
|
private |
Definition at line 46 of file AliESDInputHandlerRP.h.
Referenced by FinishEvent(), and LoadEvent().
|
private |
True if directory is an archive.
Definition at line 56 of file AliESDInputHandlerRP.h.
Referenced by Notify(), and ReadFromDirectory().
|
private |
Definition at line 47 of file AliESDInputHandlerRP.h.
Referenced by Init(), LoadEvent(), OpenFile(), and ResetIO().
|
private |
Definition at line 45 of file AliESDInputHandlerRP.h.
Referenced by GetTreeR(), LoadEvent(), and Notify().