|
ATLAS Offline Software
|
#include <TauTruthMatchingTool.h>
|
virtual TLorentzVector | getTruthTauP4Vis (const xAOD::TauJet &xTau) override final |
|
virtual TLorentzVector | getTruthTauP4Vis (const xAOD::TruthParticle &xTruthTau) const override final |
|
virtual TLorentzVector | getTruthTauP4Invis (const xAOD::TauJet &xTau) override final |
|
virtual TLorentzVector | getTruthTauP4Invis (const xAOD::TruthParticle &xTruthTau) const override final |
|
virtual TauAnalysisTools::TruthMatchedParticleType | getTruthParticleType (const xAOD::TauJet &xTau) override final |
|
virtual int | getNTauDecayParticles (const xAOD::TauJet &xTau, int iPdgId, bool bCompareAbsoluteValues=false) override final |
|
virtual int | getNTauDecayParticles (const xAOD::TruthParticle &xTruthTau, int iPdgId, bool bCompareAbsoluteValues=false) const override final |
|
virtual xAOD::TauJetParameters::DecayMode | getDecayMode (const xAOD::TauJet &xTau) override final |
|
virtual xAOD::TauJetParameters::DecayMode | getDecayMode (const xAOD::TruthParticle &xTruthTau) const override final |
|
virtual void | print () const =0 |
| Print the state of the tool. More...
|
|
virtual void | print () const |
| Print the state of the tool. More...
|
|
virtual StatusCode | sysInitialize () |
| Function initialising the tool in the correct way in Athena. More...
|
|
ServiceHandle< StoreGateSvc > & | evtStore () |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | evtStore () const |
| The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
const ServiceHandle< StoreGateSvc > & | detStore () const |
| The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc . More...
|
|
virtual StatusCode | sysStart () override |
| Handle START transition. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | inputHandles () const override |
| Return this algorithm's input handles. More...
|
|
virtual std::vector< Gaudi::DataHandle * > | outputHandles () const override |
| Return this algorithm's output handles. More...
|
|
Gaudi::Details::PropertyBase & | declareProperty (Gaudi::Property< T > &t) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &) |
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &) |
| Declare a new Gaudi property. More...
|
|
Gaudi::Details::PropertyBase * | declareProperty (const std::string &name, T &property, const std::string &doc="none") |
| Declare a new Gaudi property. More...
|
|
void | updateVHKA (Gaudi::Details::PropertyBase &) |
|
MsgStream & | msg () const |
|
MsgStream & | msg (const MSG::Level lvl) const |
|
bool | msgLvl (const MSG::Level lvl) const |
|
|
virtual StatusCode | initialize () override final |
|
virtual std::unique_ptr< ITruthTausEvent > | getEvent () const override final |
|
virtual const xAOD::TruthParticle * | getTruth (const xAOD::TauJet &xTau) override final |
|
virtual const xAOD::TruthParticle * | getTruth (const xAOD::TauJet &xTau, ITruthTausEvent &truthTausEVent) const override final |
|
virtual std::vector< const xAOD::TruthParticle * > | getTruth (const std::vector< const xAOD::TauJet * > &vTaus) override final |
|
StatusCode | findTruthTau (const xAOD::TauJet &xTau, TruthTausEvent &truthTausEvent) const |
|
StatusCode | checkTruthMatch (const xAOD::TauJet &xTau, const xAOD::TruthParticleContainer &xTauContainer, const TruthTausEvent &truthTausEvent) const |
|
virtual void | setTruthMatchingMode () override |
|
virtual StatusCode | retrieveTruthTaus () override |
|
virtual StatusCode | retrieveTruthTaus (ITruthTausEvent &truthTausEvent) const override |
|
StatusCode | buildTruthTausFromTruthParticles (TruthTausEvent &truthTausEvent) const |
|
StatusCode | examineTruthTau (const xAOD::TruthParticle &xTruthParticle) const |
|
StatusCode | examineTruthTauDecay (const xAOD::TruthParticle &xTruthParticle, TauTruthInfo &truthInfo) const |
|
void | printDecay (const xAOD::TruthParticle &xTruthParticle, int depth=0) const |
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKey> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &) |
| specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &) |
| specialization for handling Gaudi::Property<SG::VarHandleBase> More...
|
|
Gaudi::Details::PropertyBase & | declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &) |
| specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
|
|
|
double | m_dMaxDeltaR |
|
CxxUtils::CachedValue< bool > | m_bIsTruthMatchedAvailable |
|
CxxUtils::CachedValue< bool > | m_bIsTruthParticleLinkAvailable |
|
SG::AuxElement::ConstAccessor< double > | m_accPtVis |
|
SG::AuxElement::ConstAccessor< double > | m_accEtaVis |
|
SG::AuxElement::ConstAccessor< double > | m_accPhiVis |
|
SG::AuxElement::ConstAccessor< double > | m_accMVis |
|
SG::ReadHandleKey< xAOD::TruthParticleContainer > | m_truthTauInputContainer { this, "TruthTauContainerName", "TruthTaus", "Truth tau input container name (truth matching mode)" } |
|
SG::ReadHandleKey< xAOD::TruthParticleContainer > | m_truthParticleContainer { this, "TruthParticleContainerName", "TruthParticles", "Truth particles input container name" } |
|
SG::ReadHandleKey< xAOD::TruthParticleContainer > | m_truthElectronContainer { this, "TruthElectronContainerName", "TruthElectrons", "Truth electrons input container name" } |
|
SG::ReadHandleKey< xAOD::TruthParticleContainer > | m_truthMuonContainer { this, "TruthMuonContainerName", "TruthMuons", "Truth muons input container name" } |
|
SG::ReadHandleKey< xAOD::JetContainer > | m_truthJetContainer { this, "TruthJetContainerName", "AntiKt4TruthDressedWZJets", "Truth jets input container name" } |
|
SG::WriteHandleKey< xAOD::TruthParticleContainer > | m_truthTauOutputContainer { this, "NewTruthTauContainerName", "TruthTaus", "Truth tau output container name" } |
|
bool | m_truthMatchingMode = false |
|
bool | m_bWriteInvisibleFourMomentum |
|
bool | m_bWriteVisibleChargedFourMomentum |
|
bool | m_bWriteVisibleNeutralFourMomentum |
|
bool | m_bWriteDecayModeVector |
|
bool | m_bWriteVertices |
|
asg::AnaToolHandle< IMCTruthClassifier > | m_tMCTruthClassifier |
|
MetaStore_t | m_inputMetaStore |
| Object accessing the input metadata store. More...
|
|
MetaStore_t | m_outputMetaStore |
| Object accessing the output metadata store. More...
|
|
bool | m_beginInputFileCalled |
| Flag helping to discover when the tool misses the opening of the first input file. More...
|
|
bool | m_useIncidents |
|
StoreGateSvc_t | m_evtStore |
| Pointer to StoreGate (event store by default) More...
|
|
StoreGateSvc_t | m_detStore |
| Pointer to StoreGate (detector store by default) More...
|
|
std::vector< SG::VarHandleKeyArray * > | m_vhka |
|
bool | m_varHandleArraysDeclared |
|
Definition at line 22 of file TauTruthMatchingTool.h.
◆ MetaStore_t
◆ MetaStorePtr_t
Type of the metadata store pointer in standalone mode.
Definition at line 68 of file AsgMetadataTool.h.
◆ StoreGateSvc_t
◆ beginEvent()
StatusCode asg::AsgMetadataTool::beginEvent |
( |
| ) |
|
|
protectedvirtualinherited |
Function called when a new events is loaded.
Dummy implementation that can be overridden by the derived tool.
Reimplemented in AsgElectronEfficiencyCorrectionTool, TrigConf::xAODConfigTool, TauAnalysisTools::TauSelectionTool, TauAnalysisTools::DiTauSelectionTool, TauAnalysisTools::CommonSmearingTool, TauAnalysisTools::DiTauEfficiencyCorrectionsTool, Trig::TrigDecisionTool, TauAnalysisTools::TauEfficiencyCorrectionsTool, Trig::TrigConfBunchCrossingTool, xAODMaker::TriggerMenuMetaDataTool, and Trig::xAODBunchCrossingTool.
Definition at line 196 of file AsgMetadataTool.cxx.
199 return StatusCode::SUCCESS;
◆ beginInputFile()
StatusCode asg::AsgMetadataTool::beginInputFile |
( |
| ) |
|
|
protectedvirtualinherited |
Function called when a new input file is opened.
Dummy implementation that can be overridden by the derived tool.
Reimplemented in AsgElectronEfficiencyCorrectionTool, TrigConf::xAODConfigTool, PMGTools::PMGTruthWeightTool, BookkeeperTool, xAODMaker::FileMetaDataTool, BookkeeperDumperTool, Trig::TrigDecisionTool, xAODMaker::TriggerMenuMetaDataTool, xAODMaker::TruthMetaDataTool, Trig::xAODBunchCrossingTool, TauAnalysisTools::TauEfficiencyCorrectionsTool, and TauAnalysisTools::TauSmearingTool.
Definition at line 180 of file AsgMetadataTool.cxx.
183 return StatusCode::SUCCESS;
◆ buildTruthTausFromTruthParticles()
StatusCode BuildTruthTaus::buildTruthTausFromTruthParticles |
( |
TruthTausEvent & |
truthTausEvent | ) |
const |
|
privateinherited |
Definition at line 155 of file BuildTruthTaus.cxx.
157 for (
auto xTruthParticle : *truthTausEvent.m_xTruthParticleContainer)
159 if ( xTruthParticle->isTau() )
174 decClassifierParticleType(*xTruthTau) = pClassification.first;
175 decClassifierParticleOrigin(*xTruthTau) = pClassification.second;
180 accOriginalTruthParticle(*xTruthTau) = lTruthParticleLink;
182 truthTausEvent.m_xTruthTauContainer->push_back(xTruthTau);
185 return StatusCode::SUCCESS;
◆ checkTruthMatch()
Definition at line 329 of file TauTruthMatchingTool.cxx.
332 const xAOD::Jet* xTruthJetMatch =
nullptr;
337 for (
auto xTruthTauIt : xTruthTauContainer)
339 TLorentzVector vTruthVisTLV;
340 vTruthVisTLV.SetPtEtaPhiM(
m_accPtVis(*xTruthTauIt),
347 if ((
bool)accIsHadronicTau(*xTruthTauIt))
352 xTruthMatch = xTruthTauIt;
358 if (!xTruthMatch and truthTausEvent.m_xTruthMuonContainerConst)
361 for (
auto xTruthMuonIt : *truthTausEvent.m_xTruthMuonContainerConst)
365 if (xTruthMuonIt->pt()<dPtMax)
368 xTruthMatch = xTruthMuonIt;
369 dPtMax = xTruthMuonIt->
pt();
374 if (!xTruthMatch and truthTausEvent.m_xTruthElectronContainerConst)
377 for (
auto xTruthElectronIt : *truthTausEvent.m_xTruthElectronContainerConst)
381 if (xTruthElectronIt->pt()<dPtMax)
384 xTruthMatch = xTruthElectronIt;
385 dPtMax = xTruthElectronIt->
pt();
390 if (truthTausEvent.m_xTruthJetContainerConst)
393 for (
auto xTruthJetIt : *truthTausEvent.m_xTruthJetContainerConst)
397 if (xTruthJetIt->pt()<dPtMax)
399 xTruthJetMatch = xTruthJetIt;
400 dPtMax = xTruthJetIt->
pt();
406 decIsTruthMatched(xTau) = (
char)
true;
408 decIsTruthMatched(xTau) = (
char)
false;
413 decTruthJetLink(xTau) = lTruthParticleLink;
418 decTruthJetLink(xTau) = lTruthParticleLink;
429 decTruthParticleLink(xTau) = lTruthParticleLink;
431 else if (eTruthMatchedParticleType ==
TruthMuon)
434 decTruthParticleLink(xTau) = lTruthParticleLink;
439 decTruthParticleLink(xTau) = lTruthParticleLink;
445 decTruthParticleLink(xTau) = lTruthParticleLink;
448 return StatusCode::SUCCESS;
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleBase
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 245 of file AthCommonDataStore.h.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
253 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation string for the property. |
This is the version for types that derive from SG::VarHandleKey
. The property value object is put on the input and output lists as appropriate; then we forward to the base class.
Definition at line 221 of file AthCommonDataStore.h.
229 return PBASE::declareProperty(
name,hndl,
doc);
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This is the generic version, for types that do not derive from SG::VarHandleKey
. It just forwards to the base class version of declareProperty
.
Definition at line 333 of file AthCommonDataStore.h.
338 return PBASE::declareProperty(
name, property,
doc);
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation string for the property. |
This dispatches to either the generic declareProperty
or the one for VarHandle/Key/KeyArray.
Definition at line 352 of file AthCommonDataStore.h.
◆ declareProperty() [6/6]
◆ detStore()
◆ endInputFile()
StatusCode asg::AsgMetadataTool::endInputFile |
( |
| ) |
|
|
protectedvirtualinherited |
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ examineTruthTau()
Definition at line 189 of file BuildTruthTaus.cxx.
193 return StatusCode::FAILURE;
197 TauTruthInfo truthInfo;
200 if (xDecayVertex ==
nullptr)
201 return StatusCode::FAILURE;
202 for (
size_t iOutgoingParticle = 0; iOutgoingParticle < xDecayVertex->
nOutgoingParticles(); ++iOutgoingParticle )
205 if (xTruthDaughter ==
nullptr)
207 ATH_MSG_ERROR(
"Truth daughter of tau decay was not found in "<<
m_truthParticleContainer.
key() <<
" container. Please ensure that this container has the full tau decay information or produce the TruthTaus container in AtlasDerivation.");
208 return StatusCode::FAILURE;
212 if ( xTruthDaughter->
isTau() )
215 return StatusCode::FAILURE;
221 if (truthInfo.m_bIsHadronicTau)
225 if ( truthInfo.m_iNChargedDaughters%2 == 0 )
227 ATH_MSG_WARNING(
"found tau with even multiplicity: " << truthInfo.m_iNChargedDaughters);
241 decPtVis(xTruthParticle) = truthInfo.m_vTruthVisTLV.Pt();
242 decEtaVis(xTruthParticle) = truthInfo.m_vTruthVisTLV.Eta();
243 decPhiVis(xTruthParticle) = truthInfo.m_vTruthVisTLV.Phi();
244 decMVis(xTruthParticle) = truthInfo.m_vTruthVisTLV.M();
246 decNumCharged(xTruthParticle) = truthInfo.m_iNChargedDaughters;
247 decNumChargedPion(xTruthParticle) = truthInfo.m_iNChargedPions;
248 decNumNeutral(xTruthParticle) = truthInfo.m_iNNeutralPions+truthInfo.m_iNNeutralOthers;
249 decNumNeutralPion(xTruthParticle) = truthInfo.m_iNNeutralPions;
252 decIsHadronicTau(xTruthParticle) = (
char)truthInfo.m_bIsHadronicTau;
256 TLorentzVector vTruthInvisTLV = xTruthParticle.
p4() - truthInfo.m_vTruthVisTLV;
261 decPtInvis(xTruthParticle) = vTruthInvisTLV.Pt();
262 decEtaInvis(xTruthParticle) = vTruthInvisTLV.Eta();
263 decPhiInvis(xTruthParticle) = vTruthInvisTLV.Phi();
264 decMInvis(xTruthParticle) = vTruthInvisTLV.M();
273 decPtVisCharged(xTruthParticle) = truthInfo.m_vTruthVisTLVCharged.Pt();
274 decEtaVisCharged(xTruthParticle) = truthInfo.m_vTruthVisTLVCharged.Eta();
275 decPhiVisCharged(xTruthParticle) = truthInfo.m_vTruthVisTLVCharged.Phi();
276 decMVisCharged(xTruthParticle) = truthInfo.m_vTruthVisTLVCharged.M();
285 decPtVisNeutral(xTruthParticle) = truthInfo.m_vTruthVisTLVNeutral.Pt();
286 decEtaVisNeutral(xTruthParticle) = truthInfo.m_vTruthVisTLVNeutral.Eta();
287 decPhiVisNeutral(xTruthParticle) = truthInfo.m_vTruthVisTLVNeutral.Phi();
288 decMVisNeutral(xTruthParticle) = truthInfo.m_vTruthVisTLVNeutral.M();
294 decDecayModeVector(xTruthParticle) = truthInfo.m_vDecayMode;
304 decDecayVertexX(xTruthParticle) = truthInfo.m_vDecayVertex.X();
305 decDecayVertexY(xTruthParticle) = truthInfo.m_vDecayVertex.Y();
306 decDecayVertexZ(xTruthParticle) = truthInfo.m_vDecayVertex.Z();
313 decProdVertexX(xTruthParticle) = truthInfo.m_vProdVertex.X();
314 decProdVertexY(xTruthParticle) = truthInfo.m_vProdVertex.Y();
315 decProdVertexZ(xTruthParticle) = truthInfo.m_vProdVertex.Z();
318 return StatusCode::SUCCESS;
◆ examineTruthTauDecay()
Definition at line 322 of file BuildTruthTaus.cxx.
328 return StatusCode::SUCCESS;
330 truthInfo.m_vDecayVertex.SetXYZ(xDecayVertex->
x(),xDecayVertex->
y(),xDecayVertex->
z());
334 truthInfo.m_vProdVertex.SetXYZ(xProdVertex->
x(),xProdVertex->
y(),xProdVertex->
z());
336 truthInfo.m_vProdVertex.SetXYZ(-1234,-1234,-1234);
339 for (
size_t iOutgoingParticle = 0; iOutgoingParticle < xDecayVertex->
nOutgoingParticles(); ++iOutgoingParticle )
342 if (xTruthDaughter ==
nullptr)
344 ATH_MSG_ERROR(
"Truth daughter of tau decay was not found in "<<
m_truthParticleContainer.
key() <<
" container. Please ensure that this container has the full tau decay information or produce the TruthTaus container in AtlasDerivation.");
345 return StatusCode::FAILURE;
348 int iAbsPdgId = xTruthDaughter->
absPdgId();
349 int iPdgId = xTruthDaughter->
pdgId();
354 if ( iAbsPdgId != 111 && iAbsPdgId != 311 && iAbsPdgId != 310 && iAbsPdgId != 130 )
366 truthInfo.m_vDecayMode.push_back(iPdgId);
371 truthInfo.m_bIsHadronicTau =
true;
381 truthInfo.m_vTruthVisTLV += xTruthDaughter->
p4();
384 truthInfo.m_vTruthVisTLVCharged += xTruthDaughter->
p4();
387 truthInfo.m_vTruthVisTLVNeutral += xTruthDaughter->
p4();
393 truthInfo.m_iNChargedDaughters++;
395 if (iAbsPdgId==211) truthInfo.m_iNChargedPions++;
396 else truthInfo.m_iNChargedOthers++;
402 if (iAbsPdgId==111) truthInfo.m_iNNeutralPions++;
403 else truthInfo.m_iNNeutralOthers++;
406 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
Add StoreName to extra input/output deps as needed.
use the logic of the VarHandleKey to parse the DataObjID keys supplied via the ExtraInputs and ExtraOuputs Properties to add the StoreName if it's not explicitly given
◆ findTruthTau()
StatusCode TauTruthMatchingTool::findTruthTau |
( |
const xAOD::TauJet & |
xTau, |
|
|
TruthTausEvent & |
truthTausEvent |
|
) |
| const |
|
private |
Definition at line 299 of file TauTruthMatchingTool.cxx.
310 accTruthParticleLink(
"truthParticleLink");
315 return StatusCode::SUCCESS;
323 return checkTruthMatch(xTau, *truthTausEvent.m_xTruthTauContainerConst, truthTausEvent);
325 return checkTruthMatch(xTau, *truthTausEvent.m_xTruthTauContainer, truthTausEvent);
◆ getDecayMode() [1/2]
◆ getDecayMode() [2/2]
◆ getEvent()
|
finaloverrideprivatevirtual |
◆ getKey()
Get the (hashed) key of an object that is in the event store.
This is a bit of a special one. StoreGateSvc
and xAOD::TEvent
both provide ways for getting the SG::sgkey_t
key for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.
In order to allow tools to efficiently perform this operation, they can use this helper function.
- See also
- asg::AsgTool::getName
- Parameters
-
ptr | The bare pointer to the object that the event store should know about |
- Returns
- The hashed key of the object in the store. If not found, an invalid (zero) key.
Definition at line 119 of file AsgTool.cxx.
121 #ifdef XAOD_STANDALONE
127 return (
proxy ==
nullptr ? 0 :
proxy->sgkey() );
128 #endif // XAOD_STANDALONE
◆ getName()
const std::string & asg::AsgTool::getName |
( |
const void * |
ptr | ) |
const |
|
inherited |
Get the name of an object that is / should be in the event store.
This is a bit of a special one. StoreGateSvc
and xAOD::TEvent
both provide ways for getting the std::string
name for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.
In order to allow tools to efficiently perform this operation, they can use this helper function.
- See also
- asg::AsgTool::getKey
- Parameters
-
ptr | The bare pointer to the object that the event store should know about |
- Returns
- The string name of the object in the store. If not found, an empty string.
Definition at line 106 of file AsgTool.cxx.
108 #ifdef XAOD_STANDALONE
114 static const std::string
dummy =
"";
116 #endif // XAOD_STANDALONE
◆ getNTauDecayParticles() [1/2]
int TauTruthMatchingTool::getNTauDecayParticles |
( |
const xAOD::TauJet & |
xTau, |
|
|
int |
iPdgId, |
|
|
bool |
bCompareAbsoluteValues = false |
|
) |
| |
|
finaloverridevirtual |
◆ getNTauDecayParticles() [2/2]
int TauTruthMatchingTool::getNTauDecayParticles |
( |
const xAOD::TruthParticle & |
xTruthTau, |
|
|
int |
iPdgId, |
|
|
bool |
bCompareAbsoluteValues = false |
|
) |
| const |
|
finaloverridevirtual |
Implements TauAnalysisTools::ITauTruthMatchingTool.
Definition at line 221 of file TauTruthMatchingTool.cxx.
225 if (!accDecayModeVector.isAvailable(xTruthTau))
231 for(
auto iPdgId2 : accDecayModeVector(xTruthTau))
232 if (!bCompareAbsoluteValues)
234 if (iPdgId2 == iPdgId) iNum++;
238 if (std::abs(iPdgId2) == std::abs(iPdgId)) iNum++;
◆ getProperty()
template<class T >
const T* asg::AsgTool::getProperty |
( |
const std::string & |
name | ) |
const |
|
inherited |
Get one of the tool's properties.
◆ getTruth() [1/3]
|
finaloverrideprivatevirtual |
◆ getTruth() [2/3]
|
finaloverrideprivatevirtual |
◆ getTruth() [3/3]
|
finaloverrideprivatevirtual |
Implements TauAnalysisTools::ITauTruthMatchingTool.
Definition at line 65 of file TauTruthMatchingTool.cxx.
68 TruthTausEvent& truthTausEvent =
dynamic_cast<TruthTausEvent&
> (itruthTausEvent);
74 ATH_MSG_WARNING(
"There was a failure in finding the matched truth tau");
81 ATH_MSG_DEBUG(
"TauJetContainer has truthParticleLink available while IsTruthMatched not available. Re-evaluate IsTruthMatched");
83 if (accTruthParticleLink(xTau)) {
84 decIsTruthMatched(xTau) = (
char)
true;
86 decIsTruthMatched(xTau) = (
char)
false;
91 if ((
bool)accIsTruthMatched(xTau))
93 if (accTruthParticleLink(xTau).isValid())
95 return *accTruthParticleLink(xTau);
◆ getTruthParticleType()
◆ getTruthTauP4Invis() [1/2]
◆ getTruthTauP4Invis() [2/2]
◆ getTruthTauP4Vis() [1/2]
◆ getTruthTauP4Vis() [2/2]
◆ handle()
void asg::AsgMetadataTool::handle |
( |
const Incident & |
inc | ) |
|
|
protectedvirtualinherited |
Function receiving incidents from IncidentSvc/TEvent.
Reimplemented in Trig::TrigDecisionTool.
Definition at line 130 of file AsgMetadataTool.cxx.
136 if( inc.type() == IncidentType::BeginInputFile ) {
140 throw std::runtime_error(
"Couldn't call beginInputFile()" );
142 }
else if( inc.type() == IncidentType::EndInputFile ) {
145 throw std::runtime_error(
"Couldn't call endInputFile()" );
147 }
else if( inc.type() == IncidentType::BeginEvent ) {
155 throw std::runtime_error(
"Couldn't call beginInputFile()" );
160 throw std::runtime_error(
"Couldn't call beginEvent()" );
163 #ifdef XAOD_STANDALONE
164 }
else if( inc.type() == IncidentType::MetaDataStop ) {
167 throw std::runtime_error(
"Couldn't call metaDataStop()" );
170 #endif // XAOD_STANDALONE
172 ATH_MSG_WARNING(
"Unknown incident type received in AsgMetaDataTool: " << inc.type() );
◆ initialize()
StatusCode TauTruthMatchingTool::initialize |
( |
| ) |
|
|
finaloverrideprivatevirtual |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ inputMetaStore()
AsgMetadataTool::MetaStorePtr_t asg::AsgMetadataTool::inputMetaStore |
( |
| ) |
const |
|
inherited |
Accessor for the input metadata store.
Definition at line 88 of file AsgMetadataTool.cxx.
90 #ifdef XAOD_STANDALONE
92 #else // XAOD_STANDALONE
94 #endif // XAOD_STANDALONE
◆ metaDataStop()
StatusCode asg::AsgMetadataTool::metaDataStop |
( |
| ) |
|
|
protectedvirtualinherited |
◆ msg() [1/2]
◆ msg() [2/2]
◆ msg_level_name()
const std::string & asg::AsgTool::msg_level_name |
( |
| ) |
const |
|
inherited |
A deprecated function for getting the message level's name.
Instead of using this, weirdly named function, user code should get the string name of the current minimum message level (in case they really need it...), with:
MSG::name( msg().level() )
This function's name doesn't follow the ATLAS coding rules, and as such will be removed in the not too distant future.
- Returns
- The string name of the current minimum message level that's printed
Definition at line 101 of file AsgTool.cxx.
◆ msgLvl()
◆ outputHandles()
Return this algorithm's output handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ outputMetaStore()
AsgMetadataTool::MetaStorePtr_t asg::AsgMetadataTool::outputMetaStore |
( |
| ) |
const |
|
inherited |
Accessor for the output metadata store.
Definition at line 97 of file AsgMetadataTool.cxx.
99 #ifdef XAOD_STANDALONE
101 #else // XAOD_STANDALONE
103 #endif // XAOD_STANDALONE
◆ print() [1/2]
void asg::AsgTool::print |
( |
| ) |
const |
|
virtualinherited |
Print the state of the tool.
Implements asg::IAsgTool.
Reimplemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
Definition at line 131 of file AsgTool.cxx.
◆ print() [2/2]
virtual void asg::IAsgTool::print |
( |
| ) |
const |
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
◆ printDecay()
Definition at line 409 of file BuildTruthTaus.cxx.
414 if (xDecayVertex ==
nullptr)
417 for (
size_t iOutgoingParticle = 0; iOutgoingParticle < xDecayVertex->
nOutgoingParticles(); ++iOutgoingParticle )
420 if (xTruthDaughter ==
nullptr)
422 ATH_MSG_WARNING(
"Truth daughter of tau decay was not found in "<<
m_truthParticleContainer.
key() <<
" container. Please ensure that this container has the full tau decay information or produce the TruthTaus container in AtlasDerivation.");
426 <<
" e "<<xTruthDaughter->
e()
427 <<
" eta "<<xTruthDaughter->
p4().Eta()
428 <<
" phi "<<xTruthDaughter->
p4().Phi()
429 <<
" pdgid "<<xTruthDaughter->
pdgId()
430 <<
" status "<<xTruthDaughter->
status()
◆ renounce()
◆ renounceArray()
◆ retrieveTruthTaus() [1/3]
StatusCode BuildTruthTaus::retrieveTruthTaus |
( |
| ) |
|
|
overrideprivatevirtualinherited |
◆ retrieveTruthTaus() [2/3]
StatusCode BuildTruthTaus::retrieveTruthTaus |
( |
ITruthTausEvent & |
truthTausEvent | ) |
const |
|
overrideprivatevirtualinherited |
◆ retrieveTruthTaus() [3/3]
StatusCode BuildTruthTaus::retrieveTruthTaus |
( |
TruthTausEvent & |
truthTausEvent | ) |
const |
|
protectedinherited |
Definition at line 80 of file BuildTruthTaus.cxx.
82 const EventContext& ctx = Gaudi::Hive::currentContext();
86 if (!truthElectronsHandle.isValid()) {
87 ATH_MSG_ERROR (
"Could not retrieve " << truthElectronsHandle.key());
88 return StatusCode::FAILURE;
90 truthTausEvent.m_xTruthElectronContainerConst = truthElectronsHandle.cptr();
93 ATH_MSG_WARNING(
"Truth electron container is not available, won't perform matching to truth electrons");
98 if (!truthMuonsHandle.isValid()) {
99 ATH_MSG_ERROR (
"Could not retrieve " << truthMuonsHandle.key());
100 return StatusCode::FAILURE;
102 truthTausEvent.m_xTruthMuonContainerConst = truthMuonsHandle.cptr();
105 ATH_MSG_WARNING(
"Truth muon container is not available, won't perform matching to truth muons");
110 if (!truthJetsHandle.isValid()) {
111 ATH_MSG_ERROR (
"Could not retrieve " << truthJetsHandle.key());
112 return StatusCode::FAILURE;
114 truthTausEvent.m_xTruthJetContainerConst = truthJetsHandle.cptr();
117 ATH_MSG_WARNING(
"Truth jet container is not available, won't perform matching to truth jets");
123 if (!truthTausHandle.isValid()) {
124 ATH_MSG_ERROR (
"Could not retrieve " << truthTausHandle.key());
125 return StatusCode::FAILURE;
127 truthTausEvent.m_xTruthTauContainerConst = truthTausHandle.cptr();
131 if (!truthParticlesHandle.isValid()) {
132 ATH_MSG_ERROR (
"Could not retrieve " << truthParticlesHandle.key());
133 return StatusCode::FAILURE;
135 truthTausEvent.m_xTruthParticleContainer = truthParticlesHandle.cptr();
137 auto truthTausOutput = std::make_unique<xAOD::TruthParticleContainer>();
138 auto truthTausOutputAux = std::make_unique<xAOD::TruthParticleAuxContainer>();
139 truthTausOutput->setStore(truthTausOutputAux.get());
140 truthTausEvent.m_xTruthTauContainer = truthTausOutput.get();
145 ATH_CHECK(writeHandle.record(std::move(truthTausOutput), std::move(truthTausOutputAux)));
148 return StatusCode::SUCCESS;
◆ setTruthMatchingMode()
virtual void TauAnalysisTools::BuildTruthTaus::setTruthMatchingMode |
( |
| ) |
|
|
inlineoverrideprivatevirtualinherited |
◆ setUseIncidents()
void asg::AsgMetadataTool::setUseIncidents |
( |
const bool |
flag | ) |
|
|
inlineprotectedinherited |
◆ sysInitialize()
StatusCode asg::AsgMetadataTool::sysInitialize |
( |
| ) |
|
|
virtualinherited |
Function initialising the tool in the correct way in Athena.
This function is used to set up the callbacks from IncidentSvc in Athena at the right time during initialisation, without the user having to do anything special in his/her code.
Reimplemented from AthCommonDataStore< AthCommonMsg< AlgTool > >.
Definition at line 110 of file AsgMetadataTool.cxx.
112 #ifndef XAOD_STANDALONE
119 incSvc->addListener(
this, IncidentType::BeginEvent, 0,
false );
124 #endif // not XAOD_STANDALONE
127 return StatusCode::SUCCESS;
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ updateVHKA()
◆ m_accEtaVis
◆ m_accMVis
◆ m_accPhiVis
◆ m_accPtVis
◆ m_beginInputFileCalled
bool asg::AsgMetadataTool::m_beginInputFileCalled |
|
privateinherited |
Flag helping to discover when the tool misses the opening of the first input file.
Definition at line 126 of file AsgMetadataTool.h.
◆ m_bIsTruthMatchedAvailable
◆ m_bIsTruthParticleLinkAvailable
◆ m_bTruthTauAvailable
bool TauAnalysisTools::BuildTruthTaus::m_bTruthTauAvailable |
|
protectedinherited |
◆ m_bWriteDecayModeVector
bool TauAnalysisTools::BuildTruthTaus::m_bWriteDecayModeVector |
|
privateinherited |
◆ m_bWriteInvisibleFourMomentum
bool TauAnalysisTools::BuildTruthTaus::m_bWriteInvisibleFourMomentum |
|
privateinherited |
◆ m_bWriteVertices
bool TauAnalysisTools::BuildTruthTaus::m_bWriteVertices |
|
privateinherited |
◆ m_bWriteVisibleChargedFourMomentum
bool TauAnalysisTools::BuildTruthTaus::m_bWriteVisibleChargedFourMomentum |
|
privateinherited |
◆ m_bWriteVisibleNeutralFourMomentum
bool TauAnalysisTools::BuildTruthTaus::m_bWriteVisibleNeutralFourMomentum |
|
privateinherited |
◆ m_detStore
◆ m_dMaxDeltaR
double TauAnalysisTools::TauTruthMatchingTool::m_dMaxDeltaR |
|
private |
◆ m_evtStore
◆ m_inputMetaStore
◆ m_outputMetaStore
◆ m_tMCTruthClassifier
◆ m_truthElectronContainer
◆ m_truthJetContainer
◆ m_truthMatchingMode
bool TauAnalysisTools::BuildTruthTaus::m_truthMatchingMode = false |
|
privateinherited |
◆ m_truthMuonContainer
◆ m_truthParticleContainer
◆ m_truthTauInputContainer
◆ m_truthTauOutputContainer
◆ m_truthTausEvent
TruthTausEvent TauAnalysisTools::BuildTruthTaus::m_truthTausEvent |
|
protectedinherited |
◆ m_useIncidents
bool asg::AsgMetadataTool::m_useIncidents |
|
privateinherited |
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
size_t nOutgoingParticles() const
Get the number of outgoing particles.
@ depth
pointing depth of the shower as calculated in egammaqgcld
int absPdgId() const
Absolute PDG ID code (often useful)
const T * ptr() const
Return a pointer to the cached value.
Helper class to provide type-safe access to aux data.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
bool isValid() const
Test to see if the value is valid.
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
#define ATH_MSG_VERBOSE(x)
const std::string & key() const
Return the StoreGate ID for the referenced object.
bool empty() const
Test if the key is blank.
float y() const
Vertex y displacement.
virtual void setOwner(IDataHandleHolder *o)=0
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
bool isPhysical(const T &p)
Identify if the particle is physical, i.e. is stable or decayed.
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
bool hasDecayVtx() const
Check for a decay vertex on this particle.
virtual double e() const override final
The total energy of the particle.
Class describing a truth particle in the MC record.
TruthParticle_v1 TruthParticle
Typedef to implementation.
bool hasProdVtx() const
Check for a production vertex on this particle.
const std::string & name(Level lvl)
Convenience function for translating message levels to strings.
bool isTau() const
Whether the particle is a tau (or antitau)
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
bool isCharged() const
Whether the particle is electrically charged.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
ElementLink implementation for ROOT usage.
const TruthVertex_v1 * decayVtx() const
The decay vertex of this particle.
const TruthVertex_v1 * prodVtx() const
The production vertex of this particle.
Class describing a truth vertex in the MC record.
void makePrivateStore()
Create a new (empty) private store for this object.
void set(const T &val) const
Set the value, assuming it is currently invalid.
float x() const
Vertex x displacement.
int status() const
Status code.
bool isStable(const T &p)
Identify if the particle is stable, i.e. has not decayed.
virtual std::pair< MCTruthPartClassifier::ParticleType, MCTruthPartClassifier::ParticleOrigin > particleTruthClassifier(const xAOD::TruthParticle *, MCTruthPartClassifier::Info *info=nullptr) const =0
#define ATH_MSG_WARNING(x)
bool isDecayed(const T &p)
Identify if the particle decayed.
virtual FourMom_t p4() const
The full 4-momentum of the particle.
float z() const
Vertex longitudinal distance along the beam line form the origin.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
virtual double pt() const override final
The transverse momentum ( ) of the particle.
bool isNeutrino() const
Whether the particle is a neutrino (or antineutrino)
virtual FourMom_t p4() const override final
The full 4-momentum of the particle.
int pdgId() const
PDG ID code.
virtual double pt() const
The transverse momentum ( ) of the particle.
bool isNeutral() const
Whether the particle is electrically neutral.
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
const TruthParticle_v1 * outgoingParticle(size_t index) const
Get one of the outgoing particles.
bool isHadron() const
Whether the particle is a hadron.