AliRoot Core  3dc7879 (3dc7879)
AliESDInputHandlerRP Class Reference

#include <AliESDInputHandlerRP.h>

Inheritance diagram for AliESDInputHandlerRP:

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)
 
- Public Member Functions inherited from AliESDInputHandler
 AliESDInputHandler ()
 
 AliESDInputHandler (const char *name, const char *title)
 
virtual ~AliESDInputHandler ()
 
void CheckSelectionMask ()
 
AliVEventGetEvent () 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 ()
 
AliESDEventGetHLTEvent () const
 
TTree * GetHLTTree () const
 
void SetReadHLT ()
 
Bool_t GetReadHLT () const
 
AliESDfriendGetESDfriend () const
 
void SetReadFriends (Bool_t flag)
 
Bool_t GetReadFriends () const
 
void SetFriendFileName (const char *fname)
 
const char * GetFriendFileName () const
 
void SetReadTags ()
 
AliRunTagGetRunTag () const
 
const AliEventTagGetEventTag () const
 
virtual TObject * GetStatistics (Option_t *option="") const
 
virtual AliPIDResponseGetPIDResponse ()
 
virtual void CreatePIDResponse (Bool_t isMC=kFALSE)
 
AliESDpidGetESDpid () const
 
void SetESDpid (AliESDpid *pid)
 
virtual AliVfriendEventGetVfriendEvent () const
 
- Public Member Functions inherited from AliInputEventHandler
 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 AliVCutsGetEventSelection () 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 AliMCEventMCEvent () const
 
TList * GetUserInfo () const
 
void SetMixingHandler (AliInputEventHandler *mixing)
 
AliInputEventHandlerMixingHandler ()
 
void SetParentHandler (AliInputEventHandler *parent)
 
AliInputEventHandlerParentHandler ()
 
- Public Member Functions inherited from AliVEventHandler
 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)
 
AliESDInputHandlerRPoperator= (const AliESDInputHandlerRP &handler)
 

Private Attributes

TObjArrayfRTrees
 
TObjArrayfRDirs
 
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

- Public Types inherited from AliInputEventHandler
enum  EInputHandlerFlags { kUserCallSelectionMask = BIT(14), kCheckStatistics = BIT(15), kNeedField = BIT(16) }
 
- Public Types inherited from AliVEventHandler
enum  EEventHandlerFlags { kHandlerLocked = BIT(14) }
 
- Protected Member Functions inherited from AliInputEventHandler
void SwitchOffBranches () const
 
void SwitchOnBranches () const
 
- Protected Attributes inherited from AliESDInputHandler
AliESDEventfEvent
 
AliESDfriendfFriend
 Pointer to the event. More...
 
AliESDpidfESDpid
 Pointer to the esd friend. More...
 
Option_t * fAnalysisType
 Pointer to PID information. More...
 
Int_t fNEvents
 local, proof, grid More...
 
AliESDEventfHLTEvent
 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...
 
AliRunTagfRunTag
 Tree of tags. More...
 
const AliEventTagfEventTag
 Pointer to the run tag. More...
 
Bool_t fReadFriends
 Current event tag. More...
 
TString fFriendFileName
 
- Protected Attributes inherited from AliInputEventHandler
TTree * fTree
 
TString fBranches
 Pointer to the tree. More...
 
TString fBranchesOn
 
TString fInputFileName
 
Bool_t fNewEvent
 
AliVCutsfEventCuts
 
UInt_t fIsSelectedResult
 
AliInputEventHandlerfMixingHandler
 
AliInputEventHandlerfParentHandler
 
TList * fUserInfo
 

Detailed Description

Definition at line 21 of file AliESDInputHandlerRP.h.

Member Enumeration Documentation

anonymous enum
private
Enumerator
kReadFromArchiveBIT 

Definition at line 40 of file AliESDInputHandlerRP.h.

Constructor & Destructor Documentation

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.

AliESDInputHandlerRP::~AliESDInputHandlerRP ( )
virtual

Definition at line 83 of file AliESDInputHandlerRP.cxx.

AliESDInputHandlerRP::AliESDInputHandlerRP ( const AliESDInputHandlerRP handler)
private

Member Function Documentation

Bool_t AliESDInputHandlerRP::BeginEvent ( Long64_t  entry)
virtual

Reimplemented from AliESDInputHandler.

Definition at line 138 of file AliESDInputHandlerRP.cxx.

Referenced by InitIO().

Bool_t AliESDInputHandlerRP::FinishEvent ( )
virtual

Reimplemented from AliESDInputHandler.

Definition at line 347 of file AliESDInputHandlerRP.cxx.

