#include <MuonCalibStreamDataProviderSvc.h>
◆ MuonCalibStreamDataProviderSvc()
| MuonCalibStreamDataProviderSvc::MuonCalibStreamDataProviderSvc |
( |
const std::string & | name, |
|
|
ISvcLocator * | svcloc ) |
Definition at line 8 of file MuonCalibStreamDataProviderSvc.cxx.
8 :
9 base_class(name, svcloc),
21 declareProperty(
"RunNumber",
m_fake_runN,
"run number to be used for DB access");
22 declareProperty(
"FirstEventNumber",
m_fake_evtN,
"reset fake event number to this value");
26}
ServiceHandle< MuonCalibRunLumiBlockCoolSvc > m_lumiBlockCoolSvc
const LVL2_MUON_CALIBRATION::CalibEvent * m_event
bool m_run_number_from_cool
bool m_lumi_block_number_from_cool
◆ ~MuonCalibStreamDataProviderSvc()
| MuonCalibStreamDataProviderSvc::~MuonCalibStreamDataProviderSvc |
( |
| ) |
|
|
virtual |
◆ fakeEventN()
| int MuonCalibStreamDataProviderSvc::fakeEventN |
( |
| ) |
|
◆ fakeLumiBlock()
| int MuonCalibStreamDataProviderSvc::fakeLumiBlock |
( |
| ) |
|
◆ fakeRunN()
| int MuonCalibStreamDataProviderSvc::fakeRunN |
( |
| ) |
|
◆ getEvent()
| const LVL2_MUON_CALIBRATION::CalibEvent * MuonCalibStreamDataProviderSvc::getEvent |
( |
| ) |
|
|
virtual |
◆ initialize()
| StatusCode MuonCalibStreamDataProviderSvc::initialize |
( |
| ) |
|
|
virtual |
◆ LVL2_pt()
| float MuonCalibStreamDataProviderSvc::LVL2_pt |
( |
| ) |
|
◆ setNextEvent()
| void MuonCalibStreamDataProviderSvc::setNextEvent |
( |
const LVL2_MUON_CALIBRATION::CalibEvent * | re | ) |
|
|
virtual |
Definition at line 37 of file MuonCalibStreamDataProviderSvc.cxx.
37 {
45 int runN(-1);
49 else
51 }
52 int lb_nr = 200;
55 return;
56 }
59 }
60 return;
61}
const boost::regex re(r_e)
◆ timeStamp()
| int MuonCalibStreamDataProviderSvc::timeStamp |
( |
| ) |
|
◆ m_event
| const LVL2_MUON_CALIBRATION::CalibEvent* MuonCalibStreamDataProviderSvc::m_event |
|
private |
◆ m_evtN
| int MuonCalibStreamDataProviderSvc::m_evtN |
|
private |
◆ m_fake_evtN
| int MuonCalibStreamDataProviderSvc::m_fake_evtN |
|
private |
◆ m_fake_lumiB
| int MuonCalibStreamDataProviderSvc::m_fake_lumiB |
|
private |
◆ m_fake_runN
| int MuonCalibStreamDataProviderSvc::m_fake_runN |
|
private |
◆ m_lumi_block_number_from_cool
| bool MuonCalibStreamDataProviderSvc::m_lumi_block_number_from_cool |
|
private |
◆ m_lumiBlockCoolSvc
◆ m_pt
| float MuonCalibStreamDataProviderSvc::m_pt |
|
private |
◆ m_run_number_from_cool
| bool MuonCalibStreamDataProviderSvc::m_run_number_from_cool |
|
private |
◆ m_runN
| int MuonCalibStreamDataProviderSvc::m_runN |
|
private |
◆ m_timeStamp
| int MuonCalibStreamDataProviderSvc::m_timeStamp |
|
private |
The documentation for this class was generated from the following files: