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

#include <ClusterDumper.h>

Inheritance diagram for ClusterDumper:
Collaboration diagram for ClusterDumper:

Public Member Functions

virtual StatusCode initialize ()
 Function initialising the algorithm.
virtual StatusCode execute ()
 Function executing the algorithm.
virtual StatusCode finalize ()
 AthAlgorithm (const std::string &name, ISvcLocator *pSvcLocator)
 Delegate algorithm constructor.
virtual StatusCode sysInitialize () override
 Override sysInitialize.
virtual const DataObjIDColl & extraOutputDeps () const override
 Return the list of extra output dependencies.
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

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

SG::ReadHandleKey< xAOD::CaloClusterContainerm_containerName {this,"ContainerName","CaloCalTopoClusters"}
 The key for the output xAOD::CaloClusterContainer.
SG::ReadHandleKey< xAOD::EventInfom_eventInfoKey {this, "EvtInfo", "EventInfo", "EventInfo name"}
Gaudi::Property< std::string > m_fileName {this,"FileName",{}}
Gaudi::Property< bool > m_printCellLinks {this,"PrintCellLinks",true}
Gaudi::Property< bool > m_reducedPrecision
std::ostream * m_out =&std::cout
std::ofstream m_fileOut
std::mutex m_fileMutex
DataObjIDColl m_extendedExtraObjects
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

Definition at line 21 of file ClusterDumper.h.

Member Typedef Documentation

◆ StoreGateSvc_t

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

Definition at line 388 of file AthCommonDataStore.h.

Member Function Documentation

◆ AthAlgorithm()

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

Delegate algorithm constructor.

Definition at line 51 of file AthAlgorithm.cxx.

25 :
27{
28 // Set up to run AthAlgorithmDHUpdate in sysInitialize before
29 // merging dependency lists. This extends the output dependency
30 // list with any symlinks implied by inheritance relations.
31 m_updateDataHandles =
32 std::make_unique<AthenaBaseComps::AthAlgorithmDHUpdate>
34 std::move (m_updateDataHandles));
35}
DataObjIDColl m_extendedExtraObjects
AthCommonDataStore(const std::string &name, T... args)

◆ declareGaudiProperty()

Gaudi::Details::PropertyBase & AthCommonDataStore< AthCommonMsg< 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< 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< 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< 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 ClusterDumper::execute ( )
virtual

Function executing the algorithm.

Definition at line 46 of file ClusterDumper.cxx.

