Skip to content

Commit

Permalink
Allow one::DQMEDAnalyzer to use LuminosityBlockCache
Browse files Browse the repository at this point in the history
This extends one::DQMEDAnalyzer to use the new ability of an
edm::one module to use a LuminosityBlockCache
  • Loading branch information
Dr15Jones committed Nov 2, 2018
1 parent c46cb61 commit a841ffc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DQMServices/Core/interface/oneDQMEDAnalyzer.h
Expand Up @@ -104,6 +104,7 @@ template <typename... T> class DQMBaseClass;
template<> class DQMBaseClass<> : public DQMRunEDProducer<> {};
template<> class DQMBaseClass<DQMLuminosityBlockElements> : public DQMLumisEDProducer {};
template<> class DQMBaseClass<edm::one::WatchLuminosityBlocks> : public DQMRunEDProducer<edm::one::WatchLuminosityBlocks> {};
template<typename T> class DQMBaseClass<edm::LuminosityBlockCache<T>> : public DQMRunEDProducer<edm::LuminosityBlockCache<T>>{};
}

template <typename... T>
Expand Down

0 comments on commit a841ffc

Please sign in to comment.