![]() |
AliPhysics
2c8507d (2c8507d)
|
Public Member Functions | |
AliTrackletAODTask () | |
AliTrackletAODTask (const char *name) | |
AliTrackletAODTask (const AliTrackletAODTask &other) | |
AliTrackletAODTask & | operator= (const AliTrackletAODTask &other) |
void | Print (Option_t *) const |
Task interface | |
void | UserCreateOutputObjects () |
void | UserExec (Option_t *) |
void | FinishTaskOutput () |
void | Terminate (Option_t *) |
Bool_t | Connect () |
Set parameters of the reconstruction | |
void | SetScaleDTheta (Bool_t x=false) |
void | SetDPhiShift (Double_t x=0.0045) |
void | SetMaxDelta (Double_t x=25) |
void | SetDThetaWindow (Double_t x=0.025) |
void | SetDPhiWindow (Double_t x=0.06) |
void | SetPhiOverlapCut (Double_t x=0.005) |
void | SetZEtaOverlapCut (Double_t x=0.05) |
virtual void | SetFilterK0S (Bool_t filter) |
Static Public Member Functions | |
static AliTrackletAODTask * | Create () |
Protected Member Functions | |
ClassDef (AliTrackletAODTask, 1) | |
Worker initialization | |
virtual Bool_t | WorkerInit () |
Bool_t | InitCDB () |
virtual Int_t | GetCDBReferenceRun () const |
virtual const char * | GetCDBReferenceURL () const |
Bool_t | InitBranch () |
Event processing | |
virtual Bool_t | ProcessEvent () |
Bool_t | HasGeometry () |
Bool_t | HasField (AliVEvent *event) |
TTree * | FindClusters () |
virtual TTree * | FilterClusters (TTree *t) |
virtual void | CleanClusters (TTree *&t) |
AliVEvent * | FindEvent () |
const AliVVertex * | FindIP (AliVEvent *event, Double_t maxDispersion=0.04, Double_t maxZError=0.25) |
Bool_t | Reconstruct (TTree *clusters, const AliVVertex *ip) |
Bool_t | MarkForStore () |
Tracklet creation | |
virtual const char * | TrackletClassName () const |
virtual AliAODTracklet * | MakeTracklet (Bool_t normal) |
Bool_t | ProcessTracklets (Bool_t normal, AliMultiplicity *mult) |
virtual AliAODTracklet * | ProcessTracklet (Bool_t normal, AliMultiplicity *mult, Int_t no) |
Protected Attributes | |
TClonesArray * | fTracklets |
Bool_t | fScaleDTheta |
Double_t | fMaxDelta |
Double_t | fDPhiShift |
Double_t | fDThetaWindow |
Double_t | fDPhiWindow |
Double_t | fPhiOverlapCut |
Double_t | fZEtaOverlapCut |
AliITSMultRecBg * | fReco |
Bool_t | fFilterK0S |
TParameter< double > * | fK0SLoss |
Store tracklets on AOD
Definition at line 59 of file AliTrackletAODTask.C.
AliTrackletAODTask::AliTrackletAODTask | ( | ) |
Default constructor - for ROOT I/O only
Definition at line 358 of file AliTrackletAODTask.C.
Referenced by Create().
AliTrackletAODTask::AliTrackletAODTask | ( | const char * | name | ) |
Named user constructor
name | Name of the task |
Definition at line 374 of file AliTrackletAODTask.C.
AliTrackletAODTask::AliTrackletAODTask | ( | const AliTrackletAODTask & | other | ) |
Copy constructor
other | Object to copy from |
Definition at line 392 of file AliTrackletAODTask.C.
|
protected |
|
inlineprotectedvirtual |
Clean up possible copy of tree of clusters
t |
Reimplemented in AliTrackletAODMCTask.
Definition at line 256 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
Bool_t AliTrackletAODTask::Connect | ( | ) |
Connect this task to the train
Definition at line 408 of file AliTrackletAODTask.C.
Referenced by Create().
|
static |
Create our task and connect it
Definition at line 1366 of file AliTrackletAODTask.C.
Pre-process clusters. This can remove clusters, etc.
t | Tree of clusters |
Reimplemented in AliTrackletAODMCTask.
Definition at line 250 of file AliTrackletAODTask.C.
Referenced by FindClusters().
|
protected |
Find cluster (rec.point) tree
Definition at line 621 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
|
protected |
Get the event
Definition at line 613 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
|
protected |
Find the interaction point location
event | Event |
maxDispersion | Max dispersion |
maxZError | Max error along Z |
Definition at line 640 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
|
inline |
Called at end of worker job.
Definition at line 113 of file AliTrackletAODTask.C.
|
inlineprotectedvirtual |
Get the CDB reference run number
Definition at line 200 of file AliTrackletAODTask.C.
Referenced by InitCDB().
|
inlineprotectedvirtual |
Get the CDB reference URL
Reimplemented in AliTrackletAODMCTask.
Definition at line 206 of file AliTrackletAODTask.C.
Referenced by InitCDB().
|
protected |
Check if we have the magnetic field
Definition at line 602 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
|
protected |
Check that we have an initialized geometry if needed
Definition at line 592 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
|
protected |
Initialize our output branch
Definition at line 522 of file AliTrackletAODTask.C.
Referenced by WorkerInit().
|
protected |
Make sure CDB is initialized
Definition at line 466 of file AliTrackletAODTask.C.
Referenced by WorkerInit().
|
protectedvirtual |
Create a tracklet
normal | If true, create for normal reconstruction |
Reimplemented in AliTrackletAODMCTask.
Definition at line 756 of file AliTrackletAODTask.C.
Referenced by ProcessTracklet().
|
protected |
Mark the event as one to store on AOD tree
Definition at line 686 of file AliTrackletAODTask.C.
Referenced by UserExec().
AliTrackletAODTask & AliTrackletAODTask::operator= | ( | const AliTrackletAODTask & | other | ) |
Assignment operator
other | Object to assign from |
Definition at line 445 of file AliTrackletAODTask.C.
void AliTrackletAODTask::Print | ( | Option_t * | ) | const |
Print information to standard output
Definition at line 431 of file AliTrackletAODTask.C.
|
protectedvirtual |
Process a single event
Reimplemented in AliTrackletAODMCTask.
Definition at line 572 of file AliTrackletAODTask.C.
Referenced by AliTrackletAODMCTask::ProcessEvent(), and UserExec().
|
protectedvirtual |
Process a single tracklet
normal | Whether this this is normal reconstruction |
mult | The created tracklets |
no | Tracklet number to investigate |
Reimplemented in AliTrackletAODMCTask.
Definition at line 764 of file AliTrackletAODTask.C.
Referenced by AliTrackletAODMCTask::ProcessTracklet(), and ProcessTracklets().
Process tracklets create by the reconstruction
normal | Whether this this is normal reconstruction |
mult | The created tracklets |
Definition at line 742 of file AliTrackletAODTask.C.
Referenced by Reconstruct().
Reconstruct the tracklets from passed clusters
clusters | Clusters |
ip | Interaction point coordinates |
Definition at line 698 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
|
inline |
Set \(\delta_{\phi}\)
x | Shift of \(\Delta\phi\) |
Definition at line 141 of file AliTrackletAODTask.C.
|
inline |
Set \( d\phi\) window - used for reconstruction only
x | Value |
Definition at line 159 of file AliTrackletAODTask.C.
|
inline |
|
inlinevirtual |
Whether to filter \( K^0_S\) clusters Whether to filter \( K^0_S\) clusters
Definition at line 178 of file AliTrackletAODTask.C.
|
inline |
Set Maximum \( \Delta\) to consider
x | Value |
Definition at line 147 of file AliTrackletAODTask.C.
|
inline |
Set PhiOverlapCut - used for reconstruction only
x | Value |
Definition at line 165 of file AliTrackletAODTask.C.
|
inline |
Set wether to scale \(\Delta\theta\) by \(\sin^2\theta\)
x | If true, scale |
Definition at line 135 of file AliTrackletAODTask.C.
|
inline |
Set ZEtaOverlapCut - used for reconstruction only
x | Value |
Definition at line 171 of file AliTrackletAODTask.C.
|
inline |
Called at end of master job on merged results.
Definition at line 118 of file AliTrackletAODTask.C.
|
inlineprotectedvirtual |
The name of the tracklet class to use
Reimplemented in AliTrackletAODMCTask.
Definition at line 298 of file AliTrackletAODTask.C.
Referenced by InitBranch().
void AliTrackletAODTask::UserCreateOutputObjects | ( | ) |
Delegate worker initialization
Definition at line 450 of file AliTrackletAODTask.C.
void AliTrackletAODTask::UserExec | ( | Option_t * | ) |
Event processing
Definition at line 557 of file AliTrackletAODTask.C.
|
protectedvirtual |
Initialize the worker
Reimplemented in AliTrackletAODMCTask.
Definition at line 547 of file AliTrackletAODTask.C.
Referenced by UserCreateOutputObjects(), and AliTrackletAODMCTask::WorkerInit().
|
protected |
Shift in \(\Delta\phi\)
Definition at line 339 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetDPhiShift().
|
protected |
Window in \( \Delta\phi \)
Definition at line 343 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetDPhiWindow().
|
protected |
Window in \( \Delta\theta \)
Definition at line 341 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetDThetaWindow().
|
protected |
Whether to remove clusters corresponding to K_S^0 primary parents
Definition at line 351 of file AliTrackletAODTask.C.
Referenced by AliTrackletAODMCTask::CleanClusters(), AliTrackletAODMCTask::FilterClusters(), InitBranch(), Print(), and SetFilterK0S().
|
protected |
Fraction of K^0_S clusters removed
Definition at line 353 of file AliTrackletAODTask.C.
Referenced by AliTrackletAODMCTask::FilterClusters(), and InitBranch().
|
protected |
Maximum \(\Delta\) to consider
Definition at line 337 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetMaxDelta().
|
protected |
Overlap cut in \(\phi\) plane
Definition at line 345 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetPhiOverlapCut().
|
protected |
Pointer to current reconstruction object
Definition at line 349 of file AliTrackletAODTask.C.
Referenced by AliTrackletAODMCTask::ProcessTracklet(), and Reconstruct().
|
protected |
Whether we should scale \( \Delta\theta\) by \(\sin^{-2}(\theta)\)
Definition at line 335 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetScaleDTheta().
|
protected |
Container of tracklets
Definition at line 331 of file AliTrackletAODTask.C.
Referenced by InitBranch(), MakeTracklet(), AliTrackletAODMCTask::MakeTracklet(), and UserExec().
|
protected |
Overlap cut in \( z,\eta\) plane
Definition at line 347 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetZEtaOverlapCut().