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

#include <egammaSwTool.h>

Inheritance diagram for egammaSwTool:
Collaboration diagram for egammaSwTool:

Public Member Functions

 egammaSwTool (const std::string &type, const std::string &name, const IInterface *parent)
 Default constructor. More...
 
virtual ~egammaSwTool ()=default
 Destructor. More...
 
virtual StatusCode initialize () override
 initialize method More...
 
virtual StatusCode execute (const EventContext &ctx, xAOD::CaloCluster *cluster) const override final
 execute method More...
 
virtual StatusCode execute (const EventContext &ctx, xAOD::CaloCluster *cluster, xAOD::EgammaParameters::EgammaType egType, bool isBarrel) const override final
 
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 ()
 AlgTool 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

StatusCode processTools (const EventContext &ctx, const ToolHandleArray< CaloClusterProcessor > &tools, xAOD::CaloCluster *cluster) const
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
 specialization for handling Gaudi::Property<SG::VarHandleKey> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleKeyArrayType &)
 specialization for handling Gaudi::Property<SG::VarHandleKeyArray> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &hndl, const SG::VarHandleType &)
 specialization for handling Gaudi::Property<SG::VarHandleBase> More...
 
Gaudi::Details::PropertyBase & declareGaudiProperty (Gaudi::Property< T > &t, const SG::NotHandleType &)
 specialization for handling everything that's not a Gaudi::Property<SG::VarHandleKey> or a <SG::VarHandleKeyArray> More...
 

Private Attributes

ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEle55
 a list of names for tools to correct clusters More...
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEle35
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEle37
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersGam35
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersGam55
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersGam37
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEconv55
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEconv35
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersEconv37
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEle35
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEconv35
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterGam35
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEle55
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterGam55
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEconv55
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEle37
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterGam37
 
ToolHandleArray< CaloClusterProcessorm_clusterCorrectionPointersSuperClusterEconv37
 
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

Tool which applies positions and energy corrections to a CaloCluster

Author
D. Zerwas
B. Lenzi
C. Anastopoulos

Definition at line 23 of file egammaSwTool.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

◆ egammaSwTool()

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

Default constructor.

Definition at line 16 of file egammaSwTool.cxx.

20 {
21 
22  // declare interface
23  declareInterface<IegammaSwTool>(this);
24 }

◆ ~egammaSwTool()

virtual egammaSwTool::~egammaSwTool ( )
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() [1/2]

StatusCode egammaSwTool::execute ( const EventContext &  ctx,
xAOD::CaloCluster cluster 
) const
finaloverridevirtual

execute method

Implements IegammaSwTool.

Definition at line 56 of file egammaSwTool.cxx.

57 {
58  ATH_MSG_DEBUG("Executing egammaSwTool");
59 
60  // protection against bad clusters
61  if (cluster == nullptr)
62  return StatusCode::SUCCESS;
63 
64  xAOD::CaloCluster::ClusterSize requestedSize = cluster->clusterSize();
65  switch (requestedSize) {
68  break;
69  }
72  break;
73  }
76  break;
77  }
80  break;
81  }
84  break;
85  }
88  break;
89  }
92  break;
93  }
96  break;
97  }
100  break;
101  }
102  default: {
104  "Inexisting cluster type and calibration requested: " << requestedSize);
105  return StatusCode::FAILURE;
106  }
107  }
108  return StatusCode::SUCCESS;
109 }

◆ execute() [2/2]

StatusCode egammaSwTool::execute ( const EventContext &  ctx,
xAOD::CaloCluster cluster,
xAOD::EgammaParameters::EgammaType  egType,
bool  isBarrel 
) const
finaloverridevirtual

Implements IegammaSwTool.

Definition at line 114 of file egammaSwTool.cxx.

118 {
119  // protection against bad clusters
120  if (cluster == nullptr) {
121  return StatusCode::SUCCESS;
122  }
123 
124  if (isBarrel) {
125  switch (egType) {
129  break;
130  }
134  break;
135  }
139  break;
140  }
141  default: {
142  ATH_MSG_ERROR("Inexisting correction requested for egType: "
143  << egType << " isBarrel: " << isBarrel);
144  return StatusCode::FAILURE;
145  break;
146  }
147  }
148  } else {
149  switch (egType) {
153  break;
154  }
158  break;
159  }
163  break;
164  }
165  default: {
166  ATH_MSG_ERROR("Inexisting correction requested for egType: "
167  << egType << " isBarrel: " << isBarrel);
168  return StatusCode::FAILURE;
169  }
170  }
171  }
172  return StatusCode::SUCCESS;
173 }

◆ 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

◆ initialize()

StatusCode egammaSwTool::initialize ( )
overridevirtual

◆ 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 & IegammaSwTool::interfaceID ( )
inlinestaticinherited

AlgTool interface methods.

Definition at line 51 of file IegammaSwTool.h.

52 {
53  return IID_IegammaSwTool;
54 }

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

◆ processTools()

StatusCode egammaSwTool::processTools ( const EventContext &  ctx,
const ToolHandleArray< CaloClusterProcessor > &  tools,
xAOD::CaloCluster cluster 
) const
private

Definition at line 176 of file egammaSwTool.cxx.

179 {
180  auto firstTool = tools.begin();
181  auto lastTool = tools.end();
182  // loop tools
183  for (; firstTool != lastTool; ++firstTool) {
184  ATH_CHECK((*firstTool)->execute(ctx, cluster));
185  }
186  return StatusCode::SUCCESS;
187 }

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

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEconv35
private
Initial value:
{
this,
"ClusterCorrectionToolsEconv35",
{}
}

Definition at line 92 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersEconv37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEconv37
private
Initial value:
{
this,
"ClusterCorrectionToolsEconv37",
{}
}

Definition at line 97 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersEconv55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEconv55
private
Initial value:
{
this,
"ClusterCorrectionToolsEconv55",
{}
}

Definition at line 87 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersEle35

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEle35
private
Initial value:
{
this,
"ClusterCorrectionToolsEle35",
{}
}

Definition at line 62 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersEle37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEle37
private
Initial value:
{
this,
"ClusterCorrectionToolsEle37",
{}
}

Definition at line 67 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersEle55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersEle55
private
Initial value:
{
this,
"ClusterCorrectionToolsEle55",
{}
}

a list of names for tools to correct clusters

the tools in this list are executed after all maker tools are done and run one after each other on each cluster in the container.

Definition at line 57 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersGam35

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersGam35
private
Initial value:
{
this,
"ClusterCorrectionToolsGam35",
{}
}

Definition at line 72 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersGam37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersGam37
private
Initial value:
{
this,
"ClusterCorrectionToolsGam37",
{}
}

Definition at line 82 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersGam55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersGam55
private
Initial value:
{
this,
"ClusterCorrectionToolsGam55",
{}
}

Definition at line 77 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersSuperClusterEconv35

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEconv35
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEconv35",
{}
}

Definition at line 110 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersSuperClusterEconv37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEconv37
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEconv37",
{}
}

Definition at line 154 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersSuperClusterEconv55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEconv55
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEconv55",
{}
}

Definition at line 135 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersSuperClusterEle35

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEle35
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEle35",
{}
}

Definition at line 104 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersSuperClusterEle37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEle37
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEle37",
{}
}

Definition at line 142 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersSuperClusterEle55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterEle55
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterEle55",
{}
}

Definition at line 123 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersSuperClusterGam35

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterGam35
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterGam35",
{}
}

Definition at line 116 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersSuperClusterGam37

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterGam37
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterGam37",
{}
}

Definition at line 148 of file egammaSwTool.h.

◆ m_clusterCorrectionPointersSuperClusterGam55

ToolHandleArray<CaloClusterProcessor> egammaSwTool::m_clusterCorrectionPointersSuperClusterGam55
private
Initial value:
{
this,
"ClusterCorrectionToolsSuperClusterGam55",
{}
}

Definition at line 129 of file egammaSwTool.h.

