|
ATLAS Offline Software
|
#include <NswCondTestAlg.h>
|
| NswCondTestAlg (const std::string &name, ISvcLocator *pSvcLocator) |
|
virtual | ~NswCondTestAlg () override |
|
virtual StatusCode | initialize () override |
|
virtual StatusCode | execute (const EventContext &) const override |
|
virtual StatusCode | sysInitialize () override |
| Override sysInitialize. More...
|
|
virtual bool | isClonable () const override |
| Specify if the algorithm is clonable. More...
|
|
virtual unsigned int | cardinality () const override |
| Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant. More...
|
|
virtual StatusCode | sysExecute (const EventContext &ctx) override |
| Execute an algorithm. More...
|
|
virtual const DataObjIDColl & | extraOutputDeps () const override |
| Return the list of extra output dependencies. More...
|
|
virtual bool | filterPassed (const EventContext &ctx) const |
|
virtual void | setFilterPassed (bool state, const EventContext &ctx) const |
|
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 | 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 |
|
|
StatusCode | retrieveTdoPdo (const EventContext &ctx, TimeChargeType data, const std::string &tech, const std::string &side, std::chrono::duration< double > &timer) const |
|
StatusCode | retrieveVmm (const EventContext &, const std::string &, const std::string &, std::chrono::duration< double > &) const |
|
StatusCode | retrieveT0 (const EventContext &, std::chrono::duration< double > &) const |
|
std::string | timestamp () 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...
|
|
|
SG::ReadCondHandleKey< NswCalibDbTimeChargeData > | m_readKey_tdopdo |
|
SG::ReadCondHandleKey< NswCalibDbThresholdData > | m_readKey_vmm |
|
SG::ReadCondHandleKey< NswT0Data > | m_readKey_t0 {this, "readKey_t0", "NswT0Data", "Key of NswT0Data containing the t0 calibration data"} |
|
ServiceHandle< Muon::IMuonIdHelperSvc > | m_idHelperSvc {this, "MuonIdHelperSvc", "Muon::MuonIdHelperSvc/MuonIdHelperSvc"} |
|
Gaudi::Property< std::string > | m_logName {this,"LogName", "LogFile", "Name of the log file. The file creating the TimeCharge log will be called <LogName>_TDO.txt, the other will be <LogName>_vmm.txt"} |
|
Gaudi::Property< bool > | m_isMC {this, "isMC", false, "flagging the input type"} |
|
DataObjIDColl | m_extendedExtraObjects |
| Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks. More...
|
|
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 |
|
Definition at line 25 of file NswCondTestAlg.h.
◆ StoreGateSvc_t
◆ TimeChargeType
◆ TimeTech
◆ NswCondTestAlg()
NswCondTestAlg::NswCondTestAlg |
( |
const std::string & |
name, |
|
|
ISvcLocator * |
pSvcLocator |
|
) |
| |
◆ ~NswCondTestAlg()
NswCondTestAlg::~NswCondTestAlg |
( |
| ) |
|
|
overridevirtualdefault |
◆ cardinality()
unsigned int AthReentrantAlgorithm::cardinality |
( |
| ) |
const |
|
overridevirtualinherited |
Cardinality (Maximum number of clones that can exist) special value 0 means that algorithm is reentrant.
Override this to return 0 for reentrant algorithms.
Override this to return 0 for reentrant algorithms.
Definition at line 55 of file AthReentrantAlgorithm.cxx.
◆ declareGaudiProperty() [1/4]
specialization for handling Gaudi::Property<SG::VarHandleKeyArray>
Definition at line 170 of file AthCommonDataStore.h.
175 hndl.documentation());
◆ declareGaudiProperty() [2/4]
specialization for handling Gaudi::Property<SG::VarHandleKey>
Definition at line 156 of file AthCommonDataStore.h.
161 hndl.documentation());
◆ declareGaudiProperty() [3/4]
specialization for handling Gaudi::Property<SG::VarHandleBase>
Definition at line 184 of file AthCommonDataStore.h.
189 hndl.documentation());
◆ declareGaudiProperty() [4/4]
◆ declareProperty() [1/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation 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.
250 this->declare(hndl.
vhKey());
251 hndl.
vhKey().setOwner(
this);
◆ declareProperty() [2/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
hndl | Object holding the property value. |
doc | Documentation 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.
◆ declareProperty() [3/6]
◆ declareProperty() [4/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation 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.
◆ declareProperty() [5/6]
Declare a new Gaudi property.
- Parameters
-
name | Name of the property. |
property | Object holding the property value. |
doc | Documentation 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.
◆ declareProperty() [6/6]
◆ detStore()
◆ evtStore() [1/2]
◆ evtStore() [2/2]
◆ execute()
StatusCode NswCondTestAlg::execute |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
Definition at line 42 of file NswCondTestAlg.cxx.
46 std::chrono::duration<double> retrieving_MM_TDO_A{};
47 std::chrono::duration<double> retrieving_MM_TDO_C{};
48 std::chrono::duration<double> retrieving_MM_PDO_A{};
49 std::chrono::duration<double> retrieving_MM_PDO_C{};
50 std::chrono::duration<double> retrieving_MM_VMM_A{};
51 std::chrono::duration<double> retrieving_MM_VMM_C{};
52 std::chrono::duration<double> retrieving_STGC_TDO_A{};
53 std::chrono::duration<double> retrieving_STGC_TDO_C{};
54 std::chrono::duration<double> retrieving_STGC_PDO_A{};
55 std::chrono::duration<double> retrieving_STGC_PDO_C{};
56 std::chrono::duration<double> retrieving_STGC_VMM_A{};
57 std::chrono::duration<double> retrieving_STGC_VMM_C{};
58 std::chrono::duration<double> retrieving_T0{};
77 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_MM_TDO_A).
count() * 1.0) <<
"s ");
79 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_MM_TDO_C).
count() * 1.0) <<
"s ");
81 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_MM_PDO_A).
count() * 1.0) <<
"s ");
83 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_MM_PDO_C).
count() * 1.0) <<
"s ");
86 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_MM_VMM_A).
count() * 1.0) <<
"s ");
88 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_MM_VMM_C).
count() * 1.0) <<
"s ");
91 ATH_MSG_INFO(
"Retrieving time for (STGC, TDO, Side A) = "
92 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_STGC_TDO_A).
count() * 1.0) <<
"s ");
93 ATH_MSG_INFO(
"Retrieving time for (STGC, TDO, Side C) = "
94 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_STGC_TDO_C).
count() * 1.0) <<
"s ");
95 ATH_MSG_INFO(
"Retrieving time for (STGC, PDO, Side A) = "
96 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_STGC_PDO_A).
count() * 1.0) <<
"s ");
97 ATH_MSG_INFO(
"Retrieving time for (STGC, PDO, Side C) = "
98 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_STGC_PDO_C).
count() * 1.0) <<
"s ");
100 ATH_MSG_INFO(
"Retrieving time for (STGC, VMM, Side A) = "
101 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_STGC_VMM_A).
count() * 1.0) <<
"s ");
102 ATH_MSG_INFO(
"Retrieving time for (STGC, VMM, Side C) = "
103 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_STGC_VMM_C).
count() * 1.0) <<
"s ");
108 << (std::chrono::duration_cast<std::chrono::microseconds>(retrieving_T0).
count() * 1.0) <<
"s ");
112 return StatusCode::SUCCESS;
◆ extraDeps_update_handler()
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 & AthReentrantAlgorithm::extraOutputDeps |
( |
| ) |
const |
|
overridevirtualinherited |
Return the list of extra output dependencies.
This list is extended to include symlinks implied by inheritance relations.
Definition at line 79 of file AthReentrantAlgorithm.cxx.
86 return Algorithm::extraOutputDeps();
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ initialize()
StatusCode NswCondTestAlg::initialize |
( |
| ) |
|
|
overridevirtual |
◆ inputHandles()
Return this algorithm's input handles.
We override this to include handle instances from key arrays if they have not yet been declared. See comments on updateVHKA.
◆ isClonable()
bool AthReentrantAlgorithm::isClonable |
( |
| ) |
const |
|
overridevirtualinherited |
Specify if the algorithm is clonable.
Reentrant algorithms are clonable.
Reimplemented in Simulation::BeamEffectsAlg, InDet::SiTrackerSpacePointFinder, InDet::SCT_Clusterization, InDet::SiSPSeededTrackFinder, SCTRawDataProvider, InDet::GNNSeedingTrackMaker, SCT_PrepDataToxAOD, RoIBResultToxAOD, InDet::SiSPGNNTrackMaker, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, SCT_ReadCalibChipDataTestAlg, SCT_TestCablingAlg, SCT_ConfigurationConditionsTestAlg, ITkPixelCablingAlg, ITkStripCablingAlg, SCTEventFlagWriter, SCT_ConditionsSummaryTestAlg, SCT_ModuleVetoTestAlg, SCT_MonitorConditionsTestAlg, SCT_LinkMaskingTestAlg, SCT_MajorityConditionsTestAlg, SCT_RODVetoTestAlg, SCT_SensorsTestAlg, SCT_TdaqEnabledTestAlg, SCT_SiliconConditionsTestAlg, SCTSiLorentzAngleTestAlg, SCT_ByteStreamErrorsTestAlg, SCT_ConditionsParameterTestAlg, SCT_FlaggedConditionTestAlg, SCT_StripVetoTestAlg, SCT_RawDataToxAOD, and SCTSiPropertiesTestAlg.
Definition at line 44 of file AthReentrantAlgorithm.cxx.
◆ msg() [1/2]
◆ msg() [2/2]
◆ msgLvl()
◆ outputHandles()
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()
◆ renounceArray()
◆ retrieveT0()
StatusCode NswCondTestAlg::retrieveT0 |
( |
const EventContext & |
ctx, |
|
|
std::chrono::duration< double > & |
timer |
|
) |
| const |
|
private |
Definition at line 231 of file NswCondTestAlg.cxx.
244 return StatusCode::FAILURE;
248 if (!readHandle.range(
range)) {
249 ATH_MSG_ERROR(
"Failed to retrieve validity range for " << readHandle.key());
250 return StatusCode::FAILURE;
256 std::stringstream sstr {};
262 for(
int i_channel=id_helper.
channelMin(layerId); i_channel < id_helper.
channelMax(layerId); i_channel++){
267 return StatusCode::FAILURE;
278 ostr<<sstr.str()<<std::endl;
282 timer += end1 - start1;
284 return StatusCode::SUCCESS;
◆ retrieveTdoPdo()
StatusCode NswCondTestAlg::retrieveTdoPdo |
( |
const EventContext & |
ctx, |
|
|
TimeChargeType |
data, |
|
|
const std::string & |
tech, |
|
|
const std::string & |
side, |
|
|
std::chrono::duration< double > & |
timer |
|
) |
| const |
|
private |
Definition at line 116 of file NswCondTestAlg.cxx.
129 return StatusCode::FAILURE;
133 if (!readHandle.range(
range)) {
134 ATH_MSG_ERROR(
"Failed to retrieve validity range for " << readHandle.key());
135 return StatusCode::FAILURE;
142 std::vector<Identifier> channelIds = readCdo->getChannelIds(
data, tech,
side);
143 ATH_MSG_INFO(
"Found data for " << channelIds.size() <<
" channels!");
146 std::stringstream sstr{};
147 if (!channelIds.empty()) {
153 for (
const Identifier& chan_id : channelIds) {
155 sstr<<
m_idHelperSvc->toString(chan_id)<<
" "<<calib_data<<std::endl;
160 sstr<<
"Dummy calib channel "<<calib_data<<std::endl;
165 ostr<<sstr.str()<<std::endl;
171 timer += end1 - start1;
173 return StatusCode::SUCCESS;
◆ retrieveVmm()
StatusCode NswCondTestAlg::retrieveVmm |
( |
const EventContext & |
ctx, |
|
|
const std::string & |
tech, |
|
|
const std::string & |
side, |
|
|
std::chrono::duration< double > & |
timer |
|
) |
| const |
|
private |
Definition at line 177 of file NswCondTestAlg.cxx.
190 return StatusCode::FAILURE;
194 if (!readHandle.range(
range)) {
195 ATH_MSG_ERROR(
"Failed to retrieve validity range for " << readHandle.key());
196 return StatusCode::FAILURE;
203 std::vector<Identifier> channelIds = readCdo->getChannelIds(tech,
side);
204 ATH_MSG_INFO(
"Found data for " << channelIds.size() <<
" channels!");
207 std::stringstream sstr {};
208 if (!channelIds.empty()) {
221 ostr<<sstr.str()<<std::endl;
225 timer += end1 - start1;
227 return StatusCode::SUCCESS;
◆ setFilterPassed()
virtual void AthReentrantAlgorithm::setFilterPassed |
( |
bool |
state, |
|
|
const EventContext & |
ctx |
|
) |
| const |
|
inlinevirtualinherited |
◆ sysExecute()
StatusCode AthReentrantAlgorithm::sysExecute |
( |
const EventContext & |
ctx | ) |
|
|
overridevirtualinherited |
Execute an algorithm.
We override this in order to work around an issue with the Algorithm base class storing the event context in a member variable that can cause crashes in MT jobs.
Definition at line 67 of file AthReentrantAlgorithm.cxx.
69 return Gaudi::Algorithm::sysExecute (ctx);
◆ sysInitialize()
StatusCode AthReentrantAlgorithm::sysInitialize |
( |
| ) |
|
|
overridevirtualinherited |
Override sysInitialize.
Override sysInitialize from the base class.
Loop through all output handles, and if they're WriteCondHandles, automatically register them and this Algorithm with the CondSvc
Scan through all outputHandles, and if they're WriteCondHandles, register them with the CondSvc
Reimplemented from AthCommonDataStore< AthCommonMsg< Gaudi::Algorithm > >.
Reimplemented in InputMakerBase, and HypoBase.
Definition at line 96 of file AthReentrantAlgorithm.cxx.
107 if ( cs.retrieve().isFailure() ) {
109 return StatusCode::SUCCESS;
111 if (cs->regHandle(
this,*
h).isFailure()) {
112 sc = StatusCode::FAILURE;
113 ATH_MSG_ERROR(
"unable to register WriteCondHandle " <<
h->fullKey()
◆ sysStart()
Handle START transition.
We override this in order to make sure that conditions handle keys can cache a pointer to the conditions container.
◆ timestamp()
std::string NswCondTestAlg::timestamp |
( |
| ) |
const |
|
private |
Definition at line 287 of file NswCondTestAlg.cxx.
288 const boost::posix_time::ptime
now = boost::posix_time::microsec_clock::local_time();
289 const boost::posix_time::time_duration td =
now.time_of_day();
290 const long hours = td.hours();
291 const long minutes = td.minutes();
292 const long seconds = td.seconds();
293 const long milliseconds = td.total_milliseconds() - ((
hours * 3600 + minutes * 60 +
seconds) * 1000);
295 sprintf(buf,
"%02ld:%02ld:%02ld.%03ld",
hours, minutes,
seconds, milliseconds);
◆ updateVHKA()
◆ m_detStore
◆ m_evtStore
◆ m_extendedExtraObjects
DataObjIDColl AthReentrantAlgorithm::m_extendedExtraObjects |
|
privateinherited |
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
Empty if no symlinks were found.
Definition at line 153 of file AthReentrantAlgorithm.h.
◆ m_idHelperSvc
◆ m_isMC
Gaudi::Property<bool> NswCondTestAlg::m_isMC {this, "isMC", false, "flagging the input type"} |
|
private |
◆ m_logName
Gaudi::Property<std::string> NswCondTestAlg::m_logName {this,"LogName", "LogFile", "Name of the log file. The file creating the TimeCharge log will be called <LogName>_TDO.txt, the other will be <LogName>_vmm.txt"} |
|
private |
◆ m_readKey_t0
◆ m_readKey_tdopdo
Initial value:{
this, "ReadKey_tdopdo", "NswCalibDbTimeChargeData",
"Key of NswCalibDbTimeChargeData object containing calibration data (TDOs and PDOs)"}
Definition at line 43 of file NswCondTestAlg.h.
◆ m_readKey_vmm
Initial value:{
this, "ReadKey_vmm", "NswCalibDbThresholdData",
"Key of NswCalibDbThresholdData object containing calibration data (VMM thresholds)"}
Definition at line 46 of file NswCondTestAlg.h.
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
char data[hepevt_bytes_allocation_ATLAS]
Helper struct to cache all calibration constants in a common place of the memory.
const_id_iterator detectorElement_begin() const
Iterators over full set of ids.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
std::vector< ALFA_RawData_p1 > t0
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)
static EventIDRange infiniteMixed()
Produces an mixed EventIDRange that is infinite in Time and RunLumi.
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
std::vector< SG::VarHandleKeyArray * > m_vhka
const_id_iterator detectorElement_end() const
Gaudi::Property< std::string > m_logName
def timer(name, disabled=False)
virtual void setOwner(IDataHandleHolder *o)=0
int multilayer(const Identifier &id) const
std::string timestamp() const
AthReentrantAlgorithm()
Default constructor:
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
::StatusCode StatusCode
StatusCode definition for legacy code.
#define ATH_MSG_ALWAYS(x)
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
virtual void renounce()=0
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
virtual StatusCode sysInitialize() override
Override sysInitialize.
StatusCode retrieveTdoPdo(const EventContext &ctx, TimeChargeType data, const std::string &tech, const std::string &side, std::chrono::duration< double > &timer) const
StatusCode initialize(bool used=true)
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::ReadCondHandleKey< NswT0Data > m_readKey_t0
StatusCode retrieveT0(const EventContext &, std::chrono::duration< double > &) const
SG::ReadCondHandleKey< NswCalibDbThresholdData > m_readKey_vmm
std::optional< double > intersect(const AmgVector(N)&posA, const AmgVector(N)&dirA, const AmgVector(N)&posB, const AmgVector(N)&dirB)
Calculates the point B' along the line B that's closest to a second line A.
#define ATH_MSG_WARNING(x)
Gaudi::Property< bool > m_isMC
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
StatusCode retrieveVmm(const EventContext &, const std::string &, const std::string &, std::chrono::duration< double > &) const
Identifier channelID(int stationName, int stationEta, int stationPhi, int multilayer, int gasGap, int channel) const
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
SG::ReadCondHandleKey< NswCalibDbTimeChargeData > m_readKey_tdopdo