CMS 3D CMS Logo

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