ATLAS Offline Software
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
EMPIDBuilder Class Referencefinal

#include <EMPIDBuilder.h>

Inheritance diagram for EMPIDBuilder:
Collaboration diagram for EMPIDBuilder:

Public Member Functions

 EMPIDBuilder (const std::string &type, const std::string &name, const IInterface *parent)
 Default constructor. More...
 
virtual ~EMPIDBuilder ()=default
 Destructor. More...
 
virtual StatusCode initialize () override final
 initialize method More...
 
virtual StatusCode execute (const EventContext &ctx, xAOD::Egamma *) const override final
 standard execute method More...
 
virtual StatusCode finalize () override
 finalize method More...
 
ServiceHandle< StoreGateSvc > & evtStore ()
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & evtStore () const
 The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc. More...
 
const ServiceHandle< StoreGateSvc > & detStore () const
 The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc. More...
 
virtual StatusCode sysInitialize () override
 Perform system initialization for an algorithm. More...
 
virtual StatusCode sysStart () override
 Handle START transition. More...
 
virtual std::vector< Gaudi::DataHandle * > inputHandles () const override
 Return this algorithm's input handles. More...
 
virtual std::vector< Gaudi::DataHandle * > outputHandles () const override
 Return this algorithm's output handles. More...
 
Gaudi::Details::PropertyBase & declareProperty (Gaudi::Property< T > &t)
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleKey &hndl, const std::string &doc, const SG::VarHandleKeyType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleBase &hndl, const std::string &doc, const SG::VarHandleType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, SG::VarHandleKeyArray &hndArr, const std::string &doc, const SG::VarHandleKeyArrayType &)
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, T &property, const std::string &doc, const SG::NotHandleType &)
 Declare a new Gaudi property. More...
 
Gaudi::Details::PropertyBase * declareProperty (const std::string &name, T &property, const std::string &doc="none")
 Declare a new Gaudi property. More...
 
void updateVHKA (Gaudi::Details::PropertyBase &)
 
MsgStream & msg () const
 
MsgStream & msg (const MSG::Level lvl) const
 
bool msgLvl (const MSG::Level lvl) const
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AthAlgTool interface methods. More...
 

Protected Member Functions

void renounceArray (SG::VarHandleKeyArray &handlesArray)
 remove all handles from I/O resolution More...
 
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. More...
 

Private Types

typedef ServiceHandle< StoreGateSvcStoreGateSvc_t
 

Private Member Functions

Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &)
 specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &)
 specialization for handling Gaudi::Property<SG::VarHandleBase> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &)
 specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
 

Private Attributes

ToolHandleArray< IAsgElectronIsEMSelectorm_electronIsEMselectors
 Handle to the selectors. More...
 
Gaudi::Property< std::vector< std::string > > m_electronIsEMselectorResultNames
 
ToolHandleArray< IAsgElectronLikelihoodToolm_electronLHselectors
 
Gaudi::Property< std::vector< std::string > > m_electronLHselectorResultNames
 
ToolHandleArray< IAsgSelectionToolm_genericIsEMselectors
 
Gaudi::Property< std::vector< std::string > > m_genericIsEMselectorResultNames
 
ToolHandleArray< IAsgPhotonIsEMSelectorm_photonIsEMselectors
 
Gaudi::Property< std::vector< std::string > > m_photonIsEMselectorResultNames
 
ToolHandle< ILumiBlockMuToolm_lumiBlockMuTool
 
Gaudi::Property< std::string > m_LHValueName
 
Gaudi::Property< bool > m_UselumiBlockMuTool
 
StoreGateSvc_t m_evtStore
 Pointer to StoreGate (event store by default) More...
 
StoreGateSvc_t m_detStore
 Pointer to StoreGate (detector store by default) More...
 
std::vector< SG::VarHandleKeyArray * > m_vhka
 
bool m_varHandleArraysDeclared
 

Detailed Description

egamma tool to add selector outputs to the egamma objects Note: Subject to change after the PAT selectors evolve

