CMS 3D CMS Logo

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

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
 ESTestAnalyzerB (edm::ParameterSet const &)
 
- Public Member Functions inherited from edm::one::EDAnalyzer<>
 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)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::one::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Attributes

const edm::ESGetToken< ESTestDataB, ESTestRecordBdataBToken_
 
unsigned int expectedIndex_ = 0
 
const std::vector< int > expectedValues_
 
const std::vector< int > runsToGetDataFor_
 

Additional Inherited Members

- Public Types inherited from edm::one::EDAnalyzerBase
typedef EDAnalyzerBase ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- 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 70 of file ESTestAnalyzers.cc.

Constructor & Destructor Documentation

◆ ESTestAnalyzerB()

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

Definition at line 85 of file ESTestAnalyzers.cc.

86  : runsToGetDataFor_(pset.getParameter<std::vector<int>>("runsToGetDataFor")),
87  expectedValues_(pset.getUntrackedParameter<std::vector<int>>("expectedValues")),
const edm::ESGetToken< ESTestDataB, ESTestRecordB > dataBToken_
const std::vector< int > expectedValues_
const std::vector< int > runsToGetDataFor_

Member Function Documentation

◆ analyze()

void edmtest::ESTestAnalyzerB::analyze ( const edm::Event ev,
const edm::EventSetup es 
)
overridevirtual

Implements edm::one::EDAnalyzerBase.

Definition at line 90 of file ESTestAnalyzers.cc.

References dataBToken_, makeMEIFBenchmarkPlots::ev, Exception, expectedIndex_, expectedValues_, spr::find(), edm::EventSetup::getHandle(), edm::one::EDAnalyzerBase::moduleDescription(), edm::ModuleDescription::processName(), runsToGetDataFor_, and edmtest::ESTestDataB::value().

90  {
91  if (std::find(runsToGetDataFor_.begin(), runsToGetDataFor_.end(), ev.run()) != runsToGetDataFor_.end()) {
93  edm::LogAbsolute("ESTestAnalyzerB")
94  << "ESTestAnalyzerB: process = " << moduleDescription().processName() << ": Data value = " << dataB->value();
95 
96  if (expectedIndex_ < expectedValues_.size()) {
97  if (expectedValues_[expectedIndex_] != dataB->value()) {
98  throw cms::Exception("TestError")
99  << "Expected does not match actual value, "
100  << "expected value = " << expectedValues_[expectedIndex_] << " actual value = " << dataB->value();
101  }
102  ++expectedIndex_;
103  }
104  }
105  }
const edm::ESGetToken< ESTestDataB, ESTestRecordB > dataBToken_
const std::vector< int > expectedValues_
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
Definition: FindCaloHit.cc:19
const std::vector< int > runsToGetDataFor_
ESHandle< T > getHandle(const ESGetToken< T, R > &iToken) const
Definition: EventSetup.h:130
std::string const & processName() const
ModuleDescription const & moduleDescription() const
Log< level::System, true > LogAbsolute

◆ fillDescriptions()

void edmtest::ESTestAnalyzerB::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 107 of file ESTestAnalyzers.cc.

References edm::ConfigurationDescriptions::addDefault(), and submitPVResolutionJobs::desc.

107  {
109  desc.add<std::vector<int>>("runsToGetDataFor")
110  ->setComment("ID number for each Run for which we should get EventSetup data.");
111  desc.addUntracked<std::vector<int>>("expectedValues", std::vector<int>())
112  ->setComment("EventSetup value expected for each Run. If empty, no values compared.");
113  descriptions.addDefault(desc);
114  }
void addDefault(ParameterSetDescription const &psetDescription)

Member Data Documentation

◆ dataBToken_

const edm::ESGetToken<ESTestDataB, ESTestRecordB> edmtest::ESTestAnalyzerB::dataBToken_
private

Definition at line 80 of file ESTestAnalyzers.cc.

Referenced by analyze().

◆ expectedIndex_

unsigned int edmtest::ESTestAnalyzerB::expectedIndex_ = 0
private

Definition at line 82 of file ESTestAnalyzers.cc.

Referenced by analyze().

◆ expectedValues_

const std::vector<int> edmtest::ESTestAnalyzerB::expectedValues_
private

Definition at line 79 of file ESTestAnalyzers.cc.

Referenced by analyze().

◆ runsToGetDataFor_

const std::vector<int> edmtest::ESTestAnalyzerB::runsToGetDataFor_
private

Definition at line 78 of file ESTestAnalyzers.cc.

Referenced by analyze().