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 #if !defined(__CINT__) && !defined(__MAKECINT__)
21 
23 
24 namespace fwlite {
26  public:
28  virtual ~HistoryGetterBase();
29 
30  // ---------- const member functions ---------------------
31  virtual const edm::ProcessHistory& history() const = 0;
32 
33  private:
34  HistoryGetterBase(const HistoryGetterBase&); // stop default
35 
36  const HistoryGetterBase& operator=(const HistoryGetterBase&); // stop default
37 
38  // ---------- member data --------------------------------
39  };
40 }
41 
42 #endif /*__CINT__ */
43 
44 #endif
const HistoryGetterBase & operator=(const HistoryGetterBase &)
virtual const edm::ProcessHistory & history() const =0