CMS 3D CMS Logo

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  HistoryGetterBase(const HistoryGetterBase&) = delete; // stop default
33 
34  const HistoryGetterBase& operator=(const HistoryGetterBase&) = delete; // stop default
35 
36  // ---------- member data --------------------------------
37  };
38 } // namespace fwlite
39 
40 #endif
const HistoryGetterBase & operator=(const HistoryGetterBase &)=delete
virtual const edm::ProcessHistory & history() const =0