CMS 3D CMS Logo

EDAnalyzer.h
Go to the documentation of this file.
1 #ifndef FWCore_Framework_stream_EDAnalyzer_h
2 #define FWCore_Framework_stream_EDAnalyzer_h
3 // -*- C++ -*-
4 //
5 // Package: FWCore/Framework
6 // Class : EDAnalyzer
7 //
16 //
17 // Original Author: Chris Jones
18 // Created: Thu, 01 Aug 2013 21:41:42 GMT
19 //
20 
26 
27 namespace edm {
28  namespace stream {
29 
30  template <typename... T>
31  class EDAnalyzer : public AbilityToImplementor<T>::Type..., public EDAnalyzerBase {
32  public:
33  using CacheTypes = CacheContexts<T...>;
34 
35  using GlobalCache = typename CacheTypes::GlobalCache;
36  using InputProcessBlockCache = typename CacheTypes::InputProcessBlockCache;
37  using RunCache = typename CacheTypes::RunCache;
38  using LuminosityBlockCache = typename CacheTypes::LuminosityBlockCache;
41  using RunSummaryCache = typename CacheTypes::RunSummaryCache;
42  using LuminosityBlockSummaryCache = typename CacheTypes::LuminosityBlockSummaryCache;
43 
45 
47 
48  EDAnalyzer() = default;
49  EDAnalyzer(const EDAnalyzer&) = delete;
50  const EDAnalyzer& operator=(const EDAnalyzer&) = delete;
51  };
52 
53  } // namespace stream
54 } // namespace edm
55 
56 #endif
typename CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
Definition: EDAnalyzer.h:42
uint32_t T const *__restrict__ uint32_t const *__restrict__ int32_t int Histo::index_type cudaStream_t stream
void callWhenNewProductsRegistered(std::function< void(BranchDescription const &)> const &func)
typename CacheTypes::LuminosityBlockCache LuminosityBlockCache
Definition: EDAnalyzer.h:38
typename CacheTypes::InputProcessBlockCache InputProcessBlockCache
Definition: EDAnalyzer.h:36
HLT enums.
long double T
const EDAnalyzer & operator=(const EDAnalyzer &)=delete