BOSS 7.0.6
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 () |
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 () |
double | Angle2ClosestShower (int ShowerID) |
Definition at line 55 of file EmcSelBhaEvent.h.
anonymous enum |
EmcSelBhaEvent::EmcSelBhaEvent | ( | const std::string & | name, |
ISvcLocator * | pSvcLocator | ||
) |
Definition at line 80 of file EmcSelBhaEvent.cxx.
EmcSelBhaEvent::~EmcSelBhaEvent | ( | ) |
Definition at line 196 of file EmcSelBhaEvent.cxx.
double EmcSelBhaEvent::Angle2ClosestShower | ( | int | ShowerID | ) |
Definition at line 1556 of file EmcSelBhaEvent.cxx.
void EmcSelBhaEvent::CollectBhabha | ( | ) |
Definition at line 872 of file EmcSelBhaEvent.cxx.
Referenced by execute().
StatusCode EmcSelBhaEvent::execute | ( | ) |
Definition at line 297 of file EmcSelBhaEvent.cxx.
void EmcSelBhaEvent::FillBhabha | ( | ) |
Definition at line 612 of file EmcSelBhaEvent.cxx.
Referenced by execute().
StatusCode EmcSelBhaEvent::finalize | ( | ) |
Definition at line 414 of file EmcSelBhaEvent.cxx.
double EmcSelBhaEvent::findPhiDiff | ( | double | phi1, |
double | phi2 | ||
) |
Definition at line 1441 of file EmcSelBhaEvent.cxx.
|
inline |
Definition at line 95 of file EmcSelBhaEvent.h.
Referenced by execute().
void EmcSelBhaEvent::initGeom | ( | ) |
Definition at line 1311 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
StatusCode EmcSelBhaEvent::initialize | ( | ) |
Definition at line 211 of file EmcSelBhaEvent.cxx.
void EmcSelBhaEvent::OutputMV | ( | ) |
Definition at line 1349 of file EmcSelBhaEvent.cxx.
Referenced by finalize().
|
inline |
void EmcSelBhaEvent::readCorFun | ( | ) |
Definition at line 1454 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
void EmcSelBhaEvent::readDepEneFun | ( | ) |
Definition at line 1485 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
void EmcSelBhaEvent::readEsigma | ( | ) |
Definition at line 1470 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
void EmcSelBhaEvent::readRawPeakIxtal | ( | ) |
Definition at line 1519 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
void EmcSelBhaEvent::readSigmaExp | ( | ) |
Definition at line 1503 of file EmcSelBhaEvent.cxx.
Referenced by initialize().
StatusCode EmcSelBhaEvent::SelectBhabha | ( | ) |
Definition at line 493 of file EmcSelBhaEvent.cxx.
Referenced by execute().
|
inline |
Definition at line 83 of file EmcSelBhaEvent.h.
|
inline |
Definition at line 88 of file EmcSelBhaEvent.h.
|
inline |
Definition at line 78 of file EmcSelBhaEvent.h.
StatusCode EmcSelBhaEvent::SelectFillBhabha | ( | ) |
|
inline |
Definition at line 76 of file EmcSelBhaEvent.h.