![]() |
AliPhysics
648edd6 (648edd6)
|
#include <AliFMDEventInspector.h>
Public Types | |
enum | ECodes { kOk = 0, kNoEvent = 0x1, kNoTriggers = 0x2, kNoSPD = 0x4, kNoFMD = 0x8, kNoVertex = 0x10, kBadVertex = 0x20 } |
enum | ETrgBins { kInel, kInelGt0, kNSD, kV0AND, kEmpty, kA, kB, kC, kE, kPileUp, kMCNSD, kSatellite, kSpdOutlier, kOffline } |
enum | EVtxType { kNormal, kpA2012, kpA2013, kPWGUD, kDisplaced } |
enum | EPileupType { kSPD = 0x1, kTracks = 0x2, kOutOfBunch = 0x4, kSPDBins = 0x8 } |
enum | ECentMethod { kV0Multiplicity, kV0Amplitude, kV0Charge, kFMDRough, kNTracks, kLTracks, kCL0, kCL1, kCND, kNParticles, kNeutrons, kV0vsFMD, kV0vsNTracks, kZEMvsZDC, kDefaultCent } |
enum | ECollisionSystem { kUnknown, kPP, kPbPb } |
enum | EVtxStatus { kVtxOK = 1, kNoVtx, kNoSPDVtx, kFewContrib, kUncertain, kNotVtxZ } |
enum | ETrgStatus { kNoTrgWords =1, kPP2760Fast, kMUON, kTriggered, kMinBias, kMinBiasNoSPD, kV0AndTrg, kMinBiasAD, kHighMult, kCentral, kSemiCentral, kDiffractive, kADOr, kADAnd, kUser, kOther } |
Static Public Member Functions | |
static const char * | CodeString (UInt_t mask) |
Static Public Attributes | |
static const char * | fgkFolderName = "fmdEventInspector" |
Protected Member Functions | |
AliFMDEventInspector (const AliFMDEventInspector &o) | |
AliFMDEventInspector & | operator= (const AliFMDEventInspector &) |
Bool_t | AllowDisplaced () const |
void | CacheConfiguredTriggerClasses (TList &cache, const TList *classes, AliOADBPhysicsSelection *o) |
Bool_t | ReadTriggers (const AliESDEvent &esd, UInt_t &triggers, UShort_t &nClusters) |
Bool_t | CheckpAExtraV0 (const AliESDEvent &esd) const |
virtual Bool_t | CheckFastPartition (bool fastonly) const |
virtual Bool_t | CheckINELGT0 (const AliESDEvent &esd, UShort_t &nClusters, UInt_t &triggers) const |
virtual Bool_t | CheckPileup (const AliESDEvent &esd, UInt_t &triggers) const |
virtual Bool_t | CheckMultiVertex (const AliESDEvent &esd, Bool_t checkOtherBC=false) const |
virtual Bool_t | CheckCosmics (const TString &trigStri) const |
virtual Bool_t | CheckEmpty (const TString &trigStr, UInt_t &triggers) const |
virtual Bool_t | CheckWords (const AliESDEvent &esd, UInt_t &triggers) const |
Bool_t | ReadVertex (const AliESDEvent &esd, TVector3 &ip) |
virtual EVtxStatus | CheckPWGUDVertex (const AliESDEvent &esd, TVector3 &ip) const |
virtual EVtxStatus | CheckpA2012Vertex (const AliESDEvent &esd, TVector3 &ip) const |
virtual EVtxStatus | CheckpA2013Vertex (const AliESDEvent &esd, TVector3 &ip) const |
virtual EVtxStatus | CheckVertex (const AliESDEvent &esd, TVector3 &ip) const |
virtual Bool_t | ReadCentrality (const AliESDEvent &esd, Double_t ¢, UShort_t &qual) const |
ClassDef (AliFMDEventInspector, 16) | |
This class inspects the event
Note, that these are added to the master output list
Definition at line 50 of file AliFMDEventInspector.h.
Centrality methods
Enumerator | |
---|---|
kV0Multiplicity | |
kV0Amplitude | |
kV0Charge | |
kFMDRough | |
kNTracks | |
kLTracks | |
kCL0 | |
kCL1 | |
kCND | |
kNParticles | |
kNeutrons | |
kV0vsFMD | |
kV0vsNTracks | |
kZEMvsZDC | |
kDefaultCent |
Definition at line 113 of file AliFMDEventInspector.h.
Return codes
Definition at line 56 of file AliFMDEventInspector.h.
Collision systems
Enumerator | |
---|---|
kUnknown | |
kPP | |
kPbPb |
Definition at line 134 of file AliFMDEventInspector.h.
Which kinds of pile-up to use
Enumerator | |
---|---|
kSPD | |
kTracks | |
kOutOfBunch | |
kSPDBins |
Definition at line 104 of file AliFMDEventInspector.h.
Trigger bins
Enumerator | |
---|---|
kInel | |
kInelGt0 | |
kNSD | |
kV0AND | |
kEmpty | |
kA | |
kB | |
kC | |
kE | |
kPileUp | |
kMCNSD | |
kSatellite | |
kSpdOutlier | |
kOffline |
Definition at line 75 of file AliFMDEventInspector.h.
Enumerator | |
---|---|
kNoTrgWords | |
kPP2760Fast | |
kMUON | |
kTriggered | |
kMinBias | |
kMinBiasNoSPD | |
kV0AndTrg | |
kMinBiasAD | |
kHighMult | |
kCentral | |
kSemiCentral | |
kDiffractive | |
kADOr | |
kADAnd | |
kUser | |
kOther |
Definition at line 147 of file AliFMDEventInspector.h.
Enumerator | |
---|---|
kVtxOK | |
kNoVtx | |
kNoSPDVtx | |
kFewContrib | |
kUncertain | |
kNotVtxZ |
Definition at line 139 of file AliFMDEventInspector.h.
Ways to determine the primary vertex
Enumerator | |
---|---|
kNormal | |
kpA2012 | |
kpA2013 | |
kPWGUD | |
kDisplaced |
Definition at line 94 of file AliFMDEventInspector.h.
AliFMDEventInspector::AliFMDEventInspector | ( | ) |
Constructor
Definition at line 89 of file AliFMDEventInspector.cxx.
AliFMDEventInspector::AliFMDEventInspector | ( | const char * | name | ) |
|
virtual |
Destructor
Definition at line 206 of file AliFMDEventInspector.cxx.
|
inlineprotected |
Copy constructor - not implemented
o | Object to copy from |
Definition at line 483 of file AliFMDEventInspector.h.
|
inlineprotected |
Definition at line 490 of file AliFMDEventInspector.h.
Referenced by IsUseDisplacedVertices(), Print(), Process(), AliFMDMCEventInspector::ProcessMC(), ReadCentrality(), ReadTriggers(), ReadVertex(), AliFMDMCEventInspector::SetupForData(), SetupForData(), and StoreInformation().
|
protected |
Cache the configure trigger classes from the physis selection.
cache | where to cache the trigger class. |
classes | List of configured classes. |
o | Object from OADB with config |
Definition at line 300 of file AliFMDEventInspector.cxx.
Referenced by SetupForData().
Check if we have a cosmic trigger. These should be filtered out.
trigStri | Trigger string |
Definition at line 1097 of file AliFMDEventInspector.cxx.
Referenced by ReadTriggers().
|
protectedvirtual |
Check if the trigger string corresponds to an empty event
trigStr | Trigger string |
triggers | Trigger mask to be filled |
Definition at line 1273 of file AliFMDEventInspector.cxx.
Referenced by ReadTriggers().
|
protectedvirtual |
Check, for the \(\sqrt{s}=2.76GeV\) pp run wether this event was in the fast partition, and if so, filter it out.
fastonly | Event was in fast-only partition |
Reimplemented in AliFMDMCEventInspector.
Definition at line 1080 of file AliFMDEventInspector.cxx.
Referenced by ReadTriggers().
|
protectedvirtual |
Check if we have an INEL>0 trigger
esd | Data |
nClusters | On return, number of clusters |
triggers | Trigger mask to be filled |
Definition at line 1110 of file AliFMDEventInspector.cxx.
Referenced by ReadTriggers().
|
protectedvirtual |
Check for multi-vertex pile-up
esd | ESD event |
checkOtherBC | Also check other BC's |
Definition at line 1200 of file AliFMDEventInspector.cxx.
Referenced by CheckPileup().
|
protectedvirtual |
Check the vertex. That is
esd | Data |
ip | On return, the coordinates of the IP |
Definition at line 1402 of file AliFMDEventInspector.cxx.
Referenced by ReadVertex().
|
protectedvirtual |
Check the vertex. That is
esd | Data |
ip | On return, the coordinates of the IP |
Definition at line 1423 of file AliFMDEventInspector.cxx.
Referenced by ReadVertex().
|
protected |
Possible extra check for p-Pb from 2012/13 - require V0AND.
esd | Event structure |
Definition at line 893 of file AliFMDEventInspector.cxx.
|
protectedvirtual |
Check if this is a pile-up event
esd | Data |
triggers | Trigger mask to be filled |
Definition at line 1150 of file AliFMDEventInspector.cxx.
Referenced by ReadTriggers().
|
protectedvirtual |
Check the vertex using the method used in PWG-UD. That is
esd | Data |
ip | On return, the coordinates of the IP |
Definition at line 1365 of file AliFMDEventInspector.cxx.
Referenced by ReadVertex().
|
protectedvirtual |
Check the vertex for pA 2012 settings. That is
esd | Data |
ip | On return, the coordinates of the IP |
Definition at line 1457 of file AliFMDEventInspector.cxx.
Referenced by ReadVertex().
|
protectedvirtual |
Check the trigger words to see if we have a B, A, C, or E event.
esd | Data |
triggers | Trigger mask to be filled |
Definition at line 1284 of file AliFMDEventInspector.cxx.
Referenced by ReadTriggers().
|
protected |
Return a string representing the return code
mask | Code |
Definition at line 1574 of file AliFMDEventInspector.cxx.
Referenced by AliForwardQATask::Event().
void AliFMDEventInspector::CreateOutputObjects | ( | TList * | dir | ) |
Define the output histograms. These are put in a sub list of the passed list. The histograms are merged before the parent task calls AliAnalysisTaskSE::Terminate
dir | Directory to add to |
Definition at line 728 of file AliFMDEventInspector.cxx.
Referenced by AliBaseESDTask::UserCreateOutputObjects().
Bool_t AliFMDEventInspector::FetchHistograms | ( | const TList * | d, |
TH1I *& | hEventsTr, | ||
TH1I *& | hEventsTrVtx, | ||
TH1I *& | hEventsAcc, | ||
TH1I *& | hTriggers | ||
) | const |
Fetch our histograms from the passed list
d | Input |
hEventsTr | On return, pointer to histogram, or null |
hEventsTrVtx | On return, pointer to histogram, or null |
hEventsAcc | On return, pointer to histogram, or null |
hTriggers | On return, pointer to histogram, or null |
Definition at line 261 of file AliFMDEventInspector.cxx.
Referenced by AliForwardQATask::Finalize(), and AliForwardMultiplicityBase::MakeSimpledNdeta().
|
inline |
Get the collision system (one of the value in ECollisionSystem)
Definition at line 388 of file AliFMDEventInspector.h.
Referenced by AliForwardMultiplicityTask::Event(), and AliForwardMCMultiplicityTask::Event().
|
inline |
Get the center of mass energy (per nucleon pair) in GeV
Definition at line 394 of file AliFMDEventInspector.h.
Referenced by AliForwardMultiplicityTask::Event(), and AliForwardMCMultiplicityTask::Event().
|
inline |
Get the magnetic field setting of the L3 magnet in kilo Gauss.
Definition at line 400 of file AliFMDEventInspector.h.
|
inline |
Get the production period.
Definition at line 425 of file AliFMDEventInspector.h.
|
inline |
Get the AliROOT revision used for this production
Definition at line 431 of file AliFMDEventInspector.h.
|
inline |
Get the production year.
Definition at line 415 of file AliFMDEventInspector.h.
|
inline |
Get the current run number
Definition at line 406 of file AliFMDEventInspector.h.
|
inline |
Definition at line 357 of file AliFMDEventInspector.h.
Referenced by AliForwardQATask::IsMC().
|
inline |
Check if the production was an MC production anchored in some real data.
Definition at line 438 of file AliFMDEventInspector.h.
|
inline |
Definition at line 289 of file AliFMDEventInspector.h.
|
inlineprotected |
Assignement operator - not implemented
Definition at line 489 of file AliFMDEventInspector.h.
Referenced by AliFMDMCEventInspector::operator=().
void AliFMDEventInspector::Print | ( | Option_t * | option = "" | ) | const |
Print information
option | Not used |
Definition at line 1600 of file AliFMDEventInspector.cxx.
Referenced by AliBaseESDTask::Print().
UInt_t AliFMDEventInspector::Process | ( | const AliESDEvent * | event, |
UInt_t & | triggers, | ||
Bool_t & | lowFlux, | ||
UShort_t & | ivz, | ||
TVector3 & | ip, | ||
Double_t & | cent, | ||
UShort_t & | nClusters | ||
) |
Process the event
event | Input event |
triggers | On return, the triggers fired |
lowFlux | On return, true if the event is considered a low-flux event (according to the setting of fLowFluxCut) |
ivz | On return, the found vertex bin (1-based). A zero means outside of the defined vertex range |
ip | On return, coordinates of interaction point |
cent | On return, the centrality (in percent) or < 0 if not found |
nClusters | On return, number of SPD clusters in \( |\eta|<1\) |
Definition at line 746 of file AliFMDEventInspector.cxx.
Referenced by AliBaseMCCorrectionsTask::Event(), AliForwardMultiplicityTask::Event(), AliForwardMCMultiplicityTask::Event(), AliCentralMCMultiplicityTask::Event(), AliCentralMultiplicityTask::Event(), AliFMDEnergyFitterTask::Event(), AliForwardQATask::Event(), AliFMDMCTrackInspectorTask::Event(), AliFMDMCHitEnergyFitterTask::Event(), and ELossTimeTask::Event().
|
protectedvirtual |
Read centrality from event
esd | Event |
cent | On return, the centrality or negative if not found |
qual | On return, centrality quality flag |
Reimplemented in AliFMDMCEventInspector.
Definition at line 862 of file AliFMDEventInspector.cxx.
Referenced by Process(), and AliFMDMCEventInspector::ReadCentrality().
Bool_t AliFMDEventInspector::ReadRunDetails | ( | const AliESDEvent * | esd | ) |
Read the collision system, collision energy, and L3 field setting from the ESD
esd | ESD to get information from |
Definition at line 1508 of file AliFMDEventInspector.cxx.
Referenced by AliBaseESDTask::GetESDEvent().
|
protected |
Read the trigger information from the ESD event
esd | ESD event |
triggers | On return, contains the trigger bits |
nClusters | On return, number of SPD clusters in \( |\eta|<1\) |
true
on success, false
otherwise Definition at line 905 of file AliFMDEventInspector.cxx.
Referenced by Process().
|
protected |
Read the vertex information from the ESD event
esd | ESD event |
ip | On return, the coordinates of the IP |
true
on success, false
otherwise Definition at line 1329 of file AliFMDEventInspector.cxx.
Referenced by Process().
|
inline |
Set the centrality method to use. Possible values are
m |
Definition at line 326 of file AliFMDEventInspector.h.
Referenced by ForwardAODConfig(), ReadRunDetails(), and TunedConfig().
void AliFMDEventInspector::SetCentralityMethod | ( | ECentMethod | m | ) |
Set the centrality method
m | Method identifier |
Definition at line 217 of file AliFMDEventInspector.cxx.
|
inline |
Set the debug level. The higher the value the more output
dbg | Debug level |
Definition at line 347 of file AliFMDEventInspector.h.
Referenced by AliBaseESDTask::SetDebug().
|
inline |
Set the number of SPD tracklets for which we consider the event a low-flux event or not .
c | Cut (default 1000) |
Definition at line 227 of file AliFMDEventInspector.h.
Referenced by AddTaskFMDMCHit(), AddTaskFMDMCTracks(), AddTaskForwardQA(), CentralAODConfig(), elossFitConfig(), ForwardAODConfig(), and TunedConfig().
void AliFMDEventInspector::SetMaxCentrality | ( | Double_t | maxcent = -1.0 | ) |
Set the upper centrality cut - if negative, do not use
maxcent | Upper cut on centrality |
Definition at line 250 of file AliFMDEventInspector.cxx.
|
inline |
Set the maximum error on \( v_z\)
c | Maximum error (in centimeters) |
Definition at line 233 of file AliFMDEventInspector.h.
Referenced by AddTaskFMDMCHit(), AddTaskFMDMCTracks(), AddTaskForwardQA(), CentralAODConfig(), elossFitConfig(), ForwardAODConfig(), and TunedConfig().
|
inline |
Set whether this is MC or not. Needed by energy loss fitter task that never instantices AliFMDMCEventInspector. In particular, we need this to make sure we ignore the FAST partition flag in MC for 2.76TeV pp.
isMC | If true, assume MC input |
Definition at line 356 of file AliFMDEventInspector.h.
Referenced by AliBaseESDTask::GetESDEvent().
void AliFMDEventInspector::SetMinCentrality | ( | Double_t | mincent = -1.0 | ) |
Set the lower centrality cut - if negative, do not use
mincent | Lower cut on centrality |
Definition at line 240 of file AliFMDEventInspector.cxx.
|
inline |
Set the minimum number of contributors for a 2nd pile-up vertex
nContrib | Least number of contributors |
Definition at line 268 of file AliFMDEventInspector.h.
Referenced by CentralAODConfig(), ForwardAODConfig(), and TunedConfig().
|
inline |
Set minimum distance from primary vertex to 2nd pile-up vertex
cm | Distance (in centimeters) |
Definition at line 277 of file AliFMDEventInspector.h.
Referenced by CentralAODConfig(), ForwardAODConfig(), and TunedConfig().
|
inline |
Use the first physics vtx code.
use | Use it or not |
Definition at line 254 of file AliFMDEventInspector.h.
|
inline |
Pile-up flags. A bit mask of EPileupType
flags | A bit mask of EPileupType |
Definition at line 341 of file AliFMDEventInspector.h.
Referenced by elossFitConfig(), ForwardAODConfig(), and TunedConfig().
|
virtual |
Initialize the object
vtxAxis | Vertex axis in use |
Reimplemented in AliFMDMCEventInspector.
Definition at line 362 of file AliFMDEventInspector.cxx.
Referenced by AliBaseESDTask::GetESDEvent(), and AliFMDMCEventInspector::SetupForData().
|
inline |
Enable selection of displaced vertices.
use | whether to use |
Definition at line 287 of file AliFMDEventInspector.h.
|
inline |
Use the first physics vtx code.
use | Use it or not |
Definition at line 246 of file AliFMDEventInspector.h.
Referenced by AddTaskForwardQA().
|
inline |
Use the 2012 pA vtx code.
use | Use it or not |
Definition at line 262 of file AliFMDEventInspector.h.
Referenced by ForwardAODConfig(), and TunedConfig().
|
inline |
Set the vertex method to use
t | Method |
Definition at line 239 of file AliFMDEventInspector.h.
Referenced by ForwardAODConfig(), AliBaseESDTask::SetIPzMethod(), SetpA2012Vtx(), AliFMDMCEventInspector::SetupForData(), SetUseDisplacedVertices(), SetUseFirstPhysicsVtx(), and TunedConfig().
|
virtual |
Store information about running conditions in output list
3 TNamed objects are defined. The names are fixed, but the title is a string representation of the information, and the unique ID contains the identifier
Definition at line 643 of file AliFMDEventInspector.cxx.
Referenced by ReadRunDetails().
|
virtual |
Store - if possible - production information in a sub-list
Definition at line 673 of file AliFMDEventInspector.cxx.
Referenced by ReadRunDetails().
|
protected |
Configured collision words.
Definition at line 694 of file AliFMDEventInspector.h.
Referenced by CheckWords(), and SetupForData().
|
protected |
Definition at line 683 of file AliFMDEventInspector.h.
Referenced by Print(), AliFMDMCEventInspector::SetupForData(), and SetupForData().
|
protected |
Configured background words.
Definition at line 695 of file AliFMDEventInspector.h.
Referenced by Print(), AliFMDMCEventInspector::ReadCentrality(), ReadRunDetails(), and SetCentralityMethod().
|
protected |
Definition at line 681 of file AliFMDEventInspector.h.
Referenced by CheckFastPartition(), CheckpAExtraV0(), GetCollisionSystem(), Print(), ReadRunDetails(), and StoreInformation().
|
protected |
Definition at line 693 of file AliFMDEventInspector.h.
Referenced by CheckWords(), and SetupForData().
|
protected |
Definition at line 682 of file AliFMDEventInspector.h.
Referenced by AliFMDEventInspector(), CacheConfiguredTriggerClasses(), CheckCosmics(), CheckPWGUDVertex(), CheckVertex(), CheckWords(), CreateOutputObjects(), FetchHistograms(), Process(), AliFMDMCEventInspector::ProcessMC(), ReadCentrality(), ReadRunDetails(), ReadTriggers(), ReadVertex(), SetDebug(), SetupForData(), StoreInformation(), and ~AliFMDEventInspector().
|
protected |
Definition at line 692 of file AliFMDEventInspector.h.
Referenced by Process(), AliFMDMCEventInspector::ProcessMC(), ReadCentrality(), ReadTriggers(), ReadVertex(), AliFMDMCEventInspector::SetupForData(), and SetupForData().
|
protected |
Histogram container.
Definition at line 679 of file AliFMDEventInspector.h.
Referenced by CheckFastPartition(), GetEnergy(), AliFMDMCEventInspector::IsSingleDiffractive(), Print(), ReadRunDetails(), and StoreInformation().
|
protected |
Definition at line 680 of file AliFMDEventInspector.h.
Referenced by GetField(), Print(), ReadRunDetails(), and StoreInformation().
|
static |
Folder name
Definition at line 168 of file AliFMDEventInspector.h.
|
protected |
Trigger words.
Definition at line 670 of file AliFMDEventInspector.h.
Referenced by Process(), AliFMDMCEventInspector::SetupForData(), and SetupForData().
|
protected |
Centrality.
Definition at line 671 of file AliFMDEventInspector.h.
Referenced by Process(), and SetupForData().
|
protected |
Events w/trigger and vertex.
Definition at line 665 of file AliFMDEventInspector.h.
Referenced by Process(), and SetupForData().
|
protected |
Events w/trigger and vertex in range.
Definition at line 666 of file AliFMDEventInspector.h.
Referenced by Process(), and SetupForData().
|
protected |
Definition at line 663 of file AliFMDEventInspector.h.
Referenced by Process(), AliFMDMCEventInspector::ProcessMC(), and SetupForData().
|
protected |
Histogram of events w/trigger.
Definition at line 664 of file AliFMDEventInspector.h.
Referenced by Process(), and SetupForData().
|
protected |
Trigger processing status.
Definition at line 675 of file AliFMDEventInspector.h.
Referenced by CheckPileup(), and SetupForData().
|
protected |
Centrality vs quality.
Definition at line 672 of file AliFMDEventInspector.h.
Referenced by Process(), and SetupForData().
|
protected |
Vertex processing status.
Definition at line 674 of file AliFMDEventInspector.h.
Referenced by ReadTriggers(), and SetupForData().
|
protected |
XY vtx with trigger and Z vertex in range.
Definition at line 667 of file AliFMDEventInspector.h.
Referenced by Process(), AliFMDMCEventInspector::ProcessMC(), ReadTriggers(), and SetupForData().
|
protected |
Triggers.
Definition at line 668 of file AliFMDEventInspector.h.
Referenced by Process(), and SetupForData().
|
protected |
Event processing status.
Definition at line 673 of file AliFMDEventInspector.h.
Referenced by ReadVertex(), and SetupForData().
|
protected |
Type (low/high flux) of event.
Definition at line 669 of file AliFMDEventInspector.h.
Referenced by CheckWords(), and SetupForData().
|
protected |
Definition at line 678 of file AliFMDEventInspector.h.
Referenced by CreateOutputObjects(), ReadRunDetails(), AliFMDMCEventInspector::SetupForData(), SetupForData(), StoreInformation(), and StoreProduction().
|
protected |
Pile-up status.
Definition at line 676 of file AliFMDEventInspector.h.
Referenced by Print(), Process(), SetLowFluxCut(), SetupForData(), and StoreInformation().
|
protected |
Definition at line 697 of file AliFMDEventInspector.h.
Referenced by Process(), SetMaxCentrality(), and SetupForData().
|
protected |
Definition at line 677 of file AliFMDEventInspector.h.
Referenced by CheckPWGUDVertex(), CheckVertex(), Print(), SetMaxVzErr(), and SetupForData().
|
protected |
Definition at line 700 of file AliFMDEventInspector.h.
Referenced by AliFMDMCEventInspector::AliFMDMCEventInspector(), CheckFastPartition(), IsMC(), Print(), SetMC(), and StoreInformation().
|
protected |
Definition at line 696 of file AliFMDEventInspector.h.
Referenced by Process(), SetMinCentrality(), and SetupForData().
|
protected |
Definition at line 689 of file AliFMDEventInspector.h.
Referenced by CheckMultiVertex(), CheckPileup(), Print(), SetMinPileupContributors(), and StoreInformation().
|
protected |
Definition at line 690 of file AliFMDEventInspector.h.
Referenced by CheckMultiVertex(), CheckPileup(), Print(), SetMinPileupDistance(), and StoreInformation().
|
protected |
Definition at line 688 of file AliFMDEventInspector.h.
Referenced by CheckPileup(), Print(), SetPileupFlags(), and StoreInformation().
|
protected |
Definition at line 702 of file AliFMDEventInspector.h.
Referenced by GetProductionPeriod(), Print(), and StoreProduction().
|
protected |
Definition at line 705 of file AliFMDEventInspector.h.
Referenced by IsProductionMC(), Print(), and StoreProduction().
|
protected |
Definition at line 703 of file AliFMDEventInspector.h.
Referenced by StoreProduction().
|
protected |
Definition at line 704 of file AliFMDEventInspector.h.
Referenced by GetProductionRevision(), Print(), and StoreProduction().
|
protected |
Definition at line 701 of file AliFMDEventInspector.h.
Referenced by GetProductionYear(), Print(), and StoreProduction().
|
protected |
Definition at line 699 of file AliFMDEventInspector.h.
Referenced by GetRunNumber(), ReadRunDetails(), and StoreInformation().
|
protected |
Definition at line 687 of file AliFMDEventInspector.h.
Referenced by ReadTriggers(), SetUseV0AndForNSD(), and StoreInformation().
|
protected |
Definition at line 684 of file AliFMDEventInspector.h.
Referenced by Print(), Process(), AliFMDMCEventInspector::ProcessMC(), and SetupForData().
|
protected |
Definition at line 685 of file AliFMDEventInspector.h.
Referenced by AllowDisplaced(), Print(), ReadVertex(), SetVertexMethod(), and StoreInformation().