ATLAS Offline Software
Public Member Functions | Protected Member Functions | Private Types | Private Member Functions | Private Attributes | List of all members
ZDC::RPDAnalysisTool Class Referenceabstract

#include <RPDAnalysisTool.h>

Inheritance diagram for ZDC::RPDAnalysisTool:
Collaboration diagram for ZDC::RPDAnalysisTool:

Public Member Functions

 RPDAnalysisTool (std::string const &name)
 
 ~RPDAnalysisTool () override=default
 
 RPDAnalysisTool (RPDAnalysisTool const &)=delete
 
RPDAnalysisTooloperator= (RPDAnalysisTool const &)=delete
 
 RPDAnalysisTool (RPDAnalysisTool &&)=delete
 
RPDAnalysisTooloperator= (RPDAnalysisTool &&)=delete
 
StatusCode initialize () override
 Dummy implementation of the initialisation function. More...
 
virtual void print () const =0
 Print the state of the tool. More...
 
virtual void print () const
 Print the state of the tool. 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
 

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 recoZdcModules (xAOD::ZdcModuleContainer const &moduleContainer, xAOD::ZdcModuleContainer const &moduleSumContainer) override
 
StatusCode reprocessZdc () override
 
void reset ()
 
void readAOD (xAOD::ZdcModuleContainer const &moduleContainer)
 
void analyze ()
 
void writeAOD (xAOD::ZdcModuleContainer const &moduleContainer, xAOD::ZdcModuleContainer const &moduleSumContainer) const
 
StatusCode initializeKey (std::string const &containerName, SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > &writeHandleKey, std::string const &key)
 
ZDCMsg::MessageFunctionPtr MakeMessageFunction ()
 
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

bool m_initialized = false
 
std::string m_configuration
 
bool m_writeAux
 
std::string m_auxSuffix
 
std::string m_ZDCModuleContainerName
 
std::string m_ZDCSumContainerName
 
RPDUtils::OptionalToolProperty< unsigned int > m_forceNSamples
 
RPDUtils::OptionalToolProperty< unsigned int > m_forceNBaselineSamples
 
RPDUtils::OptionalToolProperty< unsigned int > m_forceEndSignalSample
 
RPDUtils::OptionalToolProperty< float > m_forcePulse2ndDerivThresh
 
RPDUtils::OptionalToolProperty< float > m_forcePostPulseFracThresh
 
RPDUtils::OptionalToolProperty< unsigned int > m_forceGoodPulseSampleStart
 
RPDUtils::OptionalToolProperty< unsigned int > m_forceGoodPulseSampleStop
 
RPDUtils::OptionalToolProperty< float > m_forceNominalBaseline
 
RPDUtils::OptionalToolProperty< float > m_forcePileupBaselineSumThresh
 
RPDUtils::OptionalToolProperty< float > m_forcePileupBaselineStdDevThresh
 
RPDUtils::OptionalToolProperty< unsigned int > m_forceNNegativesAllowed
 
RPDUtils::OptionalToolProperty< unsigned int > m_forceADCOverflow
 
std::array< RPDUtils::OptionalToolProperty< std::vector< float > >, 2 > m_forceOutputCalibFactors
 
std::array< std::unique_ptr< RPDDataAnalyzer >, 2 > m_dataAnalyzers
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chBaselineKey {this, "RPDChannelBaseline", "", "RPD channel baseline"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chPileupExpFitParamsKey {this, "RPDChannelPileupExpFitParams", "", "RPD channel pileup exponential fit parameters: exp( [0] + [1]*sample )"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chPileupStretchedExpFitParamsKey {this, "RPDChannelPileupStretchedExpFitParams", "", "RPD channel pileup stretched exponential fit parameters: exp( [0] + [1]*(sample + 4)**0.5 + [2]*(sample + 4)**-0.5 )"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chPileupExpFitParamErrsKey {this, "RPDChannelPileupExpFitParamErrs", "", "RPD channel pileup exponential fit parameter errors"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chPileupStretchedExpFitParamErrsKey {this, "RPDChannelPileupStretchedExpFitParamErrs", "", "RPD channel pileup stretched exponential fit parameter errors"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chPileupExpFitMSEKey {this, "RPDChannelPileupExpFitMSE", "", "RPD Channel pileup exponential fit mean squared error in baseline samples"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chPileupStretchedExpFitMSEKey {this, "RPDChannelPileupStretchedExpFitMSE", "", "RPD channel pileup stretched exponential fit mean squared error in baseline samples"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chAmplitudeKey {this, "RPDChannelAmplitude", "", "RPD channel sum ADC (baseline and pileup subtracted)"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chAmplitudeCalibKey {this, "RPDChannelAmplitudeCalib", "", "RPD channel sum ADC (baseline and pileup subtracted) with output calibration factors applied"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chMaxADCKey {this, "RPDChannelMaxADC", "", "RPD channel max ADC (baseline and pileup subtracted)"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chMaxADCCalibKey {this, "RPDChannelMaxADCCalib", "", "RPD channel max ADC (baseline and pileup subtracted) with output calibration factors applied"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chMaxSampleKey {this, "RPDChannelMaxSample", "", "RPD channel max sample"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chStatusKey {this, "RPDChannelStatus", "", "RPD channel status"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_chPileupFracKey {this, "RPDChannelPileupFrac", "", "RPD channel pileup as fraction of total (nominal baseline-subtracted) sum ADC"}
 
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainerm_sideStatusKey {this, "ZdcSumRPDStatus", "", "RPD side level status"}
 
SG::ReadHandleKey< xAOD::EventInfom_eventInfoKey {this, "EventInfoKey", "EventInfo", "Location of the event info."}
 
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

Definition at line 18 of file RPDAnalysisTool.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

◆ RPDAnalysisTool() [1/3]

ZDC::RPDAnalysisTool::RPDAnalysisTool ( std::string const name)
explicit

Definition at line 14 of file RPDAnalysisTool.cxx.

14  : asg::AsgTool(name) {
15  declareProperty("ZdcModuleContainerName", m_ZDCModuleContainerName = "ZdcModules", "Location of ZDC processed data");
16  declareProperty("ZdcSumContainerName", m_ZDCSumContainerName = "ZdcSums", "Location of ZDC processed sums");
17  declareProperty("Configuration", m_configuration = "default");
18  declareProperty("WriteAux", m_writeAux = true);
19  declareProperty("AuxSuffix", m_auxSuffix = "");
20 
21  declareProperty("NSamples", m_forceNSamples, "Total number of FADC samples in readout window");
22  declareProperty("NBaselineSamples", m_forceNBaselineSamples, "Number of baseline samples; the sample equal to this number is the start of signal region");
23  declareProperty("EndSignalSample", m_forceEndSignalSample, "Samples before (not including) this sample are the signal region; 0 or Nsamples goes to end of window");
24  declareProperty("Pulse2ndDerivThresh", m_forcePulse2ndDerivThresh, "Second differences less than or equal to this number indicate a pulse");
25  declareProperty("PostPulseFracThresh", m_forcePostPulseFracThresh, "If there is a good pulse and post-pulse and size of post-pulse as a fraction of good pulse is less than or equal to this number, ignore post-pulse");
26  declareProperty("GoodPulseSampleStart", m_forceGoodPulseSampleStart, "Pulses before this sample are considered pre-pulses");
27  declareProperty("GoodPulseSampleStop", m_forceGoodPulseSampleStop, "Pulses after this sample are considered post-pulses");
28  declareProperty("NominalBaseline", m_forceNominalBaseline, "The global nominal baseline; used when pileup is detected");
29  declareProperty("PileupBaselineSumThresh", m_forcePileupBaselineSumThresh, "Baseline sum (after subtracting nominal baseline) less than this number indicates there is NO pileup");
30  declareProperty("PileupBaselineStdDevThresh", m_forcePileupBaselineStdDevThresh, "Baseline standard deviations less than this number indicate there is NO pileup");
31  declareProperty("NNegativesAllowed", m_forceNNegativesAllowed, "Maximum number of negative ADC values after baseline and pileup subtraction allowed in signal range");
32  declareProperty("ADCOverflow", m_forceADCOverflow, "ADC values greater than or equal to this number are considered overflow");
33  declareProperty("SideCCalibFactors", m_forceOutputCalibFactors.at(RPDUtils::sideC), "Multiplicative calibration factors to apply to RPD output, e.g., sum/max ADC, per channel on side C");
34  declareProperty("SideACalibFactors", m_forceOutputCalibFactors.at(RPDUtils::sideA), "Multiplicative calibration factors to apply to RPD output, e.g., sum/max ADC, per channel on side A");
35 }

◆ ~RPDAnalysisTool()

ZDC::RPDAnalysisTool::~RPDAnalysisTool ( )
overridedefault

◆ RPDAnalysisTool() [2/3]

ZDC::RPDAnalysisTool::RPDAnalysisTool ( RPDAnalysisTool const )
delete

◆ RPDAnalysisTool() [3/3]

ZDC::RPDAnalysisTool::RPDAnalysisTool ( RPDAnalysisTool &&  )
delete

Member Function Documentation

◆ analyze()

void ZDC::RPDAnalysisTool::analyze ( )
private

Definition at line 208 of file RPDAnalysisTool.cxx.

208  {
209  for (auto & analyzer : m_dataAnalyzers) {
210  analyzer->analyzeData();
211  }
212 }

◆ 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; }

◆ 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

◆ getKey()

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

Get the (hashed) key of an object that is in the event store.

This is a bit of a special one. StoreGateSvc and xAOD::TEvent both provide ways for getting the SG::sgkey_t key for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.

In order to allow tools to efficiently perform this operation, they can use this helper function.

See also
asg::AsgTool::getName
Parameters
ptrThe bare pointer to the object that the event store should know about
Returns
The hashed key of the object in the store. If not found, an invalid (zero) key.

Definition at line 119 of file AsgTool.cxx.

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

◆ getName()

const std::string & asg::AsgTool::getName ( const void *  ptr) const
inherited

Get the name of an object that is / should be in the event store.

This is a bit of a special one. StoreGateSvc and xAOD::TEvent both provide ways for getting the std::string name for an object that is in the store, based on a bare pointer. But they provide different interfaces for doing so.

In order to allow tools to efficiently perform this operation, they can use this helper function.

See also
asg::AsgTool::getKey
Parameters
ptrThe bare pointer to the object that the event store should know about
Returns
The string name of the object in the store. If not found, an empty string.

Definition at line 106 of file AsgTool.cxx.

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

◆ getProperty()

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

Get one of the tool's properties.

◆ initialize()

StatusCode ZDC::RPDAnalysisTool::initialize ( )
overridevirtual

Dummy implementation of the initialisation function.

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

Reimplemented from asg::AsgTool.

Definition at line 42 of file RPDAnalysisTool.cxx.

42  {
43  RPDConfig finalConfig {};
44  std::array<std::vector<float>, 2> finalOutputCalibFactors;
45  // first initialize reconstruction parameters from config string
46  if (m_configuration == "default" || m_configuration == "pp2023" || m_configuration == "PbPb2023") {
47  finalConfig.nSamples = 24;
48  finalConfig.nBaselineSamples = 7;
49  finalConfig.endSignalSample = 23;
50  finalConfig.pulse2ndDerivThresh = -18;
51  finalConfig.postPulseFracThresh = 0.15;
52  finalConfig.goodPulseSampleStart = 8;
53  finalConfig.goodPulseSampleStop = 10;
54  finalConfig.nominalBaseline = 100;
55  finalConfig.pileupBaselineSumThresh = 53;
56  finalConfig.pileupBaselineStdDevThresh = 2;
57  finalConfig.nNegativesAllowed = 2;
58  finalConfig.ADCOverflow = 4095;
59  finalOutputCalibFactors.at(RPDUtils::sideC) = std::vector<float>(16, 1.0);
60  finalOutputCalibFactors.at(RPDUtils::sideA) = std::vector<float>(16, 1.0);
61  } else if (m_configuration == "pp2024" || m_configuration == "PbPb2024") {
62  finalConfig.nSamples = 24;
63  finalConfig.nBaselineSamples = 7;
64  finalConfig.endSignalSample = 23;
65  finalConfig.pulse2ndDerivThresh = -18;
66  finalConfig.postPulseFracThresh = 0.15;
67  finalConfig.goodPulseSampleStart = 8;
68  finalConfig.goodPulseSampleStop = 10;
69  finalConfig.nominalBaseline = 100;
70  finalConfig.pileupBaselineSumThresh = 53;
71  finalConfig.pileupBaselineStdDevThresh = 2;
72  finalConfig.nNegativesAllowed = 2;
73  finalConfig.ADCOverflow = 4095;
74  finalOutputCalibFactors.at(RPDUtils::sideC) = std::vector<float>(16, 1.0);
75  finalOutputCalibFactors.at(RPDUtils::sideA) = std::vector<float>(16, 1.0);
76  }
77  // then overwrite inidividual parameters from configuration if any were provided
78  if (m_forceNSamples.has_value()) {
79  finalConfig.nSamples = m_forceNSamples.value();
80  }
82  finalConfig.nBaselineSamples = m_forceNBaselineSamples.value();
83  }
85  finalConfig.endSignalSample = m_forceEndSignalSample.value();
86  }
88  finalConfig.pulse2ndDerivThresh = m_forcePulse2ndDerivThresh.value();
89  }
91  finalConfig.postPulseFracThresh = m_forcePostPulseFracThresh.value();
92  }
94  finalConfig.goodPulseSampleStart = m_forceGoodPulseSampleStart.value();
95  }
97  finalConfig.goodPulseSampleStop = m_forceGoodPulseSampleStop.value();
98  }
100  finalConfig.nominalBaseline = m_forceNominalBaseline.value();
101  }
103  finalConfig.pileupBaselineSumThresh = m_forcePileupBaselineSumThresh.value();
104  }
106  finalConfig.pileupBaselineStdDevThresh = m_forcePileupBaselineStdDevThresh.value();
107  }
109  finalConfig.nNegativesAllowed = m_forceNNegativesAllowed.value();
110  }
112  finalConfig.ADCOverflow = m_forceADCOverflow.value();
113  }
114  for (auto const side : RPDUtils::sides) {
115  if (m_forceOutputCalibFactors.at(side).has_value()) {
116  finalOutputCalibFactors.at(side) = m_forceOutputCalibFactors.at(side).value();
117  }
118  }
119 
120  ATH_MSG_DEBUG("RPDAnalysisTool reconstruction parameters:");
121  ATH_MSG_DEBUG("config = " << m_configuration);
122  ATH_MSG_DEBUG("nSamples = " << finalConfig.nSamples);
123  ATH_MSG_DEBUG("nBaselineSamples = " << finalConfig.nBaselineSamples);
124  ATH_MSG_DEBUG("endSignalSample = " << finalConfig.endSignalSample);
125  ATH_MSG_DEBUG("pulse2ndDerivThresh = " << finalConfig.pulse2ndDerivThresh);
126  ATH_MSG_DEBUG("postPulseFracThresh = " << finalConfig.postPulseFracThresh);
127  ATH_MSG_DEBUG("goodPulseSampleStart = " << finalConfig.goodPulseSampleStart);
128  ATH_MSG_DEBUG("goodPulseSampleStop = " << finalConfig.goodPulseSampleStop);
129  ATH_MSG_DEBUG("nominalBaseline = " << finalConfig.nominalBaseline);
130  ATH_MSG_DEBUG("pileupBaselineSumThresh = " << finalConfig.pileupBaselineSumThresh);
131  ATH_MSG_DEBUG("pileupBaselineStdDevThresh = " << finalConfig.pileupBaselineStdDevThresh);
132  ATH_MSG_DEBUG("nNegativesAllowed = " << finalConfig.nNegativesAllowed);
133  ATH_MSG_DEBUG("ADCOverflow = " << finalConfig.ADCOverflow);
134  ATH_MSG_DEBUG("sideCCalibFactors = " << RPDUtils::vecToString(finalOutputCalibFactors.at(RPDUtils::sideC)));
135  ATH_MSG_DEBUG("sideACalibFactors = " << RPDUtils::vecToString(finalOutputCalibFactors.at(RPDUtils::sideA)));
136 
137  m_dataAnalyzers.at(RPDUtils::sideC) = std::make_unique<RPDDataAnalyzer>(MakeMessageFunction(), "rpdC", finalConfig, finalOutputCalibFactors.at(RPDUtils::sideC));
138  m_dataAnalyzers.at(RPDUtils::sideA) = std::make_unique<RPDDataAnalyzer>(MakeMessageFunction(), "rpdA", finalConfig, finalOutputCalibFactors.at(RPDUtils::sideA));
139 
140  // initialize per-channel decorations (in ZdcModules)
143  ATH_CHECK(initializeKey(m_ZDCModuleContainerName, m_chPileupStretchedExpFitParamsKey, ".RPDChannelPileupStretchedExpFitParams"));
144  ATH_CHECK(initializeKey(m_ZDCModuleContainerName, m_chPileupExpFitParamErrsKey, ".RPDChannelPileupExpFitParamErrs"));
145  ATH_CHECK(initializeKey(m_ZDCModuleContainerName, m_chPileupStretchedExpFitParamErrsKey, ".RPDChannelPileupStretchedExpFitParamErrs"));
147  ATH_CHECK(initializeKey(m_ZDCModuleContainerName, m_chPileupStretchedExpFitMSEKey, ".RPDChannelPileupStretchedExpFitMSE"));
155 
156  // initialize per-side decorations (in ZdcSums)
158 
160 
161  if (m_writeAux && !m_auxSuffix.empty()) {
162  ATH_MSG_DEBUG("Suffix string = " << m_auxSuffix);
163  }
164 
165  m_initialized = true;
166  return StatusCode::SUCCESS;
167 }

◆ initializeKey()

StatusCode ZDC::RPDAnalysisTool::initializeKey ( std::string const containerName,
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > &  writeHandleKey,
std::string const key 
)
private

Definition at line 37 of file RPDAnalysisTool.cxx.

37  {
38  writeHandleKey = containerName + key + m_auxSuffix;
39  return writeHandleKey.initialize();
40 }

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

◆ MakeMessageFunction()

ZDCMsg::MessageFunctionPtr ZDC::RPDAnalysisTool::MakeMessageFunction ( )
private

Definition at line 169 of file RPDAnalysisTool.cxx.

169  {
170  return std::make_shared<ZDCMsg::MessageFunction>(
171  [this] (int const messageZdcLevel, const std::string& message) -> bool {
172  auto const messageAthenaLevel = static_cast<MSG::Level>(messageZdcLevel);
173  bool const passesStreamOutputLevel = messageAthenaLevel >= this->msg().level();
174  if (passesStreamOutputLevel) {
175  this->msg(messageAthenaLevel) << message << endmsg;
176  }
177  return passesStreamOutputLevel;
178  }
179  );
180 }

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

◆ msg_level_name()

const std::string & asg::AsgTool::msg_level_name ( ) const
inherited

A deprecated function for getting the message level's name.

Instead of using this, weirdly named function, user code should get the string name of the current minimum message level (in case they really need it...), with:

MSG::name( msg().level() )

This function's name doesn't follow the ATLAS coding rules, and as such will be removed in the not too distant future.

Returns
The string name of the current minimum message level that's printed

Definition at line 101 of file AsgTool.cxx.

101  {
102 
103  return MSG::name( msg().level() );
104  }

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

◆ operator=() [1/2]

RPDAnalysisTool& ZDC::RPDAnalysisTool::operator= ( RPDAnalysisTool &&  )
delete

◆ operator=() [2/2]

RPDAnalysisTool& ZDC::RPDAnalysisTool::operator= ( RPDAnalysisTool const )
delete

◆ outputHandles()

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

Return this algorithm's output handles.

We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.

◆ print() [1/2]

void asg::AsgTool::print ( ) const
virtualinherited

◆ print() [2/2]

virtual void asg::IAsgTool::print ( ) const
pure virtualinherited

◆ readAOD()

void ZDC::RPDAnalysisTool::readAOD ( xAOD::ZdcModuleContainer const moduleContainer)
private

Definition at line 188 of file RPDAnalysisTool.cxx.

188  {
189  // loop through ZDC modules to find those which are RPD channels
190  for (auto const& module : moduleContainer) {
191  if (module->zdcType() != RPDUtils::ZDCModuleRPDType) {
192  // this is not an RPD channel, so skip it
193  continue;
194  }
195  unsigned int const side = RPDUtils::ZDCSideToSideIndex(module->zdcSide());
196  if (module->zdcChannel() < 0 || static_cast<unsigned int>(module->zdcChannel()) > RPDUtils::nChannels - 1) {
197  ATH_MSG_ERROR("Invalid RPD channel found on side " << side << ": channel number = " << module->zdcChannel());
198  }
199  // channel numbers are fixed in mapping in ZdcConditions, numbered 0-15
200  unsigned int const channel = module->zdcChannel();
201  ATH_MSG_DEBUG("RPD side " << side << " channel " << module->zdcChannel());
203  auto const& waveform = accessor(*module);
204  m_dataAnalyzers.at(side)->loadChannelData(channel, waveform);
205  }
206 }

◆ recoZdcModules()

StatusCode ZDC::RPDAnalysisTool::recoZdcModules ( xAOD::ZdcModuleContainer const moduleContainer,
xAOD::ZdcModuleContainer const moduleSumContainer 
)
overrideprivatevirtual

Implements ZDC::IZdcAnalysisTool.

Definition at line 271 of file RPDAnalysisTool.cxx.

271  {
272  if (moduleContainer.empty()) {
273  return StatusCode::SUCCESS; // if no modules, do nothing
274  }
275 
277  if (!eventInfo.isValid()) {
278  return StatusCode::FAILURE;
279  }
280 
281  if (eventInfo->isEventFlagBitSet(xAOD::EventInfo::ForwardDet, ZdcEventInfo::RPDDECODINGERROR)) {
282  ATH_MSG_WARNING("RPD decoding error found - abandoning RPD reco!");
283  return StatusCode::SUCCESS;
284  }
285 
286  reset();
287  readAOD(moduleContainer);
288  analyze();
289  writeAOD(moduleContainer, moduleSumContainer);
290 
291  return StatusCode::SUCCESS;
292 }

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

◆ reprocessZdc()

StatusCode ZDC::RPDAnalysisTool::reprocessZdc ( )
overrideprivatevirtual

Implements ZDC::IZdcAnalysisTool.

Definition at line 294 of file RPDAnalysisTool.cxx.

294  {
295  if (!m_initialized) {
296  ATH_MSG_WARNING("Tool not initialized!");
297  return StatusCode::FAILURE;
298  }
299  xAOD::ZdcModuleContainer const* ZDCModules = nullptr;
301  xAOD::ZdcModuleContainer const* ZDCSums = nullptr;
303  return recoZdcModules(*ZDCModules, *ZDCSums);
304 }

◆ reset()

void ZDC::RPDAnalysisTool::reset ( )
private

Definition at line 182 of file RPDAnalysisTool.cxx.

182  {
183  for (auto & analyzer : m_dataAnalyzers) {
184  analyzer->reset();
185  }
186 }

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

◆ writeAOD()

void ZDC::RPDAnalysisTool::writeAOD ( xAOD::ZdcModuleContainer const moduleContainer,
xAOD::ZdcModuleContainer const moduleSumContainer 
) const
private

Definition at line 214 of file RPDAnalysisTool.cxx.

214  {
215  if (!m_writeAux) {
216  return;
217  }
218 
219  ATH_MSG_DEBUG("Adding variables with suffix = " + m_auxSuffix);
220 
221  // write per-channel decorations (in ZdcModules)
236  for (auto const& module : moduleContainer) {
237  if (module->zdcType() != RPDUtils::ZDCModuleRPDType) {
238  // this is not an RPD channel, so skip it
239  continue;
240  }
241  unsigned int const side = RPDUtils::ZDCSideToSideIndex(module->zdcSide());
242  unsigned int const channel = module->zdcChannel();
243  chBaseline(*module) = m_dataAnalyzers.at(side)->getChBaseline(channel);
244  chPileupExpFitParams(*module) = m_dataAnalyzers.at(side)->getChPileupExpFitParams(channel);
245  chPileupStretchedExpFitParams(*module) = m_dataAnalyzers.at(side)->getChPileupStretchedExpFitParams(channel);
246  chPileupExpFitParamErrs(*module) = m_dataAnalyzers.at(side)->getChPileupExpFitParamErrs(channel);
247  chPileupStretchedExpFitParamErrs(*module) = m_dataAnalyzers.at(side)->getChPileupStretchedExpFitParamErrs(channel);
248  chPileupExpFitMSE(*module) = m_dataAnalyzers.at(side)->getChPileupExpFitMSE(channel);
249  chPileupStretchedExpFitMSE(*module) = m_dataAnalyzers.at(side)->getChPileupStretchedExpFitMSE(channel);
250  chAmplitude(*module) = m_dataAnalyzers.at(side)->getChSumAdc(channel);
251  chAmplitudeCalib(*module) = m_dataAnalyzers.at(side)->getChSumAdcCalib(channel);
252  chMaxADC(*module) = m_dataAnalyzers.at(side)->getChMaxAdc(channel);
253  chMaxADCCalib(*module) = m_dataAnalyzers.at(side)->getChMaxAdcCalib(channel);
254  chMaxSample(*module) = m_dataAnalyzers.at(side)->getChMaxSample(channel);
255  chStatus(*module) = m_dataAnalyzers.at(side)->getChStatus(channel);
256  chPileupFrac(*module) = m_dataAnalyzers.at(side)->getChPileupFrac(channel);
257  }
258 
259  // write per-side decorations (in ZdcSums)
261  for (auto const& sum: moduleSumContainer) {
262  if (sum->zdcSide() == RPDUtils::ZDCSumsGlobalZDCSide) {
263  // skip global sum (it's like the side between sides)
264  continue;
265  }
266  unsigned int const side = RPDUtils::ZDCSideToSideIndex(sum->zdcSide());
267  sideStatus(*sum) = m_dataAnalyzers.at(side)->getSideStatus();
268  }
269 }

Member Data Documentation

◆ m_auxSuffix

std::string ZDC::RPDAnalysisTool::m_auxSuffix
private

Definition at line 49 of file RPDAnalysisTool.h.

◆ m_chAmplitudeCalibKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chAmplitudeCalibKey {this, "RPDChannelAmplitudeCalib", "", "RPD channel sum ADC (baseline and pileup subtracted) with output calibration factors applied"}
private

Definition at line 79 of file RPDAnalysisTool.h.

◆ m_chAmplitudeKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chAmplitudeKey {this, "RPDChannelAmplitude", "", "RPD channel sum ADC (baseline and pileup subtracted)"}
private

Definition at line 78 of file RPDAnalysisTool.h.

◆ m_chBaselineKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chBaselineKey {this, "RPDChannelBaseline", "", "RPD channel baseline"}
private

Definition at line 71 of file RPDAnalysisTool.h.

◆ m_chMaxADCCalibKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chMaxADCCalibKey {this, "RPDChannelMaxADCCalib", "", "RPD channel max ADC (baseline and pileup subtracted) with output calibration factors applied"}
private

Definition at line 81 of file RPDAnalysisTool.h.

◆ m_chMaxADCKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chMaxADCKey {this, "RPDChannelMaxADC", "", "RPD channel max ADC (baseline and pileup subtracted)"}
private

Definition at line 80 of file RPDAnalysisTool.h.

◆ m_chMaxSampleKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chMaxSampleKey {this, "RPDChannelMaxSample", "", "RPD channel max sample"}
private

Definition at line 82 of file RPDAnalysisTool.h.

◆ m_chPileupExpFitMSEKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chPileupExpFitMSEKey {this, "RPDChannelPileupExpFitMSE", "", "RPD Channel pileup exponential fit mean squared error in baseline samples"}
private

Definition at line 76 of file RPDAnalysisTool.h.

◆ m_chPileupExpFitParamErrsKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chPileupExpFitParamErrsKey {this, "RPDChannelPileupExpFitParamErrs", "", "RPD channel pileup exponential fit parameter errors"}
private

Definition at line 74 of file RPDAnalysisTool.h.

◆ m_chPileupExpFitParamsKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chPileupExpFitParamsKey {this, "RPDChannelPileupExpFitParams", "", "RPD channel pileup exponential fit parameters: exp( [0] + [1]*sample )"}
private

Definition at line 72 of file RPDAnalysisTool.h.

◆ m_chPileupFracKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chPileupFracKey {this, "RPDChannelPileupFrac", "", "RPD channel pileup as fraction of total (nominal baseline-subtracted) sum ADC"}
private

Definition at line 84 of file RPDAnalysisTool.h.

◆ m_chPileupStretchedExpFitMSEKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chPileupStretchedExpFitMSEKey {this, "RPDChannelPileupStretchedExpFitMSE", "", "RPD channel pileup stretched exponential fit mean squared error in baseline samples"}
private

Definition at line 77 of file RPDAnalysisTool.h.

◆ m_chPileupStretchedExpFitParamErrsKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chPileupStretchedExpFitParamErrsKey {this, "RPDChannelPileupStretchedExpFitParamErrs", "", "RPD channel pileup stretched exponential fit parameter errors"}
private

Definition at line 75 of file RPDAnalysisTool.h.

◆ m_chPileupStretchedExpFitParamsKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chPileupStretchedExpFitParamsKey {this, "RPDChannelPileupStretchedExpFitParams", "", "RPD channel pileup stretched exponential fit parameters: exp( [0] + [1]*(sample + 4)**0.5 + [2]*(sample + 4)**-0.5 )"}
private

Definition at line 73 of file RPDAnalysisTool.h.

◆ m_chStatusKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_chStatusKey {this, "RPDChannelStatus", "", "RPD channel status"}
private

Definition at line 83 of file RPDAnalysisTool.h.

◆ m_configuration

std::string ZDC::RPDAnalysisTool::m_configuration
private

Definition at line 47 of file RPDAnalysisTool.h.

◆ m_dataAnalyzers

std::array<std::unique_ptr<RPDDataAnalyzer>, 2> ZDC::RPDAnalysisTool::m_dataAnalyzers
private

Definition at line 68 of file RPDAnalysisTool.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_eventInfoKey

SG::ReadHandleKey<xAOD::EventInfo> ZDC::RPDAnalysisTool::m_eventInfoKey {this, "EventInfoKey", "EventInfo", "Location of the event info."}
private

Definition at line 88 of file RPDAnalysisTool.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_forceADCOverflow

RPDUtils::OptionalToolProperty<unsigned int> ZDC::RPDAnalysisTool::m_forceADCOverflow
private

Definition at line 64 of file RPDAnalysisTool.h.

◆ m_forceEndSignalSample

RPDUtils::OptionalToolProperty<unsigned int> ZDC::RPDAnalysisTool::m_forceEndSignalSample
private

Definition at line 55 of file RPDAnalysisTool.h.

◆ m_forceGoodPulseSampleStart

RPDUtils::OptionalToolProperty<unsigned int> ZDC::RPDAnalysisTool::m_forceGoodPulseSampleStart
private

Definition at line 58 of file RPDAnalysisTool.h.

◆ m_forceGoodPulseSampleStop

RPDUtils::OptionalToolProperty<unsigned int> ZDC::RPDAnalysisTool::m_forceGoodPulseSampleStop
private

Definition at line 59 of file RPDAnalysisTool.h.

◆ m_forceNBaselineSamples

RPDUtils::OptionalToolProperty<unsigned int> ZDC::RPDAnalysisTool::m_forceNBaselineSamples
private

Definition at line 54 of file RPDAnalysisTool.h.

◆ m_forceNNegativesAllowed

RPDUtils::OptionalToolProperty<unsigned int> ZDC::RPDAnalysisTool::m_forceNNegativesAllowed
private

Definition at line 63 of file RPDAnalysisTool.h.

◆ m_forceNominalBaseline

RPDUtils::OptionalToolProperty<float> ZDC::RPDAnalysisTool::m_forceNominalBaseline
private

Definition at line 60 of file RPDAnalysisTool.h.

◆ m_forceNSamples

RPDUtils::OptionalToolProperty<unsigned int> ZDC::RPDAnalysisTool::m_forceNSamples
private

Definition at line 53 of file RPDAnalysisTool.h.

◆ m_forceOutputCalibFactors

std::array<RPDUtils::OptionalToolProperty<std::vector<float> >, 2> ZDC::RPDAnalysisTool::m_forceOutputCalibFactors
private

Definition at line 65 of file RPDAnalysisTool.h.

◆ m_forcePileupBaselineStdDevThresh

RPDUtils::OptionalToolProperty<float> ZDC::RPDAnalysisTool::m_forcePileupBaselineStdDevThresh
private

Definition at line 62 of file RPDAnalysisTool.h.

◆ m_forcePileupBaselineSumThresh

RPDUtils::OptionalToolProperty<float> ZDC::RPDAnalysisTool::m_forcePileupBaselineSumThresh
private

Definition at line 61 of file RPDAnalysisTool.h.

◆ m_forcePostPulseFracThresh

RPDUtils::OptionalToolProperty<float> ZDC::RPDAnalysisTool::m_forcePostPulseFracThresh
private

Definition at line 57 of file RPDAnalysisTool.h.

◆ m_forcePulse2ndDerivThresh

RPDUtils::OptionalToolProperty<float> ZDC::RPDAnalysisTool::m_forcePulse2ndDerivThresh
private

Definition at line 56 of file RPDAnalysisTool.h.

◆ m_initialized

bool ZDC::RPDAnalysisTool::m_initialized = false
private

Definition at line 45 of file RPDAnalysisTool.h.

◆ m_sideStatusKey

SG::WriteDecorHandleKey<xAOD::ZdcModuleContainer> ZDC::RPDAnalysisTool::m_sideStatusKey {this, "ZdcSumRPDStatus", "", "RPD side level status"}
private

Definition at line 86 of file RPDAnalysisTool.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.

◆ m_writeAux

bool ZDC::RPDAnalysisTool::m_writeAux
private

Definition at line 48 of file RPDAnalysisTool.h.

◆ m_ZDCModuleContainerName

std::string ZDC::RPDAnalysisTool::m_ZDCModuleContainerName
private

Definition at line 50 of file RPDAnalysisTool.h.

◆ m_ZDCSumContainerName

std::string ZDC::RPDAnalysisTool::m_ZDCSumContainerName
private

Definition at line 51 of file RPDAnalysisTool.h.


The documentation for this class was generated from the following files:
python.PyKernel.retrieve
def retrieve(aClass, aKey=None)
Definition: PyKernel.py:110
RPDUtils::vecToString
std::string vecToString(std::vector< T > const &v)
Definition: RPDUtils.cxx:57
ZDC::RPDAnalysisTool::reset
void reset()
Definition: RPDAnalysisTool.cxx:182
ZDC::RPDAnalysisTool::readAOD
void readAOD(xAOD::ZdcModuleContainer const &moduleContainer)
Definition: RPDAnalysisTool.cxx:188
ZDC::RPDAnalysisTool::m_auxSuffix
std::string m_auxSuffix
Definition: RPDAnalysisTool.h:49
ZDC::RPDAnalysisTool::m_initialized
bool m_initialized
Definition: RPDAnalysisTool.h:45
RPDUtils::nChannels
unsigned constexpr int nChannels
Definition: RPDUtils.h:23
ZDC::RPDAnalysisTool::m_forceOutputCalibFactors
std::array< RPDUtils::OptionalToolProperty< std::vector< float > >, 2 > m_forceOutputCalibFactors
Definition: RPDAnalysisTool.h:65
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition: AsgTool.h:47
ZDC::RPDAnalysisTool::m_chPileupExpFitParamErrsKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chPileupExpFitParamErrsKey
Definition: RPDAnalysisTool.h:74
StateLessPT_NewConfig.proxy
proxy
Definition: StateLessPT_NewConfig.py:392
ZDC::RPDAnalysisTool::m_chMaxADCCalibKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chMaxADCCalibKey
Definition: RPDAnalysisTool.h:81
ZDC::RPDAnalysisTool::m_configuration
std::string m_configuration
Definition: RPDAnalysisTool.h:47
plotting.yearwise_efficiency.channel
channel
Definition: yearwise_efficiency.py:24
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
ZDC::RPDAnalysisTool::m_chMaxSampleKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chMaxSampleKey
Definition: RPDAnalysisTool.h:82
RPDUtils::sides
constexpr std::initializer_list< unsigned int > sides
Definition: RPDUtils.h:17
SG::ReadHandle
Definition: StoreGate/StoreGate/ReadHandle.h:70
AthCommonDataStore< AthCommonMsg< AlgTool > >::declareProperty
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
Definition: AthCommonDataStore.h:145
ZDC::RPDAnalysisTool::m_forceGoodPulseSampleStart
RPDUtils::OptionalToolProperty< unsigned int > m_forceGoodPulseSampleStart
Definition: RPDAnalysisTool.h:58
ZDC::RPDAnalysisTool::m_chAmplitudeKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chAmplitudeKey
Definition: RPDAnalysisTool.h:78
ZDC::RPDAnalysisTool::m_chPileupStretchedExpFitParamsKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chPileupStretchedExpFitParamsKey
Definition: RPDAnalysisTool.h:73
ZDC::RPDAnalysisTool::m_chPileupExpFitMSEKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chPileupExpFitMSEKey
Definition: RPDAnalysisTool.h:76
ZDC::RPDAnalysisTool::m_chPileupFracKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chPileupFracKey
Definition: RPDAnalysisTool.h:84
ZDC::RPDAnalysisTool::analyze
void analyze()
Definition: RPDAnalysisTool.cxx:208
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
ZDC::RPDAnalysisTool::initializeKey
StatusCode initializeKey(std::string const &containerName, SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > &writeHandleKey, std::string const &key)
Definition: RPDAnalysisTool.cxx:37
RPDUtils::ZDCSumsGlobalZDCSide
constexpr int ZDCSumsGlobalZDCSide
Definition: RPDUtils.h:19
SG::ConstAccessor
Helper class to provide constant type-safe access to aux data.
Definition: ConstAccessor.h:55
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
dbg::ptr
void * ptr(T *p)
Definition: SGImplSvc.cxx:74
ReweightUtils.message
message
Definition: ReweightUtils.py:15
ZDC::RPDAnalysisTool::m_writeAux
bool m_writeAux
Definition: RPDAnalysisTool.h:48
ZDC::RPDAnalysisTool::m_forceNSamples
RPDUtils::OptionalToolProperty< unsigned int > m_forceNSamples
Definition: RPDAnalysisTool.h:53
python.iconfTool.models.loaders.level
level
Definition: loaders.py:20
SG::VarHandleKeyArray::setOwner
virtual void setOwner(IDataHandleHolder *o)=0
ZDC::RPDAnalysisTool::m_chStatusKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chStatusKey
Definition: RPDAnalysisTool.h:83
IDTPMcnv.htype
htype
Definition: IDTPMcnv.py:27
TRT::Hit::side
@ side
Definition: HitInfo.h:83
ZDC::RPDAnalysisTool::m_chPileupStretchedExpFitParamErrsKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chPileupStretchedExpFitParamErrsKey
Definition: RPDAnalysisTool.h:75
ZDC::RPDAnalysisTool::m_sideStatusKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_sideStatusKey
Definition: RPDAnalysisTool.h:86
python.PyAthena.module
module
Definition: PyAthena.py:131
AthCommonDataStore< AthCommonMsg< AlgTool > >::evtStore
ServiceHandle< StoreGateSvc > & evtStore()
The standard StoreGateSvc (event store) Returns (kind of) a pointer to the StoreGateSvc.
Definition: AthCommonDataStore.h:85
ZDC::RPDAnalysisTool::m_chPileupExpFitParamsKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chPileupExpFitParamsKey
Definition: RPDAnalysisTool.h:72
python.utils.AtlRunQueryDQUtils.p
p
Definition: AtlRunQueryDQUtils.py:210
ZDC::RPDAnalysisTool::m_forcePulse2ndDerivThresh
RPDUtils::OptionalToolProperty< float > m_forcePulse2ndDerivThresh
Definition: RPDAnalysisTool.h:56
AthCommonDataStore
Definition: AthCommonDataStore.h:52
TrigConf::MSGTC::Level
Level
Definition: Trigger/TrigConfiguration/TrigConfBase/TrigConfBase/MsgStream.h:21
ATH_MSG_ERROR
#define ATH_MSG_ERROR(x)
Definition: AthMsgStreamMacros.h:33
convertTimingResiduals.sum
sum
Definition: convertTimingResiduals.py:55
ZDC::RPDAnalysisTool::m_ZDCSumContainerName
std::string m_ZDCSumContainerName
Definition: RPDAnalysisTool.h:51
RPDUtils::OptionalToolProperty::has_value
bool has_value() const
Definition: RPDUtils.cxx:28
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
ATH_MSG_DEBUG
#define ATH_MSG_DEBUG(x)
Definition: AthMsgStreamMacros.h:29
SG::WriteDecorHandle
Handle class for adding a decoration to an object.
Definition: StoreGate/StoreGate/WriteDecorHandle.h:100
ZDC::RPDAnalysisTool::m_ZDCModuleContainerName
std::string m_ZDCModuleContainerName
Definition: RPDAnalysisTool.h:50
ZDC::RPDAnalysisTool::m_forcePostPulseFracThresh
RPDUtils::OptionalToolProperty< float > m_forcePostPulseFracThresh
Definition: RPDAnalysisTool.h:57
python.xAODType.dummy
dummy
Definition: xAODType.py:4
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
MSG::name
const std::string & name(Level lvl)
Convenience function for translating message levels to strings.
Definition: MsgLevel.cxx:19
ZDC::RPDAnalysisTool::m_chPileupStretchedExpFitMSEKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chPileupStretchedExpFitMSEKey
Definition: RPDAnalysisTool.h:77
ZDC::RPDAnalysisTool::writeAOD
void writeAOD(xAOD::ZdcModuleContainer const &moduleContainer, xAOD::ZdcModuleContainer const &moduleSumContainer) const
Definition: RPDAnalysisTool.cxx:214
RPDUtils::OptionalToolProperty::value
T const & value() const
Definition: RPDUtils.cxx:31
AthCommonDataStore< AthCommonMsg< AlgTool > >::m_detStore
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
Definition: AthCommonDataStore.h:393
SG::VarHandleKey::initialize
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
Definition: AthToolSupport/AsgDataHandles/Root/VarHandleKey.cxx:103
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
ZDC::RPDAnalysisTool::m_chAmplitudeCalibKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chAmplitudeCalibKey
Definition: RPDAnalysisTool.h:79
xAOD::EventInfo_v1::ForwardDet
@ ForwardDet
The forward detectors.
Definition: EventInfo_v1.h:338
ZDC::RPDAnalysisTool::m_forceNominalBaseline
RPDUtils::OptionalToolProperty< float > m_forceNominalBaseline
Definition: RPDAnalysisTool.h:60
ZDC::RPDAnalysisTool::m_forcePileupBaselineSumThresh
RPDUtils::OptionalToolProperty< float > m_forcePileupBaselineSumThresh
Definition: RPDAnalysisTool.h:61
RPDUtils::sideA
unsigned constexpr int sideA
Definition: RPDUtils.h:16
SG::VarHandleKeyArray::renounce
virtual void renounce()=0
ZDC::RPDAnalysisTool::m_forcePileupBaselineStdDevThresh
RPDUtils::OptionalToolProperty< float > m_forcePileupBaselineStdDevThresh
Definition: RPDAnalysisTool.h:62
ZDC::RPDAnalysisTool::m_dataAnalyzers
std::array< std::unique_ptr< RPDDataAnalyzer >, 2 > m_dataAnalyzers
Definition: RPDAnalysisTool.h:68
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
ZDC::RPDAnalysisTool::MakeMessageFunction
ZDCMsg::MessageFunctionPtr MakeMessageFunction()
Definition: RPDAnalysisTool.cxx:169
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
ZDC::RPDAnalysisTool::m_forceEndSignalSample
RPDUtils::OptionalToolProperty< unsigned int > m_forceEndSignalSample
Definition: RPDAnalysisTool.h:55
ZDC::RPDAnalysisTool::m_eventInfoKey
SG::ReadHandleKey< xAOD::EventInfo > m_eventInfoKey
Definition: RPDAnalysisTool.h:88
xAOD::JetAttributeAccessor::accessor
const AccessorWrapper< T > * accessor(xAOD::JetAttribute::AttributeID id)
Returns an attribute accessor corresponding to an AttributeID.
Definition: JetAccessorMap.h:26
a
TList * a
Definition: liststreamerinfos.cxx:10
SG::WriteDecorHandleKey::initialize
StatusCode initialize(bool used=true)
If this object is used as a property, then this should be called during the initialize phase.
h
ZDC::RPDAnalysisTool::m_chMaxADCKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chMaxADCKey
Definition: RPDAnalysisTool.h:80
ATH_MSG_WARNING
#define ATH_MSG_WARNING(x)
Definition: AthMsgStreamMacros.h:32
ZDC::RPDAnalysisTool::m_chBaselineKey
SG::WriteDecorHandleKey< xAOD::ZdcModuleContainer > m_chBaselineKey
Definition: RPDAnalysisTool.h:71
AthCommonMsg< AlgTool >::msg
MsgStream & msg() const
Definition: AthCommonMsg.h:24
RPDUtils::sideC
unsigned constexpr int sideC
Definition: RPDUtils.h:15
SG::VarHandleBase::vhKey
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
Definition: StoreGate/src/VarHandleBase.cxx:623
python.Bindings.keys
keys
Definition: Control/AthenaPython/python/Bindings.py:798
ZDC::RPDAnalysisTool::m_forceNNegativesAllowed
RPDUtils::OptionalToolProperty< unsigned int > m_forceNNegativesAllowed
Definition: RPDAnalysisTool.h:63
ZDC::RPDAnalysisTool::m_forceGoodPulseSampleStop
RPDUtils::OptionalToolProperty< unsigned int > m_forceGoodPulseSampleStop
Definition: RPDAnalysisTool.h:59
RPDUtils::ZDCSideToSideIndex
unsigned int ZDCSideToSideIndex(int const ZDCSide)
Definition: RPDUtils.cxx:7
SG::DataProxy
Definition: DataProxy.h:44
AthCommonDataStore::declareGaudiProperty
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition: AthCommonDataStore.h:156
ZDC::RPDAnalysisTool::m_forceNBaselineSamples
RPDUtils::OptionalToolProperty< unsigned int > m_forceNBaselineSamples
Definition: RPDAnalysisTool.h:54
ZDC::RPDAnalysisTool::m_forceADCOverflow
RPDUtils::OptionalToolProperty< unsigned int > m_forceADCOverflow
Definition: RPDAnalysisTool.h:64
fitman.k
k
Definition: fitman.py:528
RPDUtils::ZDCModuleRPDType
unsigned constexpr int ZDCModuleRPDType
Definition: RPDUtils.h:21
ZdcEventInfo::RPDDECODINGERROR
@ RPDDECODINGERROR
Definition: ZdcEventInfo.h:19
ZDC::RPDAnalysisTool::recoZdcModules
StatusCode recoZdcModules(xAOD::ZdcModuleContainer const &moduleContainer, xAOD::ZdcModuleContainer const &moduleSumContainer) override
Definition: RPDAnalysisTool.cxx:271
mapkey::key
key
Definition: TElectronEfficiencyCorrectionTool.cxx:37