|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef MUONCALIBEVTBASE_MuonCalibEventInfo_h
10 #define MUONCALIBEVTBASE_MuonCalibEventInfo_h
41 unsigned int time_stamp);
47 unsigned int bc_id, std::string
tag);
49 std::ostream&
dump(std::ostream&
stream)
const;
55 unsigned int bcId()
const;
56 const std::string&
tag()
const;
63 void setBcId(
const unsigned int bc_id);
82 #endif // MuonCalibEventInfo_h
unsigned int bcId() const
retrieving bcid of MuonCalibEvent
void setTag(const std::string &tag)
sets reconstruction tag
unsigned int m_timeStamp
timestamp member
unsigned int lumiBlock() const
retrieving lumiblock of MuonCalibEvent
void setEventNumber(const unsigned int event_number)
sets eventnumber
std::string m_tag
reconstruction tag member
unsigned int m_eventNumber
eventnumber member
void setNumberOfTriggerBits(unsigned int n)
std::ostream & operator<<(std::ostream &stream, const MuonCalib::MuonCalibEventInfo &info)
MuonCalibEventInfo & operator=(const MuonCalibEventInfo &eventInfo)=default
unsigned int m_lumiBlock
lumiBlock member
std::ostream & dump(std::ostream &stream) const
void setRunNumber(const unsigned int run_number)
sets runnumber
CscCalcPed - algorithm that finds the Cathode Strip Chamber pedestals from an RDO.
void setTimeStamp(const unsigned int time_stamp)
sets timestamp
const std::string & tag() const
retrieving reconstruction tag of MuonCalibEvent
void setTriggerBit(unsigned int n, bool bit)
unsigned int m_bcId
bcId member
void setBcId(const unsigned int bc_id)
sets bcid
void setLumiBlock(const unsigned int lumi_block)
sets lumiblock
~MuonCalibEventInfo()=default
destructor
unsigned int timeStamp() const
retrieving timestamp of MuonCalibEvent
unsigned int runNumber() const
retrieving runnumber of MuonCalibEvent
std::vector< bool > m_trigger_bits
Trigger bits.
unsigned int m_runNumber
runnumber member
MuonCalibEventInfo()=default
Default constructor.
const std::vector< bool > & triggerBits() const
MuonCalibEventInfo(const MuonCalibEventInfo &eventInfo)=default
copyconstructor
unsigned int eventNumber() const
retrieving eventnumber of MuonCalibevent