#include <AliCopyHeaderTask.h>
Task to copy header from ESD to AOD
Definition at line 22 of file AliCopyHeaderTask.h.
AliCopyHeaderTask::AliCopyHeaderTask |
( |
const char * |
name = "header" | ) |
|
|
inline |
virtual AliCopyHeaderTask::~AliCopyHeaderTask |
( |
| ) |
|
|
inlinevirtual |
Bool_t AliCopyHeaderTask::Connect |
( |
| ) |
|
|
virtual |
void AliCopyHeaderTask::CopyVertex |
( |
AliAODEvent & |
aod, |
|
|
const AliESDVertex * |
vtx, |
|
|
Int_t |
type |
|
) |
| |
|
protected |
Copy an ESD primary vertex to the AOD
- Parameters
-
aod | Where to copy to |
vtx | Vertex (if any) to copy to |
type | Type of vertex |
Definition at line 336 of file AliCopyHeaderTask.cxx.
Referenced by UserExec().
virtual void AliCopyHeaderTask::Init |
( |
| ) |
|
|
inlinevirtual |
virtual void AliCopyHeaderTask::LocalInit |
( |
| ) |
|
|
inlinevirtual |
Assignmen operator
- Parameters
-
other | Object to assing from |
- Returns
- Reference to this object
virtual void AliCopyHeaderTask::SetCalculateRefMult |
( |
Bool_t |
calc = true | ) |
|
|
inlinevirtual |
Set whether to calculate the reference multiplicity. This is optional because the calculation could be processor/memory heavy.
- Parameters
-
calc | If true, calculate the reference multiplicity (number of tracks and tracklets) in \(|\eta|<0.5\) and \(|\eta|<0.8\). |
Definition at line 101 of file AliCopyHeaderTask.h.
Referenced by SetCopyOptions().
virtual void AliCopyHeaderTask::SetCopyAD |
( |
Bool_t |
copy | ) |
|
|
inlinevirtual |
virtual void AliCopyHeaderTask::SetCopyCentrality |
( |
Bool_t |
copy = true | ) |
|
|
inlinevirtual |
Set whether to copy centrality information (from AliMultSelectionTask) to the output.
- Parameters
-
copy | If true, copy centrality object to separate branch on AOD |
Definition at line 108 of file AliCopyHeaderTask.h.
Referenced by SetCopyOptions().
void AliCopyHeaderTask::SetCopyOptions |
( |
const TString & |
what | ) |
|
|
virtual |
virtual void AliCopyHeaderTask::SetCopyTracklets |
( |
Bool_t |
copy = true | ) |
|
|
inlinevirtual |
virtual void AliCopyHeaderTask::SetCopyV0 |
( |
Bool_t |
copy | ) |
|
|
inlinevirtual |
virtual void AliCopyHeaderTask::SetCopyZDC |
( |
Bool_t |
copy | ) |
|
|
inlinevirtual |
void AliCopyHeaderTask::Terminate |
( |
Option_t * |
option | ) |
|
|
virtual |
void AliCopyHeaderTask::UserCreateOutputObjects |
( |
| ) |
|
|
virtual |
Create output objects. Called at the beginning of each (Grid/Proof) sub-job.
Definition at line 99 of file AliCopyHeaderTask.cxx.
void AliCopyHeaderTask::UserExec |
( |
Option_t * |
option | ) |
|
|
virtual |
Bool_t AliCopyHeaderTask::fCalculateRefMult |
|
protected |
Bool_t AliCopyHeaderTask::fCopyAD |
|
protected |
Bool_t AliCopyHeaderTask::fCopyCentrality |
|
protected |
Bool_t AliCopyHeaderTask::fCopyTracklets |
|
protected |
Bool_t AliCopyHeaderTask::fCopyV0 |
|
protected |
Bool_t AliCopyHeaderTask::fCopyZDC |
|
protected |
AliMultSelection* AliCopyHeaderTask::fMultSelection |
|
protected |
The documentation for this class was generated from the following files: