Definition at line 39 of file SiPixelFedCablingMapBuilder.cc.
References SiPixelFedCablingTree::addItem(), ctfWithMaterialTrackMCMatch_cfi::associator, TrackerGeometry::dets(), PixelToFEDAssociate::CablingRocId::fedId, fileName_, GeomDet::geographicalId(), edm::EventSetup::get(), TrackerGeometry::isThere(), PixelToFEDAssociate::CablingRocId::linkId, FEDNumbering::MAXSiPixelFEDID, FEDNumbering::MAXSiPixeluTCAFEDID, FEDNumbering::MINSiPixelFEDID, FEDNumbering::MINSiPixeluTCAFEDID, PixelToFEDAssociate::DetectorRocId::module, PixelModuleName::name(), dataset::name, GeomDetEnumerators::P1PXB, GeomDetEnumerators::P1PXEC, phase1_, edm::ESHandle< T >::product(), DetId::rawId(), mps_fire::result, PixelToFEDAssociate::DetectorRocId::rocDetId, PixelToFEDAssociate::CablingRocId::rocLinkId, DetId::subdetId(), groupFilesInBlocks::tt, units(), jets_cff::version, and PixelToFEDAssociate::version().
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
45 edm::LogInfo(
"tracker geometry read")<<
"There are: "<< pDD->
dets().size() <<
" detectors";
60 edm::LogInfo(
"SiPixelFedCablingMapBuilder")<<
" pixel phase1 setup ";
64 edm::LogInfo(
"SiPixelFedCablingMapBuilder")<<
" pixel phase0 setup ";
75 edm::LogInfo(
"SiPixelFedCablingMapBuilder")<<
"pixel fedid range: "<<fedIds;
96 typedef TrackerGeometry::DetContainer::const_iterator ITG;
99 typedef std::vector<pair<PixelModuleName* , uint32_t> > UNITS;
102 for (ITG it = pDD->
dets().begin(); it != pDD->
dets().end(); it++) {
104 if (pxUnit ==
nullptr )
continue;
116 units.push_back( std::make_pair( name, geomid.
rawId() ) );
165 for (UNITS::iterator iu=units.begin(); iu != units.end(); iu++) {
169 for (
int rocDetId=0; rocDetId<16; rocDetId++) {
186 for (UNITS::iterator iu=units.begin(); iu != units.end(); iu++)
delete iu->first;
virtual std::string name() const =0
associated name
virtual std::string version() const =0
version
bool isThere(GeomDetEnumerators::SubDetector subdet) const
uint32_t rawId() const
get the raw id
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
DetId geographicalId() const
The label of this GeomDet.
const PixelModuleName * module
int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
TString units(TString variable, Char_t axis)
T const * product() const
void addItem(unsigned int fedId, unsigned int linkId, const sipixelobjects::PixelROC &roc)