Heavy ion Analysis Libriares
|
Public Member Functions | |
virtual void | Exec (Option_t *opt="") |
void | SetPairLimitPerBin (Int_t limit) |
void | WriteBackground () |
virtual void | FinishTask () |
Public Member Functions inherited from Hal::FemtoBasicAna | |
FemtoBasicAna () | |
FemtoBasicAna (const FemtoBasicAna &ana) | |
FemtoBasicAna & | operator= (const FemtoBasicAna &other) |
virtual void | SetCorrFctn (FemtoCorrFunc *h) |
virtual void | SetCorrFctn (const FemtoCorrFunc &h) |
void | SetWeight (const FemtoWeightGenerator &gen) |
void | SetFreezoutGenerator (const FemtoFreezoutGenerator &gen) |
void | SetPdg (Int_t PID) |
void | SetPdg (Int_t PID1, Int_t PID2) |
void | IgnoreSign () |
void | UseImgMomenta () |
virtual void | SetOption (Option_t *option) |
Public Member Functions inherited from Hal::TwoTrackAna | |
TwoTrackAna (Bool_t use_background=kFALSE) | |
TwoTrackAna (const TwoTrackAna &ana) | |
TwoTrackAna & | operator= (const TwoTrackAna &other) |
void | SetMixSize (Int_t mixsize) |
void | ProceedWithEmtyEvents (Bool_t proceed) |
void | EnableNonIdentical () |
Public Member Functions inherited from Hal::MultiTrackAna | |
MultiTrackAna (const MultiTrackAna &ana) | |
MultiTrackAna & | operator= (const MultiTrackAna &other) |
void | SetMixSize (Int_t to_mix) |
void | SetFormatBuffered (Event *format) |
Public Member Functions inherited from Hal::TrackAna | |
TrackAna (const TrackAna &ana) | |
TrackAna & | operator= (const TrackAna &other) |
Public Member Functions inherited from Hal::EventAna | |
EventAna () | |
EventAna (const EventAna &ana) | |
EventAna & | operator= (const EventAna &other) |
virtual void | AddTags (TString tag) |
virtual void | AddCut (const Cut &cut, Option_t *opt="") |
virtual void | AddCutMonitor (const CutMonitor &mon, Option_t *opt="") |
virtual void | AddCutsAndMonitors (const CutsAndMonitors &monCuts) |
void | SetFormatOption (EFormatOption option) |
virtual void | SetComment (TString comment) |
virtual void | SetFormat (Event *format, EFormatDepth depth=EFormatDepth::kAll) |
virtual | ~EventAna () |
Public Member Functions inherited from Hal::Task | |
Task () | |
Protected Member Functions | |
virtual void | ProcessFemtoPair () |
virtual void | ProcessFemtoPair_Perfect () |
virtual void | ProcessFemtoPair_Rotated () |
virtual void | ProcessFemtoPair_Hemisphere () |
virtual void | ProcessFemtoPair_Mixed () |
virtual Task::EInitFlag | Init () |
Protected Member Functions inherited from Hal::FemtoBasicAna | |
virtual void | CheckCutContainerCollections () |
virtual void | PreprocessFemtoPair () |
virtual void | PreprocessFemtoPair_Perfect () |
virtual void | PreprocessFemtoPair_Rotated () |
virtual void | PreprocessFemtoPair_Hemisphere () |
virtual void | PreprocessFemtoPair_Mixed () |
virtual void | PreprocessFemtoPair_Charged () |
virtual void | ProcessFemtoPair_Charged () |
virtual void | ProcessPair () |
virtual void | ProcessPair2 () |
virtual void | ProcessPair_Perfect () |
virtual void | ProcessPair2_Perfect () |
virtual void | ProcessPair_Mixed () |
virtual void | ProcessPair2_Mixed () |
virtual void | ProcessPair_Rotated () |
virtual void | ProcessPair2_Rotated () |
virtual void | ProcessPair_Hemisphere () |
virtual void | ProcessPair2_Hemisphere () |
virtual void | ProcessPair_ChargedId () |
virtual void | ProcessPair_ChargedNId () |
virtual Package * | Report () const |
virtual void | ProcessEvent () |
virtual Bool_t | InitArray () |
Protected Member Functions inherited from Hal::TwoTrackAna | |
virtual void | SetTags () |
Bool_t | IdenticalParticles () const |
virtual void | SetPairHiddenInfo () |
virtual void | DeleteHiddenPairInfo () |
virtual void | ProcessPair_Charged2 () |
virtual void | ProcessPair2_Charged2 () |
virtual void | ProcessPair_Charged3 () |
virtual void | ProcessPair2_Charged3 () |
virtual void | InitNewCutContainer () |
virtual void | LinkCollections () |
virtual void | FinishEventIdentical () |
virtual void | FinishEventNonIdentical () |
Protected Member Functions inherited from Hal::MultiTrackAna | |
virtual void | ProcessTrack () |
virtual Task::EInitFlag | CheckFormat () |
MultiTrackAna (ECutUpdate tiers) | |
Protected Member Functions inherited from Hal::TrackAna | |
TrackAna (ECutUpdate tiers) | |
Protected Member Functions inherited from Hal::EventAna | |
TString | GetInputFileName () const |
void | SetInputFileName (TString name) |
virtual void | InitMemoryMap () |
Bool_t | IsInChain () const |
void | MarkAsInChain () |
void | AddToAnaMetadata (Package *main_pack, TObject *obj) const |
Task::EInitFlag | InitCutContainer () |
Int_t | GetTaskID () const |
EventAna (ECutUpdate tiers) | |
Protected Member Functions inherited from Hal::Task | |
void | GoToDir (TString name) |
Definition at line 21 of file FemtoDumpPairAna.h.
Hal::FemtoDumpPairAna::FemtoDumpPairAna | ( | ) |
Definition at line 30 of file FemtoDumpPairAna.cxx.
|
virtual |
Definition at line 119 of file FemtoDumpPairAna.cxx.
|
virtual |
called for each event
opt | not used |
Reimplemented from Hal::TrackAna.
Definition at line 121 of file FemtoDumpPairAna.cxx.
|
virtual |
called at the end of analysis save resutls
Reimplemented from Hal::FemtoBasicAna.
Definition at line 131 of file FemtoDumpPairAna.cxx.
|
protectedvirtual |
initialize task, in principle all derived classes should usually call this method, this method do following steps:
Reimplemented from Hal::FemtoBasicAna.
Definition at line 76 of file FemtoDumpPairAna.cxx.
|
protectedvirtual |
process femto pair from "charged background"
Reimplemented from Hal::FemtoBasicAna.
Definition at line 32 of file FemtoDumpPairAna.cxx.
|
protectedvirtual |
process femto pair from "hemisphere background"
Reimplemented from Hal::FemtoBasicAna.
Definition at line 54 of file FemtoDumpPairAna.cxx.
|
protectedvirtual |
process femto pair from "mixed background"
Reimplemented from Hal::FemtoBasicAna.
Definition at line 65 of file FemtoDumpPairAna.cxx.
|
inlineprotectedvirtual |
process femto pair from "perfect background"
Reimplemented from Hal::FemtoBasicAna.
Definition at line 32 of file FemtoDumpPairAna.h.
|
protectedvirtual |
process femto pair from "roated background"
Reimplemented from Hal::FemtoBasicAna.
Definition at line 43 of file FemtoDumpPairAna.cxx.
|
inline |
Definition at line 41 of file FemtoDumpPairAna.h.
|
inline |
Definition at line 42 of file FemtoDumpPairAna.h.