Referenced by InitIO().

TTree * AliESDInputHandlerRP::GetTreeR ( const char *  det)
virtual

Definition at line 362 of file AliESDInputHandlerRP.cxx.

Referenced by ReadFromDirectory().

Bool_t AliESDInputHandlerRP::Init ( Option_t *  opt)
virtual

Reimplemented from AliESDInputHandler.

Definition at line 88 of file AliESDInputHandlerRP.cxx.

Referenced by InitIO().

virtual Bool_t AliESDInputHandlerRP::Init ( TTree *  tree,
Option_t *  opt 
)
inlinevirtual

Reimplemented from AliESDInputHandler.

Definition at line 28 of file AliESDInputHandlerRP.h.

virtual Bool_t AliESDInputHandlerRP::InitIO ( Option_t *  opt)
inlinevirtual

Definition at line 29 of file AliESDInputHandlerRP.h.

Referenced by Notify().

Bool_t AliESDInputHandlerRP::LoadEvent ( Int_t  iev)
virtual

Definition at line 161 of file AliESDInputHandlerRP.cxx.

Referenced by BeginEvent(), and InitIO().

virtual Bool_t AliESDInputHandlerRP::Notify ( )
inlinevirtual

Reimplemented from AliESDInputHandler.

Definition at line 33 of file AliESDInputHandlerRP.h.

Bool_t AliESDInputHandlerRP::Notify ( const char *  path)
virtual

AliInfoF("%s is an archive", fileName.Data());

Reimplemented from AliESDInputHandler.

Definition at line 232 of file AliESDInputHandlerRP.cxx.

Bool_t AliESDInputHandlerRP::OpenFile ( Int_t  i)
private

Definition at line 200 of file AliESDInputHandlerRP.cxx.

Referenced by LoadEvent().

AliESDInputHandlerRP& AliESDInputHandlerRP::operator= ( const AliESDInputHandlerRP handler)
private
virtual void AliESDInputHandlerRP::ReadFromDirectory ( )
inlinevirtual

Definition at line 36 of file AliESDInputHandlerRP.h.

void AliESDInputHandlerRP::ResetIO ( )
virtual

Definition at line 355 of file AliESDInputHandlerRP.cxx.

Referenced by Notify().

Member Data Documentation

TList* AliESDInputHandlerRP::fDetectors
private

Definition at line 48 of file AliESDInputHandlerRP.h.

Referenced by GetTreeR(), Init(), Notify(), and OpenFile().

TDirectoryFile* AliESDInputHandlerRP::fDirR
private

Definition at line 49 of file AliESDInputHandlerRP.h.

Referenced by LoadEvent().

Int_t AliESDInputHandlerRP::fEventNumber
private

Directory for RP Tree.

Definition at line 50 of file AliESDInputHandlerRP.h.

Referenced by BeginEvent(), and Init().

Int_t AliESDInputHandlerRP::fEventsPerFile
private

Input file number.

Definition at line 52 of file AliESDInputHandlerRP.h.

Referenced by Init(), and LoadEvent().

const Char_t* AliESDInputHandlerRP::fExtension
private

Number of events per file.

Definition at line 53 of file AliESDInputHandlerRP.h.

Referenced by OpenFile(), and ResetIO().

Int_t AliESDInputHandlerRP::fFileNumber
private

Current event number.

Definition at line 51 of file AliESDInputHandlerRP.h.

Referenced by Init(), and LoadEvent().

Bool_t AliESDInputHandlerRP::fIsArchive
private

Input file path.

Definition at line 55 of file AliESDInputHandlerRP.h.

Referenced by Notify().

TString* AliESDInputHandlerRP::fPathName
private

File name extension.

Definition at line 54 of file AliESDInputHandlerRP.h.

Referenced by Init(), Notify(), and OpenFile().

TObjArray* AliESDInputHandlerRP::fRDirs
private

Definition at line 46 of file AliESDInputHandlerRP.h.

Referenced by FinishEvent(), and LoadEvent().

Bool_t AliESDInputHandlerRP::fReadDirectory
private

True if directory is an archive.

Definition at line 56 of file AliESDInputHandlerRP.h.

Referenced by Notify(), and ReadFromDirectory().

TList* AliESDInputHandlerRP::fRFiles
private

Definition at line 47 of file AliESDInputHandlerRP.h.

Referenced by Init(), LoadEvent(), OpenFile(), and ResetIO().

TObjArray* AliESDInputHandlerRP::fRTrees
private

Definition at line 45 of file AliESDInputHandlerRP.h.

Referenced by GetTreeR(), LoadEvent(), and Notify().


The documentation for this class was generated from the following files: