4#ifndef XAODMUONPREPDATA_VERSION_STGCSTRIPCLUSTER_V1_H
5#define XAODMUONPREPDATA_VERSION_STGCSTRIPCLUSTER_V1_H
23 return sTgcChannelTypes::Strip;
sTgcIdHelper::sTgcChannelTypes sTgcChannelTypes
sTgcMeasurement_v1()=default
Default constructor.
const std::vector< short int > & stripTimes() const
returns the list of invidvidual channel times building up the cluster
Muon::sTgcPrepData::Quality Quality
Which quality flag does the Measurement pass.
sTgcStripCluster_v1()=default
Default constructor.
void setStripNumbers(const std::vector< uint16_t > &strips)
Set the list of individual strip clusters.
void setStripCharges(const std::vector< int > &charges)
Set the individual list of contributing charges.
void setQuality(Quality q)
Set the quality flag.
const std::vector< int > & stripCharges() const
returns the list of the inidivudal channel charges bulding up the cluster
virtual ~sTgcStripCluster_v1()=default
Virtual destructor.
const std::vector< uint16_t > & stripNumbers() const
returns the list of strip numbers building up the cluster
void setStripTimes(const std::vector< short int > ×)
Set the list of indivual strip times.
sTgcChannelTypes channelType() const override final
Returns the type of the Tgc strip as a simple enumeration.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.