#include <SiStripApvGainReader.h>
|
void | analyze (const edm::Event &, const edm::EventSetup &) |
|
| SiStripApvGainReader (const edm::ParameterSet &) |
|
| ~SiStripApvGainReader () |
|
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 19 of file SiStripApvGainReader.h.
SiStripApvGainReader::~SiStripApvGainReader |
( |
| ) |
|
Implements edm::EDAnalyzer.
Definition at line 18 of file SiStripApvGainReader.cc.
References cond::rpcobgas::detid, edm::EventSetup::get(), and printdebug_.
22 edm::LogInfo(
"SiStripApvGainReader") <<
"[SiStripApvGainReader::analyze] End Reading SiStripApvGain" << std::endl;
24 std::vector<uint32_t>
detid;
25 SiStripApvGain_->getDetIds(detid);
26 edm::LogInfo(
"Number of detids ") << detid.size() << std::endl;
29 for (
size_t id=0;
id<detid.size() &&
id<
printdebug_;
id++)
34 for(
int it=0;it<range.second-range.first;it++){
35 edm::LogInfo(
"SiStripApvGainReader") <<
"detid " << detid[id] <<
" \t"
36 <<
" apv " << apv++ <<
" \t"
37 << SiStripApvGain_->getApvGain(it,range) <<
" \t"
std::pair< ContainerIterator, ContainerIterator > Range
uint32_t SiStripApvGainReader::printdebug_ |
|
private |