CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
EDAnalyzer.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_one_EDAnalyzer_h
2 #define FWCore_Framework_one_EDAnalyzer_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : edm::one::EDAnalyzer
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu, 01 Aug 2013 19:53:55 GMT
19 //
20 
21 // system include files
22 
23 // user include files
25 
26 // forward declarations
27 namespace edm {
28  namespace one {
29  template< typename... T>
31  public virtual EDAnalyzerBase {
32 
33  public:
34  EDAnalyzer() = default;
35 
36  // ---------- const member functions ---------------------
37 
38  // ---------- static member functions --------------------
39 
40  // ---------- member functions ---------------------------
41 
42  private:
43  EDAnalyzer(const EDAnalyzer&) = delete;
44  const EDAnalyzer& operator=(const EDAnalyzer&) = delete;
45 
46  // ---------- member data --------------------------------
47 
48  };
49 
50  }
51 }
52 
53 
54 #endif
const EDAnalyzer & operator=(const EDAnalyzer &)=delete
long double T