CMS 3D CMS Logo

EDAnalyzer.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_one_EDAnalyzer_h
2 #define FWCore_Framework_one_EDAnalyzer_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : edm::one::EDAnalyzer
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu, 01 Aug 2013 19:53:55 GMT
19 //
20 
21 // system include files
22 
23 // user include files
25 
26 // forward declarations
27 namespace edm {
28  namespace one {
29  template <typename... T>
30  class EDAnalyzer : public virtual EDAnalyzerBase, public analyzer::AbilityToImplementor<T>::Type... {
31  public:
34  "Cannot use both WatchRuns and RunCache");
37  "Cannot use both WatchLuminosityBlocks and LuminosityBLockCache");
38 
39  EDAnalyzer() = default;
40  EDAnalyzer(const EDAnalyzer&) = delete;
41  const EDAnalyzer& operator=(const EDAnalyzer&) = delete;
42 
43 #ifdef __INTEL_COMPILER
44  virtual ~EDAnalyzer() = default;
45 #endif
46 
47  // ---------- const member functions ---------------------
52 
53  // ---------- static member functions --------------------
54 
55  // ---------- member functions ---------------------------
56  SerialTaskQueue* globalRunsQueue() final { return globalRunsQueue_.queue(); }
58 
59  private:
60  // ---------- member data --------------------------------
64  };
65 
66  } // namespace one
67 } // namespace edm
68 
69 #endif
impl::OptionalSerialTaskQueueHolder< WantsSerialGlobalLuminosityBlockTransitions< T... >::value > globalLuminosityBlocksQueue_
Definition: EDAnalyzer.h:63
bool wantsGlobalLuminosityBlocks() const final
Definition: EDAnalyzer.h:51
bool wantsProcessBlocks() const final
Definition: EDAnalyzer.h:48
SerialTaskQueue * globalRunsQueue() final
Definition: EDAnalyzer.h:56
impl::OptionalSerialTaskQueueHolder< WantsSerialGlobalRunTransitions< T... >::value > globalRunsQueue_
Definition: EDAnalyzer.h:61
const EDAnalyzer & operator=(const EDAnalyzer &)=delete
bool wantsGlobalRuns() const final
Definition: EDAnalyzer.h:50
HLT enums.
SerialTaskQueue * globalLuminosityBlocksQueue() final
Definition: EDAnalyzer.h:57
bool wantsInputProcessBlocks() const final
Definition: EDAnalyzer.h:49
long double T