CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edm::RunLumiEntryInfo Class Reference

#include <RunLumiEntryInfo.h>

Public Member Functions

BranchID const & branchID () const
 
 RunLumiEntryInfo ()
 
void write (std::ostream &os) const
 
 ~RunLumiEntryInfo ()
 

Private Attributes

BranchID branchID_
 

Detailed Description

Definition at line 19 of file RunLumiEntryInfo.h.

Constructor & Destructor Documentation

edm::RunLumiEntryInfo::RunLumiEntryInfo ( )

Definition at line 9 of file RunLumiEntryInfo.cc.

9  :
10  branchID_()
11  {}
edm::RunLumiEntryInfo::~RunLumiEntryInfo ( )

Definition at line 13 of file RunLumiEntryInfo.cc.

13 {}

Member Function Documentation

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().

26 {return branchID_;}
void edm::RunLumiEntryInfo::write ( std::ostream &  os) const

Definition at line 16 of file RunLumiEntryInfo.cc.

References branchID().

Referenced by pkg.AbstractPkg::generate(), and edm::operator<<().

16  {
17  os << "branch ID = " << branchID() << '\n';
18  }
BranchID const & branchID() const

Member Data Documentation

BranchID edm::RunLumiEntryInfo::branchID_
private

Definition at line 29 of file RunLumiEntryInfo.h.

Referenced by branchID().