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
 
ESResolverIndex const * esGetTokenIndices (edm::Transition iTrans) const
 
std::vector< ESResolverIndex > 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
 
void selectInputProcessBlocks (ProductRegistry const &productRegistry, ProcessBlockHelperBase const &processBlockHelperBase)
 
ProductResolverIndexAndSkipBit uncheckedIndexFrom (EDGetToken) const
 
void updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet)
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices 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_
 
edm::ESGetToken< ESTestDataI, ESTestRecordIesTokenOptionalTestValue_
 
edm::ESGetToken< ESTestDataI, ESTestRecordIesTokenUniquePtrTestValue_
 
std::vector< int > expectedESAcquireTestResults_
 
int expectedOptionalTestValue_
 
int expectedUniquePtrTestValue_
 

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 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 54 of file ConcurrentIOVAnalyzer.cc.

References muonDTDigis_cfi::pset.

55  : checkExpectedValues_{pset.getUntrackedParameter<bool>("checkExpectedValues")},
56  esTokenFromESSource_{esConsumes(pset.getUntrackedParameter<edm::ESInputTag>("fromSource"))},
57  esTokenFromESProducer_{esConsumes(edm::ESInputTag("", "fromESProducer"))},
58  expectedESAcquireTestResults_{pset.getUntrackedParameter<std::vector<int>>("expectedESAcquireTestResults")},
59  expectedUniquePtrTestValue_{pset.getUntrackedParameter<int>("expectedUniquePtrTestValue")},
60  expectedOptionalTestValue_{pset.getUntrackedParameter<int>("expectedOptionalTestValue")} {
61  if (!expectedESAcquireTestResults_.empty()) {
62  esTokenFromAcquireIntESProducer_ = esConsumes(edm::ESInputTag("", "fromAcquireIntESProducer"));
63  }
64  if (expectedUniquePtrTestValue_ != 0) {
66  }
67  if (expectedOptionalTestValue_ != 0) {
69  }
70  }
edm::ESGetToken< IOVTestInfo, ESTestRecordI > const esTokenFromESProducer_
edm::ESGetToken< ESTestDataI, ESTestRecordI > esTokenOptionalTestValue_
edm::ESGetToken< IOVTestInfo, ESTestRecordI > const esTokenFromESSource_
std::vector< int > expectedESAcquireTestResults_
edm::ESGetToken< ESTestDataI, ESTestRecordI > esTokenUniquePtrTestValue_
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 72 of file ConcurrentIOVAnalyzer.cc.

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