Author
Jovan Mitrevski Jovan.nosp@m..Mit.nosp@m.revsk.nosp@m.i@ce.nosp@m.rn.ch

Definition at line 28 of file EMPIDBuilder.h.

Member Typedef Documentation

◆ StoreGateSvc_t

typedef ServiceHandle<StoreGateSvc> AthCommonDataStore< AthCommonMsg< AlgTool > >::StoreGateSvc_t
privateinherited

Definition at line 388 of file AthCommonDataStore.h.

Constructor & Destructor Documentation

◆ EMPIDBuilder()

EMPIDBuilder::EMPIDBuilder ( const std::string &  type,
const std::string &  name,
const IInterface *  parent 
)

Default constructor.

Definition at line 14 of file EMPIDBuilder.cxx.

18 {
19  // declare interface
20  declareInterface<IegammaBaseTool>(this);
21 }

◆ ~EMPIDBuilder()

virtual EMPIDBuilder::~EMPIDBuilder ( )
virtualdefault

Destructor.

Member Function Documentation

◆ declareGaudiProperty() [1/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleKeyArrayType  
)
inlineprivateinherited

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

Definition at line 170 of file AthCommonDataStore.h.

172  {
173  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
174  hndl.value(),
175  hndl.documentation());
176 
177  }

◆ declareGaudiProperty() [2/4]

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

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

Definition at line 156 of file AthCommonDataStore.h.

158  {
159  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
160  hndl.value(),
161  hndl.documentation());
162 
163  }

◆ declareGaudiProperty() [3/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T > &  hndl,
const SG::VarHandleType  
)
inlineprivateinherited

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

Definition at line 184 of file AthCommonDataStore.h.

186  {
187  return *AthCommonDataStore<PBASE>::declareProperty(hndl.name(),
188  hndl.value(),
189  hndl.documentation());
190  }

◆ declareGaudiProperty() [4/4]

Gaudi::Details::PropertyBase& AthCommonDataStore< AthCommonMsg< AlgTool > >::declareGaudiProperty ( Gaudi::Property< T > &  t,
const SG::NotHandleType  
)
inlineprivateinherited

specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray>

Definition at line 199 of file AthCommonDataStore.h.

200  {
201  return PBASE::declareProperty(t);
202  }

