ATLAS Offline Software
Loading...
Searching...
No Matches
JetPFlowSelectionAlg Class Reference

Algorithm creates a filtered collection of PFlow Objects not matched to electrons/muons. More...

#include <JetPFlowSelectionAlg.h>

Inheritance diagram for JetPFlowSelectionAlg:
Collaboration diagram for JetPFlowSelectionAlg:

Public Member Functions

 JetPFlowSelectionAlg (const std::string &n, ISvcLocator *l)
StatusCode initialize () override
 Athena algorithm's Hooks.
StatusCode execute (const EventContext &ctx) const override
 AnaReentrantAlgorithm (const std::string &name, ISvcLocator *pSvcLocator)
 constructor with parameters
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual bool isClonable () const override
 Specify if the algorithm is clonable.
virtual StatusCode sysExecute (const EventContext &ctx) override
 Execute an algorithm.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
virtual bool filterPassed (const EventContext &ctx) const
 Get filter decision:
virtual void setFilterPassed (bool state, const EventContext &ctx) const
 Set filter decision:
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 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

Protected Member Functions

virtual::StatusCode finalize ()
 finalize this algorithm
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.

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T, V, H > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey>

Private Attributes

Gaudi::Property< std::string > m_electronIDToExclude {this,"electronIDToExclude","LHMedium","Select electron ID to exclude"}
Gaudi::Property< std::string > m_electronIDToInclude {this,"electronIDToInclude","LHLoose","Select electron ID to include"}
Gaudi::Property< bool > m_excludeChargedElectronFE {this,"excludeChargedElectronFE",true,"Exclude charged FE matched to electrons"}
Gaudi::Property< bool > m_includeChargedElectronFE {this,"includeChargedElectronFE",false,"Include charged FE matched to electrons"}
Gaudi::Property< bool > m_excludeNeutralElectronFE {this,"excludeNeutralElectronFE",false,"Exclude neutral FE matched to electrons"}
Gaudi::Property< bool > m_includeNeutralElectronFE {this,"includeNeutralElectronFE",false,"Include neutral FE matched to electrons"}
Gaudi::Property< std::string > m_muonIDToExclude {this,"muonIDToExclude","Medium","Select muon ID to exclude"}
Gaudi::Property< std::string > m_muonIDToInclude {this,"muonIDToInclude","Loose","Select muon ID to include"}
Gaudi::Property< bool > m_excludeChargedMuonFE {this,"excludeChargedMuonFE",true,"Exclude charged FE matched to muons"}
Gaudi::Property< bool > m_includeChargedMuonFE {this,"includeChargedMuonFE",false,"Include charged FE matched to muons"}
Gaudi::Property< bool > m_excludeNeutralMuonFE {this,"excludeNeutralMuonFE",false,"Exclude neutral FE matched to muons"}
Gaudi::Property< bool > m_includeNeutralMuonFE {this,"includeNeutralMuonFE",false,"Include neutral FE matched to muons"}
Gaudi::Property< bool > m_isEgammaPEB {this,"isEgammaPEB",false,"Special treatment for EGammaPEB stream, no Muons"}
SG::ReadHandleKey< xAOD::FlowElementContainerm_ChargedPFlowContainerKey = {this, "ChargedPFlowInputContainer", "", "The input Charged PFlow Objects"}
SG::ReadHandleKey< xAOD::FlowElementContainerm_NeutralPFlowContainerKey = {this, "NeutralPFlowInputContainer", "", "The input Neutral PFlow Objects"}
SG::ReadHandleKey< xAOD::ElectronContainerm_electronContainerKey = {this, "ElectronInputContainer", "", "The input electron container"}
SG::WriteHandleKey< xAOD::FlowElementContainerm_outputChargedPFlowHandleKey = {this, "ChargedPFlowOutputContainer", "GlobalPFlowChargedParticleFlowObjects", "The output filtered Charged PFlow Objects"}
SG::WriteHandleKey< xAOD::FlowElementContainerm_outputNeutralPFlowHandleKey = {this, "NeutralPFlowOutputContainer", "GlobalPFlowNeutralParticleFlowObjects", "The output filtered Neutral PFlow Objects"}
SG::ReadDecorHandleKey< xAOD::FlowElementContainerm_chargedFEElectronsReadDecorKey {this, "ChargedFEElectronsReadDecorKey", "JetETMissChargedParticleFlowObjects.FE_ElectronLinks", "Key for links from charged FE to electrons"}
SG::ReadDecorHandleKey< xAOD::FlowElementContainerm_chargedFEMuonsReadDecorKey {this, "ChargedFEMuonsReadDecorKey", "JetETMissChargedParticleFlowObjects.FE_MuonLinks", "Key for links from charged FE to muons"}
SG::ReadDecorHandleKey< xAOD::FlowElementContainerm_neutralFEElectronsReadDecorKey {this, "NeutralFEElectronsReadDecorKey", "JetETMissNeutralParticleFlowObjects.FE_ElectronLinks", "Key for links from neutral FE to electrons"}
SG::ReadDecorHandleKey< xAOD::FlowElementContainerm_neutralFEMuonsReadDecorKey {this, "NeutralFEMuonsReadDecorKey","JetETMissNeutralParticleFlowObjects.FE_MuonLinks", "Key for links from neutral FE to muons"}
SG::ReadDecorHandleKey< xAOD::FlowElementContainerm_neutralFEMuons_efrac_match_DecorKey {this,"FlowElementContainer_FE_efrac_matched_muon","JetETMissNeutralParticleFlowObjects.FE_efrac_matched_muon","ReadDecorHandleKey for the fraction of neutral FlowElements cluster energy used to match to Muons"}
SG::ReadDecorHandleKey< xAOD::FlowElementContainerm_chargedFE_energy_match_muonReadHandleKey {this,"FlowElementContainer_ChargedFE_energy_matched_muon","JetETMissChargedParticleFlowObjects.FE_efrac_matched_muon","ReadHandleKey for the fraction of neutral FlowElements cluster energy used to match to Muons"}
DataObjIDColl m_extendedExtraObjects
 Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default).
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default).
std::vector< SG::VarHandleKeyArray * > m_vhka
bool m_varHandleArraysDeclared

Detailed Description

Algorithm creates a filtered collection of PFlow Objects not matched to electrons/muons.

Definition at line 23 of file JetPFlowSelectionAlg.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ JetPFlowSelectionAlg()

JetPFlowSelectionAlg::JetPFlowSelectionAlg ( const std::string & n,
ISvcLocator * l )
inline

Definition at line 27 of file JetPFlowSelectionAlg.h.

27: EL::AnaReentrantAlgorithm(n,l) {}

Member Function Documentation

◆ AnaReentrantAlgorithm()

EL::AnaReentrantAlgorithm::AnaReentrantAlgorithm ( const std::string & name,
ISvcLocator * pSvcLocator )

constructor with parameters

This matches the Athena algorithm constructor (for dual-use purposes). Within EventLoop the pSvcLocator will always be nullptr (unless we ever have dual-use services).

Guarantee
strong
Failures
out of memory II

Definition at line 67 of file AnaReentrantAlgorithm.cxx.

32 : AsgComponent (name)
33#else
34 : AthReentrantAlgorithm (name, pSvcLocator)
35#endif
36 {
37 ANA_MSG_DEBUG ("AnaReentrantAlgorithm: " << name);
38 }
#define ANA_MSG_DEBUG(xmsg)
Macro printing debug messages.

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::declareGaudiProperty ( Gaudi::Property< T, V, H > & hndl,
const SG::VarHandleKeyType &  )
inlineprivateinherited

specialization for handling Gaudi::Property<SG::VarHandleKey>

Definition at line 156 of file AthCommonDataStore.h.

158 {
160 hndl.value(),
161 hndl.documentation());
162
163 }
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T, V, H > &t)

◆ declareProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::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 JetPFlowSelectionAlg::execute ( const EventContext & ctx) const
override

Definition at line 42 of file JetPFlowSelectionAlg.cxx.

42 {
43 ATH_MSG_DEBUG(" execute() ... ");
44
45 //Check for invalid combinations of flags
47 ATH_MSG_ERROR("excludeChargedElectronFE and includeChargedMuonFE are mutually exclusive!");
48 return StatusCode::FAILURE;
49 }
50
52 ATH_MSG_ERROR("excludeChargedElectronFE and includeChargedElectronFE are mutually exclusive!");
53 return StatusCode::FAILURE;
54 }
55
56 SG::ReadHandle<xAOD::FlowElementContainer> ChargedPFlowObjects(m_ChargedPFlowContainerKey, ctx);
57 if (! ChargedPFlowObjects.isValid()){
58 ATH_MSG_ERROR("Can't retrieve input container "<< m_ChargedPFlowContainerKey);
59 return StatusCode::FAILURE;
60 }
61
62 SG::ReadHandle<xAOD::FlowElementContainer> NeutralPFlowObjects(m_NeutralPFlowContainerKey, ctx);
63 if (! NeutralPFlowObjects.isValid()){
64 ATH_MSG_ERROR("Can't retrieve input container "<< m_NeutralPFlowContainerKey);
65 return StatusCode::FAILURE;
66 }
67
68 SG::ReadDecorHandle<xAOD::FlowElementContainer, std::vector< ElementLink<xAOD::ElectronContainer> > > chargedFE_ElectronLinks(m_chargedFEElectronsReadDecorKey,ctx);
69 if (!chargedFE_ElectronLinks.isValid()){
70 ATH_MSG_ERROR("Can't retrieve input decoration " << chargedFE_ElectronLinks.key());
71 return StatusCode::FAILURE;
72 }
73
74 SG::ReadDecorHandle<xAOD::FlowElementContainer, std::vector< ElementLink<xAOD::MuonContainer> > > chargedFE_MuonLinks(m_chargedFEMuonsReadDecorKey,ctx);
75 if (!chargedFE_MuonLinks.isValid()){
76 ATH_MSG_ERROR("Can't retrieve input decoration "<< chargedFE_MuonLinks.key());
77 return StatusCode::FAILURE;
78 }
79
80 SG::ReadDecorHandle<xAOD::FlowElementContainer, std::vector< ElementLink<xAOD::ElectronContainer> > > neutralFE_ElectronLinks(m_neutralFEElectronsReadDecorKey,ctx);
81 if (!neutralFE_ElectronLinks.isValid()){
82 ATH_MSG_ERROR("Can't retrieve input decoration "<< neutralFE_ElectronLinks.key());
83 return StatusCode::FAILURE;
84 }
85
86 SG::ReadDecorHandle<xAOD::FlowElementContainer, std::vector< ElementLink<xAOD::MuonContainer> > > neutralFE_MuonLinks(m_neutralFEMuonsReadDecorKey,ctx);
87 if (!neutralFE_MuonLinks.isValid()){
88 ATH_MSG_ERROR("Can't retrieve input decoration "<< neutralFE_MuonLinks.key());
89 return StatusCode::FAILURE;
90 }
91
92 auto selectedChargedPFlowObjects = std::make_unique<xAOD::FlowElementContainer>(); // SG::VIEW_ELEMENTS
93 auto selectedChargedPFlowObjectsAux = std::make_unique<xAOD::FlowElementAuxContainer>();
94 selectedChargedPFlowObjects->setStore(selectedChargedPFlowObjectsAux.get());
95
96 auto selectedNeutralPFlowObjects = std::make_unique<xAOD::FlowElementContainer>();
97 auto selectedNeutralPFlowObjectsAux = std::make_unique<xAOD::FlowElementAuxContainer>();
98 selectedNeutralPFlowObjects->setStore(selectedNeutralPFlowObjectsAux.get());
99
100 // To store the charged FE objects matched to an electron/muon
101 std::vector< const xAOD::FlowElement* > ChargedPFlowObjects_matched;
102
103 FEMuonHelper muonHelper;
104 FEElectronHelper electronHelper;
105
106 // Loop over Charged FE objects
107 for ( const xAOD::FlowElement* fe : *ChargedPFlowObjects ) {
108
109 bool isMuonToExclude;
110 bool isMuonToInclude;
111 if (m_isEgammaPEB) {
112 isMuonToExclude = false;
113 isMuonToInclude = false;
114 } else {
115 isMuonToExclude = muonHelper.checkMuonLinks(chargedFE_MuonLinks(*fe), m_muonIDToExclude);
116 isMuonToInclude = muonHelper.checkMuonLinks(chargedFE_MuonLinks(*fe), m_muonIDToInclude);
117 }
118 bool isElectronToInclude = electronHelper.checkElectronLinks(chargedFE_ElectronLinks(*fe), m_electronIDToInclude);
119 bool isElectronToExclude = electronHelper.checkElectronLinks(chargedFE_ElectronLinks(*fe), m_electronIDToExclude);
120
121 bool excludeChargedFE = false;
122
123 //If we have only an exclude list we only need to do:
124 if (m_excludeChargedElectronFE && isElectronToExclude) excludeChargedFE = true;
125 if (m_excludeChargedMuonFE && isMuonToExclude) excludeChargedFE = true;
126
127 //If we have an include list and the include ID is passed, we keep the FE object
128 //Whilst if it otherwise passes excludeID we exclude it
129 //e.g if we want medium we should only include leptons that pass medium ID,
130 //whilst excluding those that pass loose and NOT medium.
131 if (m_includeChargedElectronFE && isElectronToInclude) excludeChargedFE = false;
132 else if (m_includeChargedElectronFE && isElectronToExclude) excludeChargedFE = true;
133
134 if (m_includeChargedMuonFE && isMuonToInclude) excludeChargedFE = false;
135 else if (m_includeChargedMuonFE && isMuonToExclude) excludeChargedFE = true;
136
137 // Select FE object if not matched to an electron or muon, to exclude, via links
138 if ( !excludeChargedFE) {
139 xAOD::FlowElement* selectedFE = new xAOD::FlowElement();
140 selectedChargedPFlowObjects->push_back(selectedFE);
141 *selectedFE = *fe; // copies auxdata
142 }
143 else { // Use the matched object to put back its energy later
144 ChargedPFlowObjects_matched.push_back(fe);
145 }
146
147 } // End loop over Charged FE Objects
148
149 // Loop over Neutral FE objects
150 for ( const xAOD::FlowElement* fe : *NeutralPFlowObjects ) {
151
152 bool isMuonToExclude;
153 bool isMuonToInclude;
154 if (m_isEgammaPEB) {
155 isMuonToExclude = false;
156 isMuonToInclude = false;
157 } else {
158 isMuonToExclude = muonHelper.checkMuonLinks(neutralFE_MuonLinks(*fe), m_muonIDToExclude);
159 isMuonToInclude = muonHelper.checkMuonLinks(neutralFE_MuonLinks(*fe), m_muonIDToInclude);
160 }
161 bool isElectronToInclude = electronHelper.checkElectronLinks(neutralFE_ElectronLinks(*fe), m_electronIDToInclude);
162 bool isElectronToExclude = electronHelper.checkElectronLinks(neutralFE_ElectronLinks(*fe), m_electronIDToExclude);
163
164 //If we specify to exclude, then we exclude if exclude ID is passed
165 //If we specify to include, then we include if include ID is passed - in this case
166 //we might want to e.g include medium electrons, whilst excluding that poass loose ID
167 if (m_excludeNeutralElectronFE && isElectronToExclude) continue;
168 bool vetoElectron_IncludeMode = false;
169 if (m_includeNeutralElectronFE && isElectronToInclude) vetoElectron_IncludeMode = false;
170 else if (m_includeNeutralElectronFE && isElectronToExclude) vetoElectron_IncludeMode = true;
171 if (vetoElectron_IncludeMode) continue;
172
173 xAOD::FlowElement* selectedFE = new xAOD::FlowElement();
174 selectedNeutralPFlowObjects->push_back(selectedFE);
175 *selectedFE = *fe;
176
177 bool excludeNeutralMuon = false;
178 //Muons can have both exclude and include lists
179 //Exclude case is the same as electron exclude case
180 if (m_excludeNeutralMuonFE && isMuonToExclude) excludeNeutralMuon = true;
181 //Include case is more complex - if muon passes includeID we keep it
182 //Whilst if it otherwise passes excludeID we exclude it
183 //e.g if we want medium muons we should only include muons that pass medium ID,
184 //whilst excluding those that pass loose and NOT medium.
185 if (m_includeNeutralMuonFE && isMuonToInclude) excludeNeutralMuon = false;
186 else if (m_includeNeutralMuonFE && isMuonToExclude) excludeNeutralMuon = true;
187
188 if (excludeNeutralMuon) {
189 // If we are excluding muons, we need to adjust the energy of the neutral FE object
190 // by subtracting the muon energy in this calorimeter cluster
191 SG::ReadDecorHandle<xAOD::FlowElementContainer, std::vector<double> > clusterMuonEnergyFracs(m_neutralFEMuons_efrac_match_DecorKey,ctx);
192 selectedFE->setP4(muonHelper.adjustNeutralCaloEnergy(clusterMuonEnergyFracs(*fe),*fe));
193 }
194
195 } // End loop over Neutral FE Objects
196
197 // Add the energy from removed charged FE clusters to neutral FE object
198 // if shared clusters exist, create the new neutral FE object otherwise
199 for ( const xAOD::FlowElement* chargedFE : ChargedPFlowObjects_matched ){
200
201 // Get charged FE topoclusters and weights
202 std::vector<std::pair<const xAOD::IParticle*,float> > theOtherPairs_charged = chargedFE->otherObjectsAndWeights();
203 std::vector<ElementLink<xAOD::IParticleContainer>> theOtherLinks_charged = chargedFE->otherObjectLinks();
204
205 // Loop over charged FE topoclusters
206 for (unsigned int iCluster = 0; iCluster < chargedFE->nOtherObjects(); ++iCluster){
207
208 bool thisCluster_matched = false;
209
210 std::pair<const xAOD::IParticle*,float> theOtherPair_charged = theOtherPairs_charged[iCluster];
211 const xAOD::IParticle* theCluster_charged = theOtherPair_charged.first;
212 float theClusterWeight_charged = theOtherPair_charged.second;
213
214 // Loop over neutral FE objects
215 for ( xAOD::FlowElement* neutralFE : *selectedNeutralPFlowObjects ) {
216 if (thisCluster_matched) continue;
217
218 // Loop over neutral FE topoclusters
219 std::vector<std::pair<const xAOD::IParticle*,float> > theOtherPairs_neutral = neutralFE->otherObjectsAndWeights();
220 for (auto& [theCluster_neutral, theClusterWeight_neutral] : theOtherPairs_neutral){
221
222 // If topoclusters are matched, add the energy to the neutral FE object
223 if (theCluster_charged == theCluster_neutral){
224
225 // Add the energy to the neutral FE object
226 float newEnergy = neutralFE->e() + theClusterWeight_charged;
227 neutralFE->setP4(newEnergy/cosh(neutralFE->eta()),
228 neutralFE->eta(),
229 neutralFE->phi(),
230 neutralFE->m());
231
232 ATH_MSG_DEBUG("Updated neutral FlowElement with E, pt, eta and phi: "
233 << neutralFE->e() << ", " << neutralFE->pt() << ", "
234 << neutralFE->eta() << " and " << neutralFE->phi());
235
236 thisCluster_matched = true;
237 }
238
239 } // End loop over neutral FE clusters
240 } // End loop over neutral FE objects
241
242 // If a topocluster is left unmatched, create a neutral FE object.
243 // Ignore topoclusters with nullptr
244 if ( !thisCluster_matched && theCluster_charged ){
245
246 //check if charged cluster belongs to an electron, before we put it back as neutral
247 bool belongsToElectron = false;
249
250 //get container index of charged cluster and compare to indices of electron topoclusters
251 unsigned int chargedClusterIndex = theCluster_charged->index();
252
253 SG::ReadHandle<xAOD::ElectronContainer> electronReadHandle(m_electronContainerKey,ctx);
254 if (!electronReadHandle.isValid()){
255 ATH_MSG_ERROR("Can't retrieve electron container "<< m_electronContainerKey.key());
256 return StatusCode::FAILURE;
257 }
258
259 for (auto thisElectron : *electronReadHandle){
260 const std::vector<const xAOD::CaloCluster*> electronTopoClusters = xAOD::EgammaHelpers::getAssociatedTopoClusters(thisElectron->caloCluster());
261 for (auto thisElectronTopoCluster : electronTopoClusters){
262 if (thisElectronTopoCluster->index() == chargedClusterIndex){
263 belongsToElectron = true;
264 break;
265 }
266 }
267 }
268 }
269
270 if (belongsToElectron) continue;
271
272 double muonCaloEnergy = 0.0;
274 SG::ReadDecorHandle<xAOD::FlowElementContainer, std::vector<double> > chargedFE_energy_match_muonReadHandle(m_chargedFE_energy_match_muonReadHandleKey,ctx);
275 std::vector<double> muonCaloEnergies = chargedFE_energy_match_muonReadHandle(*chargedFE);
276 muonCaloEnergy = muonCaloEnergies[iCluster];
277 }
278
280 selectedNeutralPFlowObjects->push_back(newFE);
281
282 newFE->setP4((theClusterWeight_charged - muonCaloEnergy) / cosh(theCluster_charged->eta()), // using energy from charged FE weight, not cluster->e()
283 theCluster_charged->eta(),
284 theCluster_charged->phi(),
285 theCluster_charged->m());
286 newFE->setCharge(0);
288
289 ATH_MSG_DEBUG("Created neutral FlowElement with E, pt, eta and phi: "
290 << newFE->e() << ", " << newFE->pt() << ", "
291 << newFE->eta() << " and " << newFE->phi());
292
293 std::vector<ElementLink<xAOD::IParticleContainer>> theClusters;
294 ElementLink< xAOD::IParticleContainer > theIParticleLink;
295 theIParticleLink.resetWithKeyAndIndex(theOtherLinks_charged[iCluster].persKey(), theOtherLinks_charged[iCluster].persIndex());
296
297 theClusters.push_back(theIParticleLink);
298 newFE->setOtherObjectLinks(theClusters);
299
300 //Add Standard data to these new FlowElements
301 FEHelpers::FillNeutralFlowElements FEFiller;
302 const xAOD::CaloCluster* castCluster_charged = dynamic_cast<const xAOD::CaloCluster*>(theCluster_charged);
303 FEFiller.addStandardMoments(*newFE,*castCluster_charged);
304 FEFiller.addStandardSamplingEnergies(*newFE,*castCluster_charged);
305
306 float layerEnergy_TileBar0 = castCluster_charged->eSample(xAOD::CaloCluster::CaloSample::TileBar0);
307 float layerEnergy_TileExt0 = castCluster_charged->eSample(xAOD::CaloCluster::CaloSample::TileExt0);
308 const static SG::AuxElement::Accessor<float> accFloatTIle0E("LAYERENERGY_TILE0");
309 accFloatTIle0E(*newFE) = layerEnergy_TileBar0 + layerEnergy_TileExt0;
310
311 const static SG::AuxElement::Accessor<float> accFloatTiming("TIMING");
312 accFloatTiming(*newFE) = castCluster_charged->time();
313 }
314
315 } // End loop over topoclusters of removed charged FE objects
316 } // End loop over removed charged FE objects
317
318
319 auto handle_ChargedPFlow_out = SG::makeHandle(m_outputChargedPFlowHandleKey, ctx);
320 if (!handle_ChargedPFlow_out.record(std::move(selectedChargedPFlowObjects), std::move(selectedChargedPFlowObjectsAux)) ){
321 ATH_MSG_ERROR("Can't record output PFlow container "<< m_outputChargedPFlowHandleKey);
322 return StatusCode::FAILURE;
323 }
324
325 auto handle_NeutralPFlow_out = SG::makeHandle(m_outputNeutralPFlowHandleKey, ctx);
326 if (!handle_NeutralPFlow_out.record(std::move(selectedNeutralPFlowObjects), std::move(selectedNeutralPFlowObjectsAux)) ){
327 ATH_MSG_ERROR("Can't record output PFlow container "<< m_outputNeutralPFlowHandleKey);
328 return StatusCode::FAILURE;
329 }
330
331 return StatusCode::SUCCESS;
332}
#define ATH_MSG_ERROR(x)
#define ATH_MSG_DEBUG(x)
bool checkElectronLinks(const std::vector< ElementLink< xAOD::ElectronContainer > > &FE_ElectronLinks, const std::string &qualityString) const
void addStandardSamplingEnergies(xAOD::FlowElement &theFE, const xAOD::CaloCluster &theCluster)
void addStandardMoments(xAOD::FlowElement &theFE, const xAOD::CaloCluster &theCluster)
bool checkMuonLinks(const std::vector< ElementLink< xAOD::MuonContainer > > &FE_MuonLinks, const std::string &qualityString) const
Verify if at least one combined muon in a list passes the relevant quality criteria Details of muon w...
TLorentzVector adjustNeutralCaloEnergy(const std::vector< double > &clusterMuonEnergyFracs, const xAOD::FlowElement &theFE) const
SG::WriteHandleKey< xAOD::FlowElementContainer > m_outputNeutralPFlowHandleKey
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_neutralFEElectronsReadDecorKey
SG::ReadHandleKey< xAOD::ElectronContainer > m_electronContainerKey
SG::ReadHandleKey< xAOD::FlowElementContainer > m_ChargedPFlowContainerKey
Gaudi::Property< std::string > m_electronIDToInclude
Gaudi::Property< std::string > m_muonIDToInclude
Gaudi::Property< bool > m_includeChargedElectronFE
Gaudi::Property< bool > m_excludeNeutralMuonFE
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_chargedFEMuonsReadDecorKey
Gaudi::Property< bool > m_excludeNeutralElectronFE
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_neutralFEMuonsReadDecorKey
Gaudi::Property< bool > m_includeChargedMuonFE
Gaudi::Property< bool > m_includeNeutralMuonFE
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_chargedFE_energy_match_muonReadHandleKey
Gaudi::Property< std::string > m_muonIDToExclude
Gaudi::Property< bool > m_excludeChargedElectronFE
Gaudi::Property< bool > m_excludeChargedMuonFE
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_neutralFEMuons_efrac_match_DecorKey
Gaudi::Property< bool > m_isEgammaPEB
Gaudi::Property< bool > m_includeNeutralElectronFE
SG::ReadHandleKey< xAOD::FlowElementContainer > m_NeutralPFlowContainerKey
Gaudi::Property< std::string > m_electronIDToExclude
SG::WriteHandleKey< xAOD::FlowElementContainer > m_outputChargedPFlowHandleKey
SG::ReadDecorHandleKey< xAOD::FlowElementContainer > m_chargedFEElectronsReadDecorKey
flt_t time() const
Access cluster time.
float eSample(const CaloSample sampling) const
virtual double pt() const override
void setP4(float pt, float eta, float phi, float m)
virtual double phi() const override
The azimuthal angle ( ) of the particle.
void setCharge(float c)
virtual double eta() const override
The pseudorapidity ( ) of the particle.
void setSignalType(signal_t t)
void setOtherObjectLinks(const std::vector< ElementLink< IParticleContainer > > &elV)
virtual double e() const override
The total energy of the particle.
virtual double eta() const =0
The pseudorapidity ( ) of the particle.
virtual double m() const =0
The invariant mass of the particle.
virtual double phi() const =0
The azimuthal angle ( ) of the particle.
SG::ReadCondHandle< T > makeHandle(const SG::ReadCondHandleKey< T > &key, const EventContext &ctx=Gaudi::Hive::currentContext())
std::vector< const xAOD::CaloCluster * > getAssociatedTopoClusters(const xAOD::CaloCluster *cluster)
Return a vector of all the topo clusters associated with the egamma cluster.
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

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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

◆ extraOutputDeps()

const DataObjIDColl & AthCommonAlgorithm< Gaudi::Algorithm >::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

This list is extended to include symlinks implied by inheritance relations.

Definition at line 89 of file AthCommonAlgorithm.cxx.

54{
55 // If we didn't find any symlinks to add, just return the collection
56 // from the base class. Otherwise, return the extended collection.
57 if (!m_extendedExtraObjects.empty()) {
59 }
61}
Common base class for algorithms.

◆ filterPassed()

virtual bool AthCommonAlgorithm< Gaudi::Algorithm >::filterPassed ( const EventContext & ctx) const
inlinevirtualinherited

Get filter decision:

Definition at line 93 of file AthCommonAlgorithm.h.

93 {
94 return execState( ctx ).filterPassed();
95 }
virtual bool filterPassed(const EventContext &ctx) const
Get filter decision:

◆ finalize()

StatusCode EL::AnaReentrantAlgorithm::finalize ( )
protectedinherited

finalize this algorithm

This gets called after event processing has finished. The last event may no longer be in memory, and the code should not try to access it.

Definition at line 102 of file AnaReentrantAlgorithm.cxx.

104 {
105 return StatusCode::SUCCESS;
106 }

◆ initialize()

StatusCode JetPFlowSelectionAlg::initialize ( )
override

