ATLAS Offline Software
Loading...
Searching...
No Matches
met::METJetAssocTool Class Referencefinal

#include <METJetAssocTool.h>

Inheritance diagram for met::METJetAssocTool:
Collaboration diagram for met::METJetAssocTool:

Public Member Functions

 METJetAssocTool (const std::string &name)
 ~METJetAssocTool ()=default
virtual StatusCode initialize () override
 Dummy implementation of the initialisation function.
virtual StatusCode execute (xAOD::MissingETContainer *metCont, xAOD::MissingETAssociationMap *metMap) const override
virtual void print () const
 Print the state of the tool.
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
virtual StatusCode sysInitialize () override
 Perform system initialization for an algorithm.
virtual StatusCode sysStart () override
 Handle START transition.
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles.
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles.
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T, V, H > &t)
void updateVHKA (Gaudi::Details::PropertyBase &)
MsgStream & msg () const
bool msgLvl (const MSG::Level lvl) const
Additional helper functions, not directly mimicking Athena
template<class T>
const T * getProperty (const std::string &name) const
 Get one of the tool's properties.
const std::string & msg_level_name () const __attribute__((deprecated))
 A deprecated function for getting the message level's name.
const std::string & getName (const void *ptr) const
 Get the name of an object that is / should be in the event store.
SG::sgkey_t getKey (const void *ptr) const
 Get the (hashed) key of an object that is in the event store.

Protected Member Functions

virtual StatusCode executeTool (xAOD::MissingETContainer *metCont, xAOD::MissingETAssociationMap *metMap) const override
virtual StatusCode extractPFO (const xAOD::IParticle *, std::vector< const xAOD::IParticle * > &, const met::METAssociator::ConstitHolder &, std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > &) const override
virtual StatusCode extractFE (const xAOD::IParticle *, std::vector< const xAOD::IParticle * > &, const met::METAssociator::ConstitHolder &, std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > &) const override
virtual StatusCode extractTracks (const xAOD::IParticle *, std::vector< const xAOD::IParticle * > &, const met::METAssociator::ConstitHolder &) const override
virtual StatusCode extractTopoClusters (const xAOD::IParticle *, std::vector< const xAOD::IParticle * > &, const met::METAssociator::ConstitHolder &) const override
StatusCode retrieveConstituents (met::METAssociator::ConstitHolder &constits) const
bool acceptTrack (const xAOD::TrackParticle *trk, const xAOD::Vertex *pv) const
bool isGoodEoverP (const xAOD::TrackParticle *trk) const
virtual StatusCode fillAssocMap (xAOD::MissingETAssociationMap *metMap, const xAOD::IParticleContainer *hardObjs) const
StatusCode GetUEcorr (const met::METAssociator::ConstitHolder &constits, std::vector< TLorentzVector > &v_clus, TLorentzVector &clus, TLorentzVector &HR, const float Drcone, const float MinDistCone, float &UEcorr) const
virtual StatusCode extractFEHR (const xAOD::IParticle *, std::vector< const xAOD::IParticle * >, std::vector< const xAOD::IParticle * > &, const met::METAssociator::ConstitHolder &, std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > &, float &) const
void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce (T &h)
void extraDeps_update_handler (Gaudi::Details::PropertyBase &ExtraDeps)
 Add StoreName to extra input/output deps as needed.

Static Protected Member Functions

static bool greaterPt (const xAOD::IParticle *part1, const xAOD::IParticle *part2)
static bool greaterPtPFO (const xAOD::PFO *part1, const xAOD::PFO *part2)
static bool greaterPtFE (const xAOD::FlowElement *part1, const xAOD::FlowElement *part2)

Protected Attributes

ToolHandle< InDet::IInDetTrackSelectionToolm_trkseltool
ToolHandle< xAOD::ITrackIsolationToolm_trkIsolationTool
ToolHandle< xAOD::ICaloTopoClusterIsolationToolm_caloIsolationTool
std::string m_neutralFELinksKey
std::string m_chargedFELinksKey
std::string m_neutralPFOLinksKey
std::string m_chargedPFOLinksKey
bool m_usePFOLinks
bool m_useFELinks
SG::ReadHandleKey< xAOD::VertexContainerm_pvcollKey {this,"PrimVxColl","PrimaryVertices","Primary Vertex Collection"}
SG::ReadHandleKey< xAOD::IParticleContainerm_clcollKey {this,"ClusColl","CaloCalTopoClusters","Topo cluster Collection"}
SG::ReadHandleKey< xAOD::TrackParticleContainerm_trkcollKey {this,"TrkColl","InDetTrackParticles","Track particle Collection"}
SG::ReadHandleKey< xAOD::PFOContainerm_pfcollKey {this,"PFlowColl","","PFO Collection"}
SG::ReadHandleKey< xAOD::FlowElementContainerm_fecollKey {this,"FlowElementCollection","","FlowElement Collection (overrides PFO if not empty)"}
SG::ReadHandleKey< xAOD::IParticleContainerm_hybridContKey {this,"HybridKey","","Hybrid Collection"}
Gaudi::Property< boolm_recoil {this, "HRecoil", false, ""}
bool m_pflow
bool m_useTracks
bool m_useRapidity
bool m_useIsolationTools = false
bool m_useModifiedClus
bool m_weight_charged_pfo = false
bool m_cleanChargedPFO
bool m_skipconst
std::string m_forcoll
double m_foreta
double m_cenTrackPtThr
double m_forTrackPtThr

Private Member Functions

 METJetAssocTool ()
 Default constructor:
void getOther (const xAOD::Jet *jet, std::vector< const xAOD::IParticle * > &consts, std::set< const xAOD::IParticle * > *newConst) const

Static Private Member Functions

static void getPFOs (const xAOD::Jet *jet, std::vector< const xAOD::IParticle * > &consts, const met::METAssociator::ConstitHolder &constits, std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > &momenta)
static void getClus (const xAOD::Jet *jet, std::vector< const xAOD::IParticle * > &consts)

Private Attributes

SG::ReadHandleKey< xAOD::JetContainerm_jetContKey {this, "InputCollection", "AntiKt4EMPFlowJets", "jets input key"}
Gaudi::Property< doublem_matchRadius {this, "MatchRadius", 0.4, ""}

Detailed Description

Definition at line 24 of file METJetAssocTool.h.

Constructor & Destructor Documentation

◆ METJetAssocTool() [1/2]

met::METJetAssocTool::METJetAssocTool ( const std::string & name)

Definition at line 41 of file METJetAssocTool.cxx.

41 :
44 {
45 }
AsgTool(const std::string &name)
Constructor specifying the tool instance's name.
Definition AsgTool.cxx:58

◆ ~METJetAssocTool()

met::METJetAssocTool::~METJetAssocTool ( )
default

◆ METJetAssocTool() [2/2]

met::METJetAssocTool::METJetAssocTool ( )
private

Default constructor:

Member Function Documentation

◆ acceptTrack()

bool met::METAssociator::acceptTrack ( const xAOD::TrackParticle * trk,
const xAOD::Vertex * pv ) const
protectedinherited

Definition at line 376 of file METAssociator.cxx.

377 {
378
379 if (!vx) return false;//in events with no pv, we will just reject all tracks, and therefore build only the calo MET
380 return static_cast<bool> (m_trkseltool->accept( *trk, vx ));
381 }
ToolHandle< InDet::IInDetTrackSelectionTool > m_trkseltool

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( Gaudi::Property< T, V, H > & t)
inlineinherited

Definition at line 145 of file AthCommonDataStore.h.

145 {
146 typedef typename SG::HandleClassifier<T>::type htype;
148 }
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>

◆ detStore()

const ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::detStore ( ) const
inlineinherited

The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 95 of file AthCommonDataStore.h.

◆ evtStore()

ServiceHandle< StoreGateSvc > & AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore ( )
inlineinherited

The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.

Definition at line 85 of file AthCommonDataStore.h.

◆ execute()

StatusCode met::METAssociator::execute ( xAOD::MissingETContainer * metCont,
xAOD::MissingETAssociationMap * metMap ) const
overridevirtualinherited

Implements IMETAssocToolBase.

Definition at line 150 of file METAssociator.cxx.

151 {
152 ATH_MSG_DEBUG ("In execute: " << name() << "...");
153 if(!metCont) {
154 ATH_MSG_WARNING("Invalid pointer to MissingETContainer supplied! Abort.");
155 return StatusCode::FAILURE;
156 }
157
158 if(!metMap) {
159 ATH_MSG_WARNING("Invalid pointer to MissingETAssociationMap supplied! Abort.");
160 return StatusCode::FAILURE;
161 }
162 if(m_pflow && !m_useTracks ){
163 ATH_MSG_WARNING("Attempting to build PFlow MET without a track collection.");
164 return StatusCode::FAILURE;
165 }
166
167 return this->executeTool(metCont, metMap);
168 }
#define ATH_MSG_WARNING(x)
#define ATH_MSG_DEBUG(x)
virtual StatusCode executeTool(xAOD::MissingETContainer *metCont, xAOD::MissingETAssociationMap *metMap) const =0

◆ executeTool()

StatusCode met::METJetAssocTool::executeTool ( xAOD::MissingETContainer * metCont,
xAOD::MissingETAssociationMap * metMap ) const
overrideprotectedvirtual

Implements met::METAssociator.

Definition at line 61 of file METJetAssocTool.cxx.

62 {
63 ATH_MSG_VERBOSE ("In execute: " << name() << "...");
64
65 //empty key -> dont write any jets into map
66 //just add misc assoc and be done with it
67 if(m_jetContKey.empty()){
69 return StatusCode::SUCCESS;
70 }
71
72 // Retrieve the jet container
73 SG::ReadHandle<xAOD::JetContainer> jetCont(m_jetContKey);
74 if (!jetCont.isValid()) {
75 ATH_MSG_WARNING("Unable to retrieve input jet container " << m_jetContKey.key());
76 return StatusCode::FAILURE;
77 }
78
79 ATH_MSG_DEBUG("Successfully retrieved jet collection");
80
81 ConstitHolder constits;
82 if (retrieveConstituents(constits).isFailure()) {
83 ATH_MSG_WARNING("Unable to retrieve constituent containers");
84 return StatusCode::FAILURE;
85 }
86
87 std::set<const xAOD::IParticle*> newConst;
88 if (m_skipconst) {
89 for (const auto *const clust : *constits.tcCont) newConst.insert(clust);
90 }
91
92 // Create jet associations
93 for(const auto *const jet : *jetCont) {
94 std::vector<const IParticle*> selectedTracks;
95 bool mismatchedPFlow = m_pflow && (jet->rawConstituent(0)->type()!=xAOD::Type::ParticleFlow && jet->rawConstituent(0)->type()!=xAOD::Type::FlowElement);
96 bool mismatchedState = !m_skipconst && !m_pflow && jet->rawConstituent(0)->type()==xAOD::Type::CaloCluster && ((static_cast<const xAOD::CaloCluster*>(jet->rawConstituent(0))->signalState()==xAOD::CaloCluster::CALIBRATED && jet->getConstituentsSignalState()==xAOD::UncalibratedJetConstituent) || (static_cast<const xAOD::CaloCluster*>(jet->rawConstituent(0))->signalState()==xAOD::CaloCluster::UNCALIBRATED && jet->getConstituentsSignalState()==xAOD::CalibratedJetConstituent));
97 bool newConstVec = m_skipconst || mismatchedPFlow || mismatchedState;
98 if (m_pflow && !mismatchedPFlow) {
99 if(jet->rawConstituent(0)->type() == xAOD::Type::FlowElement){
100 for (size_t consti = 0; consti < jet->numConstituents(); consti++) {
101 const xAOD::FlowElement *pfo = static_cast<const xAOD::FlowElement*>(jet->rawConstituent(consti));
102 ATH_MSG_VERBOSE("Jet constituent PFO, pt :" << pfo->pt() << ", charge: " << pfo->charge());
103 if ((pfo->isCharged()) && (!m_cleanChargedPFO || isGoodEoverP(static_cast<const xAOD::TrackParticle*>(pfo->chargedObject(0))))) {
104 ATH_MSG_VERBOSE(" Accepted charged PFO, pt " << pfo->pt());
105 selectedTracks.push_back(pfo);
106 }
107 }
108 }
109 else{
110 // constituents are xAOD::PFO
111 for (size_t consti = 0; consti < jet->numConstituents(); consti++) {
112 const xAOD::PFO *pfo = static_cast<const xAOD::PFO*>(jet->rawConstituent(consti));
113 ATH_MSG_VERBOSE("Jet constituent PFO, pt :" << pfo->pt() << ", charge: " << pfo->charge());
114 if (pfo->isCharged() && (!m_cleanChargedPFO || isGoodEoverP(pfo->track(0)))) {
115 ATH_MSG_VERBOSE(" Accepted charged PFO, pt " << pfo->pt());
116 selectedTracks.push_back(pfo);
117 }
118 }
119 }
120 } else {
121 std::vector<const IParticle*> jettracks;
122 jet->getAssociatedObjects<IParticle>(JetAttribute::GhostTrack,jettracks);
123
124 selectedTracks.reserve(jettracks.size());
125 for(const auto& trk : jettracks) {
126 const TrackParticle* pTrk = static_cast<const TrackParticle*>(trk);
127 if(acceptTrack(pTrk,constits.pv) && isGoodEoverP(pTrk)) {
128 selectedTracks.push_back(trk);
129 ATH_MSG_VERBOSE("Accept track " << trk << " px, py = " << trk->p4().Px() << ", " << trk->p4().Py());
130 }
131 }
132 }
133 std::vector<const IParticle*> consts;
134 std::map<const IParticle*,MissingETBase::Types::constvec_t> momenta;
135
136 MissingETComposition::add(metMap,jet,selectedTracks);
137 if (mismatchedPFlow) getPFOs(jet,consts,constits,momenta);
138 else if (mismatchedState) getClus(jet,consts);
139 else if (newConstVec) getOther(jet,consts,&newConst);
140 if (newConstVec) MissingETComposition::setJetConstSum(metMap,jet,consts,momenta);
141 ATH_MSG_VERBOSE("Added association " << metMap->findIndex(jet) << " pointing to jet " << jet);
142 ATH_MSG_VERBOSE("Jet pt, eta, phi = " << jet->pt() << ", " << jet->eta() << "," << jet->phi() );
143
144 }
146 ATH_MSG_DEBUG("Added miscellaneous association");
147
148 return StatusCode::SUCCESS;
149 }
#define ATH_MSG_VERBOSE(x)
bool isGoodEoverP(const xAOD::TrackParticle *trk) const
StatusCode retrieveConstituents(met::METAssociator::ConstitHolder &constits) const
bool acceptTrack(const xAOD::TrackParticle *trk, const xAOD::Vertex *pv) const
SG::ReadHandleKey< xAOD::JetContainer > m_jetContKey
static void getClus(const xAOD::Jet *jet, std::vector< const xAOD::IParticle * > &consts)
static void getPFOs(const xAOD::Jet *jet, std::vector< const xAOD::IParticle * > &consts, const met::METAssociator::ConstitHolder &constits, std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > &momenta)
void getOther(const xAOD::Jet *jet, std::vector< const xAOD::IParticle * > &consts, std::set< const xAOD::IParticle * > *newConst) const
State signalState() const
Get the current signal state.
virtual double pt() const override
const xAOD::IParticle * chargedObject(std::size_t i) const
float charge() const
bool isCharged() const
is a charged PFO
Definition PFO_v1.cxx:251
const TrackParticle * track(unsigned int index) const
Retrieve a const pointer to a Rec::TrackParticle.
Definition PFO_v1.cxx:691
float charge() const
get charge of PFO
virtual double pt() const
The transverse momentum ( ) of the particle.
Definition PFO_v1.cxx:52
@ ParticleFlow
The object is a particle-flow object.
Definition ObjectType.h:41
@ FlowElement
The object is a track-calo-cluster.
Definition ObjectType.h:52
@ CaloCluster
The object is a calorimeter cluster.
Definition ObjectType.h:39
PFO_v1 PFO
Definition of the current "pfo version".
Definition PFO.h:17
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.
FlowElement_v1 FlowElement
Definition of the current "pfo version".
Definition FlowElement.h:16
TrackParticle_v1 TrackParticle
Reference the current persistent version:
@ UncalibratedJetConstituent
Definition JetTypes.h:21
@ CalibratedJetConstituent
Definition JetTypes.h:22
static bool addMiscAssociation(MissingETAssociationMap *pMap)
Add an association to hold objects not associated to any jet.
static bool setJetConstSum(MissingETAssociationMap *metMap, const Jet *jet, const std::vector< const IParticle * > &altConsts, std::map< const IParticle *, MissingETBase::Types::constvec_t > pOverride)
static bool add(MissingETComponentMap *pMap, const MissingET *pMET, MissingETBase::Types::bitmask_t sw=MissingETBase::Status::clearedStatus())
Adding a MissingET object to the map.

◆ extractFE()

virtual StatusCode met::METJetAssocTool::extractFE ( const xAOD::IParticle * ,
std::vector< const xAOD::IParticle * > & ,
const met::METAssociator::ConstitHolder & ,
std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > &  ) const
inlineoverrideprotectedvirtual

Implements met::METAssociator.

Definition at line 58 of file METJetAssocTool.h.

62 {return StatusCode::FAILURE;} // should not be called

◆ extractFEHR()

virtual StatusCode met::METAssociator::extractFEHR ( const xAOD::IParticle * ,
std::vector< const xAOD::IParticle * > ,
std::vector< const xAOD::IParticle * > & ,
const met::METAssociator::ConstitHolder & ,
std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > & ,
float &  ) const
inlineprotectedvirtualinherited

Reimplemented in met::METEgammaAssociator, and met::METMuonAssociator.

Definition at line 153 of file METAssociator.h.

159 {return StatusCode::FAILURE;}

◆ extractPFO()

virtual StatusCode met::METJetAssocTool::extractPFO ( const xAOD::IParticle * ,
std::vector< const xAOD::IParticle * > & ,
const met::METAssociator::ConstitHolder & ,
std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > &  ) const
inlineoverrideprotectedvirtual

Implements met::METAssociator.

Definition at line 52 of file METJetAssocTool.h.

56 {return StatusCode::FAILURE;} // should not be called

◆ extractTopoClusters()

virtual StatusCode met::METJetAssocTool::extractTopoClusters ( const xAOD::IParticle * ,
std::vector< const xAOD::IParticle * > & ,
const met::METAssociator::ConstitHolder &  ) const
inlineoverrideprotectedvirtual

Implements met::METAssociator.

Definition at line 69 of file METJetAssocTool.h.

72 {return StatusCode::FAILURE;} // should not be called

◆ extractTracks()

virtual StatusCode met::METJetAssocTool::extractTracks ( const xAOD::IParticle * ,
std::vector< const xAOD::IParticle * > & ,
const met::METAssociator::ConstitHolder &  ) const
inlineoverrideprotectedvirtual

Implements met::METAssociator.

Definition at line 64 of file METJetAssocTool.h.

67 {return StatusCode::FAILURE;} // should not be called

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::extraDeps_update_handler ( Gaudi::Details::PropertyBase & ExtraDeps)
protectedinherited

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

◆ fillAssocMap()

StatusCode met::METAssociator::fillAssocMap ( xAOD::MissingETAssociationMap * metMap,
const xAOD::IParticleContainer * hardObjs ) const
protectedvirtualinherited

Reimplemented in met::METTruthAssociator.

Definition at line 304 of file METAssociator.cxx.

306 {
307 ConstitHolder constits;
308
309 if (retrieveConstituents(constits).isFailure()) {
310 ATH_MSG_DEBUG("Unable to retrieve constituent containers");
311 return StatusCode::FAILURE;
312 }
313
314 std::vector<const IParticle*> constlist;
315 constlist.reserve(20);
316 std::vector<const IParticle*> hardObjs_tmp;
317 for(const auto *const obj : *hardObjs) {
318 hardObjs_tmp.push_back(obj);
319 }
320 std::sort(hardObjs_tmp.begin(),hardObjs_tmp.end(),greaterPt);
321
322 for(const auto& obj : hardObjs_tmp) {
323 if(obj->pt()<4e3 && obj->type()!=xAOD::Type::Muon) continue;
324 constlist.clear();
325 ATH_MSG_VERBOSE( "Object type, pt, eta, phi = " << obj->type() << ", " << obj->pt() << ", " << obj->eta() << "," << obj->phi() );
326 if(m_pflow){
327 if(!m_fecollKey.key().empty()){
328 if(!m_useTracks){
329 ATH_MSG_ERROR("Attempting to build FlowElement MET without a track collection.");
330 return StatusCode::FAILURE;
331 }
332 std::map<const IParticle*, MissingETBase::Types::constvec_t> momentumOverride;
333 if(m_recoil){ // HR part:
334 float UEcorr_Pt = 0.; // Underlying event correction for HR
335 ATH_CHECK(extractFEHR(obj,hardObjs_tmp,constlist,constits,momentumOverride, UEcorr_Pt));
336 ATH_MSG_DEBUG("Energy correction is: " << UEcorr_Pt);
337 dec_UEcorr(*obj) = UEcorr_Pt;
338 }
339 else{ // MET part:
340 ATH_CHECK( this->extractFE(obj, constlist, constits, momentumOverride) );
341 }
342 MissingETComposition::insert(metMap, obj, constlist, momentumOverride);
343 }
344 else{
345 // Old PFO EDM
346 if(!m_useTracks){
347 ATH_MSG_DEBUG("Attempting to build PFlow without a track collection.");
348 return StatusCode::FAILURE;
349 }else{
350 std::map<const IParticle*,MissingETBase::Types::constvec_t> momentumOverride;
351 ATH_CHECK( this->extractPFO(obj,constlist,constits,momentumOverride) );
352 MissingETComposition::insert(metMap,obj,constlist,momentumOverride);
353 }
354 }
355 } else {
356 std::vector<const IParticle*> tclist;
357 tclist.reserve(20);
358 ATH_CHECK( this->extractTopoClusters(obj,tclist,constits) );
360 for(const auto& cl : tclist) {
361 // use index-parallelism to identify shallow copied constituents
362 constlist.push_back((*constits.tcCont)[cl->index()]);
363 }
364 } else {
365 constlist = tclist;
366 }
367 if(m_useTracks) ATH_CHECK( this->extractTracks(obj,constlist,constits) );
368 MissingETComposition::insert(metMap,obj,constlist);
369 }
370 }
371 return StatusCode::SUCCESS;
372 }
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_ERROR(x)
virtual StatusCode extractFEHR(const xAOD::IParticle *, std::vector< const xAOD::IParticle * >, std::vector< const xAOD::IParticle * > &, const met::METAssociator::ConstitHolder &, std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > &, float &) const
virtual StatusCode extractPFO(const xAOD::IParticle *obj, std::vector< const xAOD::IParticle * > &pfolist, const met::METAssociator::ConstitHolder &constits, std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > &momenta) const =0
virtual StatusCode extractFE(const xAOD::IParticle *obj, std::vector< const xAOD::IParticle * > &felist, const met::METAssociator::ConstitHolder &constits, std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > &momenta) const =0
static bool greaterPt(const xAOD::IParticle *part1, const xAOD::IParticle *part2)
virtual StatusCode extractTopoClusters(const xAOD::IParticle *obj, std::vector< const xAOD::IParticle * > &tclist, const met::METAssociator::ConstitHolder &constits) const =0
virtual StatusCode extractTracks(const xAOD::IParticle *obj, std::vector< const xAOD::IParticle * > &constlist, const met::METAssociator::ConstitHolder &constits) const =0
Gaudi::Property< bool > m_recoil
SG::ReadHandleKey< xAOD::FlowElementContainer > m_fecollKey
cl
print [x.__class__ for x in toList(dqregion.getSubRegions()) ]
static const SG::Decorator< float > dec_UEcorr("UEcorr_Pt")
void sort(typename DataModel_detail::iterator< DVL > beg, typename DataModel_detail::iterator< DVL > end)
Specialization of sort for DataVector/List.
@ Muon
The object is a muon.
Definition ObjectType.h:48
static bool insert(MissingETComponentMap *pMap, const MissingET *pMET, const IParticle *pPart, MissingETBase::Types::weight_t weight=MissingETBase::Types::weight_t())
Insert contributing signal or physics object by pointer, with optional kinematic weight object.

◆ getClus()

void met::METJetAssocTool::getClus ( const xAOD::Jet * jet,
std::vector< const xAOD::IParticle * > & consts )
staticprivate

Definition at line 211 of file METJetAssocTool.cxx.

212 {
213 std::vector<ElementLink<IParticleContainer> > jetconst = jet->constituentLinks();
214 for(const auto& clus : jetconst) consts.push_back(*clus);
215 }
const std::vector< ElementLink< IParticleContainer > > & constituentLinks() const
Direct access to constituents. WARNING expert use only.
Definition Jet_v1.cxx:162

◆ getKey()

SG::sgkey_t asg::AsgTool::getKey ( const void * ptr) const
inherited

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
ptrThe 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.

119 {
120
121#ifdef XAOD_STANDALONE
122 // In case we use @c xAOD::TEvent, we have a direct function call
123 // for this.
124 return evtStore()->event()->getKey( ptr );
125#else
126 const SG::DataProxy* proxy = evtStore()->proxy( ptr );
127 return ( proxy == nullptr ? 0 : proxy->sgkey() );
128#endif // XAOD_STANDALONE
129 }
ServiceHandle< StoreGateSvc > & evtStore()

◆ 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
ptrThe 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.

106 {
107
108#ifdef XAOD_STANDALONE
109 // In case we use @c xAOD::TEvent, we have a direct function call
110 // for this.
111 return evtStore()->event()->getName( ptr );
112#else
113 const SG::DataProxy* proxy = evtStore()->proxy( ptr );
114 static const std::string dummy = "";
115 return ( proxy == nullptr ? dummy : proxy->name() );
116#endif // XAOD_STANDALONE
117 }

◆ getOther()

void met::METJetAssocTool::getOther ( const xAOD::Jet * jet,
std::vector< const xAOD::IParticle * > & consts,
std::set< const xAOD::IParticle * > * newConst ) const
private

Definition at line 217 of file METJetAssocTool.cxx.

219 {
220 std::vector<ElementLink<IParticleContainer> > jetconst = jet->constituentLinks();
221 for(const auto& clus : *newConst) if (clus->container()!=jet->rawConstituent(0)->container() && clus->e()>0 && xAOD::P4Helpers::isInDeltaR(*jet,*clus,m_matchRadius,m_useRapidity)) consts.push_back(clus);
222 //for(const auto& clus : *newConst) if (clus->type()!=jet->rawConstituent(0)->type() && clus->e()>0 && xAOD::P4Helpers::isInDeltaR(*jet,*clus,m_matchRadius,m_useRapidity)) consts.push_back(clus);
223 for(const auto& clusL : jetconst) {
224 const xAOD::IParticle *clus = *clusL;
225 if (newConst->count(clus)) consts.push_back(clus);
226 }
227 }
const SG::AuxVectorData * container() const
Return the container holding this element.
Gaudi::Property< double > m_matchRadius
const IParticle * rawConstituent(size_t i) const
Direct access to constituents. WARNING expert use only.
Definition Jet_v1.cxx:158
bool isInDeltaR(const xAOD::IParticle &p1, const xAOD::IParticle &p2, double dR, bool useRapidity=true)
Check if 2 xAOD::IParticle are in a cone.

◆ getPFOs()

void met::METJetAssocTool::getPFOs ( const xAOD::Jet * jet,
std::vector< const xAOD::IParticle * > & consts,
const met::METAssociator::ConstitHolder & constits,
std::map< const xAOD::IParticle *, MissingETBase::Types::constvec_t > & momenta )
staticprivate

Definition at line 151 of file METJetAssocTool.cxx.

154 {
155
156 std::vector<const IParticle*> jettracks;
157 jet->getAssociatedObjects<IParticle>(JetAttribute::GhostTrack,jettracks);
158
159 if(constits.feCont != nullptr){
160 // We have PFOs in FlowElement format
161 for(const xAOD::FlowElement* pfo : *constits.feCont) {
162 if (pfo->isCharged()) {
163 const TrackParticle* pfotrk = static_cast<const xAOD::TrackParticle*>(pfo->chargedObject(0));
164 for(const xAOD::IParticle* track : jettracks) {
165 const TrackParticle* jettrk = static_cast<const xAOD::TrackParticle*>(track);
166 if (jettrk==pfotrk) {
167 consts.push_back(pfo);
168 break;
169 }
170 }
171 }
172 else {
173 bool marked = false;
174 for (size_t consti = 0; consti < jet->numConstituents(); consti++){
175 if (pfo->p4().DeltaR(jet->rawConstituent(consti)->p4())<0.05) marked = true;
176 }
177 if (marked) {
178 consts.push_back(pfo);
179 TLorentzVector momentum = pfo->p4();
180 momenta[pfo] = MissingETBase::Types::constvec_t(momentum.Px(),momentum.Py(),momentum.Pz(),
181 momentum.E(),momentum.Pt());
182 }
183 }
184 }
185 }
186 else{
187 // No FlowElements, assume xAOD::PFO format
188 for(const auto *const pfo : *constits.pfoCont) {
189 if (pfo->isCharged()) {
190 const TrackParticle* pfotrk = pfo->track(0);
191 for(const auto& trk : jettracks) {
192 if (trk==pfotrk) {
193 consts.push_back(pfo);
194 break;
195 }
196 }
197 } else {
198 bool marked = false;
199 for (size_t consti = 0; consti < jet->numConstituents(); consti++) if (pfo->p4().DeltaR(jet->rawConstituent(consti)->p4())<0.05) marked = true;
200 if (marked) {
201 consts.push_back(pfo);
202 TLorentzVector momentum = pfo->p4();
203 momenta[pfo] = MissingETBase::Types::constvec_t(momentum.Px(),momentum.Py(),momentum.Pz(),
204 momentum.E(),momentum.Pt());
205 }
206 }
207 }
208 }
209 }
virtual FourMom_t p4() const override
The full 4-momentum of the particle.
virtual FourMom_t p4() const =0
The full 4-momentum of the particle.
size_t numConstituents() const
Number of constituents in this jets (this is valid even when reading a file where the constituents ha...
Definition Jet_v1.cxx:153
std::vector< const T * > getAssociatedObjects(const std::string &name) const
get associated objects as a vector<object> this compact form throws an exception if the object is not...
xAOD::MissingETAssociation_v1::ConstVec constvec_t
Type for constituent vector.
const xAOD::FlowElementContainer * feCont
const xAOD::PFOContainer * pfoCont

◆ getProperty()

template<class T>
const T * asg::AsgTool::getProperty ( const std::string & name) const
inherited

Get one of the tool's properties.

◆ GetUEcorr()

StatusCode met::METAssociator::GetUEcorr ( const met::METAssociator::ConstitHolder & constits,
std::vector< TLorentzVector > & v_clus,
TLorentzVector & clus,
TLorentzVector & HR,
const float Drcone,
const float MinDistCone,
float & UEcorr ) const
protectedinherited

Definition at line 446 of file METAssociator.cxx.

453 {
454 // 1. Get random phi
455 unsigned int seed = floor( clus.Pt() * Gaudi::Units::GeV );
456 TRandom3 hole;
457 hole.SetSeed(seed);
458
459 bool isNextToPart(true);
460 bool isNextToHR(true);
461 double phiRnd(0.);
462
463 int numOfRndTrials = 0; // Counter for trials to find random cone without overlaps
464 const int maxNumOfRndTrials = 100; // Max. number of trials to find random cone without overlaps
465
466 while(isNextToPart || isNextToHR ){
467 isNextToPart = false;
468 isNextToHR = true;
469
470 phiRnd = hole.Uniform( -std::numbers::pi, std::numbers::pi);
471 double dR = P4Helpers::deltaR( HR.Eta(), HR.Phi(), clus.Eta(), phiRnd );
472 if(dR > MinDistCone){
473 isNextToHR = false;
474 }
475
476 for(const auto& clus_j : v_clus) { // loop over leptons
477 dR = P4Helpers::deltaR( clus.Eta(), phiRnd, clus_j.Eta(), clus_j.Phi() );
478 if(dR < MinDistCone){
479 isNextToPart = true;
480 break;
481 }
482 } // swclus_j
483
484 numOfRndTrials++;
485 if(numOfRndTrials == maxNumOfRndTrials){ // check number of trials
486 UEcorr = 0.;
487 return StatusCode::SUCCESS;
488 }
489 } // while isNextToPart, isNextToHR
490
491 ATH_MSG_DEBUG("Found rnd phi: " << phiRnd);
492
493
494 // 2. Calculete UE correction
495 TLorentzVector tv_UEcorr; // TLV of UE correction (initialized with 0,0,0,0 automatically)
496 std::pair <double, double> eta_rndphi = std::make_pair(clus.Eta(), phiRnd); // pair of current cluser eta and random phi
497
498
499 // Calculate delta phi -> always the same angle so its sufficient to calculate it only once
500 float dphi_angle=P4Helpers::deltaPhi(clus.Phi(),eta_rndphi.second);
501
502 for(const auto fe_itr : *constits.feCont){ // loop over PFOs
503 if(fe_itr->pt() < 0 || fe_itr->e() < 0){ //sanity check
504 continue;
505 }
506
507 //remove charged FE that are not matched to the PV
508 const static SG::ConstAccessor<char> PVMatchedAcc("matchedToPV");
509 if(fe_itr->isCharged() && !PVMatchedAcc(*fe_itr)){
510 continue;
511 }
512
513 double dR = P4Helpers::deltaR( fe_itr->eta(), fe_itr->phi(), eta_rndphi.first, eta_rndphi.second );
514 if( dR < Drcone ){
515 // Rotate on dphi_angle
516 TLorentzVector tv_fe = fe_itr->p4();
517 tv_fe.RotateZ(dphi_angle);
518 tv_UEcorr += tv_fe; // summing PFOs of UE for correction
519 } // cone requirement
520 } // loop over PFOs
521
522 UEcorr = tv_UEcorr.Pt(); // Pt of UE correction
523
524 return StatusCode::SUCCESS;
525 }
static const SG::ConstAccessor< char > PVMatchedAcc("matchedToPV")
double deltaPhi(double phiA, double phiB)
delta Phi in range [-pi,pi[
double deltaR(double rapidity1, double phi1, double rapidity2, double phi2)
from bare bare rapidity,phi

◆ greaterPt()

bool met::METAssociator::greaterPt ( const xAOD::IParticle * part1,
const xAOD::IParticle * part2 )
inlinestaticprotectedinherited

Definition at line 167 of file METAssociator.h.

167 {
168 return part1->pt()>part2->pt();
169 }
virtual double pt() const =0
The transverse momentum ( ) of the particle.

◆ greaterPtFE()

bool met::METAssociator::greaterPtFE ( const xAOD::FlowElement * part1,
const xAOD::FlowElement * part2 )
inlinestaticprotectedinherited

Definition at line 176 of file METAssociator.h.

176 {
177 if (!(part1->isCharged()) && part2->isCharged()) return false;
178 if (part1->isCharged() && !(part2->isCharged())) return true;
179 return part1->pt() > part2->pt();
180 }

◆ greaterPtPFO()

bool met::METAssociator::greaterPtPFO ( const xAOD::PFO * part1,
const xAOD::PFO * part2 )
inlinestaticprotectedinherited

Definition at line 170 of file METAssociator.h.

170 {
171 if (part1->charge()==0 && part2->charge()!=0) return false;
172 if (part1->charge()!=0 && part2->charge()==0) return true;
173 if (part1->charge()==0 && part2->charge()==0) return part1->ptEM()>part2->ptEM();
174 return part1->pt()>part2->pt();
175 }
virtual double ptEM() const
get EM scale pt
Definition PFO_v1.cxx:204

◆ initialize()

StatusCode met::METJetAssocTool::initialize ( void )
overridevirtual

Dummy implementation of the initialisation function.

It's here to allow the dual-use tools to skip defining an initialisation function. Since many are doing so...

Reimplemented from met::METAssociator.

Definition at line 49 of file METJetAssocTool.cxx.

50 {
52 ATH_MSG_VERBOSE ("Initializing " << name() << "...");
53 //Initialise ReadHandles
54 if(!m_jetContKey.empty())
55 ATH_CHECK( m_jetContKey.initialize());
56
57
58 return StatusCode::SUCCESS;
59 }
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::inputHandles ( ) const
overridevirtualinherited

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.

◆ isGoodEoverP()

bool met::METAssociator::isGoodEoverP ( const xAOD::TrackParticle * trk) const
protectedinherited

Definition at line 384 of file METAssociator.cxx.

385 {
386
387 if( (fabs(trk->eta())<1.5 && trk->pt()>m_cenTrackPtThr) ||
388 (fabs(trk->eta())>=1.5 && trk->pt()>m_forTrackPtThr) ) {
389
390 // Get relative error on qoverp
391 float Rerr = Amg::error(trk->definingParametersCovMatrix(),4)/fabs(trk->qOverP());
392 ATH_MSG_VERBOSE( "Track momentum error (%): " << Rerr*100 );
393
394 // first compute track and calo isolation variables
395 float ptcone20 = 0., isolfrac = 0., etcone10 = 0., EoverP = 0.;
396 // ptcone
397 TrackIsolation trkIsoResult;
398 std::vector<Iso::IsolationType> trkIsoCones;
399 trkIsoCones.push_back(xAOD::Iso::IsolationType::ptcone20);
400 xAOD::TrackCorrection trkIsoCorr;
402 m_trkIsolationTool->trackIsolation(trkIsoResult,
403 *trk,
404 trkIsoCones,
405 trkIsoCorr);
406 ptcone20 = !trkIsoResult.ptcones.empty() ? trkIsoResult.ptcones[0] : 0;
407 isolfrac = ptcone20/trk->pt();
408 // etcone
409 CaloIsolation caloIsoResult;
410 std::vector<Iso::IsolationType> caloIsoCones;
411 // We can't actually configure the tool to give etcone10, so instead we have to compute etcone20,
412 // applying the core cone correction.
413 // Then, we retrieve the correction value, which is etcone10, rather than the isolation value
414 caloIsoCones.push_back(xAOD::Iso::IsolationType::etcone20);
415 xAOD::CaloCorrection caloIsoCorr_coreCone;
416 caloIsoCorr_coreCone.calobitset.set(xAOD::Iso::IsolationCaloCorrection::coreCone); // this is etcone10
417 m_caloIsolationTool->caloTopoClusterIsolation(caloIsoResult,
418 *trk,
419 caloIsoCones,
420 caloIsoCorr_coreCone);
421 if(!caloIsoResult.etcones.empty()) {
422 // retrieve the correction value for the core cone
424 } else {
425 ATH_MSG_WARNING("isGoodEoverP: Failed to retrieve the isolation core correction (etcone10)! Setting etcone10=0");
426 etcone10 = 0.;
427 }
428 EoverP = etcone10/trk->pt();
430 ATH_MSG_VERBOSE( "Track isolation fraction: " << isolfrac );
431 ATH_MSG_VERBOSE( "Track E/P = " << EoverP );
432
433 if(isolfrac<0.1) {
434 // isolated track cuts
435 if(Rerr>0.4) return false;
436 else if (EoverP<0.65 && ((EoverP>0.1 && Rerr>0.05) || Rerr>0.1)) return false;
437 } else {
438 // non-isolated track cuts
439 float trkptsum = ptcone20+trk->pt();
440 if(etcone10/trkptsum<0.6 && trk->pt()/trkptsum>0.6) return false;
441 }
442 }
443 return true;
444 }
ToolHandle< xAOD::ICaloTopoClusterIsolationTool > m_caloIsolationTool
ToolHandle< xAOD::ITrackIsolationTool > m_trkIsolationTool
const ParametersCovMatrix_t definingParametersCovMatrix() const
Returns the 5x5 symmetric matrix containing the defining parameters covariance matrix.
float qOverP() const
Returns the parameter.
virtual double pt() const override final
The transverse momentum ( ) of the particle.
virtual double eta() const override final
The pseudorapidity ( ) of the particle.
double error(const Amg::MatrixX &mat, int index)
return diagonal error of the matrix caller should ensure the matrix is symmetric and the index is in ...
@ TrackIsolation
tracker isolation (ptcone30)
@ etcone20
Calorimeter isolation.
@ ptcone20
Track isolation.
setRcore setEtHad setFside pt
Iso::IsolationCaloCorrectionBitset calobitset
Iso::IsolationTrackCorrectionBitset trackbitset

◆ msg()

MsgStream & AthCommonMsg< AlgTool >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

24 {
25 return this->msgStream();
26 }

◆ 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.

101 {
102
103 return MSG::name( msg().level() );
104 }
MsgStream & msg() const
const std::string & name(Level lvl)
Convenience function for translating message levels to strings.
Definition MsgLevel.cxx:19

◆ msgLvl()

bool AthCommonMsg< AlgTool >::msgLvl ( const MSG::Level lvl) const
inlineinherited

Definition at line 30 of file AthCommonMsg.h.

30 {
31 return this->msgLevel(lvl);
32 }

◆ outputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< AlgTool > >::outputHandles ( ) const
overridevirtualinherited

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.

◆ print()

◆ renounce()

std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > AthCommonDataStore< AthCommonMsg< AlgTool > >::renounce ( T & h)
inlineprotectedinherited

Definition at line 380 of file AthCommonDataStore.h.

381 {
382 h.renounce();
384 }
std::enable_if_t< std::is_void_v< std::result_of_t< decltype(&T::renounce)(T)> > &&!std::is_base_of_v< SG::VarHandleKeyArray, T > &&std::is_base_of_v< Gaudi::DataHandle, T >, void > renounce(T &h)

◆ renounceArray()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ retrieveConstituents()

StatusCode met::METAssociator::retrieveConstituents ( met::METAssociator::ConstitHolder & constits) const
protectedinherited

Definition at line 170 of file METAssociator.cxx.

171 {
172 ATH_MSG_DEBUG ("In execute: " << name() << "...");
173 if (!m_skipconst || m_forcoll.empty()) {
174
175 SG::ReadHandle<IParticleContainer> topoclusterCont(m_clcollKey);
176 if (!topoclusterCont.isValid()) {
177 ATH_MSG_WARNING("Unable to retrieve topocluster container " << m_clcollKey.key() << " for overlap removal");
178 return StatusCode::FAILURE;
179 }
180 constits.tcCont=topoclusterCont.cptr();
181 ATH_MSG_DEBUG("Successfully retrieved topocluster collection");
182 } else {
183 std::string hybridname = "Etmiss";
184 hybridname += m_clcollKey.key();
185 hybridname += m_foreta;
186 hybridname += m_forcoll;
187
188 SG::ReadHandle<IParticleContainer> hybridCont(m_hybridContKey);
189 if( hybridCont.isValid()) {
190 constits.tcCont=hybridCont.cptr();
191 } else {
192 ATH_MSG_WARNING("Trying to do something currently unsupported- lets abort");
193 return StatusCode::FAILURE;
194 // Trying to do this using write handles (need to get some input here)
195 /*std::unique_ptr<ConstDataVector<IParticleContainer>> hybridCont = std::make_unique<ConstDataVector<IParticleContainer>>();
196 SG::WriteHandle<ConstDataVector<IParticleContainer>> hybridContHandle(hybridname);
197
198 StatusCode sc = hybridContHandle.record(std::make_unique<ConstDataVector<IParticleContainer>>(*hybridCont));
199
200 if (sc.isFailure()) {
201 ATH_MSG_WARNING("Unable to record container");
202 return StatusCode::SUCCESS;
203
204 }*/
205
206 /*SG::ReadHandle<IParticleContainer> centCont(m_clcoll);
207 if (!centCont.isValid()) {
208 ATH_MSG_WARNING("Unable to retrieve central container " << m_clcoll << " for overlap removal");
209 return StatusCode::FAILURE;
210 }
211
212 SG::ReadHandle<IParticleContainer> forCont(m_forcoll);
213 if (!forCont.isValid()) {
214 ATH_MSG_WARNING("Unable to retrieve forward container " << m_forcoll << " for overlap removal");
215 return StatusCode::FAILURE;
216 }
217 ConstDataVector<IParticleContainer> *hybridCont = new ConstDataVector<IParticleContainer>(SG::VIEW_ELEMENTS);
218
219 const IParticleContainer* centCont=0;
220 if( evtStore()->retrieve(centCont, m_clcoll).isFailure() ) {
221 ATH_MSG_WARNING("Unable to retrieve central container " << m_clcoll << " for overlap removal");
222 return StatusCode::FAILURE;
223 }
224
225 const IParticleContainer* forCont=0;
226 if( evtStore()->retrieve(forCont, m_forcoll).isFailure() ) {
227 ATH_MSG_WARNING("Unable to retrieve forward container " << m_forcoll << " for overlap removal");
228 return StatusCode::FAILURE;
229 }
230
231 for(const auto clus : *centCont) if (fabs(clus->eta())<m_foreta) hybridCont->push_back(clus);
232 for(const auto clus : *forCont) if (fabs(clus->eta())>=m_foreta) hybridCont->push_back(clus);
233 ATH_CHECK( evtStore()->record(hybridCont,hybridname));
234 constits.tcCont = hybridCont->asDataVector();
235 */
236 }
237 }
238
239 if( !m_useTracks){
240 //if you want to skip tracks, set the track collection empty manually
241 ATH_MSG_DEBUG("Skipping tracks");
242 }else{
243 SG::ReadHandle<VertexContainer> vxCont(m_pvcollKey);
244 if (!vxCont.isValid()) {
245 ATH_MSG_WARNING("Unable to retrieve primary vertex container " << m_pvcollKey.key());
246 //this is actually really bad. If it's empty that's okay
247 return StatusCode::FAILURE;
248 }
249
250 ATH_MSG_DEBUG("Successfully retrieved primary vertex container");
251 ATH_MSG_DEBUG("Container holds " << vxCont->size() << " vertices");
252
253 for(const auto *const vx : *vxCont) {
254 ATH_MSG_VERBOSE( "Testing vertex " << vx->index() );
255 if(vx->vertexType()==VxType::PriVtx)
256 {constits.pv = vx; break;}
257 }
258 if(!constits.pv) {
259 ATH_MSG_DEBUG("Failed to find primary vertex! Reject all tracks.");
260 } else {
261 ATH_MSG_VERBOSE("Primary vertex has z = " << constits.pv->z());
262 }
263
264 constits.trkCont=nullptr;
265 ATH_MSG_DEBUG("Retrieving Track collection " << m_trkcollKey.key());
266 SG::ReadHandle<TrackParticleContainer> trCont(m_trkcollKey);
267 if (!trCont.isValid()) {
268 ATH_MSG_WARNING("Unable to retrieve track particle container");
269 return StatusCode::FAILURE;
270 }
271 constits.trkCont=trCont.cptr();
272
273 if(m_pflow){
274 if(!m_fecollKey.key().empty()){
275 ATH_MSG_DEBUG("Retrieving FlowElement collection " << m_fecollKey.key());
276 constits.feCont = nullptr;
277 SG::ReadHandle<xAOD::FlowElementContainer> feCont(m_fecollKey);
278 if (!feCont.isValid()) {
279 ATH_MSG_ERROR("Unable to retrieve FlowElement container "<< m_fecollKey.key());
280 return StatusCode::FAILURE;
281 }
282 constits.feCont=feCont.cptr();
283 }
284 else{
285 ATH_MSG_DEBUG("Retrieving PFlow collection " << m_pfcollKey.key());
286 constits.pfoCont = nullptr;
287 SG::ReadHandle<PFOContainer> pfCont(m_pfcollKey);
288 if (!pfCont.isValid()) {
289 ATH_MSG_WARNING("Unable to PFlow object container");
290 return StatusCode::FAILURE;
291 }
292 constits.pfoCont=pfCont.cptr();
293 }
294 }//pflow
295 }//retrieve track/pfo containers
296
297 return StatusCode::SUCCESS;
298 }
SG::ReadHandleKey< xAOD::PFOContainer > m_pfcollKey
SG::ReadHandleKey< xAOD::TrackParticleContainer > m_trkcollKey
SG::ReadHandleKey< xAOD::VertexContainer > m_pvcollKey
std::string m_forcoll
SG::ReadHandleKey< xAOD::IParticleContainer > m_hybridContKey
SG::ReadHandleKey< xAOD::IParticleContainer > m_clcollKey
float z() const
Returns the z position.
@ PriVtx
Primary vertex.
const xAOD::IParticleContainer * tcCont
const xAOD::TrackParticleContainer * trkCont

◆ sysInitialize()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysInitialize ( )
overridevirtualinherited

Perform system initialization for an algorithm.

We override this to declare all the elements of handle key arrays at the end of initialization. See comments on updateVHKA.

Reimplemented in asg::AsgMetadataTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and DerivationFramework::CfAthAlgTool.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< AlgTool > >::sysStart ( )
overridevirtualinherited

Handle START transition.

We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.

◆ updateVHKA()

void AthCommonDataStore< AthCommonMsg< AlgTool > >::updateVHKA ( Gaudi::Details::PropertyBase & )
inlineinherited

Definition at line 308 of file AthCommonDataStore.h.

308 {
309 // debug() << "updateVHKA for property " << p.name() << " " << p.toString()
310 // << " size: " << m_vhka.size() << endmsg;
311 for (auto &a : m_vhka) {
313 for (auto k : keys) {
314 k->setOwner(this);
315 }
316 }
317 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_caloIsolationTool

ToolHandle<xAOD::ICaloTopoClusterIsolationTool> met::METAssociator::m_caloIsolationTool
protectedinherited

Definition at line 87 of file METAssociator.h.

◆ m_cenTrackPtThr

double met::METAssociator::m_cenTrackPtThr
protectedinherited

Definition at line 118 of file METAssociator.h.

◆ m_chargedFELinksKey

std::string met::METAssociator::m_chargedFELinksKey
protectedinherited

Definition at line 90 of file METAssociator.h.

◆ m_chargedPFOLinksKey

std::string met::METAssociator::m_chargedPFOLinksKey
protectedinherited

Definition at line 92 of file METAssociator.h.

◆ m_clcollKey

SG::ReadHandleKey<xAOD::IParticleContainer> met::METAssociator::m_clcollKey {this,"ClusColl","CaloCalTopoClusters","Topo cluster Collection"}
protectedinherited

Definition at line 97 of file METAssociator.h.

97{this,"ClusColl","CaloCalTopoClusters","Topo cluster Collection"};

◆ m_cleanChargedPFO

bool met::METAssociator::m_cleanChargedPFO
protectedinherited

Definition at line 112 of file METAssociator.h.

◆ m_fecollKey

SG::ReadHandleKey<xAOD::FlowElementContainer> met::METAssociator::m_fecollKey {this,"FlowElementCollection","","FlowElement Collection (overrides PFO if not empty)"}
protectedinherited

Definition at line 100 of file METAssociator.h.

100{this,"FlowElementCollection","","FlowElement Collection (overrides PFO if not empty)"};

◆ m_forcoll

std::string met::METAssociator::m_forcoll
protectedinherited

Definition at line 115 of file METAssociator.h.

◆ m_foreta

double met::METAssociator::m_foreta
protectedinherited

Definition at line 116 of file METAssociator.h.

◆ m_forTrackPtThr

double met::METAssociator::m_forTrackPtThr
protectedinherited

Definition at line 119 of file METAssociator.h.

◆ m_hybridContKey

SG::ReadHandleKey<xAOD::IParticleContainer> met::METAssociator::m_hybridContKey {this,"HybridKey","","Hybrid Collection"}
protectedinherited

Definition at line 101 of file METAssociator.h.

101{this,"HybridKey","","Hybrid Collection"};

◆ m_jetContKey

SG::ReadHandleKey<xAOD::JetContainer> met::METJetAssocTool::m_jetContKey {this, "InputCollection", "AntiKt4EMPFlowJets", "jets input key"}
private

Definition at line 78 of file METJetAssocTool.h.

78{this, "InputCollection", "AntiKt4EMPFlowJets", "jets input key"};

◆ m_matchRadius

Gaudi::Property<double> met::METJetAssocTool::m_matchRadius {this, "MatchRadius", 0.4, ""}
private

Definition at line 88 of file METJetAssocTool.h.

88{this, "MatchRadius", 0.4, ""};

◆ m_neutralFELinksKey

std::string met::METAssociator::m_neutralFELinksKey
protectedinherited

Definition at line 89 of file METAssociator.h.

◆ m_neutralPFOLinksKey

std::string met::METAssociator::m_neutralPFOLinksKey
protectedinherited

Definition at line 91 of file METAssociator.h.

◆ m_pfcollKey

SG::ReadHandleKey<xAOD::PFOContainer> met::METAssociator::m_pfcollKey {this,"PFlowColl","","PFO Collection"}
protectedinherited

Definition at line 99 of file METAssociator.h.

99{this,"PFlowColl","","PFO Collection"};

◆ m_pflow

bool met::METAssociator::m_pflow
protectedinherited

Definition at line 106 of file METAssociator.h.

◆ m_pvcollKey

SG::ReadHandleKey<xAOD::VertexContainer> met::METAssociator::m_pvcollKey {this,"PrimVxColl","PrimaryVertices","Primary Vertex Collection"}
protectedinherited

Definition at line 96 of file METAssociator.h.

96{this,"PrimVxColl","PrimaryVertices","Primary Vertex Collection"};

◆ m_recoil

Gaudi::Property<bool> met::METAssociator::m_recoil {this, "HRecoil", false, ""}
protectedinherited

Definition at line 104 of file METAssociator.h.

104{this, "HRecoil", false, ""};

◆ m_skipconst

bool met::METAssociator::m_skipconst
protectedinherited

Definition at line 114 of file METAssociator.h.

◆ m_trkcollKey

SG::ReadHandleKey<xAOD::TrackParticleContainer> met::METAssociator::m_trkcollKey {this,"TrkColl","InDetTrackParticles","Track particle Collection"}
protectedinherited

Definition at line 98 of file METAssociator.h.

98{this,"TrkColl","InDetTrackParticles","Track particle Collection"};

◆ m_trkIsolationTool

ToolHandle<xAOD::ITrackIsolationTool> met::METAssociator::m_trkIsolationTool
protectedinherited

Definition at line 86 of file METAssociator.h.

◆ m_trkseltool

ToolHandle<InDet::IInDetTrackSelectionTool> met::METAssociator::m_trkseltool
protectedinherited

Definition at line 85 of file METAssociator.h.

◆ m_useFELinks

bool met::METAssociator::m_useFELinks
protectedinherited

Definition at line 94 of file METAssociator.h.

◆ m_useIsolationTools

bool met::METAssociator::m_useIsolationTools = false
protectedinherited

Definition at line 109 of file METAssociator.h.

◆ m_useModifiedClus

bool met::METAssociator::m_useModifiedClus
protectedinherited

Definition at line 110 of file METAssociator.h.

◆ m_usePFOLinks

bool met::METAssociator::m_usePFOLinks
protectedinherited

Definition at line 93 of file METAssociator.h.

◆ m_useRapidity

bool met::METAssociator::m_useRapidity
protectedinherited

Definition at line 108 of file METAssociator.h.

◆ m_useTracks

bool met::METAssociator::m_useTracks
protectedinherited

Definition at line 107 of file METAssociator.h.

◆ m_weight_charged_pfo

bool met::METAssociator::m_weight_charged_pfo = false
protectedinherited

Definition at line 111 of file METAssociator.h.


The documentation for this class was generated from the following files: