Belle II Software development
|
Namespaces | |
namespace | Belle2::ECLElementNumbers |
ECL element numbers. | |
Classes | |
class | ECLCalDigit |
Class to store calibrated ECLDigits: ECLCalDigits. More... | |
class | ECLCellIdMapping |
Class to store mapping between cell id and store array positions. More... | |
class | ECLCNNPid |
Class to store ECL CNN PID value. More... | |
class | ECLConnectedRegion |
Class to store connected regions (CRs) More... | |
class | ECLDebugHit |
Class to store the average of ECLSimHit on crystals for debug only input for digitization module (ECLDigitizer). More... | |
class | ECLDigit |
Class to store ECL digitized hits (output of ECLDigi) relation to ECLHit filled in ecl/modules/eclDigitizer/src/ECLDigitizerModule.cc. More... | |
class | ECLDsp |
Class to store ECL ShaperDSP waveform ADC data. More... | |
class | ECLDspWithExtraMCInfo |
Class to store ECL ShaperDSP waveform ADC data and additional information for ML studies. More... | |
class | ECLHit |
Class to store simulated hits which equate to average of ECLSImHit on crystals input for digitization module (ECLDigitizer). More... | |
class | ECLHitAssignment |
Example Detector. More... | |
class | ECLLocalMaximum |
Class to store local maxima (LM) More... | |
class | ECLPidLikelihood |
Container for likelihoods with ECL PID (ECLChargedPIDModule) More... | |
class | ECLPureCsIInfo |
Class to store ECL crystal type relation to ECLDigit for the simulation pure CsI upgrade option filled in ecl/modules/eclDigitizer/src/ECLDigitizerPureCsIModule.cc. More... | |
class | ECLShower |
Class to store ECL Showers. More... | |
class | ECLSimHit |
ClassECLSimHit - Geant4 simulated hit for the ECL. More... | |
class | ECLTrig |
Class to store ECLTrig, still need to be study relation to ECLHit filled in ecl/modules/eclDigitizer/src/ECLDigitizerModule.cc and ecl/modules/eclUnpacker/ECLUnpacker.cc. More... | |
class | ECLWaveforms |
Class to store ECL waveforms for entire calorimeter. More... | |
Functions | |
bool | isCalibrated () const |
Get Boolean Calibration Status. | |
bool | isEnergyCalibrated () const |
Get Boolean Energy Calibration Status. | |
bool | isTimeCalibrated () const |
Get Boolean Time Calibration Status. | |
bool | isTimeResolutionCalibrated () const |
Get Boolean Time Resolution Calibration Status. | |
bool | isFailedFit () const |
Get Boolean Fit Failed Status. | |
bool | isTimeResolutionFailed () const |
Get Boolean time resolution failed status. | |
bool | isOnlineFitQuality1 () const |
Get Boolean online fit quality 1. | |
bool | isOnlineFitQuality2 () const |
Get Boolean online fit quality 2. | |
bool | isOnlineFitQuality3 () const |
Get Boolean online fit quality 3. | |
bool | isOnlineFitQuality0 () const |
Get Boolean online fit quality 0. | |
bool | hasHotCrystal () const |
Check if shower contains a hot crystal. | |
bool | hasDeadCrystal () const |
Check if shower contains a dead crystal. | |
bool | hasProblematicCrystal () const |
Check if shower contains a problematic crystal. | |
bool | hasPulseShapeDiscrimination () const |
Check if shower contains pulse shape discrimination information. | |
|
inline |
Check if shower contains a dead crystal.
Definition at line 597 of file ECLShower.h.
|
inline |
Check if shower contains a hot crystal.
Definition at line 592 of file ECLShower.h.
|
inline |
Check if shower contains a problematic crystal.
Definition at line 602 of file ECLShower.h.
|
inline |
Check if shower contains pulse shape discrimination information.
Definition at line 607 of file ECLShower.h.
|
inline |
Get Boolean Calibration Status.
Definition at line 249 of file ECLCalDigit.h.
|
inline |
Get Boolean Energy Calibration Status.
Definition at line 255 of file ECLCalDigit.h.
|
inline |
Get Boolean Fit Failed Status.
Definition at line 273 of file ECLCalDigit.h.
|
inline |
Get Boolean online fit quality 0.
Definition at line 303 of file ECLCalDigit.h.
|
inline |
Get Boolean online fit quality 1.
Definition at line 285 of file ECLCalDigit.h.
|
inline |
Get Boolean online fit quality 2.
Definition at line 291 of file ECLCalDigit.h.
|
inline |
Get Boolean online fit quality 3.
Definition at line 297 of file ECLCalDigit.h.
|
inline |
Get Boolean Time Calibration Status.
Definition at line 261 of file ECLCalDigit.h.
|
inline |
Get Boolean Time Resolution Calibration Status.
Definition at line 267 of file ECLCalDigit.h.
|
inline |
Get Boolean time resolution failed status.
Definition at line 279 of file ECLCalDigit.h.