CMS 3D CMS Logo

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