![]() |
Belle II Software
release-06-00-14
|
Clustering event level information, for example out of time ECLCalDigits, or ECLClusters rejected before storing to mdst. More...
#include <EventLevelClusteringInfo.h>
Public Member Functions | |
EventLevelClusteringInfo ()=default | |
default constructor | |
uint16_t | getNECLCalDigitsOutOfTimeFWD () const |
Getter for the number of ECLCalDigits that are out of time and above some MeV (scale ~linearly with background), FWD only. | |
uint16_t | getNECLCalDigitsOutOfTimeBarrel () const |
Getter for the number of ECLCalDigits that are out of time and above some MeV (scale ~linearly with background), Barrel only. | |
uint16_t | getNECLCalDigitsOutOfTimeBWD () const |
Getter for the number of ECLCalDigits that are out of time and above some MeV (scale ~linearly with background), BWD only. | |
uint16_t | getNECLCalDigitsOutOfTime () const |
Getter for the number of ECLCalDigits that are out of time and above some MeV (scale ~linearly with background), FWD+Barrel+BWD. | |
void | setNECLCalDigitsOutOfTimeFWD (uint16_t const nECLCalDigitsOutOfTimeFWD) |
Setter for the number of ECLCalDigits that are out of time and above some MeV, FWD only. | |
void | setNECLCalDigitsOutOfTimeBarrel (uint16_t const nECLCalDigitsOutOfTimeBarrel) |
Setter for the number of ECLCalDigits that are out of time and above some MeV, Barrel 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 | getNECLShowersRejectedFWD () const |
Getter for the number of photon ECLShowers that are not stored as ECLClusters, FWD. | |
uint8_t | getNECLShowersRejectedBarrel () const |
Getter for the number of photon ECLShowers that are not stored as ECLClusters, Barrel. | |
uint8_t | getNECLShowersRejectedBWD () const |
Getter for the number of photon ECLShowers that are not stored as ECLClusters, BWD. | |
uint8_t | getNECLShowersRejected () const |
Getter for the number of photon ECLShowers that are not stored as ECLClusters. | |
void | setNECLShowersRejectedFWD (uint8_t const nECLShowersRejectedFWD) |
Setter for the number of photon ECLShowers that are not stored as ECLClusters, FWD. | |
void | setNECLShowersRejectedBarrel (uint8_t const nECLShowersRejectedBarrel) |
Setter 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. | |
Private Member Functions | |
ClassDef (EventLevelClusteringInfo, 1) | |
ROOT. | |
Private Attributes | |
uint16_t | m_nECLCalDigitsOutOfTimeFWD {0} |
Number of out of time, energetic ECLCalDigits, FWD. | |
uint16_t | m_nECLCalDigitsOutOfTimeBarrel {0} |
Number of out of time, energetic ECLCalDigits, Barrel. | |
uint16_t | m_nECLCalDigitsOutOfTimeBWD {0} |
Number of out of time, energetic ECLCalDigits, BWD. | |
uint8_t | m_nECLShowersRejectedFWD {0} |
Number of photon showers that are rejected before storing to mdst (max. More... | |
uint8_t | m_nECLShowersRejectedBarrel {0} |
Number of photon showers that are rejected before storing to mdst (max. More... | |
uint8_t | m_nECLShowersRejectedBWD {0} |
Number of photon showers that are rejected before storing to mdst (max. More... | |
Clustering event level information, for example out of time ECLCalDigits, or ECLClusters rejected before storing to mdst.
Definition at line 18 of file EventLevelClusteringInfo.h.
|
private |
Number of photon showers that are rejected before storing to mdst (max.
255), Barrel.
Definition at line 122 of file EventLevelClusteringInfo.h.
|
private |
Number of photon showers that are rejected before storing to mdst (max.
255), BWD.
Definition at line 125 of file EventLevelClusteringInfo.h.
|
private |
Number of photon showers that are rejected before storing to mdst (max.
255), FWD.
Definition at line 119 of file EventLevelClusteringInfo.h.