CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
edm::EventSetupCacheIdentifierChecker Class Reference
Inheritance diagram for edm::EventSetupCacheIdentifierChecker:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

 EventSetupCacheIdentifierChecker (const edm::ParameterSet &)
 
 ~EventSetupCacheIdentifierChecker ()
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
virtual ~EDAnalyzer ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (const std::string &iProcessName, std::vector< const char * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Static Public Member Functions

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

Private Member Functions

virtual void analyze (const edm::Event &, const edm::EventSetup &) override
 
virtual void beginLuminosityBlock (edm::LuminosityBlock const &, edm::EventSetup const &) override
 
virtual void beginRun (edm::Run const &, edm::EventSetup const &) override
 
void check (edm::EventSetup const &)
 
void initialize ()
 

Private Attributes

unsigned int m_index
 
ParameterSet m_pset
 
std::map
< eventsetup::EventSetupRecordKey,
std::vector< unsigned int > > 
m_recordKeysToExpectedCacheIdentifiers
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
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 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)
 

Detailed Description

Definition at line 44 of file EventSetupCacheIdentifierChecker.cc.

Constructor & Destructor Documentation

EventSetupCacheIdentifierChecker::EventSetupCacheIdentifierChecker ( const edm::ParameterSet iConfig)
explicit

Definition at line 82 of file EventSetupCacheIdentifierChecker.cc.

82  :
83 m_pset(iConfig),
84 m_index(0)
85 {
86  //now do what ever initialization is needed
87 
88 }
EventSetupCacheIdentifierChecker::~EventSetupCacheIdentifierChecker ( )

Definition at line 91 of file EventSetupCacheIdentifierChecker.cc.

92 {
93 
94  // do anything here that needs to be done at desctruction time
95  // (e.g. close files, deallocate resources etc.)
96 
97 }

Member Function Documentation

void EventSetupCacheIdentifierChecker::analyze ( const edm::Event iEvent,
const edm::EventSetup iSetup 
)
overrideprivatevirtual

Implements edm::EDAnalyzer.

Definition at line 106 of file EventSetupCacheIdentifierChecker.cc.

References check().

107 {
108  check(iSetup);
109 }
void EventSetupCacheIdentifierChecker::beginLuminosityBlock ( edm::LuminosityBlock const &  ,
edm::EventSetup const &  iSetup 
)
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 139 of file EventSetupCacheIdentifierChecker.cc.

References check().

140 {
141  check(iSetup);
142 }
void EventSetupCacheIdentifierChecker::beginRun ( edm::Run const &  ,
edm::EventSetup const &  iSetup 
)
overrideprivatevirtual

Reimplemented from edm::EDAnalyzer.

Definition at line 126 of file EventSetupCacheIdentifierChecker.cc.

References check().

127 {
128  check(iSetup);
129 }
void EventSetupCacheIdentifierChecker::check ( edm::EventSetup const &  iSetup)
private

Definition at line 151 of file EventSetupCacheIdentifierChecker.cc.

References edm::eventsetup::EventSetupRecord::cacheIdentifier(), edm::hlt::Exception, edm::EventSetup::find(), initialize(), m_index, and m_recordKeysToExpectedCacheIdentifiers.

Referenced by analyze(), beginLuminosityBlock(), and beginRun().

152 {
154  initialize();
155  }
156  using namespace edm::eventsetup;
157 
158 
160  it != itEnd;
161  ++it) {
162  EventSetupRecord const* pRecord = iSetup.find(it->first);
163  if(0 == pRecord) {
164  edm::LogWarning("RecordNotInIOV") <<"The EventSetup Record '"<<it->first.name()<<"' is not available for this IOV.";
165  }
166  if(it->second.size() <= m_index) {
167  throw cms::Exception("TooFewCacheIDs")<<"The vector of cacheIdentifiers for the record "<<it->first.name()<<" is too short";
168  }
169  if(0 != pRecord && pRecord->cacheIdentifier() != it->second[m_index]) {
170  throw cms::Exception("IncorrectCacheID")<<"The Record "<<it->first.name()<<" was supposed to have cacheIdentifier: "<<it->second[m_index]<<" but instead has "<<pRecord->cacheIdentifier();
171  }
172  }
173  ++m_index;
174 }
unsigned long long cacheIdentifier() const
DataProxy const * find(DataKey const &aKey) const
std::map< eventsetup::EventSetupRecordKey, std::vector< unsigned int > > m_recordKeysToExpectedCacheIdentifiers
void EventSetupCacheIdentifierChecker::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 196 of file EventSetupCacheIdentifierChecker.cc.

References edm::ConfigurationDescriptions::addDefault(), and edm::ParameterSetDescription::addWildcardUntracked().

196  {
197  //The following says we do not know what parameters are allowed so do no validation
198  // Please change this to state exactly what you do use, even if it is no parameters
200  desc.addWildcardUntracked<std::vector<unsigned int> >("*")->setComment("The label is the name of an EventSetup Record while the vector contains the expected cacheIdentifier values for each beginRun, beginLuminosityBlock and event transition");
201  descriptions.addDefault(desc);
202 }
ParameterWildcardBase * addWildcardUntracked(U const &pattern)
void addDefault(ParameterSetDescription const &psetDescription)
void EventSetupCacheIdentifierChecker::initialize ( )
private

Definition at line 177 of file EventSetupCacheIdentifierChecker.cc.

References edm::eventsetup::heterocontainer::HCTypeTag::findType(), edm::ParameterSet::getParameterNamesForType(), edm::ParameterSet::getUntrackedParameter(), m_pset, m_recordKeysToExpectedCacheIdentifiers, mergeVDriftHistosByStation::name, and edm::eventsetup::EventSetupRecordKey::type().

Referenced by check().

178 {
179  std::vector<std::string> recordNames{m_pset.getParameterNamesForType<std::vector<unsigned int> >(false)};
180 
181  for(auto const& name: recordNames) {
183  if(recordKey.type() == eventsetup::EventSetupRecordKey::TypeTag()) {
184  //record not found
185  edm::LogWarning("DataGetter") <<"Record \""<< name <<"\" does not exist "<<std::endl;
186 
187  continue;
188  }
189 
190  m_recordKeysToExpectedCacheIdentifiers.insert(std::make_pair(recordKey, m_pset.getUntrackedParameter<std::vector<unsigned int> >(name)));
191  }
192 }
T getUntrackedParameter(std::string const &, T const &) const
std::vector< std::string > getParameterNamesForType(bool trackiness=true) const
Definition: ParameterSet.h:193
std::map< eventsetup::EventSetupRecordKey, std::vector< unsigned int > > m_recordKeysToExpectedCacheIdentifiers
heterocontainer::HCTypeTag TypeTag
static HCTypeTag findType(char const *iTypeName)
find a type based on the types name, if not found will return default HCTypeTag
Definition: HCTypeTag.cc:125

Member Data Documentation

unsigned int edm::EventSetupCacheIdentifierChecker::m_index
private

Definition at line 67 of file EventSetupCacheIdentifierChecker.cc.

Referenced by check().

ParameterSet edm::EventSetupCacheIdentifierChecker::m_pset
private

Definition at line 65 of file EventSetupCacheIdentifierChecker.cc.

Referenced by initialize().

std::map<eventsetup::EventSetupRecordKey,std::vector<unsigned int> > edm::EventSetupCacheIdentifierChecker::m_recordKeysToExpectedCacheIdentifiers
private

Definition at line 66 of file EventSetupCacheIdentifierChecker.cc.

Referenced by check(), and initialize().