CMS 3D CMS Logo

EventHistoryGetter.h
Go to the documentation of this file.
1 #ifndef DataFormats_FWLite_EventHistoryGetter_h
2 #define DataFormats_FWLite_EventHistoryGetter_h
3 // -*- C++ -*-
4 //
5 // Package: DataFormats
6 // Class : EventHistoryGetter
7 //
16 //
17 // Original Author:
18 // Created: Wed Feb 10 11:15:16 CST 2010
19 //
20 
23 
24 namespace fwlite {
26  public:
27  EventHistoryGetter(const Event*);
28  ~EventHistoryGetter() override;
29 
30  // ---------- const member functions ---------------------
31  const edm::ProcessHistory& history() const override;
32 
33  EventHistoryGetter(const EventHistoryGetter&) = delete; // stop default
34 
35  const EventHistoryGetter& operator=(const EventHistoryGetter&) = delete; // stop default
36 
37  private:
38  // ---------- member data --------------------------------
40  };
41 
42 } // namespace fwlite
43 
44 #endif
const fwlite::Event * event_
const edm::ProcessHistory & history() const override
const EventHistoryGetter & operator=(const EventHistoryGetter &)=delete