CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RunHistoryGetter.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: DataFormats
4 // Class : LumiHistoryGetter
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author:
10 // Created: Wed Feb 10 11:15:18 CST 2010
11 //
12 
13 // user include files
15 
16 
17 namespace fwlite {
18 
19  //
20  // constructors and destructor
21  //
23  run_ = run;
24  }
25 
27 
28  //
29  // const member functions
30  //
32  return run_->history();
33  }
34 }
const edm::ProcessHistory & history() const
const fwlite::Run * run_
const edm::ProcessHistory & history() const
Definition: Run.cc:254