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>
28  class OutputModule : public virtual OutputModuleBase,
30  {
31 
32  public:
34  outputmodule::AbilityToImplementor<T>::Type(iPSet)...
35  {}
36  // Required to work around ICC bug, but possible source of bloat in gcc.
37  // We do this only in the case of the intel compiler as this might end up
38  // creating a lot of code bloat due to inline symbols being generated in
39  // each DSO which uses this header.
40 #ifdef __INTEL_COMPILER
41  virtual ~OutputModule() = default;
42 #endif
43 
44  // ---------- const member functions ---------------------
45  bool wantsStreamRuns() const final {
47  }
48  bool wantsStreamLuminosityBlocks() const final {
50  }
51 
52  // ---------- static member functions --------------------
53 
54  // ---------- member functions ---------------------------
55 
56  private:
57  OutputModule(const OutputModule&) = delete; // stop default
58 
59  const OutputModule& operator=(const OutputModule&) =delete; // stop default
60 
61  // ---------- member data --------------------------------
62 
63  };
64  }
65 }
66 
67 #endif
bool wantsStreamRuns() const final
Definition: OutputModule.h:45
const OutputModule & operator=(const OutputModule &)=delete
OutputModule(edm::ParameterSet const &iPSet)
Definition: OutputModule.h:33
HLT enums.
bool wantsStreamLuminosityBlocks() const final
Definition: OutputModule.h:48
long double T