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>
32  class EDAnalyzer : public analyzer::AbilityToImplementor<T>::Type..., public virtual EDAnalyzerBase {
33  public:
35  : EDAnalyzerBase(iPSet), analyzer::AbilityToImplementor<T>::Type(iPSet)... {}
36 // We do this only in the case of the intel compiler as this might
37 // end up creating a lot of code bloat due to inline symbols being generated
38 // in each DSO which uses this header.
39 #ifdef __INTEL_COMPILER
40  virtual ~EDAnalyzer() {}
41 #endif
42  // ---------- const member functions ---------------------
49 
50  // ---------- static member functions --------------------
51 
52  // ---------- member functions ---------------------------
53 
54  private:
55  EDAnalyzer(const EDAnalyzer&) = delete;
56 
57  const EDAnalyzer& operator=(const EDAnalyzer&) = delete;
58 
59  // ---------- member data --------------------------------
60  };
61 
62  } // namespace limited
63 } // namespace edm
64 
65 #endif
edm::limited::EDAnalyzer::wantsGlobalLuminosityBlocks
bool wantsGlobalLuminosityBlocks() const final
Definition: EDAnalyzer.h:46
edm::limited::EDAnalyzer::wantsStreamLuminosityBlocks
bool wantsStreamLuminosityBlocks() const final
Definition: EDAnalyzer.h:48
analyzerAbilityToImplementor.h
edm::limited::EDAnalyzer::EDAnalyzer
EDAnalyzer(edm::ParameterSet const &iPSet)
Definition: EDAnalyzer.h:34
AbilityToImplementor
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::limited::EDAnalyzer::wantsStreamRuns
bool wantsStreamRuns() const final
Definition: EDAnalyzer.h:47
watchdog.const
const
Definition: watchdog.py:83
edm::limited::analyzer::AbilityToImplementor
Definition: analyzerAbilityToImplementor.h:33
edm::WantsGlobalLuminosityBlockTransitions
Definition: moduleAbilities.h:167
edm::limited::EDAnalyzer::wantsProcessBlocks
bool wantsProcessBlocks() const final
Definition: EDAnalyzer.h:43
susybsm::HSCParticleType::Type
Type
Definition: HSCParticle.h:20
edm::WantsGlobalRunTransitions
Definition: moduleAbilities.h:159
edm::WantsInputProcessBlockTransitions
Definition: moduleAbilities.h:154
edm::ParameterSet
Definition: ParameterSet.h:47
edm::limited::EDAnalyzerBase
Definition: EDAnalyzerBase.h:47
edm::WantsStreamLuminosityBlockTransitions
Definition: moduleAbilities.h:181
edm::WantsProcessBlockTransitions
Definition: moduleAbilities.h:147
edm::limited::EDAnalyzer::wantsGlobalRuns
bool wantsGlobalRuns() const final
Definition: EDAnalyzer.h:45
edm::limited::EDAnalyzer
Definition: EDAnalyzer.h:32
edm::limited::EDAnalyzer::operator=
const EDAnalyzer & operator=(const EDAnalyzer &)=delete
edm::limited::EDAnalyzer::wantsInputProcessBlocks
bool wantsInputProcessBlocks() const final
Definition: EDAnalyzer.h:44
analyzer
Definition: SiPixelLorentzAngle.h:82
edm::WantsStreamRunTransitions
Definition: moduleAbilities.h:175
T
long double T
Definition: Basic3DVectorLD.h:48
relativeConstraints.value
value
Definition: relativeConstraints.py:53
moduleAbilities.h