◆ 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_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_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:
xAOD::CaloCluster_v1::ClusterSize
ClusterSize
Enumeration to identify different cluster sizes.
Definition: CaloCluster_v1.h:86
xAOD::EgammaParameters::convertedPhoton
@ convertedPhoton
Definition: EgammaEnums.h:20
egammaSwTool::m_clusterCorrectionPointersSuperClusterEle55
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEle55
Definition: egammaSwTool.h:123
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
egammaSwTool::m_clusterCorrectionPointersSuperClusterEle35
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEle35
Definition: egammaSwTool.h:104
AthCommonDataStore::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
xAOD::CaloCluster_v1::SW_37Econv
@ SW_37Econv
Definition: CaloCluster_v1.h:98
egammaSwTool::m_clusterCorrectionPointersEle55
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEle55
a list of names for tools to correct clusters
Definition: egammaSwTool.h:57
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_evtStore
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
Definition: AthCommonDataStore.h:390
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_vhka
std::vector< SG::VarHandleKeyArray * > m_vhka
Definition: AthCommonDataStore.h:398
xAOD::CaloCluster_v1::SW_55gam
@ SW_55gam
Definition: CaloCluster_v1.h:92
egammaSwTool::m_clusterCorrectionPointersGam37
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersGam37
Definition: egammaSwTool.h:82
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
xAOD::CaloCluster_v1::SW_37gam
@ SW_37gam
Definition: CaloCluster_v1.h:94
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
xAOD::CaloCluster_v1::SW_37ele
@ SW_37ele
Definition: CaloCluster_v1.h:90
egammaSwTool::m_clusterCorrectionPointersSuperClusterGam37
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterGam37
Definition: egammaSwTool.h:148
xAOD::CaloCluster_v1::clusterSize
ClusterSize clusterSize() const
Get cluster size.
Definition: CaloCluster_v1.cxx:364
xAOD::CaloCluster_v1::SW_55Econv
@ SW_55Econv
Definition: CaloCluster_v1.h:96
egammaSwTool::m_clusterCorrectionPointersEconv55
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEconv55
Definition: egammaSwTool.h:87
egammaSwTool::processTools
StatusCode processTools(const EventContext &ctx, const ToolHandleArray< CaloClusterProcessor > &tools, xAOD::CaloCluster *cluster) const
Definition: egammaSwTool.cxx:176
egammaSwTool::m_clusterCorrectionPointersGam55
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersGam55
Definition: egammaSwTool.h:77
AthCommonDataStore
Definition: AthCommonDataStore.h:52
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
xAOD::CaloCluster_v1::SW_35gam
@ SW_35gam
Definition: CaloCluster_v1.h:93
egammaSwTool::m_clusterCorrectionPointersSuperClusterGam35
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterGam35
Definition: egammaSwTool.h:116
test_pyathena.parent
parent
Definition: test_pyathena.py:15
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
egammaSwTool::m_clusterCorrectionPointersGam35
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersGam35
Definition: egammaSwTool.h:72
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
AthAlgTool::AthAlgTool
AthAlgTool()
Default constructor:
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
tools
Definition: DataQuality/ZLumiScripts/python/tools/__init__.py:1
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
xAOD::CaloCluster_v1::SW_55ele
@ SW_55ele
Definition: CaloCluster_v1.h:88
egammaSwTool::m_clusterCorrectionPointersEle35
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEle35
Definition: egammaSwTool.h:62
xAOD::CaloCluster_v1::SW_35Econv
@ SW_35Econv
Definition: CaloCluster_v1.h:97
egammaSwTool::m_clusterCorrectionPointersSuperClusterEconv37
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEconv37
Definition: egammaSwTool.h:154
egammaSwTool::m_clusterCorrectionPointersSuperClusterEle37
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEle37
Definition: egammaSwTool.h:142
egammaSwTool::m_clusterCorrectionPointersEconv37
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEconv37
Definition: egammaSwTool.h:97
a
TList * a
Definition: liststreamerinfos.cxx:10
h
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
xAOD::EgammaParameters::electron
@ electron
Definition: EgammaEnums.h:18
python.LArCondContChannels.isBarrel
isBarrel
Definition: LArCondContChannels.py:659
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
egammaSwTool::m_clusterCorrectionPointersEconv35
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEconv35
Definition: egammaSwTool.h:92
egammaSwTool::m_clusterCorrectionPointersSuperClusterGam55
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterGam55
Definition: egammaSwTool.h:129
egammaSwTool::m_clusterCorrectionPointersSuperClusterEconv35
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEconv35
Definition: egammaSwTool.h:110
egammaSwTool::m_clusterCorrectionPointersSuperClusterEconv55
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersSuperClusterEconv55
Definition: egammaSwTool.h:135
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:790
egammaSwTool::m_clusterCorrectionPointersEle37
ToolHandleArray< CaloClusterProcessor > m_clusterCorrectionPointersEle37
Definition: egammaSwTool.h:67
xAOD::CaloCluster_v1::SW_35ele
@ SW_35ele
Definition: CaloCluster_v1.h:89
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
xAOD::EgammaParameters::unconvertedPhoton
@ unconvertedPhoton
Definition: EgammaEnums.h:19