|
BOSS 8.0.0
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 21 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 39 of file McAddress.h.
Referenced by McEventCnv::createObj().
|
inline |
Definition at line 38 of file McAddress.h.
Referenced by McEventCnv::createObj().
|
inline |
Event accessors.
Definition at line 33 of file McAddress.h.
Referenced by McEventSelector::createAddress().