CGEM BOSS 6.6.5.i
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.
EmcBhabha::EmcBhabha | ( | const EmcBhabha & | otherBhabha | ) |
Definition at line 43 of file EmcBhabha.cxx.
EmcBhabha::~EmcBhabha | ( | ) |
Definition at line 56 of file EmcBhabha.cxx.
|
inline |
|
inline |
Definition at line 49 of file EmcBhabha.h.
double EmcBhabha::errorOnShowerEnergy | ( | ) | const |
Definition at line 61 of file EmcBhabha.cxx.
|
inline |
Definition at line 43 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::CollectBhabha().
|
inline |
|
inline |
Definition at line 78 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::CollectBhabha(), and setPhiIndex().
void EmcBhabha::print | ( | ) |
Definition at line 95 of file EmcBhabha.cxx.
Referenced by EmcBhabhaEvent::print().
|
inline |
Definition at line 90 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::CollectBhabha().
|
inline |
Definition at line 91 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::CollectBhabha().
|
inline |
Definition at line 89 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::FillBhabha().
|
inline |
Definition at line 94 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::FillBhabha().
|
inline |
Definition at line 96 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::FillBhabha().
|
inline |
Definition at line 92 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::FillBhabha().
|
inline |
Definition at line 93 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::FillBhabha().
|
inline |
Definition at line 95 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::FillBhabha().
|
inline |
Definition at line 55 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::FillBhabha().
double EmcBhabha::sigma2 | ( | ) | const |
Definition at line 79 of file EmcBhabha.cxx.
Referenced by print().
|
inline |
Definition at line 59 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::FillBhabha(), print(), and setTheta().
|
inline |
Definition at line 73 of file EmcBhabha.h.
Referenced by EmcSelBhaEvent::CollectBhabha(), and setThetaIndex().