|
BOSS 8.0.0
BESIII Offline Software System
|
#include <EmcBhabha.h>
Public Member Functions | |
| EmcBhabha () | |
| EmcBhabha (const EmcBhabha &otherBhabha) | |
| ~EmcBhabha () | |
| const bool & | found () |
| const double & | calibEnergy () const |
| const double & | errorOnCalibEnergy () const |
| double | errorOnShowerEnergy () const |
| EmcShower | shower () const |
| const double & | theta () const |
| const double & | phi () const |
| const unsigned int & | thetaIndex () const |
| const unsigned int & | phiIndex () const |
| void | print () |
| double | sigma2 () const |
| void | setFound (bool what) |
| void | setCalibEnergy (double energy) |
| void | setErrorOnCalibEnergy (double error) |
| void | setShower (EmcShower aShower) |
| void | setTheta (double theta) |
| void | setPhi (double phi) |
| void | setThetaIndex (unsigned int thetaIndex) |
| void | setPhiIndex (unsigned int phiIndex) |
This class holds the information of one Bhabha particle like. the energy, the shower ... It is filled in SelectBhabha and read out in CollectBhabha to fill the calibration matrix and vector.
Definition at line 29 of file EmcBhabha.h.
| EmcBhabha::EmcBhabha | ( | ) |
Definition at line 30 of file EmcBhabha.cxx.
Referenced by EmcBhabha().
| EmcBhabha::EmcBhabha | ( | const EmcBhabha & | otherBhabha | ) |
Definition at line 40 of file EmcBhabha.cxx.
| EmcBhabha::~EmcBhabha | ( | ) |
Definition at line 53 of file EmcBhabha.cxx.
|
inline |
|
inline |
Definition at line 47 of file EmcBhabha.h.
| double EmcBhabha::errorOnShowerEnergy | ( | ) | const |
Definition at line 55 of file EmcBhabha.cxx.
|
inline |
Definition at line 41 of file EmcBhabha.h.
|
inline |
|
inline |
| void EmcBhabha::print | ( | ) |
Definition at line 87 of file EmcBhabha.cxx.
Referenced by EmcBhabhaEvent::print().
|
inline |
Definition at line 79 of file EmcBhabha.h.
|
inline |
Definition at line 80 of file EmcBhabha.h.
|
inline |
Definition at line 78 of file EmcBhabha.h.
|
inline |
Definition at line 83 of file EmcBhabha.h.
|
inline |
Definition at line 85 of file EmcBhabha.h.
|
inline |
Definition at line 81 of file EmcBhabha.h.
|
inline |
Definition at line 82 of file EmcBhabha.h.
|
inline |
Definition at line 84 of file EmcBhabha.h.
|
inline |
Definition at line 53 of file EmcBhabha.h.
| double EmcBhabha::sigma2 | ( | ) | const |
Definition at line 72 of file EmcBhabha.cxx.
Referenced by print().
|
inline |
Definition at line 57 of file EmcBhabha.h.
Referenced by print(), and setTheta().
|
inline |
Definition at line 68 of file EmcBhabha.h.
Referenced by setThetaIndex().