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) != 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
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
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 beginRun(const edm::Run &, const edm::EventSetup &)
SiStripFedCablingReader(const edm::ParameterSet &)
void print(std::stringstream &) const