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