|
ATLAS Offline Software
|
#include <BuildTruthTaus.h>
|
virtual void | print () const =0 |
| Print the state of the tool. More...
|
|
virtual StatusCode | sysInitialize () |
| Function initialising the tool in the correct way in Athena. More...
|
|
virtual void | print () const |
| Print the state of the tool. 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 |
|
|
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 31 of file BuildTruthTaus.h.
◆ MetaStore_t
◆ MetaStorePtr_t
Type of the metadata store pointer in standalone mode.
Definition at line 68 of file AsgMetadataTool.h.
◆ StoreGateSvc_t
◆ ~BuildTruthTaus()
virtual TauAnalysisTools::BuildTruthTaus::~BuildTruthTaus |
( |
| ) |
|
|
privatevirtualdefault |
◆ 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 |
|
private |
Definition at line 156 of file BuildTruthTaus.cxx.
160 bool copyDressedPhotons =
false;
162 for (
auto xTruthParticle : *truthTausEvent.m_xTruthParticleContainer)
164 if ( xTruthParticle->isTau() )
166 auto xTruthTau = std::make_unique<xAOD::TruthParticle>();
167 xTruthTau->makePrivateStore( *xTruthParticle );
181 if (truthTausEvent.m_xTruthTauContainer->empty() &&
182 dressedPhotonAcc.isAvailable ( *xTruthParticle ) &&
183 !dressedPhotonAcc.isAvailable ( *xTruthTau ))
185 copyDressedPhotons =
true;
187 if (copyDressedPhotons)
189 dressedPhotonAcc( *xTruthTau ) = dressedPhotonAcc( *xTruthParticle );
196 decClassifierParticleType(*xTruthTau) = pClassification.first;
197 decClassifierParticleOrigin(*xTruthTau) = pClassification.second;
202 accOriginalTruthParticle(*xTruthTau) = lTruthParticleLink;
204 truthTausEvent.m_xTruthTauContainer->push_back(std::move(xTruthTau));
207 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 211 of file BuildTruthTaus.cxx.
215 return StatusCode::FAILURE;
219 TauTruthInfo truthInfo;
222 if (xDecayVertex ==
nullptr)
223 return StatusCode::FAILURE;
224 for (
size_t iOutgoingParticle = 0; iOutgoingParticle < xDecayVertex->
nOutgoingParticles(); ++iOutgoingParticle )
227 if (xTruthDaughter ==
nullptr)
229 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.");
230 return StatusCode::FAILURE;
234 if ( xTruthDaughter->
isTau() )
237 return StatusCode::FAILURE;
243 if (truthInfo.m_bIsHadronicTau)
247 if ( truthInfo.m_iNChargedDaughters%2 == 0 )
249 ATH_MSG_WARNING(
"found tau with even multiplicity: " << truthInfo.m_iNChargedDaughters);
263 decPtVis(xTruthParticle) = truthInfo.m_vTruthVisTLV.Pt();
264 decEtaVis(xTruthParticle) = truthInfo.m_vTruthVisTLV.Eta();
265 decPhiVis(xTruthParticle) = truthInfo.m_vTruthVisTLV.Phi();
266 decMVis(xTruthParticle) = truthInfo.m_vTruthVisTLV.M();
268 decNumCharged(xTruthParticle) = truthInfo.m_iNChargedDaughters;
269 decNumChargedPion(xTruthParticle) = truthInfo.m_iNChargedPions;
270 decNumNeutral(xTruthParticle) = truthInfo.m_iNNeutralPions+truthInfo.m_iNNeutralOthers;
271 decNumNeutralPion(xTruthParticle) = truthInfo.m_iNNeutralPions;
274 decIsHadronicTau(xTruthParticle) = (
char)truthInfo.m_bIsHadronicTau;
278 TLorentzVector vTruthInvisTLV = xTruthParticle.
p4() - truthInfo.m_vTruthVisTLV;
283 decPtInvis(xTruthParticle) = vTruthInvisTLV.Pt();
284 decEtaInvis(xTruthParticle) = vTruthInvisTLV.Eta();
285 decPhiInvis(xTruthParticle) = vTruthInvisTLV.Phi();
286 decMInvis(xTruthParticle) = vTruthInvisTLV.M();
295 decPtVisCharged(xTruthParticle) = truthInfo.m_vTruthVisTLVCharged.Pt();
296 decEtaVisCharged(xTruthParticle) = truthInfo.m_vTruthVisTLVCharged.Eta();
297 decPhiVisCharged(xTruthParticle) = truthInfo.m_vTruthVisTLVCharged.Phi();
298 decMVisCharged(xTruthParticle) = truthInfo.m_vTruthVisTLVCharged.M();
307 decPtVisNeutral(xTruthParticle) = truthInfo.m_vTruthVisTLVNeutral.Pt();
308 decEtaVisNeutral(xTruthParticle) = truthInfo.m_vTruthVisTLVNeutral.Eta();
309 decPhiVisNeutral(xTruthParticle) = truthInfo.m_vTruthVisTLVNeutral.Phi();
310 decMVisNeutral(xTruthParticle) = truthInfo.m_vTruthVisTLVNeutral.M();
316 decDecayModeVector(xTruthParticle) = truthInfo.m_vDecayMode;
326 decDecayVertexX(xTruthParticle) = truthInfo.m_vDecayVertex.X();
327 decDecayVertexY(xTruthParticle) = truthInfo.m_vDecayVertex.Y();
328 decDecayVertexZ(xTruthParticle) = truthInfo.m_vDecayVertex.Z();
335 decProdVertexX(xTruthParticle) = truthInfo.m_vProdVertex.X();
336 decProdVertexY(xTruthParticle) = truthInfo.m_vProdVertex.Y();
337 decProdVertexZ(xTruthParticle) = truthInfo.m_vProdVertex.Z();
340 return StatusCode::SUCCESS;
◆ examineTruthTauDecay()
Definition at line 344 of file BuildTruthTaus.cxx.
350 return StatusCode::SUCCESS;
352 truthInfo.m_vDecayVertex.SetXYZ(xDecayVertex->
x(),xDecayVertex->
y(),xDecayVertex->
z());
356 truthInfo.m_vProdVertex.SetXYZ(xProdVertex->
x(),xProdVertex->
y(),xProdVertex->
z());
358 truthInfo.m_vProdVertex.SetXYZ(-1234,-1234,-1234);
361 for (
size_t iOutgoingParticle = 0; iOutgoingParticle < xDecayVertex->
nOutgoingParticles(); ++iOutgoingParticle )
364 if (xTruthDaughter ==
nullptr)
366 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.");
367 return StatusCode::FAILURE;
370 int iAbsPdgId = xTruthDaughter->
absPdgId();
371 int iPdgId = xTruthDaughter->
pdgId();
376 if ( iAbsPdgId != 111 && iAbsPdgId != 311 && iAbsPdgId != 310 && iAbsPdgId != 130 )
388 truthInfo.m_vDecayMode.push_back(iPdgId);
393 truthInfo.m_bIsHadronicTau =
true;
403 truthInfo.m_vTruthVisTLV += xTruthDaughter->
p4();
406 truthInfo.m_vTruthVisTLVCharged += xTruthDaughter->
p4();
409 truthInfo.m_vTruthVisTLVNeutral += xTruthDaughter->
p4();
415 truthInfo.m_iNChargedDaughters++;
417 if (iAbsPdgId==211) truthInfo.m_iNChargedPions++;
418 else truthInfo.m_iNChargedOthers++;
424 if (iAbsPdgId==111) truthInfo.m_iNNeutralPions++;
425 else truthInfo.m_iNNeutralOthers++;
428 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
◆ 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
◆ getProperty()
template<class T >
const T* asg::AsgTool::getProperty |
( |
const std::string & |
name | ) |
const |
|
inherited |
Get one of the tool's properties.
◆ 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 BuildTruthTaus::initialize |
( |
| ) |
|
|
overrideprivatevirtual |
◆ 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 431 of file BuildTruthTaus.cxx.
436 if (xDecayVertex ==
nullptr)
439 for (
size_t iOutgoingParticle = 0; iOutgoingParticle < xDecayVertex->
nOutgoingParticles(); ++iOutgoingParticle )
442 if (xTruthDaughter ==
nullptr)
444 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.");
448 <<
" e "<<xTruthDaughter->
e()
449 <<
" eta "<<xTruthDaughter->
p4().Eta()
450 <<
" phi "<<xTruthDaughter->
p4().Phi()
451 <<
" pdgid "<<xTruthDaughter->
pdgId()
452 <<
" status "<<xTruthDaughter->
status()
◆ renounce()
◆ renounceArray()
◆ retrieveTruthTaus() [1/3]
StatusCode BuildTruthTaus::retrieveTruthTaus |
( |
| ) |
|
|
overrideprivatevirtual |
◆ retrieveTruthTaus() [2/3]
StatusCode BuildTruthTaus::retrieveTruthTaus |
( |
ITruthTausEvent & |
truthTausEvent | ) |
const |
|
overrideprivatevirtual |
◆ retrieveTruthTaus() [3/3]
StatusCode BuildTruthTaus::retrieveTruthTaus |
( |
TruthTausEvent & |
truthTausEvent | ) |
const |
|
protected |
Definition at line 81 of file BuildTruthTaus.cxx.
83 const EventContext& ctx = Gaudi::Hive::currentContext();
87 if (!truthElectronsHandle.isValid()) {
88 ATH_MSG_ERROR (
"Could not retrieve " << truthElectronsHandle.key());
89 return StatusCode::FAILURE;
91 truthTausEvent.m_xTruthElectronContainerConst = truthElectronsHandle.cptr();
94 ATH_MSG_WARNING(
"Truth electron container is not available, won't perform matching to truth electrons");
99 if (!truthMuonsHandle.isValid()) {
100 ATH_MSG_ERROR (
"Could not retrieve " << truthMuonsHandle.key());
101 return StatusCode::FAILURE;
103 truthTausEvent.m_xTruthMuonContainerConst = truthMuonsHandle.cptr();
106 ATH_MSG_WARNING(
"Truth muon container is not available, won't perform matching to truth muons");
111 if (!truthJetsHandle.isValid()) {
112 ATH_MSG_ERROR (
"Could not retrieve " << truthJetsHandle.key());
113 return StatusCode::FAILURE;
115 truthTausEvent.m_xTruthJetContainerConst = truthJetsHandle.cptr();
118 ATH_MSG_WARNING(
"Truth jet container is not available, won't perform matching to truth jets");
124 if (!truthTausHandle.isValid()) {
125 ATH_MSG_ERROR (
"Could not retrieve " << truthTausHandle.key());
126 return StatusCode::FAILURE;
128 truthTausEvent.m_xTruthTauContainerConst = truthTausHandle.cptr();
132 if (!truthParticlesHandle.isValid()) {
133 ATH_MSG_ERROR (
"Could not retrieve " << truthParticlesHandle.key());
134 return StatusCode::FAILURE;
136 truthTausEvent.m_xTruthParticleContainer = truthParticlesHandle.cptr();
138 auto truthTausOutput = std::make_unique<xAOD::TruthParticleContainer>();
139 auto truthTausOutputAux = std::make_unique<xAOD::TruthParticleAuxContainer>();
140 truthTausOutput->setStore(truthTausOutputAux.get());
141 truthTausEvent.m_xTruthTauContainer = truthTausOutput.get();
146 ATH_CHECK(writeHandle.record(std::move(truthTausOutput), std::move(truthTausOutputAux)));
149 return StatusCode::SUCCESS;
◆ setTruthMatchingMode()
virtual void TauAnalysisTools::BuildTruthTaus::setTruthMatchingMode |
( |
| ) |
|
|
inlineoverrideprivatevirtual |
◆ 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_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_bTruthTauAvailable
bool TauAnalysisTools::BuildTruthTaus::m_bTruthTauAvailable {} |
|
protected |
◆ m_bWriteDecayModeVector
bool TauAnalysisTools::BuildTruthTaus::m_bWriteDecayModeVector {} |
|
private |
◆ m_bWriteInvisibleFourMomentum
bool TauAnalysisTools::BuildTruthTaus::m_bWriteInvisibleFourMomentum {} |
|
private |
◆ m_bWriteVertices
bool TauAnalysisTools::BuildTruthTaus::m_bWriteVertices {} |
|
private |
◆ m_bWriteVisibleChargedFourMomentum
bool TauAnalysisTools::BuildTruthTaus::m_bWriteVisibleChargedFourMomentum {} |
|
private |
◆ m_bWriteVisibleNeutralFourMomentum
bool TauAnalysisTools::BuildTruthTaus::m_bWriteVisibleNeutralFourMomentum {} |
|
private |
◆ m_detStore
◆ m_evtStore
◆ m_inputMetaStore
◆ m_outputMetaStore
◆ m_tMCTruthClassifier
◆ m_truthElectronContainer
◆ m_truthJetContainer
◆ m_truthMatchingMode
bool TauAnalysisTools::BuildTruthTaus::m_truthMatchingMode = false |
|
private |
◆ m_truthMuonContainer
◆ m_truthParticleContainer
◆ m_truthTauInputContainer
◆ m_truthTauOutputContainer
◆ m_truthTausEvent
TruthTausEvent TauAnalysisTools::BuildTruthTaus::m_truthTausEvent |
|
protected |
◆ 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)
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
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.
Helper class to provide type-safe access to aux data.
Class describing a truth particle in the MC record.
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)
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
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.
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.
float z() const
Vertex longitudinal distance along the beam line form the origin.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
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.
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.