#include <SiStripFedCablingReader.h>
|
void | analyze (const edm::Event &, const edm::EventSetup &) |
|
void | beginRun (const edm::Run &, const edm::EventSetup &) |
|
| SiStripFedCablingReader (const edm::ParameterSet &) |
|
| ~SiStripFedCablingReader () |
|
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 9 of file SiStripFedCablingReader.h.
SiStripFedCablingReader::~SiStripFedCablingReader |
( |
| ) |
|
|
inline |
Definition at line 25 of file SiStripFedCablingReader.cc.
References edm::EventSetup::find(), edm::eventsetup::heterocontainer::HCTypeTag::findType(), edm::EventSetup::get(), edm::ESHandleBase::isValid(), SiStripDetCabling::print(), SiStripFecCabling::print(), SiStripFedCabling::print(), SiStripRegionCabling::print(), printDetCabling_, printFecCabling_, printRegionCabling_, SiStripFedCabling::summary(), and SiStripFedCabling::terse().
Referenced by ~SiStripFedCablingReader().
33 bool FedRcdfound=setup.
find(FedRecordKey) != 0?
true:
false;
34 bool FecRcdfound=setup.
find(FecRecordKey) != 0?
true:
false;
35 bool DetRcdfound=setup.
find(DetRecordKey) != 0?
true:
false;
36 bool RegRcdfound=setup.
find(RegRecordKey) != 0?
true:
false;
41 <<
"[SiStripFedCablingReader::" << __func__ <<
"]" 42 <<
" Retrieving FED cabling...";
49 <<
"[SiStripFedCablingReader::" << __func__ <<
"]" 50 <<
" Retrieving FEC cabling...";
57 <<
"[SiStripFedCablingReader::" << __func__ <<
"]" 58 <<
" Retrieving DET cabling...";
65 <<
"[SiStripFedCablingReader::" << __func__ <<
"]" 66 <<
" Retrieving REGION cabling...";
72 <<
" Invalid handle to FED cabling object: ";
78 ss <<
"[SiStripFedCablingReader::" << __func__ <<
"]" 79 <<
" VERBOSE DEBUG" << std::endl;
80 if(FedRcdfound)fed->
print( ss );
93 ss <<
"[SiStripFedCablingReader::" << __func__ <<
"]" 94 <<
" TERSE DEBUG" << std::endl;
101 std::stringstream ss;
102 ss <<
"[SiStripFedCablingReader::" << __func__ <<
"]" 103 <<
" SUMMARY DEBUG" << std::endl;
void print(std::stringstream &) const
void terse(std::stringstream &) const
static HCTypeTag findType(char const *iTypeName)
find a type based on the types name, if not found will return default HCTypeTag
const eventsetup::EventSetupRecord * find(const eventsetup::EventSetupRecordKey &) const
void print(std::stringstream &ss) const
LEFT FOR COMPATIBILITY. SHOULD BE REPLACED BY PRINTDEBUG.
void summary(std::stringstream &ss) const
LEFT FOR COMPATIBILITY. SHOULD BE REPLACED BY PRINTSUMMARY.
void print(std::stringstream &) const
void print(std::stringstream &) const
bool SiStripFedCablingReader::printDetCabling_ |
|
private |
bool SiStripFedCablingReader::printFecCabling_ |
|
private |
bool SiStripFedCablingReader::printRegionCabling_ |
|
private |