Clustering event level information, for example out of time ECLCalDigits, or ECLClusters rejected bef...
void setNECLShowersRejectedBWD(uint8_t const nECLShowersRejectedBWD)
Setter for the number of photon ECLShowers that are not stored as ECLClusters, BWD.
void setNECLCalDigitsOutOfTimeBWD(uint16_t const nECLCalDigitsOutOfTimeBWD)
Setter for the number of ECLCalDigits that are out of time and above some MeV, BWD only.
uint16_t getNECLCalDigitsOutOfTimeBWD() const
Getter for the number of ECLCalDigits that are out of time and above some MeV (scale ~linearly with b...
uint16_t getNECLCalDigitsOutOfTimeFWD() const
Getter for the number of ECLCalDigits that are out of time and above some MeV (scale ~linearly with b...
uint8_t getNECLShowersRejectedFWD() const
Getter for the number of photon ECLShowers that are not stored as ECLClusters, FWD.
void setNECLCalDigitsOutOfTimeFWD(uint16_t const nECLCalDigitsOutOfTimeFWD)
Setter for the number of ECLCalDigits that are out of time and above some MeV, FWD only.
uint8_t getNECLShowersRejectedBarrel() const
Getter for the number of photon ECLShowers that are not stored as ECLClusters, Barrel.
void setNECLShowersRejectedBarrel(uint8_t const nECLShowersRejectedBarrel)
Setter for the number of photon ECLShowers that are not stored as ECLClusters, Barrel.
uint16_t m_nECLCalDigitsOutOfTimeFWD
Number of out of time, energetic ECLCalDigits, FWD.
void setNECLShowersRejectedFWD(uint8_t const nECLShowersRejectedFWD)
Setter for the number of photon ECLShowers that are not stored as ECLClusters, FWD.
uint8_t m_nECLShowersRejectedBWD
Number of photon showers that are rejected before storing to mdst (max.
uint8_t getNECLShowersRejected() const
Getter for the number of photon ECLShowers that are not stored as ECLClusters.
ClassDef(EventLevelClusteringInfo, 1)
ROOT.
uint8_t getNECLShowersRejectedBWD() const
Getter for the number of photon ECLShowers that are not stored as ECLClusters, BWD.
uint8_t m_nECLShowersRejectedBarrel
Number of photon showers that are rejected before storing to mdst (max.
EventLevelClusteringInfo()=default
default constructor
uint16_t getNECLCalDigitsOutOfTime() const
Getter for the number of ECLCalDigits that are out of time and above some MeV (scale ~linearly with b...
uint8_t m_nECLShowersRejectedFWD
Number of photon showers that are rejected before storing to mdst (max.
uint16_t m_nECLCalDigitsOutOfTimeBarrel
Number of out of time, energetic ECLCalDigits, Barrel.
void setNECLCalDigitsOutOfTimeBarrel(uint16_t const nECLCalDigitsOutOfTimeBarrel)
Setter for the number of ECLCalDigits that are out of time and above some MeV, Barrel only.
uint16_t getNECLCalDigitsOutOfTimeBarrel() const
Getter for the number of ECLCalDigits that are out of time and above some MeV (scale ~linearly with b...
uint16_t m_nECLCalDigitsOutOfTimeBWD
Number of out of time, energetic ECLCalDigits, BWD.
Abstract base class for different kinds of events.