Athena algorithm's Hooks.

Definition at line 20 of file JetPFlowSelectionAlg.cxx.

20 {
21 ATH_MSG_DEBUG("Initializing " );
22
25 if (!m_electronContainerKey.empty()) {
27 }
36
37 if (m_isEgammaPEB) ATH_MSG_WARNING("Using EgammaPEB PFlow! Checks for MuonFEs will be skipped.");
38
39 return StatusCode::SUCCESS;
40}
#define ATH_CHECK
Evaluate an expression and check for errors.
#define ATH_MSG_WARNING(x)

◆ inputHandles()

virtual std::vector< Gaudi::DataHandle * > AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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.

◆ isClonable()

virtual bool AthCommonAlgorithm< Gaudi::Algorithm >::isClonable ( ) const
inlineoverridevirtualinherited

Specify if the algorithm is clonable.

Only relevant for non-reentrant algorithms. Actual number of clones needs to be set via the "Cardinality" property.

Reimplemented in AFP_DigiTop, AlgB, AlgT, BCM_Digitization, CscDigitBuilder, CscDigitToCscRDO, G4AtlasAlg, G4RunAlg, HGTD_Digitization, HiveAlgBase, InDet::GNNSeedingTrackMaker, InDet::SCT_Clusterization, InDet::SiSPGNNTrackMaker, InDet::SiSPSeededTrackFinder, InDet::SiTrackerSpacePointFinder, ISF::SimKernelMT, ITk::StripDigitization, ITkPixelCablingAlg, ITkStripCablingAlg, LArHitEMapMaker, LArTTL1Maker, LUCID_DigiTop, LVL1::L1TopoSimulation, MergeCalibHits, MergeGenericMuonSimHitColl, MergeHijingPars, MergeMcEventCollection, MergeTrackRecordCollection, MergeTruthJets, MergeTruthParticles, MuonDigitizer, PileUpMTAlg, PixelDigitization, RoIBResultToxAOD, SCT_ByteStreamErrorsTestAlg, SCT_CablingCondAlgFromCoraCool, SCT_CablingCondAlgFromText, SCT_ConditionsParameterTestAlg, SCT_ConditionsSummaryTestAlg, SCT_ConfigurationConditionsTestAlg, SCT_Digitization, SCT_FlaggedConditionTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_PrepDataToxAOD, SCT_RawDataToxAOD, SCT_ReadCalibChipDataTestAlg, SCT_ReadCalibDataTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_SiliconConditionsTestAlg, SCT_StripVetoTestAlg, SCT_TdaqEnabledTestAlg, SCT_TestCablingAlg, SCTEventFlagWriter, SCTRawDataProvider, SCTSiLorentzAngleTestAlg, SCTSiPropertiesTestAlg, SGInputLoader, Simulation::BeamEffectsAlg, TileHitVecToCnt, TileMuonFitter, TilePulseForTileMuonReceiver, TileRawChannelMaker, TRTDigitization, and ZDC_DigiTop.

Definition at line 68 of file AthCommonAlgorithm.h.

68 {
69 return true;
70 }

◆ msg()

MsgStream & AthCommonMsg< Gaudi::Algorithm >::msg ( ) const
inlineinherited

Definition at line 24 of file AthCommonMsg.h.

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

◆ msgLvl()

bool AthCommonMsg< Gaudi::Algorithm >::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< Gaudi::Algorithm > >::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.

◆ 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< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::renounceArray ( SG::VarHandleKeyArray & handlesArray)
inlineprotectedinherited

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ setFilterPassed()

virtual void AthCommonAlgorithm< Gaudi::Algorithm >::setFilterPassed ( bool state,
const EventContext & ctx ) const
inlinevirtualinherited

Set filter decision:

Reimplemented in AthFilterAlgorithm.

Definition at line 99 of file AthCommonAlgorithm.h.

99 {
101 }
virtual void setFilterPassed(bool state, const EventContext &ctx) const
Set filter decision:

◆ sysExecute()

StatusCode AthCommonAlgorithm< Gaudi::Algorithm >::sysExecute ( const EventContext & ctx)
overridevirtualinherited

Execute an algorithm.

We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.

Reimplemented in AthAnalysisAlgorithm.

Definition at line 80 of file AthCommonAlgorithm.cxx.

41{
42 return BaseAlg::sysExecute (ctx);
43}

◆ sysInitialize()

StatusCode AthCommonAlgorithm< Gaudi::Algorithm >::sysInitialize ( )
overridevirtualinherited

Override sysInitialize.

Override sysInitialize from the base class.

Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc

Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc

Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.

Reimplemented in AthAnalysisAlgorithm, AthFilterAlgorithm, AthHistogramAlgorithm, HypoBase, InputMakerBase, and PyAthena::Alg.

Definition at line 60 of file AthCommonAlgorithm.cxx.

71 {
73
74 if (sc.isFailure()) {
75 return sc;
76 }
77
78 ServiceHandle<ICondSvc> cs("CondSvc",name());
79 for (auto h : outputHandles()) {
80 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
81 // do this inside the loop so we don't create the CondSvc until needed
82 if ( cs.retrieve().isFailure() ) {
83 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
85 }
86 if (cs->regHandle(this,*h).isFailure()) {
88 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
89 << " with CondSvc");
90 }
91 }
92 }
93 return sc;
94}
virtual StatusCode sysInitialize() override
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::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< Gaudi::Algorithm > >::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 }

Member Data Documentation

◆ m_chargedFE_energy_match_muonReadHandleKey

