35 unsigned int lumi_block,
unsigned int bc_id) :
42 unsigned int lumi_block,
unsigned int bc_id, std::string
tag) :
46 stream <<
"MuonCalibEventInfo : " << std::endl;
47 stream <<
" runnumber = " <<
runNumber() << std::endl;
48 stream <<
" eventnumber = " <<
eventNumber() << std::endl;
49 stream <<
" timestamp = " <<
timeStamp() << std::endl;
50 stream <<
" lumiblock = " <<
lumiBlock() << std::endl;
51 stream <<
" bcid = " <<
bcId() << std::endl;
52 stream <<
" tag = " <<
tag() << std::endl;
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibEventInfo &info)
MuonCalib::MuonCalibEventInfo: a class which stores the following information of an event:
std::string m_tag
reconstruction tag member
void setLumiBlock(const unsigned int lumi_block)
sets lumiblock
void setTag(const std::string &tag)
sets reconstruction tag
unsigned int m_bcId
bcId member
unsigned int timeStamp() const
retrieving timestamp of MuonCalibEvent
void setEventNumber(const unsigned int event_number)
sets eventnumber
void setRunNumber(const unsigned int run_number)
sets runnumber
void setBcId(const unsigned int bc_id)
sets bcid
unsigned int lumiBlock() const
retrieving lumiblock of MuonCalibEvent
unsigned int runNumber() const
retrieving runnumber of MuonCalibEvent
unsigned int m_runNumber
runnumber member
const std::string & tag() const
retrieving reconstruction tag of MuonCalibEvent
void setNumberOfTriggerBits(unsigned int n)
unsigned int bcId() const
retrieving bcid of MuonCalibEvent
const std::vector< bool > & triggerBits() const
unsigned int m_eventNumber
eventnumber member
unsigned int m_timeStamp
timestamp member
void setTriggerBit(unsigned int n, bool bit)
unsigned int eventNumber() const
retrieving eventnumber of MuonCalibevent
unsigned int m_lumiBlock
lumiBlock member
void setTimeStamp(const unsigned int time_stamp)
sets timestamp
std::vector< bool > m_trigger_bits
Trigger bits.
MuonCalibEventInfo()=default
Default constructor.
std::ostream & dump(std::ostream &stream) const
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.