46 {
47
48
49 SG::ReadHandle<xAOD::EventInfo> eventInfo (m_eventInfoKey);
50
51 SG::ReadHandle<xAOD::CaloClusterContainer> clustercontainer{m_containerName};
52 ATH_MSG_DEBUG( "Retrieved clusters with key: " << m_containerName.key() );
53
54 const CaloClusterCellLinkContainer* cclptr=nullptr;
56 CHECK(evtStore()->retrieve(cclptr,m_containerName.key()+"_links"));
57 ATH_MSG_INFO("Found corresponding cell-link container with size " << cclptr->size());
58 }
59 else
60 ATH_MSG_INFO("Did not find corresponding cell-link container");
61
62 std::lock_guard<std::mutex> fileLock{m_fileMutex};
63 (*m_out) << "Run " << eventInfo->runNumber() << ", evt " << eventInfo->eventNumber() << " contains " << clustercontainer->size() << " CaloClusters" << std::endl;
64
65 for (const auto itr: *clustercontainer) {
66 const xAOD::CaloCluster& cluster=*itr;
67 (*m_out) << "Kinematics :" << std::endl;
69 *m_out << std::format ("E={:.0f}, eta={}, phi={}, m={}, pt={:.1f}",
70 cluster.e(), cluster.eta(), cluster.phi(),
71 cluster.m(), cluster.pt())
72 << std::endl;
73 }
74 else {
75 *m_out << std::format ("E={}, eta={}, phi={}, m={}, pt={}",
76 cluster.e(), cluster.eta(), cluster.phi(),
77 cluster.m(), cluster.pt())
78 << std::endl;
79 }
80 (*m_out) << "Eta0=" << cluster.eta0() << ", Phi0=" << cluster.phi0() << std::endl;
81
82 (*m_out) << "TLorentzVector :" << std::endl;
83 const xAOD::CaloCluster::FourMom_t& p4=cluster.p4();
85 double mass = p4.M();
86 if (std::abs(mass) < 1e-2) mass = 0;
87 *m_out << std::format (" p4.E={:.0f}, x={:.0f}, y={:.0f}, z={:.0f}, m={:.2f}, pt={:.1f}",
88 p4.E(), p4.X(), p4.Y(), p4.Z(), mass, p4.Pt())
89 << std::endl;
90 }
91 else {
92 *m_out << std::format (" p4.E={}, x={}, y={}, z={}, m={}, pt={}",
93 p4.E(), p4.X(), p4.Y(), p4.Z(), p4.M(), p4.Pt())
94 << std::endl;
95 }
96
97 (*m_out) << "Sampling variables :" << std::endl;
98 for (unsigned iSamp=0;iSamp<CaloSampling::Unknown;++iSamp) {
100 if (cluster.hasSampling(s)) {
101 (*m_out) << " Sampling #" << s << ": E=" << cluster.eSample(s) << ", eta=" << cluster.etaSample(s) << ", phi=" << cluster.phiSample(s) << std::endl;
102 }
103 }
104
105
106
107 //(*m_out) << "Auxiliary variables: " << std::endl;
108 // const SG::auxid_set_t& auxIds=cluster.container()->getAuxIDs(); //->getDynamicAuxIDs();
109 // const size_t idx= cluster.index();
110 // for (auto ai: auxIds) {
111 // const std::string& auxName=SG::AuxTypeRegistry::instance().getName(ai);
112 // const std::type_info* ti=SG::AuxTypeRegistry::instance().getType (ai);
113 // if ((*ti)==typeid(float)) {
114 // const float v=clustercontainer->getData<float>(ai,idx);
115 // (*m_out) << " Index=" <<idx << ", Auxid=" << ai << ", Name=" << auxName << " value=" << v << std::endl;
116 // }
117 // else
118 // (*m_out) << " Index=" <<idx << ", Auxid=" << ai << ", Name=" << auxName << ", unknown type" << ti->name() << std::endl;
119 // }
120
121 constexpr auto allMoments=std::to_array<const char*>({"FIRST_PHI","FIRST_ETA","SECOND_R","SECOND_LAMBDA","DELTA_PHI","DELTA_THETA","DELTA_ALPHA","CENTER_X","CENTER_Y","CENTER_Z","CENTER_MAG","CENTER_LAMBDA","LATERAL","LONGITUDINAL","ENG_FRAC_EM","ENG_FRAC_MAX","ENG_FRAC_CORE","FIRST_ENG_DENS","SECOND_ENG_DENS","ISOLATION","ENG_BAD_CELLS","N_BAD_CELLS","N_BAD_CELLS_CORR","BAD_CELLS_CORR_E","BADLARQ_FRAC","ENG_POS","SIGNIFICANCE.3","CELL_SIGNIFICANCE.3","CELL_SIG_SAMPLING","AVG_LAR_Q","AVG_TILE_Q","EM_PROBABILITY","HAD_WEIGHT","OOC_WEIGHT","DM_WEIGHT.3","TILE_CONFIDENCE_LEVEL","VERTEX_FRACTION","NVERTEX_FRACTION","ENG_CALIB_TOT","ENG_CALIB_OUT_L","ENG_CALIB_OUT_M","ENG_CALIB_OUT_T","ENG_CALIB_DEAD_L","ENG_CALIB_DEAD_M","ENG_CALIB_DEAD_T","ENG_CALIB_EMB0","ENG_CALIB_EME0","ENG_CALIB_TILEG3","ENG_CALIB_DEAD_TOT","ENG_CALIB_DEAD_EMB0","ENG_CALIB_DEAD_TILE0","ENG_CALIB_DEAD_TILEG3","ENG_CALIB_DEAD_EME0","ENG_CALIB_DEAD_HEC0","ENG_CALIB_DEAD_FCAL","ENG_CALIB_DEAD_LEAKAGE","ENG_CALIB_DEAD_UNCLASS","ENG_CALIB_FRAC_EM","ENG_CALIB_FRAC_HAD","ENG_CALIB_FRAC_REST", "ENERGY_Truth"});
122 (*m_out) << "Cluster Moments" << std::endl;
123 for (std::string momName : allMoments) {
124 int precision = 0;
125 std::string::size_type dpos = momName.find ('.');
126 if (dpos != std::string::npos) {
127 precision = std::stoi (momName.substr (dpos+1));
128 momName.erase (dpos, std::string::npos);
129 }
130 SG::AuxElement::Accessor<float> a(momName);
131 if (a.isAvailable(cluster)) {
132 float v = a(cluster);
133 if (m_reducedPrecision && precision > 0) {
134 *m_out << std::format (" {}: {:.{}f}", momName, v, precision) << std::endl;
135 }
136 else {
137 (*m_out) << " " << momName << ": " << v << std::endl;
138 }
139 }
140 }
141
143 if (a.isAvailable(cluster)) {
144 (*m_out) << "Bad Channel data: " << std::endl;
145 for (const auto& bc : cluster.badChannelList()) {
146 (*m_out) << " eta=" << bc.eta() << ", phi=" << bc.phi() << ", layer=" << bc.layer() << ", word=" << bc.badChannel() << std::endl;
147 }
148 }
149
150 const CaloClusterCellLink* cellLinks = cluster.getCellLinks();
151 if (cellLinks) {
152 if (m_printCellLinks) {
153 (*m_out) << "Cell-links:" << std::endl;
154 CaloClusterCellLink::const_iterator lnk_it = cellLinks->begin();
155 CaloClusterCellLink::const_iterator lnk_it_e = cellLinks->end();
156 for (; lnk_it != lnk_it_e; ++lnk_it) {
157 const CaloCell* cell = *lnk_it;
158 if (m_reducedPrecision) {
159 *m_out << std::format (" ID={}, E={:.2f}, weight={:.3f}",
160 cell->ID().getString(), cell->e(), lnk_it.weight())
161 << std::endl;
162 }
163 else {
164 *m_out << std::format (" ID={}, E={}, weight={}",
165 cell->ID().getString(), cell->e(), lnk_it.weight())
166 << std::endl;
167 }
168 }
169 } else
170 (*m_out) << " Nbr of cells: " << cellLinks->size() << std::endl;
171 } else {
172 (*m_out) << " No Cell Links found" << std::endl;
173 }
174
175 }//end loop over clusters
176
177 return StatusCode::SUCCESS;
178}
#define ATH_MSG_INFO(x)
#define ATH_MSG_DEBUG(x)
Athena::TPCnvVers::Old Athena::TPCnvVers::Old Athena::TPCnvVers::Current Athena::TPCnvVers::Current Athena::TPCnvVers::Current Athena::TPCnvVers::Current CaloClusterCellLinkContainer
Definition CaloTPCnv.cxx:95
#define CHECK(...)
Evaluate an expression and check for errors.
static Double_t a
SG::ReadHandleKey< xAOD::CaloClusterContainer > m_containerName
The key for the output xAOD::CaloClusterContainer.
Gaudi::Property< bool > m_reducedPrecision
std::mutex m_fileMutex
Gaudi::Property< bool > m_printCellLinks
std::ostream * m_out
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
size_type size() const noexcept
Returns the number of elements in the collection.
SG::Accessor< T, ALLOC > Accessor
Definition AuxElement.h:573
const CaloClusterCellLink * getCellLinks() const
Get a pointer to the CaloClusterCellLink object (const version)
virtual double pt() const
The transverse momentum ( ) of the particle (negative for negative-energy clusters)
float phiSample(const CaloSample sampling) const
Retrieve barycenter in a given sample.
virtual double m() const
The invariant mass of the particle.
virtual double eta() const
The pseudorapidity ( ) of the particle.
virtual double e() const
The total energy of the particle.
float eSample(const CaloSample sampling) const
virtual double phi() const
The azimuthal angle ( ) of the particle.
float etaSample(const CaloSample sampling) const
Retrieve barycenter in a given sample.
flt_t eta0() const
Returns raw of cluster seed.
virtual FourMom_t p4() const
The full 4-momentum of the particle.
IParticle::FourMom_t FourMom_t
Definition of the 4-momentum type.
CaloSampling::CaloSample CaloSample
bool hasSampling(const CaloSample s) const
Checks if certain smapling contributes to cluster.
const CaloClusterBadChannelList & badChannelList() const
flt_t phi0() const
Returns raw of cluster seed.
bool contains(const std::string &s, const std::string &regx)
does a string contain the substring
Definition hcg.cxx:114
retrieve(aClass, aKey=None)
Definition PyKernel.py:110
CaloCluster_v1 CaloCluster
Define the latest version of the calorimeter cluster class.

