#include <SiStripThresholdReader.h>
|
void | analyze (const edm::Event &, const edm::EventSetup &) |
|
| SiStripThresholdReader (const edm::ParameterSet &) |
|
| ~SiStripThresholdReader () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
| EDConsumerBase () |
|
| EDConsumerBase (EDConsumerBase const &)=delete |
|
| EDConsumerBase (EDConsumerBase &&)=default |
|
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 & | itemsToGetFromEvent () 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 |
|
EDConsumerBase const & | operator= (EDConsumerBase const &)=delete |
|
EDConsumerBase & | operator= (EDConsumerBase &&)=default |
|
bool | registeredToConsume (ProductResolverIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductResolverIndexHelper const &, bool iPrefetchMayGet) |
|
virtual | ~EDConsumerBase () noexcept(false) |
|
Definition at line 25 of file SiStripThresholdReader.h.
SiStripThresholdReader::~SiStripThresholdReader |
( |
| ) |
|
Implements edm::EDAnalyzer.
Definition at line 12 of file SiStripThresholdReader.cc.
References data, SiStripThreshold::Data::FirstStrip_and_Hth, edm::EventSetup::get(), SiStripThreshold::Data::getClusth(), SiStripThreshold::Data::getFirstStrip(), SiStripThreshold::Data::getHth(), SiStripThreshold::Data::getLth(), SiStripThreshold::Data::print(), printdebug_, and contentValuesCheck::ss.
16 edm::LogInfo(
"SiStripThresholdReader") <<
"[SiStripThresholdReader::analyze] End Reading SiStripThreshold" << std::endl;
18 std::vector<uint32_t> detid;
19 SiStripThreshold_->getDetIds(detid);
20 edm::LogInfo(
"Number of detids ") << detid.size() << std::endl;
22 for (
size_t id=0;
id<detid.size() &&
id<
printdebug_;
id++)
27 float old_clusTh=-1,old_lowTh=-1, old_highTh=-1, old_FirstStrip=-1;
28 for(
int it=0;it<768;it++){
33 edm::LogInfo(
"SiStripThresholdReader") <<
"detid: " << detid[id] <<
" \t"
34 <<
"strip: " << it <<
" \t"
uint16_t FirstStrip_and_Hth
uint16_t getFirstStrip() const
void print(std::stringstream &ss) const
std::pair< ContainerIterator, ContainerIterator > Range
char data[epos_bytes_allocation]
uint32_t SiStripThresholdReader::printdebug_ |
|
private |