AliPhysics  a60a912 (a60a912)
CentralAODConfig.C
Go to the documentation of this file.
1 
22 void
24 {
25 
26  // --- Set options on task -----------------------------------------
27  // Whether to do correction for secondaries
28  task->SetUseSecondary(true);
29  // Whether to do correction for acceptance - deprecated
30  // The tasks stores the per-event phi acceptance in the overflow bin
31  // and the eta coverage in the underflow bin. Use these to correct the
32  // data for acceptance.
33  task->SetUseAcceptance(false);
34  // Whether to make diagnostics or not - off by default
35  // task->SetMakeDiagnostics(true);
36 
37  // --- Event inspector ---------------------------------------------
38  // Set the number of SPD tracklets for which we consider the event a
39  // low flux event
40  task->GetEventInspector().SetLowFluxCut(1000);
41  // Set the maximum error on v_z [cm]
42  task->GetEventInspector().SetMaxVzErr(0.2);
43  // Least number of constributors to 2nd pile-up vertex
45  // Least distance from primary to 2nd pile-up vertex (cm)
47  // V0-AND triggered events flagged as NSD
48  // task->GetEventInspector().SetUseV0AndForNSD(false);
49  // Use primary vertex selection from 1st physics WG
50  // task->GetEventInspector().SetUseFirstPhysicsVtx(true);
51  // Use satellite collisions
52  // task->GetEventInspector().SetUseDisplacedVertices(true);
53  // task->GetEventInspector().SetDebug(4);
54 }
55 
56 //
57 // EOF
58 //
void SetMinPileupContributors(UShort_t nContrib=3)
void CentralAODConfig(AliCentralMultiplicityTask *task)
virtual void SetUseAcceptance(Bool_t use)
void SetMaxVzErr(Double_t c=0.1)
virtual void SetUseSecondary(Bool_t use)
void SetMinPileupDistance(Double_t cm=0.8)
AliFMDEventInspector & GetEventInspector()