Heavy ion Analysis Libriares
|
#include <BoostTask.h>
Public Member Functions | |
BoostTask () | |
BoostTask (Double_t vx, Double_t vy, Double_t vz) | |
BoostTask (Double_t vz) | |
void | SetBoost (Double_t vx, Double_t vy, Double_t vz, Option_t *opt="") |
void | SetBoost (Double_t vz, Option_t *opt="") |
void | Exec (Option_t *opt) |
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) |
virtual void | SetOption (Option_t *opt) |
void | SetFormatOption (EFormatOption option) |
virtual void | SetComment (TString comment) |
virtual void | SetFormat (Event *format, EFormatDepth depth=EFormatDepth::kAll) |
virtual void | FinishTask () |
virtual | ~EventAna () |
Public Member Functions inherited from Hal::Task | |
Task () | |
Protected Member Functions | |
Task::EInitFlag | Init () |
virtual Package * | Report () const |
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 | LinkCollections () |
virtual void | ProcessEvent () |
virtual void | InitNewCutContainer () |
virtual void | CheckCutContainerCollections () |
EventAna (ECutUpdate tiers) | |
Protected Member Functions inherited from Hal::Task | |
void | GoToDir (TString name) |
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 } |
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 |
basic class for boosting events, currently boost only oryginal event in tree
Definition at line 24 of file BoostTask.h.
Hal::BoostTask::BoostTask | ( | ) |
default ctor
Definition at line 24 of file BoostTask.cxx.
Hal::BoostTask::BoostTask | ( | Double_t | vx, |
Double_t | vy, | ||
Double_t | vz ) |
constructor
vx | x boost component |
vy | y boost component |
vz | z boost component |
Definition at line 26 of file BoostTask.cxx.
Hal::BoostTask::BoostTask | ( | Double_t | vz | ) |
|
virtual |
Definition at line 68 of file BoostTask.cxx.
|
virtual |
called for each event
opt | not used |
Reimplemented from Hal::EventAna.
Definition at line 45 of file BoostTask.cxx.
|
protectedvirtual |
initialize task, in principle all derived classes should usually call this method, this method do following steps:
Reimplemented from Hal::EventAna.
Definition at line 31 of file BoostTask.cxx.
|
protectedvirtual |
create report that will be saved, derived classes should call this method for base class and add own objects
Reimplemented from Hal::EventAna.
Definition at line 58 of file BoostTask.cxx.
void Hal::BoostTask::SetBoost | ( | Double_t | vx, |
Double_t | vy, | ||
Double_t | vz, | ||
Option_t * | opt = "" ) |
set boost direction
vx | x component of velocity |
vy | y component of velocity |
vz | z component of velocity |
opt | not used |
Definition at line 50 of file BoostTask.cxx.
void Hal::BoostTask::SetBoost | ( | Double_t | vz, |
Option_t * | opt = "" ) |
vz | z component of velocity |
opt | not used |
Definition at line 56 of file BoostTask.cxx.