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  private:
33  HistoryGetterBase(const HistoryGetterBase&) = delete; // stop default
34 
35  const HistoryGetterBase& operator=(const HistoryGetterBase&) = delete; // stop default
36 
37  // ---------- member data --------------------------------
38  };
39 } // namespace fwlite
40 
41 #endif
fwlite::HistoryGetterBase::~HistoryGetterBase
virtual ~HistoryGetterBase()
Definition: HistoryGetterBase.cc:24
fwlite
Definition: TFileDirectory.h:16
ProcessHistory.h
fwlite::HistoryGetterBase::HistoryGetterBase
HistoryGetterBase()
Definition: HistoryGetterBase.cc:23
fwlite::HistoryGetterBase::history
virtual const edm::ProcessHistory & history() const =0
fwlite::HistoryGetterBase::operator=
const HistoryGetterBase & operator=(const HistoryGetterBase &)=delete
fwlite::HistoryGetterBase
Definition: HistoryGetterBase.h:24
edm::ProcessHistory
Definition: ProcessHistory.h:13