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