CMS 3D CMS Logo

statemachine::Run Class Reference

#include <FWCore/Framework/src/EPStates.h>

List of all members.

Public Member Functions

int id () const
 Run (int id)

Private Attributes

int id_


Detailed Description

Definition at line 40 of file EPStates.h.


Constructor & Destructor Documentation

Run::Run ( int  id  ) 

Definition at line 17 of file EPStates.cc.

00017 : id_(id) {}


Member Function Documentation

int Run::id ( void   )  const

Definition at line 18 of file EPStates.cc.

Referenced by statemachine::HandleNewInputFile3::react(), and statemachine::HandleNewInputFile2::react().

00018 { return id_; }


Member Data Documentation

int statemachine::Run::id_ [private]

Definition at line 45 of file EPStates.h.


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:52:43 2009 for CMSSW by  doxygen 1.5.4