◆ extraDeps_update_handler()

void AthCommonDataStore< AthCommonMsg< 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 & AthAlgorithm::extraOutputDeps ( ) const
overridevirtualinherited

Return the list of extra output dependencies.

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

Definition at line 50 of file AthAlgorithm.cxx.

51{
52 // If we didn't find any symlinks to add, just return the collection
53 // from the base class. Otherwise, return the extended collection.
54 if (!m_extendedExtraObjects.empty()) {
56 }
57 return Algorithm::extraOutputDeps();
58}

◆ finalize()

StatusCode ClusterDumper::finalize ( )
virtual

Definition at line 39 of file ClusterDumper.cxx.

39 {
40 if (m_fileOut.is_open()) {
41 m_fileOut.close();
42 }
43 return StatusCode::SUCCESS;
44}
std::ofstream m_fileOut

◆ initialize()

StatusCode ClusterDumper::initialize ( )
virtual

Function initialising the algorithm.

Definition at line 14 of file ClusterDumper.cxx.

14 {
15 ATH_MSG_INFO( "Initializing" );
16
17 std::lock_guard<std::mutex> fileLock{m_fileMutex};
18 if (!m_fileName.empty()) {
20 if (m_fileOut.is_open()) {
22 ATH_MSG_INFO("Writing to file " << m_fileName);
23 }
24 else {
25 msg(MSG::ERROR) << "Failed to open file " << m_fileName << endmsg;
26 return StatusCode::FAILURE;
27 }
28 }
29 else {
30 ATH_MSG_INFO("Writing to stdout");
31 }
32
33 ATH_CHECK(m_eventInfoKey.initialize());
34 ATH_CHECK(m_containerName.initialize());
35 return StatusCode::SUCCESS;
36}
#define endmsg
#define ATH_CHECK
Evaluate an expression and check for errors.
MsgStream & msg() const
Gaudi::Property< std::string > m_fileName

