#include <SiStripDetVOffReader.h>
|
void | analyze (const edm::Event &, const edm::EventSetup &) |
|
| SiStripDetVOffReader (const edm::ParameterSet &) |
|
| ~SiStripDetVOffReader () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
| 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 |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
Definition at line 26 of file SiStripDetVOffReader.h.
SiStripDetVOffReader::~SiStripDetVOffReader |
( |
| ) |
|
Implements edm::EDAnalyzer.
Definition at line 17 of file SiStripDetVOffReader.cc.
References cond::rpcobgas::detid, edm::EventSetup::get(), and printdebug_.
21 edm::LogInfo(
"SiStripDetVOffReader") <<
"[SiStripDetVOffReader::analyze] End Reading SiStripDetVOff" << std::endl;
28 std::vector <uint32_t>
detid;
29 SiStripDetVOff_->getDetIds(detid);
34 for (uint32_t
id=0;
id<=detid.size();
id++)
36 bool hvflag=SiStripDetVOff_->IsModuleHVOff(detid[
id]);
37 bool lvflag=SiStripDetVOff_->IsModuleLVOff(detid[
id]);
38 bool vflag =SiStripDetVOff_->IsModuleVOff(detid[
id]);
40 edm::LogInfo(
"SiStripDetVOffReader") <<
"detid: " << detid[id] <<
" HV\t OFF\n";
43 edm::LogInfo(
"SiStripDetVOffReader") <<
"detid: " << detid[id] <<
" HV\t ON\n";
46 edm::LogInfo(
"SiStripDetVOffReader") <<
"detid: " << detid[id] <<
" LV\t OFF\n";
49 edm::LogInfo(
"SiStripDetVOffReader") <<
"detid: " << detid[id] <<
" LV\t ON\n";
52 edm::LogInfo(
"SiStripDetVOffReader") <<
"detid: " << detid[id] <<
" V\t OFF\n";
55 edm::LogInfo(
"SiStripDetVOffReader") <<
"detid: " << detid[id] <<
" V\t ON\n";
std::vector<uint32_t> SiStripDetVOffReader::detids |
|
private |
bool SiStripDetVOffReader::printdebug_ |
|
private |