CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
edmtest::TestHistoryKeeping Class Reference
Inheritance diagram for edmtest::TestHistoryKeeping:
edm::one::EDAnalyzer< edm::one::WatchRuns > edm::one::EDAnalyzerBase edm::EDConsumerBase

Public Member Functions

void analyze (edm::Event const &e, edm::EventSetup const &) final
 
void beginRun (edm::Run const &r, edm::EventSetup const &) final
 
void endRun (edm::Run const &r, edm::EventSetup const &) final
 
 TestHistoryKeeping (edm::ParameterSet const &pset)
 
- Public Member Functions inherited from edm::one::EDAnalyzer< edm::one::WatchRuns >
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
SerialTaskQueueglobalLuminosityBlocksQueue () final
 
SerialTaskQueueglobalRunsQueue () final
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
- Public Member Functions inherited from edm::one::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () const
 
bool wantsStreamLuminosityBlocks () const
 
bool wantsStreamRuns () const
 
 ~EDAnalyzerBase () override
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
void convertCurrentProcessAlias (std::string const &processName)
 Convert "@currentProcess" in InputTag process names to the actual current process name. More...
 
 EDConsumerBase ()
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
 EDConsumerBase (EDConsumerBase &&)=default
 
ESProxyIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESProxyIndex > const & esGetTokenIndicesVector (edm::Transition iTrans) const
 
std::vector< ESRecordIndex > const & esGetTokenRecordIndicesVector (edm::Transition iTrans) const
 
ProductResolverIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductResolverIndexAndSkipBit > &) const
 
std::vector< ProductResolverIndexAndSkipBit > const & itemsToGetFrom (BranchType iType) const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesWhoseProductsAreConsumed (std::array< std::vector< ModuleDescription const *> *, NumBranchTypes > &modulesAll, std::vector< ModuleProcessName > &modulesInPreviousProcesses, ProductRegistry const &preg, std::map< std::string, ModuleDescription const *> const &labelsToDesc, std::string const &processName) const
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProxyIndices const &)
 
virtual ~EDConsumerBase () noexcept(false)
 

Private Attributes

std::vector< std::string > expectedProcesses_
 
int numberOfExpectedHLTProcessesInEachRun_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< Bconsumes (edm::InputTag tag) noexcept
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes ()
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
constexpr auto esConsumes ()
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag)
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
void resetItemsToGetFrom (BranchType iType)
 

Detailed Description

Definition at line 12 of file TestHistoryKeeping.cc.

Constructor & Destructor Documentation

◆ TestHistoryKeeping()

edmtest::TestHistoryKeeping::TestHistoryKeeping ( edm::ParameterSet const &  pset)
explicit

Definition at line 31 of file TestHistoryKeeping.cc.

32  : expectedProcesses_(pset.getParameter<std::vector<std::string> >("expected_processes")),
34  pset.getParameter<int>("number_of_expected_HLT_processes_for_each_run")) {
35  // Nothing to do.
36  }
std::vector< std::string > expectedProcesses_

Member Function Documentation

◆ analyze()

void edmtest::TestHistoryKeeping::analyze ( edm::Event const &  e,
edm::EventSetup const &   
)
finalvirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 43 of file TestHistoryKeeping.cc.

References cms::cuda::assert(), MillePedeFileConverter_cfg::e, edm::ParameterSet::empty(), makeMEIFBenchmarkPlots::ev, expectedProcesses_, edm::ParameterSet::getParameter(), mps_fire::i, and AlCaHLTBitMon_QueryRunRegistry::string.

43  {
44  for (std::vector<std::string>::const_iterator i = expectedProcesses_.begin(), e = expectedProcesses_.end(); i != e;
45  ++i) {
47  assert(ev.getProcessParameterSet(*i, ps));
48  assert(!ps.empty());
49  assert(ps.getParameter<std::string>("@process_name") == *i);
50  }
51  }
std::vector< std::string > expectedProcesses_
T getParameter(std::string const &) const
Definition: ParameterSet.h:303
assert(be >=bs)
bool empty() const
Definition: ParameterSet.h:201

◆ beginRun()

void edmtest::TestHistoryKeeping::beginRun ( edm::Run const &  r,
edm::EventSetup const &   
)
final

Definition at line 38 of file TestHistoryKeeping.cc.

38  {
39  // At begin run, we're looking at, make sure we can get at the
40  // parameter sets for any HLT processing.
41  }

◆ endRun()

void edmtest::TestHistoryKeeping::endRun ( edm::Run const &  r,
edm::EventSetup const &   
)
final

Definition at line 53 of file TestHistoryKeeping.cc.

53  {
54  // Nothing to do.
55  }

Member Data Documentation

◆ expectedProcesses_

std::vector<std::string> edmtest::TestHistoryKeeping::expectedProcesses_
private

Definition at line 22 of file TestHistoryKeeping.cc.

Referenced by analyze().

◆ numberOfExpectedHLTProcessesInEachRun_

int edmtest::TestHistoryKeeping::numberOfExpectedHLTProcessesInEachRun_
private

Definition at line 23 of file TestHistoryKeeping.cc.