◆ inputHandles()

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

◆ msg()

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

Definition at line 24 of file AthCommonMsg.h.

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

◆ msgLvl()

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

remove all handles from I/O resolution

Definition at line 364 of file AthCommonDataStore.h.

364 {
366 }

◆ sysInitialize()

StatusCode AthAlgorithm::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< Algorithm > >.

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

Definition at line 66 of file AthAlgorithm.cxx.

66 {
68
69 if (sc.isFailure()) {
70 return sc;
71 }
72 ServiceHandle<ICondSvc> cs("CondSvc",name());
73 for (auto h : outputHandles()) {
74 if (h->isCondition() && h->mode() == Gaudi::DataHandle::Writer) {
75 // do this inside the loop so we don't create the CondSvc until needed
76 if ( cs.retrieve().isFailure() ) {
77 ATH_MSG_WARNING("no CondSvc found: won't autoreg WriteCondHandles");
78 return StatusCode::SUCCESS;
79 }
80 if (cs->regHandle(this,*h).isFailure()) {
81 sc = StatusCode::FAILURE;
82 ATH_MSG_ERROR("unable to register WriteCondHandle " << h->fullKey()
83 << " with CondSvc");
84 }
85 }
86 }
87 return sc;
88}
#define ATH_MSG_ERROR(x)
#define ATH_MSG_WARNING(x)
static Double_t sc
virtual StatusCode sysInitialize() override
Override sysInitialize.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
::StatusCode StatusCode
StatusCode definition for legacy code.

◆ sysStart()

virtual StatusCode AthCommonDataStore< AthCommonMsg< 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< 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 }
std::vector< SG::VarHandleKeyArray * > m_vhka

Member Data Documentation

◆ m_containerName

SG::ReadHandleKey<xAOD::CaloClusterContainer> ClusterDumper::m_containerName {this,"ContainerName","CaloCalTopoClusters"}
private

The key for the output xAOD::CaloClusterContainer.

Definition at line 38 of file ClusterDumper.h.

38{this,"ContainerName","CaloCalTopoClusters"};

◆ m_detStore

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

Pointer to StoreGate (detector store by default)

Definition at line 393 of file AthCommonDataStore.h.

◆ m_eventInfoKey

SG::ReadHandleKey<xAOD::EventInfo> ClusterDumper::m_eventInfoKey {this, "EvtInfo", "EventInfo", "EventInfo name"}
private

Definition at line 39 of file ClusterDumper.h.

39{this, "EvtInfo", "EventInfo", "EventInfo name"};

◆ m_evtStore

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

Pointer to StoreGate (event store by default)

Definition at line 390 of file AthCommonDataStore.h.

◆ m_extendedExtraObjects

DataObjIDColl AthAlgorithm::m_extendedExtraObjects
privateinherited

Definition at line 79 of file AthAlgorithm.h.

◆ m_fileMutex

std::mutex ClusterDumper::m_fileMutex
private

Definition at line 49 of file ClusterDumper.h.

◆ m_fileName

Gaudi::Property<std::string> ClusterDumper::m_fileName {this,"FileName",{}}
private

Definition at line 41 of file ClusterDumper.h.

41{this,"FileName",{}};

◆ m_fileOut

std::ofstream ClusterDumper::m_fileOut
private

Definition at line 47 of file ClusterDumper.h.

◆ m_out

std::ostream* ClusterDumper::m_out =&std::cout
private

Definition at line 46 of file ClusterDumper.h.

◆ m_printCellLinks

Gaudi::Property<bool> ClusterDumper::m_printCellLinks {this,"PrintCellLinks",true}
private

Definition at line 42 of file ClusterDumper.h.

42{this,"PrintCellLinks",true};

◆ m_reducedPrecision

Gaudi::Property<bool> ClusterDumper::m_reducedPrecision
private
Initial value:
{this,"ReducedPrecision",false,
"If true, use less precision in the output, to reduce exposure to FP rounding issues when comparing with a reference."}

Definition at line 43 of file ClusterDumper.h.

43 {this,"ReducedPrecision",false,
44 "If true, use less precision in the output, to reduce exposure to FP rounding issues when comparing with a reference."};

◆ m_varHandleArraysDeclared

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

Definition at line 399 of file AthCommonDataStore.h.

◆ m_vhka

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

Definition at line 398 of file AthCommonDataStore.h.


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