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
edm::stream::CacheContexts
Definition: CacheContexts.h:78
edm::stream::AbilityToImplementor
Definition: AbilityToImplementor.h:31
AbilityChecker.h
edm
HLT enums.
Definition: AlignableModifier.h:19
edm::stream::EDAnalyzer< edm::GlobalCache< pathelpers::RecordCache > >::LuminosityBlockCache
typename CacheTypes::LuminosityBlockCache LuminosityBlockCache
Definition: EDAnalyzer.h:38
cms::cuda::stream
uint32_t const T *__restrict__ const uint32_t *__restrict__ int32_t int Histo::index_type cudaStream_t stream
Definition: HistoContainer.h:51
AbilityToImplementor.h
edm::stream::RunContextT
Definition: Contexts.h:31
susybsm::HSCParticleType::Type
Type
Definition: HSCParticle.h:20
edm::stream::EDAnalyzer::operator=
const EDAnalyzer & operator=(const EDAnalyzer &)=delete
CacheContexts.h
edm::stream::EDAnalyzerBase::callWhenNewProductsRegistered
void callWhenNewProductsRegistered(std::function< void(BranchDescription const &)> const &func)
Definition: EDAnalyzerBase.cc:61
edm::stream::EDAnalyzer
Definition: EDAnalyzer.h:31
edm::stream::AbilityChecker
Definition: AbilityChecker.h:130
Contexts.h
edm::stream::EDAnalyzer< edm::GlobalCache< pathelpers::RecordCache > >::GlobalCache
typename CacheTypes::GlobalCache GlobalCache
Definition: EDAnalyzer.h:35
edm::stream::LuminosityBlockContextT
Definition: Contexts.h:43
edm::stream::EDAnalyzer< edm::GlobalCache< pathelpers::RecordCache > >::RunCache
typename CacheTypes::RunCache RunCache
Definition: EDAnalyzer.h:37
edm::stream::EDAnalyzer::EDAnalyzer
EDAnalyzer()=default
edm::stream::EDAnalyzerBase
Definition: EDAnalyzerBase.h:35
T
long double T
Definition: Basic3DVectorLD.h:48
edm::stream::EDAnalyzer< edm::GlobalCache< pathelpers::RecordCache > >::InputProcessBlockCache
typename CacheTypes::InputProcessBlockCache InputProcessBlockCache
Definition: EDAnalyzer.h:36
EDAnalyzerBase.h
edm::stream::EDAnalyzer< edm::GlobalCache< pathelpers::RecordCache > >::LuminosityBlockSummaryCache
typename CacheTypes::LuminosityBlockSummaryCache LuminosityBlockSummaryCache
Definition: EDAnalyzer.h:42
edm::stream::EDAnalyzer< edm::GlobalCache< pathelpers::RecordCache > >::RunSummaryCache
typename CacheTypes::RunSummaryCache RunSummaryCache
Definition: EDAnalyzer.h:41