CMS 3D CMS Logo

Public Member Functions | Private Attributes

edm::RunLumiEntryInfo Class Reference

#include <RunLumiEntryInfo.h>

List of all members.

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.

                                     :
    branchID_()
  {}
edm::RunLumiEntryInfo::~RunLumiEntryInfo ( )

Definition at line 13 of file RunLumiEntryInfo.cc.

{}

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

{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';
  }

Member Data Documentation

Definition at line 29 of file RunLumiEntryInfo.h.

Referenced by branchID().