![]() |
AliPhysics
3f43add (3f43add)
|
EMCAL trigger patch maker. More...
#include <AliEmcalTriggerMaker.h>
Public Types | |
enum | TriggerMakerTriggerType_t { kTMEMCalJet = 0, kTMEMCalGamma = 1, kTMEMCalLevel0 = 2, kTMEMCalRecalcJet = 3, kTMEMCalRecalcGamma = 4 } |
Definition of different trigger patch types. More... | |
enum | TriggerMakerBits_t { kMainTriggerBitNum = 15, kRecalcOffset = 16, kOfflineOffset = 24 } |
enum | TriggerMakerBitConfig_t { kOldConfig = 0, kNewConfig = 1 } |
![]() | |
enum | BeamType { kNA = -1, kpp = 0, kAA = 1, kpA = 2 } |
Switch for the beam type. More... | |
enum | TriggerType { kND = -1, kJ1 = 0, kJ2 = 1, kG1 = 2, kG2 = 3, kL0 = 4 } |
Switch for EMCAL trigger types. More... | |
enum | TriggerCategory { kTriggerLevel0 = 0, kTriggerLevel1Jet = 1, kTriggerLevel1Gamma = 2, kTriggerRecalcJet = 3, kTriggerRecalcGamma = 4 } |
Online trigger categories. More... | |
enum | EMCalTriggerMode_t { kNoSpecialTreatment, kOverlapWithLowThreshold } |
Handling of the EMCAL trigger thresholds. More... | |
Public Member Functions | |
AliEmcalTriggerMaker () | |
AliEmcalTriggerMaker (const char *name, Bool_t doQA=kFALSE) | |
virtual | ~AliEmcalTriggerMaker () |
void | SetRunQA (Bool_t doQA=kTRUE) |
void | SetCaloTriggersOutName (const char *name) |
void | SetCaloTriggerSetupOutName (const char *name) |
void | SetTriggerThresholdJetLow (Int_t a, Int_t b, Int_t c) |
void | SetTriggerThresholdJetHigh (Int_t a, Int_t b, Int_t c) |
void | SetTriggerThresholdGammaLow (Int_t a, Int_t b, Int_t c) |
void | SetTriggerThresholdGammaHigh (Int_t a, Int_t b, Int_t c) |
void | SetDebugLevel (Int_t debugLevel) |
void | SetV0InName (const char *name) |
void | AddHotFastor (int col, int row) |
void | SetRunTriggerType (TriggerMakerTriggerType_t type, Bool_t doTrigger=kTRUE) |
void | SetUseTriggerBitConfig (TriggerMakerBitConfig_t bitConfig) |
void | SetTriggerBitConfig (const AliEMCALTriggerBitConfig *conf) |
void | SetRejectOffAcceptancePatches (Bool_t doReject=kTRUE) |
Bool_t | IsEJE (Int_t tBits) const |
Bool_t | IsEGA (Int_t tBits) const |
Bool_t | IsLevel0 (Int_t tBits) const |
![]() | |
AliAnalysisTaskEmcal () | |
AliAnalysisTaskEmcal (const char *name, Bool_t histo=kFALSE) | |
virtual | ~AliAnalysisTaskEmcal () |
AliParticleContainer * | AddParticleContainer (const char *n) |
AliTrackContainer * | AddTrackContainer (const char *n) |
AliMCParticleContainer * | AddMCParticleContainer (const char *n) |
AliClusterContainer * | AddClusterContainer (const char *n) |
void | AdoptParticleContainer (AliParticleContainer *cont) |
void | AdoptTrackContainer (AliTrackContainer *cont) |
void | AdoptMCParticleContainer (AliMCParticleContainer *cont) |
void | AdoptClusterContainer (AliClusterContainer *cont) |
AliParticleContainer * | GetParticleContainer (Int_t i=0) const |
AliParticleContainer * | GetParticleContainer (const char *name) const |
AliClusterContainer * | GetClusterContainer (Int_t i=0) const |
AliClusterContainer * | GetClusterContainer (const char *name) const |
AliMCParticleContainer * | GetMCParticleContainer (Int_t i=0) const |
AliMCParticleContainer * | GetMCParticleContainer (const char *name) const |
AliTrackContainer * | GetTrackContainer (Int_t i=0) const |
AliTrackContainer * | GetTrackContainer (const char *name) const |
void | RemoveParticleContainer (Int_t i=0) |
void | RemoveClusterContainer (Int_t i=0) |
void | SetCaloCellsName (const char *n) |
void | SetCaloTriggerPatchInfoName (const char *n) |
void | SetCaloTriggersName (const char *n) |
void | SetCentRange (Double_t min, Double_t max) |
void | SetCentralityEstimator (const char *c) |
void | SetClusPtCut (Double_t cut, Int_t c=0) |
void | SetClusTimeCut (Double_t min, Double_t max, Int_t c=0) |
void | SetEventPlaneVsEmcal (Double_t ep) |
void | SetForceBeamType (BeamType f) |
void | SetHistoBins (Int_t nbins, Double_t min, Double_t max) |
void | SetIsEmbedded (Bool_t i) |
void | SetIsPythia (Bool_t i) |
void | SetMakeGeneralHistograms (Bool_t g) |
void | SetMCLabelShift (Int_t s) |
void | SetMinMCLabel (Int_t s) |
void | SetMinNTrack (Int_t min) |
void | SetZvertexDiffValue (Double_t cut) |
void | SetMinPtTrackInEmcal (Double_t min) |
virtual void | SetNCentBins (Int_t n) |
void | SetNeedEmcalGeom (Bool_t n) |
void | SetOffTrigger (UInt_t t) |
void | SetTrackEtaLimits (Double_t min, Double_t max, Int_t c=0) |
void | SetTrackPhiLimits (Double_t min, Double_t max, Int_t c=0) |
void | SetTrackPtCut (Double_t cut, Int_t c=0) |
void | SetTrigClass (const char *n) |
void | SetTriggerTypeSel (TriggerType t) |
void | SetUseAliAnaUtils (Bool_t b, Bool_t bRejPilup=kTRUE) |
void | SetVzRange (Double_t min, Double_t max) |
void | SetUseSPDTrackletVsClusterBG (Bool_t b) |
void | SetEMCalTriggerMode (EMCalTriggerMode_t m) |
void | SetUseNewCentralityEstimation (Bool_t b) |
void | SetGeneratePythiaInfoObject (Bool_t b) |
void | SetPythiaInfoName (const char *n) |
const TString & | GetPythiaInfoName () const |
const AliEmcalPythiaInfo * | GetPythiaInfo () const |
void | SetUsePtHardBinScaling (Bool_t b) |
void | SetMCFilter () |
void | ResetMCFilter () |
void | SetJetPtFactor (Float_t f) |
Float_t | JetPtFactor () |
void | SetClusterPtFactor (Float_t f) |
Float_t | ClusterPtFactor () |
void | SetTrackPtFactor (Float_t f) |
Float_t | TrackPtFactor () |
Protected Member Functions | |
void | UserCreateOutputObjects () |
void | ExecOnce () |
Bool_t | Run () |
void | RunSimpleOfflineTrigger () |
Bool_t | NextTrigger (Bool_t &isOfflineSimple) |
AliEMCALTriggerPatchInfo * | ProcessPatch (TriggerMakerTriggerType_t type, Bool_t isOfflineSimple) |
Bool_t | CheckForL0 (const AliVCaloTrigger &trg) const |
![]() | |
void | LoadPythiaInfo (AliVEvent *event) |
void | SetRejectionReasonLabels (TAxis *axis) |
Bool_t | AcceptCluster (AliVCluster *clus, Int_t c=0) const |
Bool_t | AcceptTrack (AliVParticle *track, Int_t c=0) const |
void | AddObjectToEvent (TObject *obj, Bool_t attempt=kFALSE) |
AliVParticle * | GetAcceptParticleFromArray (Int_t p, Int_t c=0) const |
AliVCluster * | GetAcceptClusterFromArray (Int_t cl, Int_t c=0) const |
TClonesArray * | GetArrayFromEvent (const char *name, const char *clname=0) |
BeamType | GetBeamType () |
TClonesArray * | GetParticleArray (Int_t i=0) const |
TClonesArray * | GetClusterArray (Int_t i=0) const |
Int_t | GetNParticles (Int_t i=0) const |
Int_t | GetNClusters (Int_t i=0) const |
AliEMCALTriggerPatchInfo * | GetMainTriggerPatch (TriggerCategory triggersel=kTriggerLevel1Jet, Bool_t doOfflinSimple=kFALSE) |
Bool_t | HasTriggerType (TriggerType triggersel) |
ULong_t | GetTriggerList () |
Bool_t | PythiaInfoFromFile (const char *currFile, Float_t &fXsec, Float_t &fTrials, Int_t &pthard) |
Bool_t | IsTrackInEmcalAcceptance (AliVParticle *part, Double_t edges=0.9) const |
void | GeneratePythiaInfoObject (AliMCEvent *mcEvent) |
Bool_t | CheckMCOutliers () |
void | UserCreateOutputObjects () |
void | UserExec (Option_t *option) |
Bool_t | UserNotify () |
virtual Bool_t | FillGeneralHistograms () |
virtual Bool_t | IsEventSelected () |
virtual Bool_t | RetrieveEventObjects () |
virtual void | RunChanged () |
virtual Bool_t | FillHistograms () |
Protected Attributes | |
AliEMCALTriggerChannelContainer | fBadChannels |
Container of bad channels. More... | |
TString | fCaloTriggersOutName |
name of output track array More... | |
TString | fCaloTriggerSetupOutName |
name of output track array More... | |
TString | fV0InName |
name of output track array More... | |
TriggerMakerBitConfig_t | fUseTriggerBitConfig |
type of trigger config More... | |
Int_t | fThresholdConstants [4][3] |
simple offline trigger thresholds constants More... | |
const AliEMCALTriggerBitConfig * | fTriggerBitConfig |
Trigger bit configuration, aliroot-dependent. More... | |
TClonesArray * | fCaloTriggersOut |
! trigger array out More... | |
AliEmcalTriggerSetupInfo * | fCaloTriggerSetupOut |
! trigger setup More... | |
AliAODCaloTrigger * | fSimpleOfflineTriggers |
! simple offline trigger More... | |
AliVVZERO * | fV0 |
! V0 object More... | |
AliEMCALTriggerDataGrid< float > * | fPatchAmplitudes |
! TRU Amplitudes (for L0) More... | |
AliEMCALTriggerDataGrid< double > * | fPatchADCSimple |
! patch map for simple offline trigger More... | |
AliEMCALTriggerDataGrid< int > * | fPatchADC |
! ADC values map More... | |
AliEMCALTriggerDataGrid< char > * | fLevel0TimeMap |
! Map needed to store the level0 times More... | |
Int_t | fITrigger |
! trigger counter More... | |
Bool_t | fRunTriggerType [5] |
Run patch maker for a given trigger type. More... | |
Bool_t | fDoQA |
Fill QA histograms. More... | |
Bool_t | fRejectOffAcceptancePatches |
Switch for rejection of patches outside the acceptance. More... | |
THistManager * | fQAHistos |
! Histograms for QA More... | |
Int_t | fDebugLevel |
Debug lebel;. More... | |
![]() | |
TString | fPythiaInfoName |
name of pythia info object More... | |
BeamType | fForceBeamType |
forced beam type More... | |
Bool_t | fGeneralHistograms |
whether or not it should fill some general histograms More... | |
Bool_t | fInitialized |
whether or not the task has been already initialized More... | |
Bool_t | fCreateHisto |
whether or not create histograms More... | |
TString | fCaloCellsName |
name of calo cell collection More... | |
TString | fCaloTriggersName |
name of calo triggers collection More... | |
TString | fCaloTriggerPatchInfoName |
trigger patch info array name More... | |
Double_t | fMinCent |
min centrality for event selection More... | |
Double_t | fMaxCent |
max centrality for event selection More... | |
Double_t | fMinVz |
min vertex for event selection More... | |
Double_t | fMaxVz |
max vertex for event selection More... | |
Double_t | fTrackPtCut |
cut on track pt in event selection More... | |
Int_t | fMinNTrack |
minimum nr of tracks in event with pT>fTrackPtCut More... | |
Double_t | fZvertexDiff |
upper limit for distance between primary and SPD vertex More... | |
Bool_t | fUseAliAnaUtils |
used for LHC13* data: z-vtx, Ncontributors, z-vtx resolution cuts More... | |
Bool_t | fRejectPileup |
Reject pilup using function AliAnalysisUtils::IsPileUpEvent() More... | |
Bool_t | fTklVsClusSPDCut |
Apply tracklet-vs-cluster SPD cut to reject background events in pp. More... | |
UInt_t | fOffTrigger |
offline trigger for event selection More... | |
TString | fTrigClass |
trigger class name for event selection More... | |
TriggerType | fTriggerTypeSel |
trigger type to select based on trigger patches More... | |
Int_t | fNbins |
no. of pt bins More... | |
Double_t | fMinBinPt |
min pt in histograms More... | |
Double_t | fMaxBinPt |
max pt in histograms More... | |
Double_t | fMinPtTrackInEmcal |
min pt track in emcal More... | |
Double_t | fEventPlaneVsEmcal |
select events which have a certain event plane wrt the emcal More... | |
Double_t | fMinEventPlane |
minimum event plane value More... | |
Double_t | fMaxEventPlane |
maximum event plane value More... | |
TString | fCentEst |
name of V0 centrality estimator More... | |
Bool_t | fIsEmbedded |
trigger, embedded signal More... | |
Bool_t | fIsPythia |
trigger, if it is a PYTHIA production More... | |
Int_t | fSelectPtHardBin |
select one pt hard bin for analysis More... | |
Int_t | fMinMCLabel |
minimum MC label value for the tracks/clusters being considered MC particles More... | |
Int_t | fMCLabelShift |
if MC label > fMCLabelShift, MC label -= fMCLabelShift More... | |
Int_t | fNcentBins |
how many centrality bins More... | |
Bool_t | fNeedEmcalGeom |
whether or not the task needs the emcal geometry More... | |
TObjArray | fParticleCollArray |
particle/track collection array More... | |
TObjArray | fClusterCollArray |
cluster collection array More... | |
ULong_t | fTriggers |
list of fired triggers More... | |
EMCalTriggerMode_t | fEMCalTriggerMode |
EMCal trigger selection mode. More... | |
Bool_t | fUseNewCentralityEstimation |
Use new centrality estimation (for 2015 data) More... | |
Bool_t | fGeneratePythiaInfoObject |
Generate Pythia info object. More... | |
Bool_t | fUsePtHardBinScaling |
Use pt hard bin scaling in merging. More... | |
Bool_t | fMCRejectFilter |
enable the filtering of events by tail rejection More... | |
Float_t | fPtHardAndJetPtFactor |
Factor between ptHard and jet pT to reject/accept event. More... | |
Float_t | fPtHardAndClusterPtFactor |
Factor between ptHard and cluster pT to reject/accept event. More... | |
Float_t | fPtHardAndTrackPtFactor |
Factor between ptHard and track pT to reject/accept event. More... | |
Int_t | fRunNumber |
!run number (triggering RunChanged() More... | |
AliAnalysisUtils * | fAliAnalysisUtils |
!vertex selection (optional) More... | |
Bool_t | fIsEsd |
!whether it's an ESD analysis More... | |
AliEMCALGeometry * | fGeom |
!emcal geometry More... | |
TClonesArray * | fTracks |
!tracks More... | |
TClonesArray * | fCaloClusters |
!clusters More... | |
AliVCaloCells * | fCaloCells |
!cells More... | |
AliVCaloTrigger * | fCaloTriggers |
!calo triggers More... | |
TClonesArray * | fTriggerPatchInfo |
!trigger patch info array More... | |
Double_t | fCent |
!event centrality More... | |
Int_t | fCentBin |
!event centrality bin More... | |
Double_t | fEPV0 |
!event plane V0 More... | |
Double_t | fEPV0A |
!event plane V0A More... | |
Double_t | fEPV0C |
!event plane V0C More... | |
Double_t | fVertex [3] |
!event vertex More... | |
Double_t | fVertexSPD [3] |
!event Svertex More... | |
Int_t | fNVertCont |
!event vertex number of contributors More... | |
Int_t | fNVertSPDCont |
!event SPD vertex number of contributors More... | |
BeamType | fBeamType |
!event beam type More... | |
AliGenPythiaEventHeader * | fPythiaHeader |
!event Pythia header More... | |
Double_t | fPtHard |
!event pt hard More... | |
Int_t | fPtHardBin |
!event pt hard bin More... | |
Int_t | fNTrials |
!event trials More... | |
Float_t | fXsection |
!x-section from pythia header More... | |
AliEmcalPythiaInfo * | fPythiaInfo |
!event parton info More... | |
AliEmcalList * | fOutput |
!output list More... | |
TH1 * | fHistEventCount |
!incoming and selected events More... | |
TH1 * | fHistTrialsAfterSel |
!total number of trials per pt hard bin after selection More... | |
TH1 * | fHistEventsAfterSel |
!total number of events per pt hard bin after selection More... | |
TProfile * | fHistXsectionAfterSel |
!x section from pythia header More... | |
TH1 * | fHistTrials |
!trials from pyxsec.root More... | |
TH1 * | fHistEvents |
!total number of events per pt hard bin More... | |
TProfile * | fHistXsection |
!x section from pyxsec.root More... | |
TH1 * | fHistPtHard |
!pt hard distribution More... | |
TH1 * | fHistCentrality |
!event centrality distribution More... | |
TH1 * | fHistZVertex |
!z vertex position More... | |
TH1 * | fHistEventPlane |
!event plane distribution More... | |
TH1 * | fHistEventRejection |
!book keep reasons for rejecting event More... | |
TH1 * | fHistTriggerClasses |
!number of events in each trigger class More... | |
Static Protected Attributes | |
static const TString | fgkTriggerTypeNames [5] = {"EJE", "EGA", "EL0", "REJE", "REGA"} |
Histogram name tags. More... | |
static const int | kColsEta = 48 |
Number of columns in eta direction. More... | |
![]() | |
static Double_t | fgkEMCalDCalPhiDivide = 4. |
phi value used to distinguish between DCal and EMCal More... | |
Private Member Functions | |
AliEmcalTriggerMaker (const AliEmcalTriggerMaker &) | |
AliEmcalTriggerMaker & | operator= (const AliEmcalTriggerMaker &) |
Additional Inherited Members | |
![]() | |
static void | GetEtaPhiDiff (const AliVTrack *t, const AliVCluster *v, Double_t &phidiff, Double_t &etadiff) |
static Byte_t | GetTrackType (const AliVTrack *t) |
static Byte_t | GetTrackType (const AliAODTrack *aodTrack, UInt_t filterBit1, UInt_t filterBit2) |
static Double_t | DeltaPhi (Double_t phia, Double_t phib, Double_t rMin=-TMath::Pi()/2, Double_t rMax=3 *TMath::Pi()/2) |
static Double_t * | GenerateFixedBinArray (Int_t n, Double_t min, Double_t max) |
static void | GenerateFixedBinArray (Int_t n, Double_t min, Double_t max, Double_t *array) |
static Double_t | GetParallelFraction (AliVParticle *part1, AliVParticle *part2) |
static Double_t | GetParallelFraction (const TVector3 &vect1, AliVParticle *part2) |
EMCAL trigger patch maker.
This class creates EMCAL trigger patches found in reconstructed events. Two methods can be applied.
For reconstructed trigger patches, an object AliEmcalTriggerPatchInfo which stores all relevant information of the trigger patch is created and stored in a TClonesArray. This TClonesArray is appended to the ESD or AOD event, and can be retrieved in other analysis tasks in the same train by the container name, defined in the function SetCaloTriggerOutName.
Definition at line 61 of file AliEmcalTriggerMaker.h.
Enumerator | |
---|---|
kOldConfig |
Old configuration, no distinction between high and low threshold. |
kNewConfig |
New configuration, distiction between high and low threshold. |
Definition at line 93 of file AliEmcalTriggerMaker.h.
Enumerator | |
---|---|
kMainTriggerBitNum |
Trigger bit indicating the main (highest energy) trigger patch of a given type per event. |
kRecalcOffset | |
kOfflineOffset |
Definition at line 79 of file AliEmcalTriggerMaker.h.
Definition of different trigger patch types.
This enumeration defines the different trigger patch types processed by the trigger maker. Each trigger patch type has a certain patch size and therefore a certain length and geometric center
Definition at line 72 of file AliEmcalTriggerMaker.h.
AliEmcalTriggerMaker::AliEmcalTriggerMaker | ( | ) |
Dummy constructor
Definition at line 49 of file AliEmcalTriggerMaker.cxx.
AliEmcalTriggerMaker::AliEmcalTriggerMaker | ( | const char * | name, |
Bool_t | doQA = kFALSE |
||
) |
Named constructor.
name | Name of the trigger maker task |
doQA | Switch on/off QA |
Definition at line 83 of file AliEmcalTriggerMaker.cxx.
|
virtual |
Destructor
Definition at line 116 of file AliEmcalTriggerMaker.cxx.
|
private |
|
inline |
Definition at line 111 of file AliEmcalTriggerMaker.h.
|
protected |
Accept trigger patch as Level0 patch. Level0 patches are identified as 2x2 FASTOR patches in the same TRU
trg | Triggers object with the pointer set to the patch to inspect |
Definition at line 945 of file AliEmcalTriggerMaker.cxx.
Referenced by ProcessPatch().
|
protectedvirtual |
Init the analysis.
Reimplemented from AliAnalysisTaskEmcal.
Definition at line 124 of file AliEmcalTriggerMaker.cxx.
|
inline |
Check whether trigger is gamma patch trigger according to trigger bits
tBits | Trigger bits of the fastor |
Definition at line 188 of file AliEmcalTriggerMaker.h.
Referenced by ProcessPatch().
|
inline |
Check whehter trigger is jet patch trigger according to trigger bits
tBits | Trigger bits of the fastor |
Definition at line 176 of file AliEmcalTriggerMaker.h.
Referenced by ProcessPatch().
|
inline |
Check whether trigger is level0 trigger according to trigger bits
tBits | Trigger bits of the fastor |
Definition at line 200 of file AliEmcalTriggerMaker.h.
|
protected |
Get next trigger. Forwards the pointer of the trigger object inside the trigger maker
isOfflineSimple | Switch between online and ofline patches |
Definition at line 927 of file AliEmcalTriggerMaker.cxx.
Referenced by Run().
|
private |
|
protected |
Process and fill trigger patch. check if jet trigger low or high
type | Type of the patch (Jet, gamma, Level0) |
isOfflineSimple | Switch between online and offline patches |
Definition at line 481 of file AliEmcalTriggerMaker.cxx.
Referenced by Run().
|
protectedvirtual |
Create and fill the patch array.
Reimplemented from AliAnalysisTaskEmcal.
Definition at line 223 of file AliEmcalTriggerMaker.cxx.
|
protected |
Runs a simple algorithm to calculate patch energies based on the offline/FEE ADC values (useOffline = kTRUE) or the online/trigger values (useOffline = kFALSE.
It creates separate patches for jet and gamma triggers on the same positions (different from STU reconstruction behavior)
Definition at line 785 of file AliEmcalTriggerMaker.cxx.
Referenced by Run().
|
inline |
Definition at line 104 of file AliEmcalTriggerMaker.h.
|
inline |
Definition at line 103 of file AliEmcalTriggerMaker.h.
|
inline |
Definition at line 109 of file AliEmcalTriggerMaker.h.
|
inline |
Switch on rejection of patches which leave the EMCAL acceptance in \( \eta \) and \( \phi \)
doReject | If true we reject patches outside the EMCAL acceptance |
Definition at line 121 of file AliEmcalTriggerMaker.h.
|
inline |
Definition at line 102 of file AliEmcalTriggerMaker.h.
|
inline |
Definition at line 113 of file AliEmcalTriggerMaker.h.
|
inline |
Definition at line 115 of file AliEmcalTriggerMaker.h.
|
inline |
Definition at line 108 of file AliEmcalTriggerMaker.h.
|
inline |
Definition at line 107 of file AliEmcalTriggerMaker.h.
|
inline |
Definition at line 106 of file AliEmcalTriggerMaker.h.
|
inline |
Definition at line 105 of file AliEmcalTriggerMaker.h.
|
inline |
Definition at line 114 of file AliEmcalTriggerMaker.h.
|
inline |
Definition at line 110 of file AliEmcalTriggerMaker.h.
|
protected |
Do basic QA monitoring (if requested)
Definition at line 191 of file AliEmcalTriggerMaker.cxx.
|
protected |
Container of bad channels.
Definition at line 139 of file AliEmcalTriggerMaker.h.
Referenced by AddHotFastor(), and Run().
|
protected |
! trigger setup
Definition at line 147 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), Run(), and RunSimpleOfflineTrigger().
|
protected |
name of output track array
Definition at line 141 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), and SetCaloTriggerSetupOutName().
|
protected |
! trigger array out
Definition at line 146 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), and Run().
|
protected |
name of output track array
Definition at line 140 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), and SetCaloTriggersOutName().
|
protected |
Debug lebel;.
Definition at line 160 of file AliEmcalTriggerMaker.h.
Referenced by ProcessPatch(), and SetDebugLevel().
|
protected |
Fill QA histograms.
Definition at line 156 of file AliEmcalTriggerMaker.h.
Referenced by ProcessPatch(), SetRunQA(), and UserCreateOutputObjects().
|
staticprotected |
Histogram name tags.
Definition at line 128 of file AliEmcalTriggerMaker.h.
Referenced by ProcessPatch(), and UserCreateOutputObjects().
|
protected |
! trigger counter
Definition at line 154 of file AliEmcalTriggerMaker.h.
Referenced by ProcessPatch(), and Run().
|
protected |
! Map needed to store the level0 times
Definition at line 153 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), Run(), and UserCreateOutputObjects().
|
protected |
! ADC values map
Definition at line 152 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), Run(), and UserCreateOutputObjects().
|
protected |
! patch map for simple offline trigger
Definition at line 151 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), Run(), and UserCreateOutputObjects().
|
protected |
! TRU Amplitudes (for L0)
Definition at line 150 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), Run(), and UserCreateOutputObjects().
|
protected |
! Histograms for QA
Definition at line 158 of file AliEmcalTriggerMaker.h.
Referenced by ProcessPatch(), and UserCreateOutputObjects().
|
protected |
Switch for rejection of patches outside the acceptance.
Definition at line 157 of file AliEmcalTriggerMaker.h.
Referenced by ProcessPatch(), and SetRejectOffAcceptancePatches().
|
protected |
Run patch maker for a given trigger type.
Definition at line 155 of file AliEmcalTriggerMaker.h.
Referenced by AliEmcalTriggerMaker(), Run(), and SetRunTriggerType().
|
protected |
! simple offline trigger
Definition at line 148 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), NextTrigger(), ProcessPatch(), Run(), and RunSimpleOfflineTrigger().
|
protected |
simple offline trigger thresholds constants
Definition at line 144 of file AliEmcalTriggerMaker.h.
Referenced by AliEmcalTriggerMaker(), Run(), SetTriggerThresholdGammaHigh(), SetTriggerThresholdGammaLow(), SetTriggerThresholdJetHigh(), and SetTriggerThresholdJetLow().
|
protected |
Trigger bit configuration, aliroot-dependent.
Definition at line 145 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), IsEGA(), IsEJE(), IsLevel0(), ProcessPatch(), RunSimpleOfflineTrigger(), SetTriggerBitConfig(), and ~AliEmcalTriggerMaker().
|
protected |
type of trigger config
Definition at line 143 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), and SetUseTriggerBitConfig().
|
protected |
! V0 object
Definition at line 149 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), and Run().
|
protected |
name of output track array
Definition at line 142 of file AliEmcalTriggerMaker.h.
Referenced by ExecOnce(), Run(), and SetV0InName().
|
staticprotected |
Number of columns in eta direction.
Definition at line 129 of file AliEmcalTriggerMaker.h.
Referenced by CheckForL0(), and ProcessPatch().