![]() |
AliRoot Core
3dc7879 (3dc7879)
|
Class AliPIDResponseInputHandler Handler to set up the PID response object and initialise it correctly for each event. More...
#include <AliPIDResponseInputHandler.h>
Public Member Functions | |
AliPIDResponseInputHandler (const char *name="PIDResoponseIH") | |
virtual | ~AliPIDResponseInputHandler () |
virtual Bool_t | Init (Option_t *opt) |
virtual Bool_t | Init (TTree *tree, Option_t *opt) |
virtual Bool_t | BeginEvent (Long64_t entry) |
virtual Bool_t | FinishEvent () |
virtual Bool_t | Notify () |
virtual Bool_t | Notify (const char *path) |
virtual Bool_t | GetEntry () |
void | SetIsMC (Bool_t isMC=kTRUE) |
![]() | |
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 | 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 AliVEvent * | GetEvent () const |
virtual const AliEventTag * | GetEventTag () const |
virtual AliRunTag * | GetRunTag () const |
virtual TObject * | GetStatistics (Option_t *option="") const |
virtual Option_t * | GetAnalysisType () const |
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 () |
virtual AliPIDResponse * | GetPIDResponse () |
virtual void | CreatePIDResponse (Bool_t=kFALSE) |
![]() | |
AliVEventHandler () | |
AliVEventHandler (const char *name, const char *title) | |
virtual | ~AliVEventHandler () |
virtual Option_t * | GetDataType () const |
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 *) |
virtual AliVfriendEvent * | GetVfriendEvent () const |
Private Member Functions | |
void | SetRecoInfo () |
AliPIDResponseInputHandler (const AliPIDResponseInputHandler &handler) | |
AliPIDResponseInputHandler & | operator= (const AliPIDResponseInputHandler &handler) |
Private Attributes | |
Bool_t | fIsMC |
If we run on MC data. More... | |
AliPIDResponse * | fPIDResponse |
! PID response Handler More... | |
Int_t | fRun |
! current run number More... | |
Int_t | fOldRun |
! current run number More... | |
Int_t | fRecoPass |
! reconstruction pass More... | |
AliMultiInputEventHandler * | fMCurrentMutliIH |
! input handler 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 |
![]() | |
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 |
Class AliPIDResponseInputHandler Handler to set up the PID response object and initialise it correctly for each event.
Definition at line 14 of file AliPIDResponseInputHandler.h.
AliPIDResponseInputHandler::AliPIDResponseInputHandler | ( | const char * | name = "PIDResoponseIH" | ) |
Definition at line 32 of file AliPIDResponseInputHandler.cxx.
|
virtual |
Destructor
Definition at line 49 of file AliPIDResponseInputHandler.cxx.
|
private |
|
virtual |
BeginEvent(Long64_t entry) is called for all mix input handlers
Reimplemented from AliInputEventHandler.
Definition at line 114 of file AliPIDResponseInputHandler.cxx.
|
virtual |
FinishEvent() is called for all mix input handlers
Reimplemented from AliInputEventHandler.
Definition at line 158 of file AliPIDResponseInputHandler.cxx.
|
virtual |
Reimplemented from AliInputEventHandler.
Definition at line 150 of file AliPIDResponseInputHandler.cxx.
|
virtual |
Init() is called for all mix input handlers.
Reimplemented from AliInputEventHandler.
Definition at line 59 of file AliPIDResponseInputHandler.cxx.
|
virtual |
Init(const char*path) is called for all mix input handlers. Create event pool if needed
Reimplemented from AliInputEventHandler.
Definition at line 69 of file AliPIDResponseInputHandler.cxx.
|
virtual |
Notify() is called for all mix input handlers
Reimplemented from AliInputEventHandler.
Definition at line 95 of file AliPIDResponseInputHandler.cxx.
|
virtual |
Notify(const char*path) is called for all mix input handlers
Reimplemented from AliInputEventHandler.
Definition at line 105 of file AliPIDResponseInputHandler.cxx.
|
private |
|
inline |
Definition at line 29 of file AliPIDResponseInputHandler.h.
|
private |
Set reconstruction information
Definition at line 168 of file AliPIDResponseInputHandler.cxx.
Referenced by BeginEvent().
|
private |
If we run on MC data.
Definition at line 32 of file AliPIDResponseInputHandler.h.
Referenced by BeginEvent(), Init(), and SetIsMC().
|
private |
! input handler
Definition at line 39 of file AliPIDResponseInputHandler.h.
Referenced by BeginEvent(), Init(), and SetRecoInfo().
|
private |
! current run number
Definition at line 36 of file AliPIDResponseInputHandler.h.
Referenced by BeginEvent().
|
private |
! PID response Handler
Definition at line 34 of file AliPIDResponseInputHandler.h.
Referenced by BeginEvent(), Init(), and SetRecoInfo().
|
private |
! reconstruction pass
Definition at line 37 of file AliPIDResponseInputHandler.h.
Referenced by BeginEvent(), and SetRecoInfo().
|
private |
! current run number
Definition at line 35 of file AliPIDResponseInputHandler.h.
Referenced by BeginEvent().