CMS 3D CMS Logo

OutputModule.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_limited_OutputModule_h
2 #define FWCore_Framework_limited_OutputModule_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : edm::limited::OutputModule
7 //
16 //
17 //
18 
19 // system include files
20 
21 // user include files
23 
24 // forward declarations
25 namespace edm {
26  namespace limited {
27  template <typename... T>
29  public:
31  : OutputModuleBase(iPSet), outputmodule::AbilityToImplementor<T>::Type(iPSet)... {}
32  OutputModule(const OutputModule&) = delete; // stop default
33  const OutputModule& operator=(const OutputModule&) = delete; // stop default
34 
35  // Required to work around ICC bug, but possible source of bloat in gcc.
36  // We do this only in the case of the intel compiler as this might end up
37  // creating a lot of code bloat due to inline symbols being generated in
38  // each DSO which uses this header.
39 #ifdef __INTEL_COMPILER
40  virtual ~OutputModule() = default;
41 #endif
42 
43  // ---------- const member functions ---------------------
44  bool wantsProcessBlocks() const noexcept final { return WantsProcessBlockTransitions<T...>::value; }
46  bool wantsStreamRuns() const noexcept final { return WantsStreamRunTransitions<T...>::value; }
47  bool wantsStreamLuminosityBlocks() const noexcept final {
49  }
50 
51  // ---------- static member functions --------------------
52 
53  // ---------- member functions ---------------------------
54 
55  private:
56  // ---------- member data --------------------------------
57  };
58  } // namespace limited
59 } // namespace edm
60 
61 #endif
bool wantsInputProcessBlocks() const noexcept final
Definition: OutputModule.h:45
const OutputModule & operator=(const OutputModule &)=delete
OutputModule(edm::ParameterSet const &iPSet)
Definition: OutputModule.h:30
bool wantsProcessBlocks() const noexcept final
Definition: OutputModule.h:44
bool wantsStreamLuminosityBlocks() const noexcept final
Definition: OutputModule.h:47
bool wantsStreamRuns() const noexcept final
Definition: OutputModule.h:46
HLT enums.
long double T