CMS 3D CMS Logo

EDAnalyzer.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_limited_EDAnalyzer_h
2 #define FWCore_Framework_limited_EDAnalyzer_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : edm::limited::EDAnalyzer
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu, 18 Jul 2013 11:51:07 GMT
19 //
20 
21 // system include files
22 
23 // user include files
26 
27 // forward declarations
28 
29 namespace edm {
30  namespace limited {
31  template< typename... T>
33  public virtual EDAnalyzerBase
34  {
35 
36  public:
37  EDAnalyzer(edm::ParameterSet const& iPSet) : EDAnalyzerBase(iPSet),analyzer::AbilityToImplementor<T>::Type(iPSet)... {}
38 // We do this only in the case of the intel compiler as this might
39 // end up creating a lot of code bloat due to inline symbols being generated
40 // in each DSO which uses this header.
41 #ifdef __INTEL_COMPILER
42  virtual ~EDAnalyzer() {}
43 #endif
44  // ---------- const member functions ---------------------
45  bool wantsGlobalRuns() const final {
47  }
48  bool wantsGlobalLuminosityBlocks() const final {
50  }
51  bool wantsStreamRuns() const final {
53  }
54  bool wantsStreamLuminosityBlocks() const final {
56  }
57 
58  // ---------- static member functions --------------------
59 
60  // ---------- member functions ---------------------------
61 
62  private:
63  EDAnalyzer(const EDAnalyzer&) = delete;
64 
65  const EDAnalyzer& operator=(const EDAnalyzer&) = delete;
66 
67  // ---------- member data --------------------------------
68 
69  };
70 
71  }
72 }
73 
74 #endif
bool wantsStreamLuminosityBlocks() const final
Definition: EDAnalyzer.h:54
EDAnalyzer(edm::ParameterSet const &iPSet)
Definition: EDAnalyzer.h:37
const EDAnalyzer & operator=(const EDAnalyzer &)=delete
bool wantsGlobalRuns() const final
Definition: EDAnalyzer.h:45
bool wantsStreamRuns() const final
Definition: EDAnalyzer.h:51
HLT enums.
bool wantsGlobalLuminosityBlocks() const final
Definition: EDAnalyzer.h:48
long double T