18 printFecCabling_( pset.getUntrackedParameter<
bool>(
"PrintFecCabling",
false) ),
19 printDetCabling_( pset.getUntrackedParameter<
bool>(
"PrintDetCabling",
false) ),
20 printRegionCabling_( pset.getUntrackedParameter<
bool>(
"PrintRegionCabling",
false) )
33 bool FedRcdfound=setup.
find(FedRecordKey) !=
nullptr?
true:
false;
34 bool FecRcdfound=setup.
find(FecRecordKey) !=
nullptr?
true:
false;
35 bool DetRcdfound=setup.
find(DetRecordKey) !=
nullptr?
true:
false;
36 bool RegRcdfound=setup.
find(RegRecordKey) !=
nullptr?
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;
97 ss <<
"[SiStripFedCablingReader::" << __func__ <<
"]" 98 <<
" TERSE DEBUG" << std::endl;
105 std::stringstream ss;
106 ss <<
"[SiStripFedCablingReader::" << __func__ <<
"]" 107 <<
" SUMMARY DEBUG" << std::endl;
void print(std::stringstream &) const
void terse(std::stringstream &) const
def setup(process, global_tag, zero_tesla=False)
static HCTypeTag findType(char const *iTypeName)
find a type based on the types name, if not found will return default HCTypeTag
void print(std::stringstream &ss, const TrackerTopology *trackerTopo) const
LEFT FOR COMPATIBILITY. SHOULD BE REPLACED BY PRINTDEBUG.
void print(std::stringstream &) const
SiStripFedCablingReader(const edm::ParameterSet &)
void summary(std::stringstream &ss, const TrackerTopology *trackerTopo) const
LEFT FOR COMPATIBILITY. SHOULD BE REPLACED BY PRINTSUMMARY.
boost::optional< eventsetup::EventSetupRecordGeneric > find(const eventsetup::EventSetupRecordKey &) const
T const * product() const
void beginRun(const edm::Run &, const edm::EventSetup &) override
void print(std::stringstream &) const