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

◆ RunLumiEntryInfo()

edm::RunLumiEntryInfo::RunLumiEntryInfo ( )

Definition at line 9 of file RunLumiEntryInfo.cc.

9 : branchID_() {}

◆ ~RunLumiEntryInfo()

edm::RunLumiEntryInfo::~RunLumiEntryInfo ( )

Definition at line 11 of file RunLumiEntryInfo.cc.

11 {}

Member Function Documentation

◆ branchID()

BranchID const& edm::RunLumiEntryInfo::branchID ( ) const
inline

Definition at line 26 of file RunLumiEntryInfo.h.

References branchID_.

Referenced by write().

26 { return branchID_; }

◆ write()

void edm::RunLumiEntryInfo::write ( std::ostream &  os) const

Definition at line 13 of file RunLumiEntryInfo.cc.

References branchID().

Referenced by pkg.AbstractPkg::generate().

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

Member Data Documentation

◆ branchID_

BranchID edm::RunLumiEntryInfo::branchID_
private

Definition at line 29 of file RunLumiEntryInfo.h.

Referenced by branchID().