#include <McAddress.h>
|  | 
| virtual | ~McAddress () | 
|  | Standard Destructor.  More... 
 | 
|  | 
|  | McAddress (const CLID &clid, const std::string &fname, const std::string &cname) | 
|  | Standard Constructor.  More... 
 | 
|  | 
|  | 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.  More... 
 | 
|  | 
| 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 | 
        
          |  | ) |  |  | 
      
 
 
◆ 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 | 
 
 
◆ 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: