CGEM BOSS 6.6.5.g
BESIII Offline Software System
|
#include <McAddress.h>
Public Member Functions | |
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 int &run, const int &event, const std::string &cname) | |
void | setRunEvt (int run, unsigned int evt) |
Event accessors. | |
int | runNumber () const |
unsigned int | eventNumber () const |
Definition at line 22 of file McAddress.h.
|
inlinevirtual |
McAddress::McAddress | ( | const CLID & | clid, |
const std::string & | fname, | ||
const std::string & | cname | ||
) |
Standard Constructor.
Definition at line 25 of file McAddress.cxx.
McAddress::McAddress | ( | const CLID & | clid, |
const std::string & | fname, | ||
const int & | run, | ||
const int & | event, | ||
const std::string & | cname | ||
) |
Definition at line 29 of file McAddress.cxx.
|
inline |
Definition at line 41 of file McAddress.h.
Referenced by McEventCnv::createObj().
|
inline |
Definition at line 40 of file McAddress.h.
Referenced by McEventCnv::createObj().
|
inline |
Event accessors.
Definition at line 35 of file McAddress.h.