|
BOSS 8.0.0
BESIII Offline Software System
|
#include <EmcSelBhaEvent.h>
Public Types | |
| enum | { m_oneProng = 1 , m_twoProng = 2 } |
Public Member Functions | |
| EmcSelBhaEvent (const std::string &name, ISvcLocator *pSvcLocator) | |
| ~EmcSelBhaEvent () | |
| StatusCode | initialize () |
| StatusCode | execute () |
| StatusCode | finalize () |
| bool | passed () |
| void | setPassed (bool passed) |
| int | selectedType () const |
| int | selectedTrkID1 () const |
| int | selectedTrkID2 () const |
| int | index (int theta, int phi) const |
| void | initGeom () |
| void | SelectBhabha () |
| StatusCode | SelectFillBhabha () |
| void | FillBhabha () |
| void | CollectBhabha () |
| void | OutputMV () |
| double | findPhiDiff (double phi1, double phi2) |
| void | readCorFun () |
| void | readEsigma () |
| void | readDepEneFun () |
| void | readSigmaExp () |
| void | readRawPeakIxtal () |
| void | readDataAndMCIxtal () |
| double | Angle2ClosestShower (int ShowerID) |
Definition at line 54 of file EmcSelBhaEvent.h.
| anonymous enum |
| EmcSelBhaEvent::EmcSelBhaEvent | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 75 of file EmcSelBhaEvent.cxx.
Referenced by EmcSelBhaEvent().
| EmcSelBhaEvent::~EmcSelBhaEvent | ( | ) |
Definition at line 196 of file EmcSelBhaEvent.cxx.
| double EmcSelBhaEvent::Angle2ClosestShower | ( | int | ShowerID | ) |
Definition at line 1594 of file EmcSelBhaEvent.cxx.
| void EmcSelBhaEvent::CollectBhabha | ( | ) |
Definition at line 860 of file EmcSelBhaEvent.cxx.
Referenced by execute().
| StatusCode EmcSelBhaEvent::execute | ( | ) |
Definition at line 289 of file EmcSelBhaEvent.cxx.
| void EmcSelBhaEvent::FillBhabha | ( | ) |
Definition at line 609 of file EmcSelBhaEvent.cxx.
Referenced by execute().
| StatusCode EmcSelBhaEvent::finalize | ( | ) |
Definition at line 423 of file EmcSelBhaEvent.cxx.
| double EmcSelBhaEvent::findPhiDiff | ( | double | phi1, |
| double | phi2 ) |
Definition at line 1424 of file EmcSelBhaEvent.cxx.
|
inline |
Definition at line 83 of file EmcSelBhaEvent.h.
Referenced by CollectBhabha(), and execute().
| void EmcSelBhaEvent::initGeom | ( | ) |
Definition at line 1307 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| StatusCode EmcSelBhaEvent::initialize | ( | ) |
Definition at line 209 of file EmcSelBhaEvent.cxx.
| void EmcSelBhaEvent::OutputMV | ( | ) |
Definition at line 1336 of file EmcSelBhaEvent.cxx.
Referenced by finalize().
|
inline |
| void EmcSelBhaEvent::readCorFun | ( | ) |
Definition at line 1434 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| void EmcSelBhaEvent::readDataAndMCIxtal | ( | ) |
Definition at line 1531 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| void EmcSelBhaEvent::readDepEneFun | ( | ) |
Definition at line 1466 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| void EmcSelBhaEvent::readEsigma | ( | ) |
Definition at line 1450 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| void EmcSelBhaEvent::readRawPeakIxtal | ( | ) |
Definition at line 1497 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| void EmcSelBhaEvent::readSigmaExp | ( | ) |
Definition at line 1483 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| void EmcSelBhaEvent::SelectBhabha | ( | ) |
Definition at line 500 of file EmcSelBhaEvent.cxx.
Referenced by execute().
|
inline |
Definition at line 77 of file EmcSelBhaEvent.h.
|
inline |
Definition at line 79 of file EmcSelBhaEvent.h.
|
inline |
Definition at line 75 of file EmcSelBhaEvent.h.
| StatusCode EmcSelBhaEvent::SelectFillBhabha | ( | ) |
|
inline |
Definition at line 73 of file EmcSelBhaEvent.h.