CMS 3D CMS Logo

EDAnalyzer.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_global_EDAnalyzer_h
2 #define FWCore_Framework_global_EDAnalyzer_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : edm::global::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 global {
31  template <typename... T>
32  class EDAnalyzer : public analyzer::AbilityToImplementor<T>::Type..., public virtual EDAnalyzerBase {
33  public:
34  EDAnalyzer() = default;
35  EDAnalyzer(const EDAnalyzer&) = delete;
36  const EDAnalyzer& operator=(const EDAnalyzer&) = delete;
37 
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 wantsProcessBlocks() const noexcept final { return WantsProcessBlockTransitions<T...>::value; }
47  bool wantsGlobalRuns() const noexcept final { return WantsGlobalRunTransitions<T...>::value; }
48  bool wantsGlobalLuminosityBlocks() const noexcept final {
50  }
51 
52  bool wantsStreamRuns() const noexcept final { return WantsStreamRunTransitions<T...>::value; }
53  bool wantsStreamLuminosityBlocks() const noexcept final {
55  }
56 
57  // ---------- static member functions --------------------
58 
59  // ---------- member functions ---------------------------
60 
61  private:
62  // ---------- member data --------------------------------
63  };
64 
65  } // namespace global
66 } // namespace edm
67 
68 #endif
bool wantsGlobalRuns() const noexcept final
Definition: EDAnalyzer.h:47
bool wantsInputProcessBlocks() const noexcept final
Definition: EDAnalyzer.h:46
bool wantsGlobalLuminosityBlocks() const noexcept final
Definition: EDAnalyzer.h:48
bool wantsStreamRuns() const noexcept final
Definition: EDAnalyzer.h:52
bool wantsStreamLuminosityBlocks() const noexcept final
Definition: EDAnalyzer.h:53
bool wantsProcessBlocks() const noexcept final
Definition: EDAnalyzer.h:45
HLT enums.
const EDAnalyzer & operator=(const EDAnalyzer &)=delete
long double T