Belle II Software  release-08-01-10
RunNumber Class Reference
Collaboration diagram for RunNumber:

Public Member Functions

 RunNumber (const std::string &node, const std::string &runtype, int expno, int runno, int id=0, long long record_time=0)
 
const std::string & getNode () const
 
const std::string & getRunType () const
 
int getExpNumber () const
 
int getRunNumber () const
 
int getId () const
 
long long getRecordTime () const
 
void setNode (const std::string &node)
 
void setRunType (const std::string &runtype)
 
void setExpNumber (int expno)
 
void setRunNumber (int runno)
 
void setId (int id)
 
void setRecordTime (long long record_time)
 

Private Attributes

std::string m_node
 
std::string m_runtype
 
int m_expno
 
int m_runno
 
int m_id
 
long long m_record_time
 

Detailed Description

Definition at line 20 of file RunNumber.h.


The documentation for this class was generated from the following files: