|
BOSS 8.0.0
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 17 of file BeamEnergySvc.h.
| BeamEnergySvc::BeamEnergySvc | ( | const std::string & | name, |
| ISvcLocator * | svcLoc ) |
Definition at line 23 of file BeamEnergySvc.cxx.
Referenced by BeamEnergySvc().
|
virtual |
Definition at line 28 of file BeamEnergySvc.cxx.
|
virtual |
Definition at line 60 of file BeamEnergySvc.cxx.
| double BeamEnergySvc::getbeamE | ( | ) |
Definition at line 98 of file BeamEnergySvc.cxx.
| void BeamEnergySvc::getBeamEnergyInfo | ( | ) |
Definition at line 104 of file BeamEnergySvc.cxx.
Referenced by handle().
| void BeamEnergySvc::handle | ( | const Incident & | inc | ) |
Definition at line 81 of file BeamEnergySvc.cxx.
|
virtual |
Definition at line 30 of file BeamEnergySvc.cxx.
| bool BeamEnergySvc::isRunValid | ( | ) |
Definition at line 96 of file BeamEnergySvc.cxx.
Referenced by getbeamE().
|
friend |
Definition at line 1 of file BeamEnergySvc.h.