CMS 3D CMS Logo

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

#include <RunAux.h>

Public Member Functions

 RunAux ()
 
 ~RunAux ()
 

Public Attributes

RunNumber_t id_
 
ProcessHistoryID processHistoryID_
 

Detailed Description

Definition at line 14 of file RunAux.h.

Constructor & Destructor Documentation

edm::RunAux::RunAux ( )
inline

Definition at line 16 of file RunAux.h.

16 : processHistoryID_(), id_() {}
ProcessHistoryID processHistoryID_
Definition: RunAux.h:18
RunNumber_t id_
Definition: RunAux.h:19
edm::RunAux::~RunAux ( )
inline

Definition at line 17 of file RunAux.h.

17 {}

Member Data Documentation

RunNumber_t edm::RunAux::id_

Definition at line 19 of file RunAux.h.

Referenced by edm::conversion().

ProcessHistoryID edm::RunAux::processHistoryID_

Definition at line 18 of file RunAux.h.

Referenced by edm::conversion().