SG::ReadDecorHandleKey<xAOD::FlowElementContainer> JetPFlowSelectionAlg::m_chargedFE_energy_match_muonReadHandleKey {this,"FlowElementContainer_ChargedFE_energy_matched_muon","JetETMissChargedParticleFlowObjects.FE_efrac_matched_muon","ReadHandleKey for the fraction of neutral FlowElements cluster energy used to match to Muons"}
private

Definition at line 69 of file JetPFlowSelectionAlg.h.

69{this,"FlowElementContainer_ChargedFE_energy_matched_muon","JetETMissChargedParticleFlowObjects.FE_efrac_matched_muon","ReadHandleKey for the fraction of neutral FlowElements cluster energy used to match to Muons"};

◆ m_chargedFEElectronsReadDecorKey

SG::ReadDecorHandleKey<xAOD::FlowElementContainer> JetPFlowSelectionAlg::m_chargedFEElectronsReadDecorKey {this, "ChargedFEElectronsReadDecorKey", "JetETMissChargedParticleFlowObjects.FE_ElectronLinks", "Key for links from charged FE to electrons"}
private

Definition at line 59 of file JetPFlowSelectionAlg.h.

59{this, "ChargedFEElectronsReadDecorKey", "JetETMissChargedParticleFlowObjects.FE_ElectronLinks", "Key for links from charged FE to electrons"};

◆ m_chargedFEMuonsReadDecorKey

SG::ReadDecorHandleKey<xAOD::FlowElementContainer> JetPFlowSelectionAlg::m_chargedFEMuonsReadDecorKey {this, "ChargedFEMuonsReadDecorKey", "JetETMissChargedParticleFlowObjects.FE_MuonLinks", "Key for links from charged FE to muons"}
private

Definition at line 60 of file JetPFlowSelectionAlg.h.

60{this, "ChargedFEMuonsReadDecorKey", "JetETMissChargedParticleFlowObjects.FE_MuonLinks", "Key for links from charged FE to muons"};

◆ m_ChargedPFlowContainerKey

SG::ReadHandleKey<xAOD::FlowElementContainer> JetPFlowSelectionAlg::m_ChargedPFlowContainerKey = {this, "ChargedPFlowInputContainer", "", "The input Charged PFlow Objects"}
private

Definition at line 51 of file JetPFlowSelectionAlg.h.

51{this, "ChargedPFlowInputContainer", "", "The input Charged PFlow Objects"};

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default).

Definition at line 393 of file AthCommonDataStore.h.

◆ m_electronContainerKey

SG::ReadHandleKey<xAOD::ElectronContainer> JetPFlowSelectionAlg::m_electronContainerKey = {this, "ElectronInputContainer", "", "The input electron container"}
private

Definition at line 53 of file JetPFlowSelectionAlg.h.

53{this, "ElectronInputContainer", "", "The input electron container"};

◆ m_electronIDToExclude

Gaudi::Property<std::string> JetPFlowSelectionAlg::m_electronIDToExclude {this,"electronIDToExclude","LHMedium","Select electron ID to exclude"}
private

Definition at line 36 of file JetPFlowSelectionAlg.h.

36{this,"electronIDToExclude","LHMedium","Select electron ID to exclude"};

◆ m_electronIDToInclude

Gaudi::Property<std::string> JetPFlowSelectionAlg::m_electronIDToInclude {this,"electronIDToInclude","LHLoose","Select electron ID to include"}
private

Definition at line 37 of file JetPFlowSelectionAlg.h.

37{this,"electronIDToInclude","LHLoose","Select electron ID to include"};

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default).

Definition at line 390 of file AthCommonDataStore.h.

◆ m_excludeChargedElectronFE

Gaudi::Property<bool> JetPFlowSelectionAlg::m_excludeChargedElectronFE {this,"excludeChargedElectronFE",true,"Exclude charged FE matched to electrons"}
private

Definition at line 38 of file JetPFlowSelectionAlg.h.

38{this,"excludeChargedElectronFE",true,"Exclude charged FE matched to electrons"};

◆ m_excludeChargedMuonFE

Gaudi::Property<bool> JetPFlowSelectionAlg::m_excludeChargedMuonFE {this,"excludeChargedMuonFE",true,"Exclude charged FE matched to muons"}
private

Definition at line 45 of file JetPFlowSelectionAlg.h.

45{this,"excludeChargedMuonFE",true,"Exclude charged FE matched to muons"};

◆ m_excludeNeutralElectronFE

Gaudi::Property<bool> JetPFlowSelectionAlg::m_excludeNeutralElectronFE {this,"excludeNeutralElectronFE",false,"Exclude neutral FE matched to electrons"}
private

Definition at line 40 of file JetPFlowSelectionAlg.h.

40{this,"excludeNeutralElectronFE",false,"Exclude neutral FE matched to electrons"};

◆ m_excludeNeutralMuonFE

Gaudi::Property<bool> JetPFlowSelectionAlg::m_excludeNeutralMuonFE {this,"excludeNeutralMuonFE",false,"Exclude neutral FE matched to muons"}
private

Definition at line 47 of file JetPFlowSelectionAlg.h.

47{this,"excludeNeutralMuonFE",false,"Exclude neutral FE matched to muons"};

◆ m_extendedExtraObjects

DataObjIDColl AthCommonAlgorithm< Gaudi::Algorithm >::m_extendedExtraObjects
privateinherited

Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.

Empty if no symlinks were found.

Definition at line 108 of file AthCommonAlgorithm.h.

◆ m_includeChargedElectronFE

Gaudi::Property<bool> JetPFlowSelectionAlg::m_includeChargedElectronFE {this,"includeChargedElectronFE",false,"Include charged FE matched to electrons"}
private

Definition at line 39 of file JetPFlowSelectionAlg.h.

39{this,"includeChargedElectronFE",false,"Include charged FE matched to electrons"};

◆ m_includeChargedMuonFE

Gaudi::Property<bool> JetPFlowSelectionAlg::m_includeChargedMuonFE {this,"includeChargedMuonFE",false,"Include charged FE matched to muons"}
private

