|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef MUONPREPRAWDATA_STGCPREPDATA_H
6 #define MUONPREPRAWDATA_STGCPREPDATA_H
81 virtual MsgStream&
dump( MsgStream&
stream)
const override final;
84 virtual std::ostream&
dump( std::ostream&
stream)
const override final;
89 short int time()
const;
95 const std::vector<short int>&
stripTimes()
const;
164 #endif // MUONPREPRAWDATA_STGCPREPDATA_H
void setAuthor(const Author a)
Ensure that the Athena extensions are properly loaded.
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
const MuonGM::sTgcReadoutElement * m_detEl
Cached pointer to the detector element - should never be zero.
Eigen::Matrix< double, 2, 1 > Vector2D
virtual MsgStream & dump(MsgStream &stream) const override final
Dumps information about the PRD.
const std::vector< Identifier > & rdoList() const
return the List of rdo identifiers (pointers)
bool const RAWDATA *ch2 const
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
virtual const Trk::PlaneSurface & surface() const override
access to chamber surface (phi orientation), uses the first gas gap
std::vector< short int > m_stripTimes
strip times for the sTGCs will be available for the commissioning of the NSW.
virtual bool type(Trk::PrepRawDataType type) const override final
Interface method checking the type.
const std::vector< uint16_t > & stripNumbers() const
returns the list of strip numbers
const std::vector< int > & stripCharges() const
returns the list of charges
virtual const Amg::Vector3D & globalPosition() const override final
Returns the global position.
An sTgcReadoutElement corresponds to a single STGC module; therefore typicaly a barrel muon station c...
std::vector< uint16_t > m_stripNumbers
@list of strip numbers, time and charge, of the strips associated to the PRD
sTgcPrepData(const sTgcPrepData &)=delete
sTgcPrepData(sTgcPrepData &&) noexcept=default
Identifier identify() const
return the identifier
Ensure that the ATLAS eigen extensions are properly loaded.
Definition of ATLAS Math & Geometry primitives (Amg)
const Amg::Vector2D & localPosition() const
return the local position reference
void setQuality(const Quality q)
Eigen::Matrix< double, 3, 1 > Vector3D
std::vector< int > m_stripCharges
virtual const MuonGM::sTgcReadoutElement * detectorElement() const override final
Returns the detector element corresponding to this PRD.
CxxUtils::CachedUniquePtr< const Amg::Vector3D > m_globalPosition
Global position of measurement.
Class representing clusters in the muon system.
This is a "hash" representation of an Identifier. This encodes a 32 bit index which can be used to lo...
Class to represent sTgc measurements.
virtual void localToGlobal(const Amg::Vector2D &locp, const Amg::Vector3D &mom, Amg::Vector3D &glob) const =0
Specified by each surface type: LocalToGlobal method without dynamic memory allocation.
int charge() const
Returns the bcBitMap of this PRD bit2 for Previous BC, bit1 for Current BC, bit0 for Next BC.
const std::vector< short int > & stripTimes() const
returns the list of times
class thrown in the event of an variable not being defined.