|
BOSS 7.1.3
BESIII Offline Software System
|
#include <EmcSelBhaEvent.h>
Inheritance diagram for EmcSelBhaEvent: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 () |
| StatusCode | 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 57 of file EmcSelBhaEvent.h.
| anonymous enum |
| EmcSelBhaEvent::EmcSelBhaEvent | ( | const std::string & | name, |
| ISvcLocator * | pSvcLocator ) |
Definition at line 80 of file EmcSelBhaEvent.cxx.
Referenced by EmcSelBhaEvent().
| EmcSelBhaEvent::~EmcSelBhaEvent | ( | ) |
Definition at line 203 of file EmcSelBhaEvent.cxx.
| double EmcSelBhaEvent::Angle2ClosestShower | ( | int | ShowerID | ) |
Definition at line 1687 of file EmcSelBhaEvent.cxx.
| void EmcSelBhaEvent::CollectBhabha | ( | ) |
Definition at line 906 of file EmcSelBhaEvent.cxx.
Referenced by execute().
| StatusCode EmcSelBhaEvent::execute | ( | ) |
Definition at line 305 of file EmcSelBhaEvent.cxx.
| void EmcSelBhaEvent::FillBhabha | ( | ) |
Definition at line 646 of file EmcSelBhaEvent.cxx.
Referenced by execute().
| StatusCode EmcSelBhaEvent::finalize | ( | ) |
Definition at line 448 of file EmcSelBhaEvent.cxx.
| double EmcSelBhaEvent::findPhiDiff | ( | double | phi1, |
| double | phi2 ) |
Definition at line 1511 of file EmcSelBhaEvent.cxx.
|
inline |
Definition at line 97 of file EmcSelBhaEvent.h.
Referenced by CollectBhabha(), and execute().
| void EmcSelBhaEvent::initGeom | ( | ) |
Definition at line 1381 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| StatusCode EmcSelBhaEvent::initialize | ( | ) |
Definition at line 218 of file EmcSelBhaEvent.cxx.
| void EmcSelBhaEvent::OutputMV | ( | ) |
Definition at line 1419 of file EmcSelBhaEvent.cxx.
Referenced by finalize().
|
inline |
| void EmcSelBhaEvent::readCorFun | ( | ) |
Definition at line 1524 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| void EmcSelBhaEvent::readDataAndMCIxtal | ( | ) |
Definition at line 1625 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| void EmcSelBhaEvent::readDepEneFun | ( | ) |
Definition at line 1556 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| void EmcSelBhaEvent::readEsigma | ( | ) |
Definition at line 1540 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| void EmcSelBhaEvent::readRawPeakIxtal | ( | ) |
Definition at line 1590 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| void EmcSelBhaEvent::readSigmaExp | ( | ) |
Definition at line 1574 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
| StatusCode EmcSelBhaEvent::SelectBhabha | ( | ) |
Definition at line 527 of file EmcSelBhaEvent.cxx.
Referenced by execute().
|
inline |
Definition at line 85 of file EmcSelBhaEvent.h.
|
inline |
Definition at line 90 of file EmcSelBhaEvent.h.
|
inline |
Definition at line 80 of file EmcSelBhaEvent.h.
| StatusCode EmcSelBhaEvent::SelectFillBhabha | ( | ) |
|
inline |
Definition at line 78 of file EmcSelBhaEvent.h.