BOSS 7.1.3
BESIII Offline Software System
|
#include <BeamEnergySvc.h>
Public Member Functions | |
BeamEnergySvc (const std::string &name, ISvcLocator *svcLoc) | |
virtual | ~BeamEnergySvc () |
virtual StatusCode | initialize () |
virtual StatusCode | finalize () |
void | handle (const Incident &) |
void | getBeamEnergyInfo () |
bool | isRunValid () |
double | getbeamE () |
Friends | |
class | CnvFactory< BeamEnergySvc > |
Definition at line 18 of file BeamEnergySvc.h.
BeamEnergySvc::BeamEnergySvc | ( | const std::string & | name, |
ISvcLocator * | svcLoc ) |
Definition at line 22 of file BeamEnergySvc.cxx.
Referenced by BeamEnergySvc().
|
virtual |
Definition at line 30 of file BeamEnergySvc.cxx.
|
virtual |
Definition at line 67 of file BeamEnergySvc.cxx.
double BeamEnergySvc::getbeamE | ( | ) |
Definition at line 107 of file BeamEnergySvc.cxx.
void BeamEnergySvc::getBeamEnergyInfo | ( | ) |
Definition at line 114 of file BeamEnergySvc.cxx.
Referenced by handle().
void BeamEnergySvc::handle | ( | const Incident & | inc | ) |
Definition at line 89 of file BeamEnergySvc.cxx.
|
virtual |
Definition at line 34 of file BeamEnergySvc.cxx.
bool BeamEnergySvc::isRunValid | ( | ) |
Definition at line 103 of file BeamEnergySvc.cxx.
Referenced by getbeamE().
|
friend |
Definition at line 1 of file BeamEnergySvc.h.