CMS 3D CMS Logo

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

Public Member Functions

void analyze (edm::StreamID, edm::Event const &, edm::EventSetup const &) const override
 
 ConcurrentIOVAnalyzer (edm::ParameterSet const &)
 
- Public Member Functions inherited from edm::global::EDAnalyzer<>
 EDAnalyzer ()=default
 
 EDAnalyzer (const EDAnalyzer &)=delete
 
const EDAnalyzeroperator= (const EDAnalyzer &)=delete
 
bool wantsGlobalLuminosityBlocks () const final
 
bool wantsGlobalRuns () const final
 
bool wantsInputProcessBlocks () const final
 
bool wantsProcessBlocks () const final
 
bool wantsStreamLuminosityBlocks () const final
 
bool wantsStreamRuns () const final
 
- Public Member Functions inherited from edm::global::EDAnalyzerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzerBase ()
 
ModuleDescription const & moduleDescription () 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 &)
 
- Static Public Member Functions inherited from edm::global::EDAnalyzerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Attributes

bool checkExpectedValues_
 
edm::ESGetToken< ESTestDataI, ESTestRecordIesTokenFromAcquireIntESProducer_
 
edm::ESGetToken< IOVTestInfo, ESTestRecordI > const esTokenFromESProducer_
 
edm::ESGetToken< IOVTestInfo, ESTestRecordI > const esTokenFromESSource_
 
std::vector< int > expectedESAcquireTestResults_
 

Additional Inherited Members

- Public Types inherited from edm::global::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

Description: Used in tests of the concurrent IOV features of the EventSetup system

Definition at line 34 of file ConcurrentIOVAnalyzer.cc.

Constructor & Destructor Documentation

◆ ConcurrentIOVAnalyzer()

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

Definition at line 50 of file ConcurrentIOVAnalyzer.cc.

References muonDTDigis_cfi::pset.

51  : checkExpectedValues_{pset.getUntrackedParameter<bool>("checkExpectedValues")},
52  esTokenFromESSource_{esConsumes(pset.getUntrackedParameter<edm::ESInputTag>("fromSource"))},
53  esTokenFromESProducer_{esConsumes(edm::ESInputTag("", "fromESProducer"))},
54  expectedESAcquireTestResults_{pset.getUntrackedParameter<std::vector<int>>("expectedESAcquireTestResults")} {
55  if (!expectedESAcquireTestResults_.empty()) {
56  esTokenFromAcquireIntESProducer_ = esConsumes(edm::ESInputTag("", "fromAcquireIntESProducer"));
57  }
58  }
edm::ESGetToken< IOVTestInfo, ESTestRecordI > const esTokenFromESProducer_
edm::ESGetToken< IOVTestInfo, ESTestRecordI > const esTokenFromESSource_
std::vector< int > expectedESAcquireTestResults_
edm::ESGetToken< ESTestDataI, ESTestRecordI > esTokenFromAcquireIntESProducer_

Member Function Documentation

◆ analyze()

void edmtest::ConcurrentIOVAnalyzer::analyze ( edm::StreamID  ,
edm::Event const &  event,
edm::EventSetup const &  eventSetup 
) const
overridevirtual

Implements edm::global::EDAnalyzerBase.

Definition at line 60 of file ConcurrentIOVAnalyzer.cc.

References edm::eventsetup::EventSetupRecord::cacheIdentifier(), edmtest::IOVTestInfo::cacheIdentifier_, checkExpectedValues_, esTokenFromAcquireIntESProducer_, esTokenFromESProducer_, esTokenFromESSource_, options_cfi::eventSetup, Exception, expectedESAcquireTestResults_, edmtest::IOVTestInfo::iovEndLumi_, edm::eventsetup::EventSetupRecord::iovIndex(), edmtest::IOVTestInfo::iovIndex_, edmtest::IOVTestInfo::iovStartLumi_, and edm::eventsetup::EventSetupRecord::validityInterval().

60  {
61  auto lumiNumber = event.eventAuxiliary().luminosityBlock();
62 
63  edm::ESHandle<IOVTestInfo> iovTestInfoFromESSource = eventSetup.getHandle(esTokenFromESSource_);
64  edm::ESHandle<IOVTestInfo> iovTestInfoFromESProducer = eventSetup.getHandle(esTokenFromESProducer_);
65 
66  ESTestRecordI esTestRecordI = eventSetup.get<ESTestRecordI>();
67  edm::ValidityInterval iov = esTestRecordI.validityInterval();
68 
69  if (iovTestInfoFromESSource->iovStartLumi_ != iov.first().luminosityBlockNumber() ||
70  iovTestInfoFromESSource->iovEndLumi_ != iov.last().luminosityBlockNumber() ||
71  iovTestInfoFromESSource->iovIndex_ != esTestRecordI.iovIndex() ||
72  iovTestInfoFromESSource->cacheIdentifier_ != esTestRecordI.cacheIdentifier()) {
73  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
74  << " values read from ESSource do not agree with record";
75  }
76 
77  if (iovTestInfoFromESProducer->iovStartLumi_ != iov.first().luminosityBlockNumber() ||
78  iovTestInfoFromESProducer->iovEndLumi_ != iov.last().luminosityBlockNumber() ||
79  iovTestInfoFromESProducer->iovIndex_ != esTestRecordI.iovIndex() ||
80  iovTestInfoFromESProducer->cacheIdentifier_ != esTestRecordI.cacheIdentifier()) {
81  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
82  << " values read from ESProducer do not agree with record";
83  }
84 
85  // First cacheIdentifier in the test is actually 3 (0, 1, and 2 just are ignored)
86  unsigned int cacheIdentifier = esTestRecordI.cacheIdentifier();
87  if (cacheIdentifier < expectedESAcquireTestResults_.size()) {
88  int testResult = eventSetup.getData(esTokenFromAcquireIntESProducer_).value();
89  if (testResult != expectedESAcquireTestResults_[cacheIdentifier]) {
90  throw cms::Exception("TestFailure")
91  << "ConcurrentIOVAnalyzer::analyze,"
92  << " unexpected value for EventSetup acquire test.\n"
93  << "Expected = " << expectedESAcquireTestResults_[cacheIdentifier] << " result = " << testResult
94  << " cacheIdentifier = " << cacheIdentifier << "\n";
95  }
96  }
97 
98  if (!checkExpectedValues_) {
99  return;
100  }
101 
102  // cacheIdentifier starts at 2 for beginRun and 3 is next here for the first lumi
103  if (lumiNumber == 1) {
104  if (iovTestInfoFromESProducer->iovStartLumi_ != 1 || iovTestInfoFromESProducer->iovEndLumi_ != 3 ||
105  iovTestInfoFromESProducer->cacheIdentifier_ != 3) {
106  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
107  << " values read from ESProducer do not agree with expected values";
108  }
109  }
110  if (lumiNumber == 2) {
111  if (iovTestInfoFromESProducer->iovStartLumi_ != 1 || iovTestInfoFromESProducer->iovEndLumi_ != 3 ||
112  iovTestInfoFromESProducer->cacheIdentifier_ != 3) {
113  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
114  << " values read from ESProducer do not agree with expected values";
115  }
116  }
117  if (lumiNumber == 3) {
118  if (iovTestInfoFromESProducer->iovStartLumi_ != 1 || iovTestInfoFromESProducer->iovEndLumi_ != 3 ||
119  iovTestInfoFromESProducer->cacheIdentifier_ != 3) {
120  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
121  << " values read from ESProducer do not agree with expected values";
122  }
123  }
124  if (lumiNumber == 4) {
125  if (iovTestInfoFromESProducer->iovStartLumi_ != 4 || iovTestInfoFromESProducer->iovEndLumi_ != 5 ||
126  iovTestInfoFromESProducer->cacheIdentifier_ != 4) {
127  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
128  << " values read from ESProducer do not agree with expected values";
129  }
130  }
131  if (lumiNumber == 5) {
132  if (iovTestInfoFromESProducer->iovStartLumi_ != 4 || iovTestInfoFromESProducer->iovEndLumi_ != 5 ||
133  iovTestInfoFromESProducer->cacheIdentifier_ != 4) {
134  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
135  << " values read from ESProducer do not agree with expected values";
136  }
137  }
138  if (lumiNumber == 6) {
139  if (iovTestInfoFromESProducer->iovStartLumi_ != 6 || iovTestInfoFromESProducer->iovEndLumi_ != 6 ||
140  iovTestInfoFromESProducer->cacheIdentifier_ != 5) {
141  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
142  << " values read from ESProducer do not agree with expected values";
143  }
144  }
145  if (lumiNumber == 7) {
146  if (iovTestInfoFromESProducer->iovStartLumi_ != 7 || iovTestInfoFromESProducer->iovEndLumi_ != 7 ||
147  iovTestInfoFromESProducer->cacheIdentifier_ != 6) {
148  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
149  << " values read from ESProducer do not agree with expected values";
150  }
151  }
152  if (lumiNumber == 8) {
153  if (iovTestInfoFromESProducer->iovStartLumi_ != 8 || iovTestInfoFromESProducer->iovEndLumi_ != 8 ||
154  iovTestInfoFromESProducer->cacheIdentifier_ != 7) {
155  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
156  << " values read from ESProducer do not agree with expected values";
157  }
158  }
159  }
unsigned int iovEndLumi_
Definition: IOVTestInfo.h:24
unsigned int iovIndex_
Definition: IOVTestInfo.h:25
edm::ESGetToken< IOVTestInfo, ESTestRecordI > const esTokenFromESProducer_
unsigned long long cacheIdentifier() const
edm::ESGetToken< IOVTestInfo, ESTestRecordI > const esTokenFromESSource_
unsigned int iovStartLumi_
Definition: IOVTestInfo.h:22
std::vector< int > expectedESAcquireTestResults_
unsigned long long cacheIdentifier_
Definition: IOVTestInfo.h:26
ValidityInterval validityInterval() const
edm::ESGetToken< ESTestDataI, ESTestRecordI > esTokenFromAcquireIntESProducer_