◆ declareProperty() [1/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleBase hndl,
const std::string &  doc,
const SG::VarHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation string for the property.

This is the version for types that derive from SG::VarHandleBase. The property value object is put on the input and output lists as appropriate; then we forward to the base class.

Definition at line 245 of file AthCommonDataStore.h.

249  {
250  this->declare(hndl.vhKey());
251  hndl.vhKey().setOwner(this);
252 
253  return PBASE::declareProperty(name,hndl,doc);
254  }

◆ declareProperty() [2/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleKey hndl,
const std::string &  doc,
const SG::VarHandleKeyType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
hndlObject holding the property value.
docDocumentation string for the property.

This is the version for types that derive from SG::VarHandleKey. The property value object is put on the input and output lists as appropriate; then we forward to the base class.

Definition at line 221 of file AthCommonDataStore.h.

225  {
226  this->declare(hndl);
227  hndl.setOwner(this);
228 
229  return PBASE::declareProperty(name,hndl,doc);
230  }

◆ declareProperty() [3/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
SG::VarHandleKeyArray hndArr,
const std::string &  doc,
const SG::VarHandleKeyArrayType  
)
inlineinherited

Definition at line 259 of file AthCommonDataStore.h.

263  {
264 
265  // std::ostringstream ost;
266  // ost << Algorithm::name() << " VHKA declareProp: " << name
267  // << " size: " << hndArr.keys().size()
268  // << " mode: " << hndArr.mode()
269  // << " vhka size: " << m_vhka.size()
270  // << "\n";
271  // debug() << ost.str() << endmsg;
272 
273  hndArr.setOwner(this);
274  m_vhka.push_back(&hndArr);
275 
276  Gaudi::Details::PropertyBase* p = PBASE::declareProperty(name, hndArr, doc);
277  if (p != 0) {
278  p->declareUpdateHandler(&AthCommonDataStore<PBASE>::updateVHKA, this);
279  } else {
280  ATH_MSG_ERROR("unable to call declareProperty on VarHandleKeyArray "
281  << name);
282  }
283 
284  return p;
285 
286  }

◆ declareProperty() [4/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc,
const SG::NotHandleType  
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation string for the property.

This is the generic version, for types that do not derive from SG::VarHandleKey. It just forwards to the base class version of declareProperty.

Definition at line 333 of file AthCommonDataStore.h.

337  {
338  return PBASE::declareProperty(name, property, doc);
339  }

◆ declareProperty() [5/6]

Gaudi::Details::PropertyBase* AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty ( const std::string &  name,
T &  property,
const std::string &  doc = "none" 
)
inlineinherited

Declare a new Gaudi property.

Parameters
nameName of the property.
propertyObject holding the property value.
docDocumentation string for the property.

This dispatches to either the generic declareProperty or the one for VarHandle/Key/KeyArray.

Definition at line 352 of file AthCommonDataStore.h.

355  {
356  typedef typename SG::HandleClassifier<T>::type htype;
357  return declareProperty (name, property, doc, htype());
358  }

◆ declareProperty() [6/6]

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

Definition at line 145 of file AthCommonDataStore.h.

145  {
146  typedef typename SG::HandleClassifier<T>::type htype;
148  }

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

95 { return m_detStore; }

◆ evtStore() [1/2]

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.

85 { return m_evtStore; }

◆ evtStore() [2/2]

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

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

Definition at line 90 of file AthCommonDataStore.h.

90 { return m_evtStore; }

◆ execute()

StatusCode EMPIDBuilder::execute ( const EventContext &  ctx,
xAOD::Egamma eg 
) const
finaloverridevirtual

standard execute method

Implements IegammaBaseTool.

Definition at line 75 of file EMPIDBuilder.cxx.

76 {
77 
78  ATH_MSG_DEBUG("Executing EMPIDBuilder::execute");
79 
80  // Protection against bad pointers
81  if (eg == nullptr) {
82  ATH_MSG_WARNING("NULL egamma object given to execute function");
83  return StatusCode::SUCCESS;
84  }
85 
86  size_t size = m_electronIsEMselectors.size();
87 
88  for (size_t i = 0; i < size; ++i) {
90  // save the bool result
91  eg->setPassSelection(static_cast<bool>(accept),
93  // save the isem
94  unsigned int isEM = (~0);
95  if (m_electronIsEMselectors[i]->execute(ctx, eg, isEM).isFailure()) {
96  ATH_MSG_ERROR("problem to get isEM for "
98  return StatusCode::FAILURE;
99  }
100  eg->setSelectionisEM(isEM, "isEM" + m_electronIsEMselectorResultNames[i]);
101  }
102 
103  size_t sizePh = m_photonIsEMselectors.size();
104 
105  for (size_t i = 0; i < sizePh; ++i) {
107  // save the bool result
108  eg->setPassSelection(static_cast<bool>(accept),
110  // save the isem
111  unsigned int isEM = ~0;
112  if (m_photonIsEMselectors[i]->execute(ctx, eg, isEM).isFailure()) {
113  ATH_MSG_ERROR("problem to get isEM for "
115  return StatusCode::FAILURE;
116  }
117  eg->setSelectionisEM(isEM, "isEM" + m_photonIsEMselectorResultNames[i]);
118  }
119 
120  size_t sizeLH = m_electronLHselectors.size();
121 
122  // negative mu means the default behaviour --> retrieve the one in xAOD
123  double mu = -99.;
124  double avg_mu = -99.;
125  if (m_UselumiBlockMuTool) { //
126  mu = m_lumiBlockMuTool->actualInteractionsPerCrossing();
127  avg_mu = m_lumiBlockMuTool->averageInteractionsPerCrossing();
128  ATH_MSG_DEBUG("REGTEST: Retrieved Mu Value : " << mu);
129  ATH_MSG_DEBUG("REGTEST: Average Mu Value : " << avg_mu);
130  }
131 
132  for (size_t i = 0; i < sizeLH; ++i) {
133  asg::AcceptData accept = m_electronLHselectors[i]->accept(ctx, eg, avg_mu);
134  // save the bool result
135  eg->setPassSelection(static_cast<bool>(accept),
137  // save the isem
138  eg->setSelectionisEM(
139  static_cast<unsigned int>(accept.getCutResultInverted()),
141 
142  // save the LHValue only once
143  if (i == 0) {
144  accLH(*eg) = static_cast<float>(
145  m_electronLHselectors[i]->calculate(ctx, eg, avg_mu));
146  }
147  }
148 
149  size_t sizeGen = m_genericIsEMselectors.size();
150  for (size_t i = 0; i < sizeGen; ++i) {
152  // save the bool result
153  eg->setPassSelection(static_cast<bool>(accept),
155  // save the isem
156  eg->setSelectionisEM(
157  static_cast<unsigned int>(accept.getCutResultInverted()),
159  }
160 
161  return StatusCode::SUCCESS;
162 }

◆ 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

◆ finalize()

StatusCode egammaBaseTool::finalize ( )
overridevirtualinherited

finalize method

Implements IegammaBaseTool.

Definition at line 22 of file egammaBaseTool.cxx.

23 {
24  return StatusCode::SUCCESS;
25 }

◆ initialize()

StatusCode EMPIDBuilder::initialize ( )
finaloverridevirtual

initialize method

Reimplemented from egammaBaseTool.

Definition at line 24 of file EMPIDBuilder.cxx.

25 {
26  ATH_MSG_DEBUG(" Initializing EMPIDBuilder");
27 
29 
30  if (m_electronIsEMselectors.size() !=
32  ATH_MSG_ERROR("The number of selectors does not match the number of given "
33  "electronIsEMselector names");
34  return StatusCode::FAILURE;
35  }
36 
37  ATH_CHECK(m_electronLHselectors.retrieve());
38 
40  ATH_MSG_ERROR("The number of selectors does not match the number of given "
41  "electron LH selector names");
42  return StatusCode::FAILURE;
43  }
44 
46 
47  if (m_genericIsEMselectors.size() !=
49  ATH_MSG_ERROR("The number of selectors does not match the number of given "
50  "generic selector names");
51  return StatusCode::FAILURE;
52  }
53 
54  ATH_CHECK(m_photonIsEMselectors.retrieve());
55 
57  ATH_MSG_ERROR("The number of selectors does not match the number of given "
58  "photon selector names");
59  return StatusCode::FAILURE;
60  }
61 
63  if (m_lumiBlockMuTool.retrieve().isFailure()) {
64  ATH_MSG_FATAL("Unable to retrieve Luminosity Tool");
65  return StatusCode::FAILURE;
66  }
67  ATH_MSG_DEBUG("Successfully retrieved Luminosity Tool");
68  } else {
69  m_lumiBlockMuTool.disable();
70  }
71  return StatusCode::SUCCESS;
72 }

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

◆ interfaceID()

const InterfaceID & IegammaBaseTool::interfaceID ( )
inlinestaticinherited

AthAlgTool interface methods.

Definition at line 48 of file IegammaBaseTool.h.

49 {
50  return IID_IegammaBaseTool;
51 }

◆ msg() [1/2]

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

Definition at line 24 of file AthCommonMsg.h.

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

◆ msg() [2/2]

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

Definition at line 27 of file AthCommonMsg.h.

27  {
28  return this->msgStream(lvl);
29  }

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

◆ 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();
383  PBASE::renounce (h);
384  }

◆ 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  {
365  handlesArray.renounce();
366  }

◆ 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 DerivationFramework::CfAthAlgTool, AthCheckedComponent< AthAlgTool >, AthCheckedComponent<::AthAlgTool >, and asg::AsgMetadataTool.

◆ 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) {
312  std::vector<SG::VarHandleKey*> keys = a->keys();
313  for (auto k : keys) {
314  k->setOwner(this);
315  }
316  }
317  }

Member Data Documentation

◆ m_detStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
privateinherited

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_electronIsEMselectorResultNames

Gaudi::Property<std::vector<std::string> > EMPIDBuilder::m_electronIsEMselectorResultNames
private
Initial value:
{
this,
"electronIsEMselectorResultNames",
{},
"The selector result names"
}

Definition at line 53 of file EMPIDBuilder.h.

◆ m_electronIsEMselectors

ToolHandleArray<IAsgElectronIsEMSelector> EMPIDBuilder::m_electronIsEMselectors
private
Initial value:
{
this,
"electronIsEMselectors",
{},
"The selectors that we need to apply to the Electron object"
}

Handle to the selectors.

Definition at line 47 of file EMPIDBuilder.h.

◆ m_electronLHselectorResultNames

Gaudi::Property<std::vector<std::string> > EMPIDBuilder::m_electronLHselectorResultNames
private
Initial value:
{
this,
"electronLHselectorResultNames",
{},
"The selector result names"
}

Definition at line 66 of file EMPIDBuilder.h.

◆ m_electronLHselectors

ToolHandleArray<IAsgElectronLikelihoodTool> EMPIDBuilder::m_electronLHselectors
private
Initial value:
{
this,
"electronLHselectors",
{},
"The selectors that we need to apply to the LH electron object"
}

Definition at line 60 of file EMPIDBuilder.h.

◆ m_evtStore

StoreGateSvc_t AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
privateinherited

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_genericIsEMselectorResultNames

Gaudi::Property<std::vector<std::string> > EMPIDBuilder::m_genericIsEMselectorResultNames
private
Initial value:
{
this,
"genericIsEMselectorResultNames",
{},
"The selector result names"
}

Definition at line 80 of file EMPIDBuilder.h.

◆ m_genericIsEMselectors

ToolHandleArray<IAsgSelectionTool> EMPIDBuilder::m_genericIsEMselectors
private
Initial value:
{
this,
"genericIsEMselectors",
{},
"The selectors that we need to apply to the generic object"
}

Definition at line 73 of file EMPIDBuilder.h.

◆ m_LHValueName

Gaudi::Property<std::string> EMPIDBuilder::m_LHValueName
private
Initial value:
{ this,
"LHValueName",
"LHValue",
"The LH Value name" }

Definition at line 107 of file EMPIDBuilder.h.

◆ m_lumiBlockMuTool

ToolHandle<ILumiBlockMuTool> EMPIDBuilder::m_lumiBlockMuTool
private
Initial value:
{
this,
"LuminosityTool",
"LumiBlockMuTool/LumiBlockMuTool",
"Luminosity Tool"
}

Definition at line 100 of file EMPIDBuilder.h.

◆ m_photonIsEMselectorResultNames

Gaudi::Property<std::vector<std::string> > EMPIDBuilder::m_photonIsEMselectorResultNames
private
Initial value:
{
this,
"photonIsEMselectorResultNames",
{},
"The selector result names"
}

Definition at line 93 of file EMPIDBuilder.h.

◆ m_photonIsEMselectors

ToolHandleArray<IAsgPhotonIsEMSelector> EMPIDBuilder::m_photonIsEMselectors
private
Initial value:
{
this,
"photonIsEMselectors",
{},
"The selectors that we need to apply to the pothon object"
}

Definition at line 87 of file EMPIDBuilder.h.

◆ m_UselumiBlockMuTool

Gaudi::Property<bool> EMPIDBuilder::m_UselumiBlockMuTool
private
Initial value:
{
this,
"UseLuminosityTool",
false,
"Use Luminosity Tool instead of value stored in xAOD"
}

Definition at line 112 of file EMPIDBuilder.h.

◆ m_varHandleArraysDeclared

bool AthCommonDataStore< AthCommonMsg< AlgTool > >::m_varHandleArraysDeclared
privateinherited

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.


The documentation for this class was generated from the following files:
EMPIDBuilder::m_electronIsEMselectorResultNames
Gaudi::Property< std::vector< std::string > > m_electronIsEMselectorResultNames
Definition: EMPIDBuilder.h:53
ATH_MSG_FATAL
#define ATH_MSG_FATAL(x)
Definition: AthMsgStreamMacros.h:34
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
EMPIDBuilder::m_lumiBlockMuTool
ToolHandle< ILumiBlockMuTool > m_lumiBlockMuTool
Definition: EMPIDBuilder.h:100
EMPIDBuilder::m_genericIsEMselectorResultNames
Gaudi::Property< std::vector< std::string > > m_genericIsEMselectorResultNames
Definition: EMPIDBuilder.h:80
ParticleTest.eg
eg
Definition: ParticleTest.py:29
EMPIDBuilder::m_photonIsEMselectors
ToolHandleArray< IAsgPhotonIsEMSelector > m_photonIsEMselectors
Definition: EMPIDBuilder.h:87
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
CutsMETMaker::accept
StatusCode accept(const xAOD::Muon *mu)
Definition: CutsMETMaker.cxx:18
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Definition: AthCommonDataStore.h:390
EMPIDBuilder::execute
virtual StatusCode execute(const EventContext &ctx, xAOD::Egamma *) const override final
standard execute method
Definition: EMPIDBuilder.cxx:75
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
std::vector< SG::VarHandleKeyArray * > m_vhka
Definition: AthCommonDataStore.h:398
EMPIDBuilder::m_electronLHselectorResultNames
Gaudi::Property< std::vector< std::string > > m_electronLHselectorResultNames
Definition: EMPIDBuilder.h:66
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
EMPIDBuilder::m_electronIsEMselectors
ToolHandleArray< IAsgElectronIsEMSelector > m_electronIsEMselectors
Handle to the selectors.
Definition: EMPIDBuilder.h:47
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
egammaBaseTool::egammaBaseTool
egammaBaseTool(const std::string &type, const std::string &name, const IInterface *parent)
Default constructor.
Definition: egammaBaseTool.cxx:7
AthCommonDataStore
Definition: AthCommonDataStore.h:52
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
lumiFormat.i
int i
Definition: lumiFormat.py:92
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
test_pyathena.parent
parent
Definition: test_pyathena.py:15
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
EMPIDBuilder::m_electronLHselectors
ToolHandleArray< IAsgElectronLikelihoodTool > m_electronLHselectors
Definition: EMPIDBuilder.h:60
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
SG::VarHandleKeyArray::renounce
virtual void renounce()=0
SG::HandleClassifier::type
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Definition: HandleClassifier.h:54
merge_scale_histograms.doc
string doc
Definition: merge_scale_histograms.py:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
a
TList * a
Definition: liststreamerinfos.cxx:10
h
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
EMPIDBuilder::m_UselumiBlockMuTool
Gaudi::Property< bool > m_UselumiBlockMuTool
Definition: EMPIDBuilder.h:112
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:616
declareProperty
#define declareProperty(n, p, h)
Definition: BaseFakeBkgTool.cxx:15
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
EMPIDBuilder::m_photonIsEMselectorResultNames
Gaudi::Property< std::vector< std::string > > m_photonIsEMselectorResultNames
Definition: EMPIDBuilder.h:93
EMPIDBuilder::m_genericIsEMselectors
ToolHandleArray< IAsgSelectionTool > m_genericIsEMselectors
Definition: EMPIDBuilder.h:73
asg::AcceptData
Definition: AcceptData.h:30
CaloNoise_fillDB.mu
mu
Definition: CaloNoise_fillDB.py:53
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
fitman.k
k
Definition: fitman.py:528