Definition at line 38 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(), PixelToFEDAssociate::version(), and jets_cff::version.
Referenced by JSONExport.JsonExport::export(), HTMLExport.HTMLExport::export(), and HTMLExport.HTMLExportStatic::export().
43 edm::LogInfo(
"tracker geometry read") <<
"There are: " << pDD->
dets().size() <<
" detectors";
57 edm::LogInfo(
"SiPixelFedCablingMapBuilder") <<
" pixel phase1 setup ";
61 edm::LogInfo(
"SiPixelFedCablingMapBuilder") <<
" pixel phase0 setup ";
72 edm::LogInfo(
"SiPixelFedCablingMapBuilder") <<
"pixel fedid range: " << fedIds;
93 typedef TrackerGeometry::DetContainer::const_iterator ITG;
96 typedef std::vector<pair<PixelModuleName*, uint32_t> > UNITS;
99 for (ITG it = pDD->
dets().begin(); it != pDD->
dets().end(); it++) {
101 if (pxUnit ==
nullptr)
114 units.push_back(std::make_pair(name, geomid.
rawId()));
163 for (UNITS::iterator iu = units.begin(); iu != units.end(); iu++) {
167 for (
int rocDetId = 0; rocDetId < 16; rocDetId++) {
184 for (UNITS::iterator iu = units.begin(); iu != units.end(); iu++)
virtual std::string name() const =0
associated name
constexpr uint32_t rawId() const
get the raw id
virtual std::string version() const =0
version
bool isThere(GeomDetEnumerators::SubDetector subdet) const
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
DetId geographicalId() const
The label of this GeomDet.
const PixelModuleName * module
TString units(TString variable, Char_t axis)
T const * product() const
void addItem(unsigned int fedId, unsigned int linkId, const sipixelobjects::PixelROC &roc)