|
ATLAS Offline Software
|
Algorithm which converts PrepRawData to xAOD::PrepRawData Not really Muon specific, but InDet already has separate convertors.
More...
#include <PRDxAODConvertorAlg.h>
|
virtual | ~PRDxAODConvertorAlg ()=default |
|
virtual StatusCode | initialize () override |
|
virtual StatusCode | execute (const EventContext &ctx) const override |
|
template<> |
bool | fillxPRD (const Muon::MdtPrepData &prd, xAOD::MdtDriftCircle &xprd) const |
|
template<> |
bool | fillxPRD (const Muon::RpcPrepData &prd, xAOD::RpcStrip &xprd) const |
|
template<> |
bool | fillxPRD (const Muon::TgcPrepData &prd, xAOD::TgcStrip &xprd) const |
|
template<> |
bool | fillxPRD (const Muon::MMPrepData &prd, xAOD::MMCluster &xprd) const |
|
template<> |
bool | fillxPRD (const Muon::sTgcPrepData &prd, xAOD::sTgcStripCluster &xprd) const |
|
template<> |
bool | fillxPRD (const Muon::sTgcPrepData &prd, xAOD::sTgcWireHit &xprd) const |
|
template<> |
bool | fillxPRD (const Muon::sTgcPrepData &prd, xAOD::sTgcPadHit &xprd) const |
|
| AthReentrantAlgorithm (const std::string &name, ISvcLocator *pSvcLocator) |
| Constructor with parameters: More...
|
|
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 |
|
|
SG::ReadHandleKey< Muon::MdtPrepDataContainer > | m_mdtPrepRawDataKey {this, "MdtPrepRawDataKey", "MDT_DriftCircles", "Key for MDT PRD Container"} |
|
SG::ReadHandleKey< Muon::RpcPrepDataContainer > | m_rpcPrepRawDataKey {this, "RpcPrepRawDataKey", "RPC_Measurements", "Key for RPC PRD Container"} |
|
SG::ReadHandleKey< Muon::TgcPrepDataContainer > | m_tgcPrepRawDataKey {this, "TgcPrepRawDataKey", "TGC_MeasurementsAllBCs", "Key for TGC PRD Container"} |
|
SG::ReadHandleKey< Muon::MMPrepDataContainer > | m_mmPrepRawDataKey {this, "MMPrepRawDataKey", "MM_Measurements", "Key for MM PRD Container"} |
|
SG::ReadHandleKey< Muon::sTgcPrepDataContainer > | m_stgcPrepRawDataKey {this, "sTgcPrepRawDataKey", "STGC_Measurements", "Key for sTGC PRD Container"} |
|
SG::WriteHandleKey< xAOD::MdtDriftCircleContainer > | m_mdtxAODKey {this, "MdtxAODKey", "MDT_PrepData"} |
|
SG::WriteHandleKey< xAOD::RpcStripContainer > | m_rpcxAODKey {this, "RpcxAODKey", "RPC_PrepData"} |
|
SG::WriteHandleKey< xAOD::TgcStripContainer > | m_tgcxAODKey {this, "TgcxAODKey", "TGC_PrepData"} |
|
SG::WriteHandleKey< xAOD::MMClusterContainer > | m_mmxAODKey {this, "MMxAODKey", "MM_PrepData"} |
|
SG::WriteHandleKey< xAOD::sTgcStripContainer > | m_stgcStripxAODKey {this, "sTgcStripxAODKey", "sTGC_StripPrepData"} |
|
SG::WriteHandleKey< xAOD::sTgcWireContainer > | m_stgcWirexAODKey {this, "sTgcWirexAODKey", "sTGC_WirePrepData"} |
|
SG::WriteHandleKey< xAOD::sTgcPadContainer > | m_stgcPadxAODKey {this, "sTgcPadxAODKey", "sTGC_PadPrepData"} |
|
|
template<class INTYPE , class OUTTYPE , class OUTTYPEAUX > |
StatusCode | getAndFillContainer (const SG::ReadHandleKey< INTYPE > &inKey, const SG::WriteHandleKey< OUTTYPE > &outKey, const EventContext &) const |
|
template<class PRD , class xPRD > |
bool | fillxPRD (const PRD &prd, xPRD &xprd) 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...
|
|
Algorithm which converts PrepRawData to xAOD::PrepRawData Not really Muon specific, but InDet already has separate convertors.
Definition at line 32 of file PRDxAODConvertorAlg.h.
◆ StoreGateSvc_t
◆ ~PRDxAODConvertorAlg()
virtual Muon::PRDxAODConvertorAlg::~PRDxAODConvertorAlg |
( |
| ) |
|
|
virtualdefault |
◆ AthReentrantAlgorithm()
AthReentrantAlgorithm::AthReentrantAlgorithm |
Constructor with parameters:
Definition at line 90 of file AthReentrantAlgorithm.cxx.
30 std::make_unique<AthenaBaseComps::AthAlgorithmDHUpdate>
32 std::move (m_updateDataHandles));
◆ 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 Muon::PRDxAODConvertorAlg::execute |
( |
const EventContext & |
ctx | ) |
const |
|
overridevirtual |
◆ 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();
◆ fillxPRD() [1/8]
◆ fillxPRD() [2/8]
◆ fillxPRD() [3/8]
◆ fillxPRD() [4/8]
◆ fillxPRD() [5/8]
◆ fillxPRD() [6/8]
◆ fillxPRD() [7/8]
◆ fillxPRD() [8/8]
template<class PRD , class xPRD >
bool Muon::PRDxAODConvertorAlg::fillxPRD |
( |
const PRD & |
prd, |
|
|
xPRD & |
xprd |
|
) |
| const |
|
private |
◆ filterPassed()
virtual bool AthReentrantAlgorithm::filterPassed |
( |
const EventContext & |
ctx | ) |
const |
|
inlinevirtualinherited |
◆ getAndFillContainer()
template<class INTYPE , class OUTTYPE , class OUTTYPEAUX >
Definition at line 52 of file PRDxAODConvertorAlg.cxx.
56 ATH_MSG_VERBOSE(
"No key configured to convert "<<
typeid(INTYPE).
name()<<
" into xAOD objects. Skipping.");
57 return StatusCode::SUCCESS;
68 ATH_CHECK( outputContainer.record (std::make_unique<OUTTYPE>(),
69 std::make_unique<OUTTYPEAUX>()) );
70 ATH_MSG_DEBUG(
"Recorded xAOD container with key: " << outputContainer.key() );
72 for (
const auto *coll : *handle) {
73 for (
const auto * prd : *coll) {
74 auto * xprd =
new typename OUTTYPE::base_value_type();
75 outputContainer->push_back(xprd);
77 outputContainer->pop_back();
82 return StatusCode::SUCCESS;
◆ initialize()
StatusCode Muon::PRDxAODConvertorAlg::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, SCT_CablingCondAlgFromCoraCool, SCT_ReadCalibDataTestAlg, SCT_CablingCondAlgFromText, InDet::SiSPGNNTrackMaker, 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()
◆ 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.
◆ 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_mdtPrepRawDataKey
◆ m_mdtxAODKey
◆ m_mmPrepRawDataKey
◆ m_mmxAODKey
◆ m_rpcPrepRawDataKey
◆ m_rpcxAODKey
◆ m_stgcPadxAODKey
◆ m_stgcPrepRawDataKey
◆ m_stgcStripxAODKey
◆ m_stgcWirexAODKey
◆ m_tgcPrepRawDataKey
◆ m_tgcxAODKey
◆ m_varHandleArraysDeclared
◆ m_vhka
The documentation for this class was generated from the following files:
void setStripTimes(const std::vector< int16_t > &stripTimes)
void setTdc(int16_t tdc)
Setter methods.
float driftDist() const
Returns the Drift Distance.
void setChannelNumber(uint16_t chan)
void setGasGap(uint8_t gapNum)
void setStripNumbers(const std::vector< uint16_t > &strips)
Set the list of individual strip clusters.
Gaudi::Details::PropertyBase & declareProperty(Gaudi::Property< T > &t)
void setDriftDist(float value)
Sets the drift distance.
SG::WriteHandleKey< xAOD::RpcStripContainer > m_rpcxAODKey
void setStripNumber(uint16_t strip)
Sets the associated strip number identifier field.
void setTimeOverThreshold(float timeoverthreshold)
Sets the TDC counts.
void setDoubletPhi(uint8_t doubPhi)
Sets the doubletPhi identifier field.
const Amg::MatrixX & localCovariance() const
return const ref to the error matrix
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)
SG::ReadHandleKey< Muon::TgcPrepDataContainer > m_tgcPrepRawDataKey
virtual IdentifierHash collectionHash() const
Returns the IdentifierHash corresponding to the PRD collection in the PRD container.
float timeOverThreshold() const
Returns the time over threshold.
StoreGateSvc_t m_evtStore
Pointer to StoreGate (event store by default)
bool fillxPRD(const PRD &prd, xPRD &xprd) const
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
std::vector< SG::VarHandleKeyArray * > m_vhka
MeasVector< N > toStorage(const AmgVector(N)&amgVec)
Converts the double precision of the AmgVector into the floating point storage precision of the MeasV...
void setAngle(float value)
Sets the microTPC angle.
void setStripDriftErrors(const std::vector< DriftCov_t > &stripDriftErrors)
void setAmbiguityFlag(uint8_t ambi)
Sets the ADC counts.
SG::WriteHandleKey< xAOD::sTgcStripContainer > m_stgcStripxAODKey
#define ATH_MSG_VERBOSE(x)
void setStripDriftDist(const std::vector< float > &stripDriftDist)
bool empty() const
Test if the key is blank.
int adc() const
Returns the ADC (typically range is 0 to 250)
value_type get_compact() const
Get the compact id.
void setStripCharges(const std::vector< int > &charges)
Set the individual list of contributing charges.
const std::vector< AmgVector(2)> & stripDriftErrors() const
returns the list of drift distances
float angle() const
Returns the microTPC angle.
virtual void setOwner(IDataHandleHolder *o)=0
void setCharge(uint32_t value)
Sets the calibrated charge.
float time() const
Returns the time.
void setStatus(MdtDriftCircleStatus st)
Sets the status of the drift circle.
void setGasGap(uint8_t gap)
const std::vector< uint16_t > & stripNumbers() const
returns the list of strip numbers
const std::vector< int > & stripCharges() const
returns the list of charges
void setIdentifier(const DetectorIdentType measId)
Sets the full Identifier of the measurement.
const std::vector< int > & stripCharges() const
returns the list of charges
uint16_t getBcBitMap() const
Returns the bcBitMap of this PRD bit2 for Previous BC, bit1 for Current BC, bit0 for Next BC.
virtual std::vector< Gaudi::DataHandle * > outputHandles() const override
Return this algorithm's output handles.
void setAdc(int16_t adc)
Sets the ADC counts.
SG::ReadHandleKey< Muon::MMPrepDataContainer > m_mmPrepRawDataKey
void setBcBitMap(uint16_t)
void setAuthor(Author a)
Set the author of the producing algorithm.
void setGasGap(uint8_t gap)
Sets the associated gasGap identifier field.
::StatusCode StatusCode
StatusCode definition for legacy code.
void setMeasuresPhi(uint8_t measPhi)
sets the measuresPhi value
void setStripCharges(const std::vector< int > &stripCharges)
void setTriggerInfo(uint32_t triggerinfo)
Set the trigger info of the hit
SG::WriteHandleKey< xAOD::MMClusterContainer > m_mmxAODKey
void setMeasuresPhi(uint8_t measPhi)
SG::WriteHandleKey< xAOD::sTgcWireContainer > m_stgcWirexAODKey
SG::ReadHandleKey< Muon::MdtPrepDataContainer > m_mdtPrepRawDataKey
void setQuality(Quality q)
Set the quality flag.
StoreGateSvc_t m_detStore
Pointer to StoreGate (detector store by default)
const std::vector< uint16_t > & stripNumbers() const
returns the list of strip numbers
int triggerInfo() const
Returns the trigger coincidence - usually false, unless ijk>5 or highpt&&ijk==0.
DataObjIDColl m_extendedExtraObjects
Extra output dependency collection, extended by AthAlgorithmDHUpdate to add symlinks.
const std::vector< short int > & stripTimes() const
returns the list of times
virtual void renounce()=0
Eigen::Matrix< float, N, 1 > MeasVector
Abrivation of the Matrix & Covariance definitions.
std::conditional< std::is_base_of< SG::VarHandleKeyArray, T >::value, VarHandleKeyArrayType, type2 >::type type
Identifier identify() const
return the identifier
void setChannelNumber(uint16_t channel)
Set the channel number of the measurement.
SG::ReadHandleKey< Muon::RpcPrepDataContainer > m_rpcPrepRawDataKey
int tdc() const
Returns the TDC (typically range is 0 to 2500).
const Amg::Vector2D & localPosition() const
return the local position reference
virtual StatusCode sysInitialize() override
Override sysInitialize.
short int time() const
Returns the time (in ns)
void setTime(float time)
Sets the the triger time of the hit.
SG::WriteHandleKey< xAOD::MdtDriftCircleContainer > m_mdtxAODKey
void setChiSqProb(float value)
Sets the microTPC chisq probability.
ServiceHandle< Muon::IMuonIdHelperSvc > m_idHelperSvc
SG::WriteHandleKey< xAOD::sTgcPadContainer > m_stgcPadxAODKey
SG::ReadHandleKey< Muon::sTgcPrepDataContainer > m_stgcPrepRawDataKey
void setMeasurement(const DetectorIDHashType idHash, MeasVector< N > locPos, MeasMatrix< N > locCov)
Sets IdentifierHash, local position and local covariance of the measurement.
#define ATH_MSG_WARNING(x)
void setStripTimes(const std::vector< short int > ×)
Set the list of indivual strip times.
void setLayer(uint8_t layer_n)
Sets the layer number.
SG::VarHandleKey & vhKey()
Return a non-const reference to the HandleKey.
void setTime(uint16_t value)
Sets the TDC counts.
void setTime(short int t)
: Set the calibrated time of the wire measurement
void setCharge(int q)
: Set the collected charge on the wire
Eigen::Matrix< float, N, N > MeasMatrix
void setGasGap(uint8_t gap)
Set the associated gas gap of the measurement.
void setStripNumbers(const std::vector< uint16_t > &stripNumbers)
MdtDriftCircleStatus status() const
Returns the status of the measurement.
const std::vector< float > & stripDriftDist() const
returns the list of drift distances
int ambiguityFlag() const
Returns the number of ambiguities associated with this RpcPrepData.
int charge() const
Returns the AD.
SG::WriteHandleKey< xAOD::TgcStripContainer > m_tgcxAODKey
Gaudi::Details::PropertyBase & declareGaudiProperty(Gaudi::Property< T > &hndl, const SG::VarHandleKeyType &)
specialization for handling Gaudi::Property<SG::VarHandleKey>
float chisqProb() const
Returns the microTPC chisq Prob.
int charge() const
Returns the bcBitMap of this PRD bit2 for Previous BC, bit1 for Current BC, bit0 for Next BC.
void setChannelNumber(uint16_t strip)
const std::vector< short int > & stripTimes() const
returns the list of times
void setTube(uint16_t tube_n)
Sets the tube number.