CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RunHistoryGetter.h
Go to the documentation of this file.
1 #ifndef DataFormats_FWLite_RunHistoryGetter_h
2 #define DataFormats_FWLite_RunHistoryGetter_h
3 // -*- C++ -*-
4 //
5 // Package: DataFormats
6 // Class : RunHistoryGetter
7 //
16 //
17 // Original Author:
18 // Created: Wed Feb 10 11:15:16 CST 2010
19 //
20 #if !defined(__CINT__) && !defined(__MAKECINT__)
21 
24 
25 namespace fwlite {
27  public:
28  RunHistoryGetter(const Run*);
29  virtual ~RunHistoryGetter();
30 
31  // ---------- const member functions ---------------------
32  const edm::ProcessHistory& history() const;
33 
34  private:
35  RunHistoryGetter(const RunHistoryGetter&); // stop default
36 
37  const RunHistoryGetter& operator=(const RunHistoryGetter&); // stop default
38 
39  // ---------- member data --------------------------------
40  const fwlite::Run* run_;
41  };
42 
43 }
44 
45 #endif /*__CINT__ */
46 #endif
const edm::ProcessHistory & history() const
const fwlite::Run * run_
const RunHistoryGetter & operator=(const RunHistoryGetter &)