Go to the documentation of this file. 1 #ifndef DATAFORMATS_HGCRECHIT_H
2 #define DATAFORMATS_HGCRECHIT_H 1
102 bool checkFlags(
const std::vector<int>& flagsvec)
const;
void setSignalOverSigmaNoise(float sOverNoise)
uint8_t signalOverSigmaNoise_
constexpr float energy() const
bool checkFlag(int flag) const
check if the flag is true
constexpr const DetId & detid() const
DetId id() const
get the id
void setFlag(int flag)
set the flags (from Flags or ESFlags)
uint32_t flagBits_
store rechit condition (see Flags enum) in a bit-wise way
void setOutOfTimeEnergy(float energy)
constexpr float time() const
void setTimeError(float timeErr)
bool checkFlags(const std::vector< int > &flagsvec) const
check if one of the flags in a set is true
void setOutOfTimeChi2(float chi2)
float outOfTimeChi2() const
bool isTimeErrorValid() const
float outOfTimeEnergy() const
float signalOverSigmaNoise() const
constexpr uint32_t flags() const
std::ostream & operator<<(std::ostream &s, const HGCRecHit &hit)