CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
SiStripDetVOffReader Class Reference

#include <SiStripDetVOffReader.h>

Inheritance diagram for SiStripDetVOffReader:
edm::EDAnalyzer edm::EDConsumerBase

Public Member Functions

void analyze (const edm::Event &, const edm::EventSetup &) override
 
 SiStripDetVOffReader (const edm::ParameterSet &)
 
 ~SiStripDetVOffReader () override
 
- Public Member Functions inherited from edm::EDAnalyzer
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 EDAnalyzer ()
 
SerialTaskQueueglobalLuminosityBlocksQueue ()
 
SerialTaskQueueglobalRunsQueue ()
 
ModuleDescription const & moduleDescription () const
 
std::string workerType () const
 
 ~EDAnalyzer () 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 &&)=default
 
 EDConsumerBase (EDConsumerBase const &)=delete
 
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::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
EDConsumerBaseoperator= (EDConsumerBase &&)=default
 
EDConsumerBase const & operator= (EDConsumerBase const &)=delete
 
bool registeredToConsume (ProductResolverIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
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< uint32_t > detids
 
edm::ESGetToken< SiStripDetVOff, SiStripDetVOffRcddetVOffToken_
 
bool printdebug_
 

Additional Inherited Members

- Public Types inherited from edm::EDAnalyzer
typedef EDAnalyzer ModuleType
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Static Public Member Functions inherited from edm::EDAnalyzer
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &)
 
static bool wantsGlobalLuminosityBlocks ()
 
static bool wantsGlobalRuns ()
 
static bool wantsInputProcessBlocks ()
 
static bool wantsProcessBlocks ()
 
static bool wantsStreamLuminosityBlocks ()
 
static bool wantsStreamRuns ()
 
- Protected Member Functions inherited from edm::EDConsumerBase
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
template<BranchType B = InEvent>
EDConsumerBaseAdaptor< B > consumes (edm::InputTag tag) noexcept
 
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<Transition Tr = Transition::Event>
constexpr auto esConsumes () noexcept
 
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event>
auto esConsumes (ESInputTag const &tag)
 
template<Transition Tr = Transition::Event>
auto esConsumes (ESInputTag tag) noexcept
 
template<Transition Tr = Transition::Event>
ESGetTokenGeneric esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey)
 Used with EventSetupRecord::doGet. More...
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 

Detailed Description

Definition at line 27 of file SiStripDetVOffReader.h.

Constructor & Destructor Documentation

◆ SiStripDetVOffReader()

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

Definition at line 9 of file SiStripDetVOffReader.cc.

10  : printdebug_(iConfig.getUntrackedParameter<bool>("printDebug", true)), detVOffToken_(esConsumes()) {}

◆ ~SiStripDetVOffReader()

SiStripDetVOffReader::~SiStripDetVOffReader ( )
override

Definition at line 12 of file SiStripDetVOffReader.cc.

12 {}

Member Function Documentation

◆ analyze()

void SiStripDetVOffReader::analyze ( const edm::Event e,
const edm::EventSetup iSetup 
)
overridevirtual

Implements edm::EDAnalyzer.

Definition at line 14 of file SiStripDetVOffReader.cc.

14  {
15  const auto& detVOff = iSetup.getData(detVOffToken_);
16  edm::LogInfo("SiStripDetVOffReader") << "[SiStripDetVOffReader::analyze] End Reading SiStripDetVOff" << std::endl;
17 
18  // put here a vector of DetIds to compare
19  // Here we just take the vector with all modules that have HV OFF
20 
21  // replace this code, with Your own detids
22  std::vector<uint32_t> detid;
23  detVOff.getDetIds(detid);
24  //
25 
26  if (printdebug_) {
27  for (uint32_t id = 0; id <= detid.size(); id++) {
28  bool hvflag = detVOff.IsModuleHVOff(detid[id]);
29  bool lvflag = detVOff.IsModuleLVOff(detid[id]);
30  bool vflag = detVOff.IsModuleVOff(detid[id]);
31  if (hvflag == true) {
32  edm::LogInfo("SiStripDetVOffReader") << "detid: " << detid[id] << " HV\t OFF\n";
33  } else {
34  edm::LogInfo("SiStripDetVOffReader") << "detid: " << detid[id] << " HV\t ON\n";
35  }
36  if (lvflag == true) {
37  edm::LogInfo("SiStripDetVOffReader") << "detid: " << detid[id] << " LV\t OFF\n";
38  } else {
39  edm::LogInfo("SiStripDetVOffReader") << "detid: " << detid[id] << " LV\t ON\n";
40  }
41  if (vflag == true) {
42  edm::LogInfo("SiStripDetVOffReader") << "detid: " << detid[id] << " V\t OFF\n";
43  } else {
44  edm::LogInfo("SiStripDetVOffReader") << "detid: " << detid[id] << " V\t ON\n";
45  }
46  }
47  }
48 }

References detVOffToken_, edm::EventSetup::getData(), triggerObjects_cff::id, and printdebug_.

Member Data Documentation

◆ detids

std::vector<uint32_t> SiStripDetVOffReader::detids
private

Definition at line 37 of file SiStripDetVOffReader.h.

◆ detVOffToken_

edm::ESGetToken<SiStripDetVOff, SiStripDetVOffRcd> SiStripDetVOffReader::detVOffToken_
private

Definition at line 36 of file SiStripDetVOffReader.h.

Referenced by analyze().

◆ printdebug_

bool SiStripDetVOffReader::printdebug_
private

Definition at line 35 of file SiStripDetVOffReader.h.

Referenced by analyze().

SiStripDetVOffReader::printdebug_
bool printdebug_
Definition: SiStripDetVOffReader.h:35
SiStripDetVOffReader::detVOffToken_
edm::ESGetToken< SiStripDetVOff, SiStripDetVOffRcd > detVOffToken_
Definition: SiStripDetVOffReader.h:36
edm::ParameterSet::getUntrackedParameter
T getUntrackedParameter(std::string const &, T const &) const
edm::LogInfo
Log< level::Info, false > LogInfo
Definition: MessageLogger.h:125
edm::EventSetup::getData
bool getData(T &iHolder) const
Definition: EventSetup.h:120
triggerObjects_cff.id
id
Definition: triggerObjects_cff.py:31
edm::EDConsumerBase::esConsumes
auto esConsumes()
Definition: EDConsumerBase.h:200