|
ATLAS Offline Software
|
Go to the documentation of this file.
15 const std::string&
name,
43 return StatusCode::SUCCESS;
56 return StatusCode::SUCCESS;
73 ATH_MSG_DEBUG(
"AcceptAll property is set: taking all events" );
76 ATH_MSG_DEBUG(
"AcceptAll property not set: applying selection" );
90 mon_ptCalo, mon_ptTrack,
91 mon_dEtaCalo, mon_dPhiCalo,
93 mon_caloEta, mon_caloPhi, mon_trk_d0);
102 float ptCalo(0), dEtaCalo(0), dPhiCalo(0), eToverPt(0), caloEta(0),
caloPhi(0), trk_d0(0);
119 trk_d0 = std::abs(trkIter->
d0());
121 float NTRHits =
static_cast<float>(
electron->nTRTHits() );
122 float NStrawHits =
static_cast<float>(
electron->nTRTHiThresholdHits() );
123 float TRTHitRatio = NStrawHits == 0 ? 1e10 : NTRHits/NStrawHits;
137 mon_dEtaCalo = dEtaCalo;
138 mon_caloEta = caloEta;
146 mon_dPhiCalo = dPhiCalo;
160 mon_eToverPt = eToverPt;
194 ATH_MSG_DEBUG(
"AcceptAll property is set: taking all events" );
197 ATH_MSG_DEBUG(
"AcceptAll property not set: applying selection" );
228 float ptCalo(0), dEtaCalo(0), dPhiCalo(0), eToverPt(0), caloEta(0),
caloPhi(0), trk_d0(0), nnOutput(0);
240 dPhiCalo =
el->trkClusDphi();
241 dEtaCalo =
el->trkClusDeta();
243 eToverPt =
el->etOverPt();
244 caloEta =
el->caloEta();
246 trk_d0 = std::abs(trk->
d0());
256 auto rings =
input.rings;
263 auto clus =
input.cluster;
280 mon_dEtaCalo = dEtaCalo;
281 mon_dPhiCalo = dPhiCalo;
282 mon_eToverPt = eToverPt;
283 mon_caloEta = caloEta;
286 mon_nnOutput = nnOutput;
Group
Properties of a chain group.
bool passed(DecisionID id, const DecisionIDContainer &idSet)
checks if required decision ID is in the set of IDs in the container
TrigCompositeUtils::DecisionID numeric() const
numeric ID
void addDecisionID(DecisionID id, Decision *d)
Appends the decision (given as ID) to the decision object.
float d0() const
Returns the parameter.
It used to be useful piece of code for replacing actual SG with other store of similar functionality ...
::StatusCode StatusCode
StatusCode definition for legacy code.
setRcore setEtHad setFside setPt caloPhi
Header file to be included by clients of the Monitored infrastructure.
Class describing a TrackParticle.
Declare a monitored scalar variable.