#include <RunLumiEntryInfo.h>
Public Member Functions | |
BranchID const & | branchID () const |
RunLumiEntryInfo () | |
void | write (std::ostream &os) const |
~RunLumiEntryInfo () | |
Private Attributes | |
BranchID | branchID_ |
Definition at line 19 of file RunLumiEntryInfo.h.
edm::RunLumiEntryInfo::RunLumiEntryInfo | ( | ) |
Definition at line 9 of file RunLumiEntryInfo.cc.
: branchID_() {}
edm::RunLumiEntryInfo::~RunLumiEntryInfo | ( | ) |
Definition at line 13 of file RunLumiEntryInfo.cc.
{}
BranchID const& edm::RunLumiEntryInfo::branchID | ( | ) | const [inline] |
Definition at line 26 of file RunLumiEntryInfo.h.
References branchID_.
Referenced by edm::operator<(), edm::operator==(), and write().
{return branchID_;}
void edm::RunLumiEntryInfo::write | ( | std::ostream & | os | ) | const |
Definition at line 16 of file RunLumiEntryInfo.cc.
References branchID().
Referenced by edm::operator<<().
{ os << "branch ID = " << branchID() << '\n'; }
BranchID edm::RunLumiEntryInfo::branchID_ [private] |
Definition at line 29 of file RunLumiEntryInfo.h.
Referenced by branchID().