◆ fillDescriptions()

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

Definition at line 161 of file ConcurrentIOVAnalyzer.cc.

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

161  {
163  desc.addUntracked<bool>("checkExpectedValues", true);
164  desc.addUntracked<edm::ESInputTag>("fromSource", edm::ESInputTag("", ""));
165  desc.addUntracked<std::vector<int>>("expectedESAcquireTestResults", std::vector<int>());
166  descriptions.addDefault(desc);
167  }
void addDefault(ParameterSetDescription const &psetDescription)

Member Data Documentation

◆ checkExpectedValues_

bool edmtest::ConcurrentIOVAnalyzer::checkExpectedValues_
private

Definition at line 43 of file ConcurrentIOVAnalyzer.cc.

Referenced by analyze().

◆ esTokenFromAcquireIntESProducer_

edm::ESGetToken<ESTestDataI, ESTestRecordI> edmtest::ConcurrentIOVAnalyzer::esTokenFromAcquireIntESProducer_
private

Definition at line 46 of file ConcurrentIOVAnalyzer.cc.

Referenced by analyze().

◆ esTokenFromESProducer_

edm::ESGetToken<IOVTestInfo, ESTestRecordI> const edmtest::ConcurrentIOVAnalyzer::esTokenFromESProducer_
private

Definition at line 45 of file ConcurrentIOVAnalyzer.cc.

Referenced by analyze().

◆ esTokenFromESSource_

edm::ESGetToken<IOVTestInfo, ESTestRecordI> const edmtest::ConcurrentIOVAnalyzer::esTokenFromESSource_
private

Definition at line 44 of file ConcurrentIOVAnalyzer.cc.

Referenced by analyze().

◆ expectedESAcquireTestResults_

std::vector<int> edmtest::ConcurrentIOVAnalyzer::expectedESAcquireTestResults_
private

Definition at line 47 of file ConcurrentIOVAnalyzer.cc.

Referenced by analyze().