Heavy ion Analysis Libriares
|
Public Member Functions | |
void | SaveEvents () |
virtual void | SetTrackSmearAlgo (TrackSmear &smear) |
virtual void | SetEventSmearAlgo (EventSmear &smear) |
virtual void | Exec (Option_t *opt) |
Public Member Functions inherited from Hal::TrackAna | |
TrackAna (const TrackAna &ana) | |
TrackAna & | operator= (const TrackAna &other) |
virtual void | SetOption (Option_t *option) |
virtual void | FinishTask () |
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 | ProcessEvent () |
virtual void | CheckCutContainerCollections () |
virtual Task::EInitFlag | Init () |
Package * | Report () const |
Protected Member Functions inherited from Hal::TrackAna | |
virtual void | ProcessTrack () |
virtual void | LinkCollections () |
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 () |
virtual Task::EInitFlag | CheckFormat () |
Int_t | GetTaskID () const |
virtual void | InitNewCutContainer () |
EventAna (ECutUpdate tiers) | |
Protected Member Functions inherited from Hal::Task | |
void | GoToDir (TString name) |
Protected Attributes | |
Int_t | fOutputFormatID |
Bool_t | fSave |
EventSmear * | fEventAlgorithm |
TrackSmear * | fTrackAlgorithm |
SmearedTrack * | fCurrentTrackSmeared |
SmearedEvent * | fCurrentEventSmeared |
Protected Attributes inherited from Hal::TrackAna | |
Int_t | fTrackCollectionsNo |
Int_t | fCurrentTrackCollectionID |
Int_t | fTrackIndex |
Track * | fCurrentTrack |
Protected Attributes inherited from Hal::EventAna | |
Int_t | fFormatOption |
UInt_t | fProcessedEvents |
Int_t | fMixSize |
Int_t | fEventCollectionsNo |
Int_t | fCurrentEventCollectionID |
const ECutUpdate | fTiers |
TDatabasePDG * | fPDG |
CutContainer * | fCutContainer |
MemoryMapManager * | fMemoryMap |
Event * | fCurrentEvent |
TString | fComment |
Int_t | fInit |
Additional Inherited Members | |
Public Types inherited from Hal::EventAna | |
enum class | EFormatOption { kCompress , kNoCompress , kKeepSource , kNoKeepSource , kDirectAccess , kNoDirectAccess , kReaderAccess , kNoReaderAcces , kDisableChecking , kStandardAcess } |
Public Types inherited from Hal::Task | |
enum class | EInitFlag { kSUCCESS , kERROR , kFATAL } |
Protected Types inherited from Hal::EventAna | |
enum | eBitFormat { kCompression = 0 , kSource = 1 , kDirectAcesss = 2 , kReader = 3 , kChecking = 4 } |
Definition at line 26 of file SmearTask.h.
Hal::SmearTask::SmearTask | ( | ) |
Definition at line 28 of file SmearTask.cxx.
|
virtual |
Definition at line 121 of file SmearTask.cxx.
|
protectedvirtual |
checking cut containers. should be overwritten in derived classes
Reimplemented from Hal::TrackAna.
Definition at line 40 of file SmearTask.cxx.
|
virtual |
called for each event
opt | not used |
Reimplemented from Hal::TrackAna.
Definition at line 112 of file SmearTask.cxx.
|
protectedvirtual |
initialize task, in principle all derived classes should usually call this method, this method do following steps:
Reimplemented from Hal::TrackAna.
Definition at line 58 of file SmearTask.cxx.
|
protectedvirtual |
process event, can be be overwritten in derived classes
Reimplemented from Hal::TrackAna.
Definition at line 98 of file SmearTask.cxx.
|
protectedvirtual |
create report that will be saved, derived classes should call this method for base class and add own objects
Reimplemented from Hal::TrackAna.
Definition at line 49 of file SmearTask.cxx.
void Hal::SmearTask::SaveEvents | ( | ) |
if called then smeared events will be saved in output tree
Definition at line 96 of file SmearTask.cxx.
|
inlinevirtual |
Definition at line 71 of file SmearTask.h.
|
inlinevirtual |
Definition at line 70 of file SmearTask.h.
|
protected |
pointer to current smeared event
Definition at line 51 of file SmearTask.h.
|
protected |
pointer to current smeared track
Definition at line 47 of file SmearTask.h.
|
protected |
pointer to smearing algorithm
Definition at line 39 of file SmearTask.h.
|
protected |
output format ID
Definition at line 31 of file SmearTask.h.
|
protected |
if true then smeared events are saved
Definition at line 35 of file SmearTask.h.
|
protected |
track smearing algorithm
Definition at line 43 of file SmearTask.h.