72  {
73  auto lumiNumber = event.eventAuxiliary().luminosityBlock();
74 
75  edm::ESHandle<IOVTestInfo> iovTestInfoFromESSource = eventSetup.getHandle(esTokenFromESSource_);
76  edm::ESHandle<IOVTestInfo> iovTestInfoFromESProducer = eventSetup.getHandle(esTokenFromESProducer_);
77 
78  ESTestRecordI esTestRecordI = eventSetup.get<ESTestRecordI>();
79  edm::ValidityInterval iov = esTestRecordI.validityInterval();
80 
81  if (iovTestInfoFromESSource->iovStartLumi_ != iov.first().luminosityBlockNumber() ||
82  iovTestInfoFromESSource->iovEndLumi_ != iov.last().luminosityBlockNumber() ||
83  iovTestInfoFromESSource->iovIndex_ != esTestRecordI.iovIndex() ||
84  iovTestInfoFromESSource->cacheIdentifier_ != esTestRecordI.cacheIdentifier()) {
85  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
86  << " values read from ESSource do not agree with record";
87  }
88 
89  if (iovTestInfoFromESProducer->iovStartLumi_ != iov.first().luminosityBlockNumber() ||
90  iovTestInfoFromESProducer->iovEndLumi_ != iov.last().luminosityBlockNumber() ||
91  iovTestInfoFromESProducer->iovIndex_ != esTestRecordI.iovIndex() ||
92  iovTestInfoFromESProducer->cacheIdentifier_ != esTestRecordI.cacheIdentifier()) {
93  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
94  << " values read from ESProducer do not agree with record";
95  }
96 
97  // First cacheIdentifier in the test is actually 3 (0, 1, and 2 just are ignored)
98  unsigned int cacheIdentifier = esTestRecordI.cacheIdentifier();
99  if (cacheIdentifier < expectedESAcquireTestResults_.size()) {
100  int testResult = eventSetup.getData(esTokenFromAcquireIntESProducer_).value();
101  if (testResult != expectedESAcquireTestResults_[cacheIdentifier]) {
102  throw cms::Exception("TestFailure")
103  << "ConcurrentIOVAnalyzer::analyze,"
104  << " unexpected value for EventSetup acquire test.\n"
105  << "Expected = " << expectedESAcquireTestResults_[cacheIdentifier] << " result = " << testResult
106  << " cacheIdentifier = " << cacheIdentifier << "\n";
107  }
108  }
109 
110  if (expectedUniquePtrTestValue_ != 0) {
112  throw cms::Exception("TestFailure")
113  << "ConcurrentIOVAnalyzer::analyze,"
114  << " value for unique_ptr test from EventSetup does not match expected value";
115  }
116  }
117 
118  if (expectedOptionalTestValue_ != 0) {
120  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
121  << " value for optional test from EventSetup does not match expected value";
122  }
123  }
124 
125  if (!checkExpectedValues_) {
126  return;
127  }
128 
129  // cacheIdentifier starts at 2 for beginRun and 3 is next here for the first lumi
130  if (lumiNumber == 1) {
131  if (iovTestInfoFromESProducer->iovStartLumi_ != 1 || iovTestInfoFromESProducer->iovEndLumi_ != 3 ||
132  iovTestInfoFromESProducer->cacheIdentifier_ != 3) {
133  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
134  << " values read from ESProducer do not agree with expected values";
135  }
136  }
137  if (lumiNumber == 2) {
138  if (iovTestInfoFromESProducer->iovStartLumi_ != 1 || iovTestInfoFromESProducer->iovEndLumi_ != 3 ||
139  iovTestInfoFromESProducer->cacheIdentifier_ != 3) {
140  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
141  << " values read from ESProducer do not agree with expected values";
142  }
143  }
144  if (lumiNumber == 3) {
145  if (iovTestInfoFromESProducer->iovStartLumi_ != 1 || iovTestInfoFromESProducer->iovEndLumi_ != 3 ||
146  iovTestInfoFromESProducer->cacheIdentifier_ != 3) {
147  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
148  << " values read from ESProducer do not agree with expected values";
149  }
150  }
151  if (lumiNumber == 4) {
152  if (iovTestInfoFromESProducer->iovStartLumi_ != 4 || iovTestInfoFromESProducer->iovEndLumi_ != 5 ||
153  iovTestInfoFromESProducer->cacheIdentifier_ != 4) {
154  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
155  << " values read from ESProducer do not agree with expected values";
156  }
157  }
158  if (lumiNumber == 5) {
159  if (iovTestInfoFromESProducer->iovStartLumi_ != 4 || iovTestInfoFromESProducer->iovEndLumi_ != 5 ||
160  iovTestInfoFromESProducer->cacheIdentifier_ != 4) {
161  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
162  << " values read from ESProducer do not agree with expected values";
163  }
164  }
165  if (lumiNumber == 6) {
166  if (iovTestInfoFromESProducer->iovStartLumi_ != 6 || iovTestInfoFromESProducer->iovEndLumi_ != 6 ||
167  iovTestInfoFromESProducer->cacheIdentifier_ != 5) {
168  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
169  << " values read from ESProducer do not agree with expected values";
170  }
171  }
172  if (lumiNumber == 7) {
173  if (iovTestInfoFromESProducer->iovStartLumi_ != 7 || iovTestInfoFromESProducer->iovEndLumi_ != 7 ||
174  iovTestInfoFromESProducer->cacheIdentifier_ != 6) {
175  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
176  << " values read from ESProducer do not agree with expected values";
177  }
178  }
179  if (lumiNumber == 8) {
180  if (iovTestInfoFromESProducer->iovStartLumi_ != 8 || iovTestInfoFromESProducer->iovEndLumi_ != 8 ||
181  iovTestInfoFromESProducer->cacheIdentifier_ != 7) {
182  throw cms::Exception("TestFailure") << "ConcurrentIOVAnalyzer::analyze,"
183  << " values read from ESProducer do not agree with expected values";
184  }
185  }
186  }
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< ESTestDataI, ESTestRecordI > esTokenOptionalTestValue_
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 > esTokenUniquePtrTestValue_
edm::ESGetToken< ESTestDataI, ESTestRecordI > esTokenFromAcquireIntESProducer_

◆ fillDescriptions()

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

Definition at line 188 of file ConcurrentIOVAnalyzer.cc.

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

188  {
190  desc.addUntracked<bool>("checkExpectedValues", true);
191  desc.addUntracked<edm::ESInputTag>("fromSource", edm::ESInputTag("", ""));
192  desc.addUntracked<std::vector<int>>("expectedESAcquireTestResults", std::vector<int>());
193  desc.addUntracked<int>("expectedUniquePtrTestValue", 0);
194  desc.addUntracked<int>("expectedOptionalTestValue", 0);
195  descriptions.addDefault(desc);
196  }
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().

◆ esTokenOptionalTestValue_

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

Definition at line 50 of file ConcurrentIOVAnalyzer.cc.

Referenced by analyze().

◆ esTokenUniquePtrTestValue_

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

Definition at line 48 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().

◆ expectedOptionalTestValue_

int edmtest::ConcurrentIOVAnalyzer::expectedOptionalTestValue_
private

Definition at line 51 of file ConcurrentIOVAnalyzer.cc.

Referenced by analyze().

◆ expectedUniquePtrTestValue_

int edmtest::ConcurrentIOVAnalyzer::expectedUniquePtrTestValue_
private

Definition at line 49 of file ConcurrentIOVAnalyzer.cc.

Referenced by analyze().