 |
ATLAS Offline Software
|
Go to the documentation of this file.
29 m_measKeysTrigger.clear();
32 std::vector<const Trk::MeasurementBase*>::const_iterator
it = measurements.begin(), itEnd = measurements.end();
33 for (;
it != itEnd; ++
it) {
56 if (signCor == 2)
sign = 1;
58 m_measKeys.insert(std::make_pair(
id,
sign));
60 m_measKeys.insert(std::make_pair(
id,
sign));
62 m_measKeys.insert(std::make_pair(
id,
sign));
64 m_measKeys.insert(std::make_pair(
id,
sign));
66 m_measKeysTrigger.insert(std::make_pair(
id,
sign));
virtual ~MuonSegmentKey()
Identifier32 get_identifier32() const
Get the 32-bit version Identifier, will be invalid if >32 bits needed.
value_type get_compact() const
Get the compact id.
double angleYZ() const
access method for angle of local YZ projection
double get(ParamDefs par) const
Retrieve specified parameter (const version).
const Trk::LocalDirection & localDirection() const
local direction
const std::vector< const Trk::MeasurementBase * > & containedMeasurements() const
returns the vector of Trk::MeasurementBase objects
Class to represent calibrated clusters formed from TGC strips.
Class to represent calibrated clusters formed from TGC strips.
void calculateKeys(const std::vector< const Trk::MeasurementBase * > &measurements, int signCor=1)
function to calculate keys from a vector of measurements, the signCor is can be use to flip the signs...
This class represents the corrected MDT measurements, where the corrections include the effects of wi...
const std::vector< const MuonClusterOnTrack * > & containedROTs() const
returns the vector of SCT_ClusterOnTrack objects .
Class to represent the calibrated clusters created from CSC strips.
Identifier identify() const
return the identifier -extends MeasurementBase
MuonSegmentKey()
default constructor