#include <McAddress.h>
|
| virtual | ~McAddress () |
| | Standard Destructor.
|
| | McAddress (const CLID &clid, const std::string &fname, const std::string &cname) |
| | Standard Constructor.
|
| | McAddress (const CLID &clid, const std::string &fname, const unsigned int &run, const uint64_t &event, const unsigned int &LB, const unsigned int &time) |
| void | setRunEvt (unsigned int run, uint64_t evt, unsigned int LB, unsigned int time) |
| | Event accessors.
|
| unsigned int | runNumber () const |
| uint64_t | eventNumber () const |
| unsigned int | lumiBlock () const |
| unsigned int | timeStamp () const |
Definition at line 27 of file McAddress.h.
◆ ~McAddress()
| virtual McAddress::~McAddress |
( |
| ) |
|
|
inlinevirtual |
◆ McAddress() [1/2]
| McAddress::McAddress |
( |
const CLID & | clid, |
|
|
const std::string & | fname, |
|
|
const std::string & | cname ) |
Standard Constructor.
Definition at line 33 of file McAddress.cxx.
36{ }
static long storageType()
storage type
◆ McAddress() [2/2]
| McAddress::McAddress |
( |
const CLID & | clid, |
|
|
const std::string & | fname, |
|
|
const unsigned int & | run, |
|
|
const uint64_t & | event, |
|
|
const unsigned int & | LB, |
|
|
const unsigned int & | time ) |
◆ eventNumber()
| uint64_t McAddress::eventNumber |
( |
| ) |
const |
|
inline |
◆ lumiBlock()
| unsigned int McAddress::lumiBlock |
( |
| ) |
const |
|
inline |
◆ runNumber()
| unsigned int McAddress::runNumber |
( |
| ) |
const |
|
inline |
◆ setRunEvt()
| void McAddress::setRunEvt |
( |
unsigned int | run, |
|
|
uint64_t | evt, |
|
|
unsigned int | LB, |
|
|
unsigned int | time ) |
|
inline |
Event accessors.
Definition at line 39 of file McAddress.h.
40 {
45 }
time(flags, cells_name, *args, **kw)
◆ timeStamp()
| unsigned int McAddress::timeStamp |
( |
| ) |
const |
|
inline |
◆ m_eventNo
| uint64_t McAddress::m_eventNo |
|
private |
◆ m_LBNo
| unsigned int McAddress::m_LBNo |
|
private |
◆ m_runNo
| unsigned int McAddress::m_runNo |
|
private |
◆ m_timeStamp
| unsigned int McAddress::m_timeStamp |
|
private |
The documentation for this class was generated from the following files: