![]() |
AliPhysics
b81c3d2 (b81c3d2)
|
Public Member Functions | |
AliSimpleHeaderTask () | |
AliSimpleHeaderTask (const char *name) | |
AliSimpleHeaderTask (const AliSimpleHeaderTask &o) | |
AliSimpleHeaderTask & | operator= (const AliSimpleHeaderTask &o) |
Bool_t | Connect () |
void | UserCreateOutputObjects () |
Bool_t | GetRecIP (AliVEvent *event) |
Bool_t | GetSim (AliMCEvent *event) |
Bool_t | GetCent (AliVEvent *event) |
Bool_t | GetCentOld (AliVEvent *event) |
void | UserExec (Option_t *) |
void | Print (Option_t *option="") const |
ClassDef (AliSimpleHeaderTask, 1) | |
Static Public Member Functions | |
static AliSimpleHeaderTask * | Create () |
Public Attributes | |
AliAODSimpleHeader * | fHeader |
A task to make a simple header in AOD
Definition at line 40 of file AliSimpleHeaderTask.C.
AliSimpleHeaderTask::AliSimpleHeaderTask | ( | ) |
Default constructor - for ROOT I/O only
Definition at line 136 of file AliSimpleHeaderTask.C.
Referenced by Create().
AliSimpleHeaderTask::AliSimpleHeaderTask | ( | const char * | name | ) |
Named (user) constructor
name | Name of the task |
Definition at line 141 of file AliSimpleHeaderTask.C.
AliSimpleHeaderTask::AliSimpleHeaderTask | ( | const AliSimpleHeaderTask & | o | ) |
Copy constructor
o | Object to copy from |
Definition at line 146 of file AliSimpleHeaderTask.C.
AliSimpleHeaderTask::ClassDef | ( | AliSimpleHeaderTask | , |
1 | |||
) |
Bool_t AliSimpleHeaderTask::Connect | ( | ) |
Connect the task to the manager
Definition at line 157 of file AliSimpleHeaderTask.C.
Referenced by Create().
|
static |
Create an object of this task class, add to manager and connect the input.
Definition at line 333 of file AliSimpleHeaderTask.C.
Bool_t AliSimpleHeaderTask::GetCent | ( | AliVEvent * | event | ) |
Get new-style centrality and fill into header
event | Event structure |
Definition at line 271 of file AliSimpleHeaderTask.C.
Referenced by UserExec().
Bool_t AliSimpleHeaderTask::GetCentOld | ( | AliVEvent * | event | ) |
Get old-style centrality and fill into header
event | Event structure |
Definition at line 294 of file AliSimpleHeaderTask.C.
Referenced by UserExec().
Bool_t AliSimpleHeaderTask::GetRecIP | ( | AliVEvent * | event | ) |
Get the reconstructed interaction point and fill into header
event | Event structure |
Definition at line 197 of file AliSimpleHeaderTask.C.
Referenced by UserExec().
Bool_t AliSimpleHeaderTask::GetSim | ( | AliMCEvent * | event | ) |
Get simulation information and fill into header
event | Event structure |
Definition at line 228 of file AliSimpleHeaderTask.C.
Referenced by UserExec().
AliSimpleHeaderTask & AliSimpleHeaderTask::operator= | ( | const AliSimpleHeaderTask & | o | ) |
Assignment operator
o | Object to assign from |
Definition at line 152 of file AliSimpleHeaderTask.C.
void AliSimpleHeaderTask::Print | ( | Option_t * | option = "" | ) | const |
void AliSimpleHeaderTask::UserCreateOutputObjects | ( | ) |
Set-up outputs
Definition at line 179 of file AliSimpleHeaderTask.C.
void AliSimpleHeaderTask::UserExec | ( | Option_t * | ) |
Event processing
Definition at line 303 of file AliSimpleHeaderTask.C.
AliAODSimpleHeader* AliSimpleHeaderTask::fHeader |
the header to fill
Definition at line 129 of file AliSimpleHeaderTask.C.
Referenced by GetCent(), GetCentOld(), GetRecIP(), GetSim(), UserCreateOutputObjects(), and UserExec().