Definition at line 46 of file JetPFlowSelectionAlg.h.

46{this,"includeChargedMuonFE",false,"Include charged FE matched to muons"};

◆ m_includeNeutralElectronFE

Gaudi::Property<bool> JetPFlowSelectionAlg::m_includeNeutralElectronFE {this,"includeNeutralElectronFE",false,"Include neutral FE matched to electrons"}
private

Definition at line 41 of file JetPFlowSelectionAlg.h.

41{this,"includeNeutralElectronFE",false,"Include neutral FE matched to electrons"};

◆ m_includeNeutralMuonFE

Gaudi::Property<bool> JetPFlowSelectionAlg::m_includeNeutralMuonFE {this,"includeNeutralMuonFE",false,"Include neutral FE matched to muons"}
private

Definition at line 48 of file JetPFlowSelectionAlg.h.

48{this,"includeNeutralMuonFE",false,"Include neutral FE matched to muons"};

◆ m_isEgammaPEB

Gaudi::Property<bool> JetPFlowSelectionAlg::m_isEgammaPEB {this,"isEgammaPEB",false,"Special treatment for EGammaPEB stream, no Muons"}
private

Definition at line 49 of file JetPFlowSelectionAlg.h.

49{this,"isEgammaPEB",false,"Special treatment for EGammaPEB stream, no Muons"};

◆ m_muonIDToExclude

Gaudi::Property<std::string> JetPFlowSelectionAlg::m_muonIDToExclude {this,"muonIDToExclude","Medium","Select muon ID to exclude"}
private

Definition at line 43 of file JetPFlowSelectionAlg.h.

43{this,"muonIDToExclude","Medium","Select muon ID to exclude"};

◆ m_muonIDToInclude

Gaudi::Property<std::string> JetPFlowSelectionAlg::m_muonIDToInclude {this,"muonIDToInclude","Loose","Select muon ID to include"}
private

Definition at line 44 of file JetPFlowSelectionAlg.h.

44{this,"muonIDToInclude","Loose","Select muon ID to include"};

◆ m_neutralFEElectronsReadDecorKey

SG::ReadDecorHandleKey<xAOD::FlowElementContainer> JetPFlowSelectionAlg::m_neutralFEElectronsReadDecorKey {this, "NeutralFEElectronsReadDecorKey", "JetETMissNeutralParticleFlowObjects.FE_ElectronLinks", "Key for links from neutral FE to electrons"}
private

Definition at line 62 of file JetPFlowSelectionAlg.h.

62{this, "NeutralFEElectronsReadDecorKey", "JetETMissNeutralParticleFlowObjects.FE_ElectronLinks", "Key for links from neutral FE to electrons"};

◆ m_neutralFEMuons_efrac_match_DecorKey

SG::ReadDecorHandleKey<xAOD::FlowElementContainer> JetPFlowSelectionAlg::m_neutralFEMuons_efrac_match_DecorKey {this,"FlowElementContainer_FE_efrac_matched_muon","JetETMissNeutralParticleFlowObjects.FE_efrac_matched_muon","ReadDecorHandleKey for the fraction of neutral FlowElements cluster energy used to match to Muons"}
private

Definition at line 67 of file JetPFlowSelectionAlg.h.

67{this,"FlowElementContainer_FE_efrac_matched_muon","JetETMissNeutralParticleFlowObjects.FE_efrac_matched_muon","ReadDecorHandleKey for the fraction of neutral FlowElements cluster energy used to match to Muons"};

◆ m_neutralFEMuonsReadDecorKey

SG::ReadDecorHandleKey<xAOD::FlowElementContainer> JetPFlowSelectionAlg::m_neutralFEMuonsReadDecorKey {this, "NeutralFEMuonsReadDecorKey","JetETMissNeutralParticleFlowObjects.FE_MuonLinks", "Key for links from neutral FE to muons"}
private

Definition at line 64 of file JetPFlowSelectionAlg.h.

64{this, "NeutralFEMuonsReadDecorKey","JetETMissNeutralParticleFlowObjects.FE_MuonLinks", "Key for links from neutral FE to muons"};

◆ m_NeutralPFlowContainerKey

SG::ReadHandleKey<xAOD::FlowElementContainer> JetPFlowSelectionAlg::m_NeutralPFlowContainerKey = {this, "NeutralPFlowInputContainer", "", "The input Neutral PFlow Objects"}
private

Definition at line 52 of file JetPFlowSelectionAlg.h.

52{this, "NeutralPFlowInputContainer", "", "The input Neutral PFlow Objects"};

◆ m_outputChargedPFlowHandleKey

SG::WriteHandleKey<xAOD::FlowElementContainer> JetPFlowSelectionAlg::m_outputChargedPFlowHandleKey = {this, "ChargedPFlowOutputContainer", "GlobalPFlowChargedParticleFlowObjects", "The output filtered Charged PFlow Objects"}
private

Definition at line 56 of file JetPFlowSelectionAlg.h.

56{this, "ChargedPFlowOutputContainer", "GlobalPFlowChargedParticleFlowObjects", "The output filtered Charged PFlow Objects"};

◆ m_outputNeutralPFlowHandleKey

SG::WriteHandleKey<xAOD::FlowElementContainer> JetPFlowSelectionAlg::m_outputNeutralPFlowHandleKey = {this, "NeutralPFlowOutputContainer", "GlobalPFlowNeutralParticleFlowObjects", "The output filtered Neutral PFlow Objects"}
private

Definition at line 57 of file JetPFlowSelectionAlg.h.

57{this, "NeutralPFlowOutputContainer", "GlobalPFlowNeutralParticleFlowObjects", "The output filtered Neutral PFlow Objects"};

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

std::vector<SG::VarHandleKeyArray*> AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >::m_vhka
privateinherited

Definition at line 398 of file AthCommonDataStore.h.


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