![]() |
AliPhysics
1909eaa (1909eaa)
|
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 | SetFilterStrange (Int_t mode) |
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, AliVMultiplicity *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 |
Int_t | fFilterStrange |
TParameter< double > * | fStrangeLoss |
Store tracklets on AOD
Definition at line 60 of file AliTrackletAODTask.C.
AliTrackletAODTask::AliTrackletAODTask | ( | ) |
Default constructor - for ROOT I/O only
Definition at line 362 of file AliTrackletAODTask.C.
Referenced by Create().
AliTrackletAODTask::AliTrackletAODTask | ( | const char * | name | ) |
Named user constructor
name | Name of the task |
Definition at line 378 of file AliTrackletAODTask.C.
AliTrackletAODTask::AliTrackletAODTask | ( | const AliTrackletAODTask & | other | ) |
Copy constructor
other | Object to copy from |
Definition at line 396 of file AliTrackletAODTask.C.
|
protected |
|
inlineprotectedvirtual |
Clean up possible copy of tree of clusters
t |
Reimplemented in AliTrackletAODMCTask.
Definition at line 260 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
Bool_t AliTrackletAODTask::Connect | ( | ) |
Connect this task to the train
Definition at line 412 of file AliTrackletAODTask.C.
Referenced by Create().
|
static |
Create our task and connect it
Definition at line 1576 of file AliTrackletAODTask.C.
Pre-process clusters. This can remove clusters, etc.
t | Tree of clusters |
Reimplemented in AliTrackletAODMCTask.
Definition at line 254 of file AliTrackletAODTask.C.
Referenced by FindClusters().
|
protected |
Find cluster (rec.point) tree
Definition at line 637 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
|
protected |
Get the event
Definition at line 629 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 657 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
|
inline |
Called at end of worker job.
Definition at line 114 of file AliTrackletAODTask.C.
|
inlineprotectedvirtual |
Get the CDB reference run number
Definition at line 204 of file AliTrackletAODTask.C.
Referenced by InitCDB().
|
inlineprotectedvirtual |
Get the CDB reference URL
Reimplemented in AliTrackletAODMCTask.
Definition at line 210 of file AliTrackletAODTask.C.
Referenced by InitCDB().
|
protected |
Check if we have the magnetic field
Definition at line 618 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
|
protected |
Check that we have an initialized geometry if needed
Definition at line 608 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
|
protected |
Initialize our output branch
Definition at line 528 of file AliTrackletAODTask.C.
Referenced by WorkerInit().
|
protected |
Make sure CDB is initialized
Definition at line 472 of file AliTrackletAODTask.C.
Referenced by WorkerInit().
|
protectedvirtual |
Create a tracklet
normal | If true, create for normal reconstruction |
Reimplemented in AliTrackletAODMCTask.
Definition at line 789 of file AliTrackletAODTask.C.
Referenced by ProcessTracklet().
|
protected |
Mark the event as one to store on AOD tree
Definition at line 706 of file AliTrackletAODTask.C.
Referenced by UserExec().
AliTrackletAODTask & AliTrackletAODTask::operator= | ( | const AliTrackletAODTask & | other | ) |
Assignment operator
other | Object to assign from |
Definition at line 451 of file AliTrackletAODTask.C.
void AliTrackletAODTask::Print | ( | Option_t * | ) | const |
Print information to standard output
Definition at line 435 of file AliTrackletAODTask.C.
|
protectedvirtual |
Process a single event
Reimplemented in AliTrackletAODMCTask.
Definition at line 578 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 797 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 772 of file AliTrackletAODTask.C.
Referenced by ProcessEvent(), and Reconstruct().
Reconstruct the tracklets from passed clusters
clusters | Clusters |
ip | Interaction point coordinates |
Definition at line 719 of file AliTrackletAODTask.C.
Referenced by ProcessEvent().
|
inline |
Set \(\delta_{\phi}\)
x | Shift of \(\Delta\phi\) |
Definition at line 142 of file AliTrackletAODTask.C.
|
inline |
Set \( d\phi\) window - used for reconstruction only
x | Value |
Definition at line 160 of file AliTrackletAODTask.C.
|
inline |
|
inlinevirtual |
Whether to filter clusters corresponding to strange particles
mode | Mode of filtering |
Definition at line 182 of file AliTrackletAODTask.C.
|
inline |
Set Maximum \( \Delta\) to consider
x | Value |
Definition at line 148 of file AliTrackletAODTask.C.
|
inline |
Set PhiOverlapCut - used for reconstruction only
x | Value |
Definition at line 166 of file AliTrackletAODTask.C.
|
inline |
Set wether to scale \(\Delta\theta\) by \(\sin^2\theta\)
x | If true, scale |
Definition at line 136 of file AliTrackletAODTask.C.
|
inline |
Set ZEtaOverlapCut - used for reconstruction only
x | Value |
Definition at line 172 of file AliTrackletAODTask.C.
|
inline |
Called at end of master job on merged results.
Definition at line 119 of file AliTrackletAODTask.C.
|
inlineprotectedvirtual |
The name of the tracklet class to use
Reimplemented in AliTrackletAODMCTask.
Definition at line 302 of file AliTrackletAODTask.C.
Referenced by InitBranch().
void AliTrackletAODTask::UserCreateOutputObjects | ( | ) |
Delegate worker initialization
Definition at line 456 of file AliTrackletAODTask.C.
void AliTrackletAODTask::UserExec | ( | Option_t * | ) |
Event processing
Definition at line 563 of file AliTrackletAODTask.C.
|
protectedvirtual |
Initialize the worker
Reimplemented in AliTrackletAODMCTask.
Definition at line 553 of file AliTrackletAODTask.C.
Referenced by UserCreateOutputObjects(), and AliTrackletAODMCTask::WorkerInit().
|
protected |
Shift in \(\Delta\phi\)
Definition at line 343 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetDPhiShift().
|
protected |
Window in \( \Delta\phi \)
Definition at line 347 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetDPhiWindow().
|
protected |
Window in \( \Delta\theta \)
Definition at line 345 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetDThetaWindow().
|
protected |
Whether to remove clusters corresponding to strange primary parents
Definition at line 355 of file AliTrackletAODTask.C.
Referenced by AliTrackletAODMCTask::CleanClusters(), AliTrackletAODMCTask::FilterClusters(), InitBranch(), Print(), and SetFilterStrange().
|
protected |
Maximum \(\Delta\) to consider
Definition at line 341 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetMaxDelta().
|
protected |
Overlap cut in \(\phi\) plane
Definition at line 349 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetPhiOverlapCut().
|
protected |
Pointer to current reconstruction object
Definition at line 353 of file AliTrackletAODTask.C.
Referenced by AliTrackletAODMCTask::ProcessTracklet(), and Reconstruct().
|
protected |
Whether we should scale \( \Delta\theta\) by \(\sin^{-2}(\theta)\)
Definition at line 339 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetScaleDTheta().
|
protected |
Fraction of K^0_S clusters removed
Definition at line 357 of file AliTrackletAODTask.C.
Referenced by AliTrackletAODMCTask::FilterClusters(), AliTrackletAODMCTask::FilterClustersRandom(), AliTrackletAODMCTask::FilterClustersTrack(), and InitBranch().
|
protected |
Container of tracklets
Definition at line 335 of file AliTrackletAODTask.C.
Referenced by InitBranch(), MakeTracklet(), AliTrackletAODMCTask::MakeTracklet(), and UserExec().
|
protected |
Overlap cut in \( z,\eta\) plane
Definition at line 351 of file AliTrackletAODTask.C.
Referenced by Print(), Reconstruct(), and SetZEtaOverlapCut().