#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 () |
|
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 (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
Definition at line 9 of file SiStripFedCablingReader.h.
SiStripFedCablingReader::~SiStripFedCablingReader |
( |
| ) |
|
|
inline |
Reimplemented from edm::EDAnalyzer.
Definition at line 25 of file SiStripFedCablingReader.cc.
References edm::EventSetup::find(), edm::eventsetup::heterocontainer::HCTypeTag::findType(), edm::EventSetup::get(), edm::ESHandleBase::isValid(), printDetCabling_, printFecCabling_, printRegionCabling_, HLT_FULL_cff::region, and contentValuesCheck::ss.
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;
const eventsetup::EventSetupRecord * find(const eventsetup::EventSetupRecordKey &) const
static HCTypeTag findType(char const *iTypeName)
find a type based on the types name, if not found will return default HCTypeTag
bool SiStripFedCablingReader::printDetCabling_ |
|
private |
bool SiStripFedCablingReader::printFecCabling_ |
|
private |
bool SiStripFedCablingReader::printRegionCabling_ |
|
private |