Definition at line 39 of file SiPixelFedCablingMapBuilder.cc.
References LCToCPAssociation_cfi::associator, TrackerGeometry::dets(), PixelToFEDAssociate::CablingRocId::fedId, L1TStage2BMTF_cff::fedIds, fileName_, GeomDet::geographicalId(), TrackerGeometry::isThere(), PixelToFEDAssociate::CablingRocId::linkId, FEDNumbering::MAXSiPixelFEDID, FEDNumbering::MAXSiPixeluTCAFEDID, FEDNumbering::MINSiPixelFEDID, FEDNumbering::MINSiPixeluTCAFEDID, PixelToFEDAssociate::DetectorRocId::module, Skims_PA_cff::name, GeomDetEnumerators::P1PXB, GeomDetEnumerators::P1PXEC, phase1_, edm::ESHandle< T >::product(), DetId::rawId(), mps_fire::result, PixelMapPlotter::roc, PixelToFEDAssociate::DetectorRocId::rocDetId, PixelToFEDAssociate::CablingRocId::rocLinkId, singleTopDQM_cfi::setup, DetId::subdetId(), trackerGeomToken_, trackerTopoToken_, units(), PixelToFEDAssociate::version(), and BeamSplash_cfg::version.
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 ";
92 typedef TrackerGeometry::DetContainer::const_iterator ITG;
95 typedef std::vector<pair<PixelModuleName*, uint32_t> > UNITS;
98 for (ITG it = pDD->
dets().begin(); it != pDD->
dets().end(); it++) {
100 if (pxUnit ==
nullptr)
162 for (UNITS::iterator iu =
units.begin(); iu !=
units.end(); iu++) {
166 for (
int rocDetId = 0; rocDetId < 16; rocDetId++) {
183 for (UNITS::iterator iu =
units.begin(); iu !=
units.end(); iu++)
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > trackerGeomToken_
const DetContainer & dets() const override
Returm a vector of all GeomDet (including all GeomDetUnits)
virtual std::string version() const =0
version
T const * product() const
bool isThere(GeomDetEnumerators::SubDetector subdet) const
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector's numbering enum) ...
const PixelModuleName * module
DetId geographicalId() const
The label of this GeomDet.
Log< level::Info, false > LogInfo
constexpr uint32_t rawId() const
get the raw id
TString units(TString variable, Char_t axis)
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > trackerTopoToken_