CMS 3D CMS Logo

List of all members | Classes | Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Private Attributes
MkFitGeometryESProducer Class Reference
Inheritance diagram for MkFitGeometryESProducer:
edm::ESProducer edm::ESProductResolverFactoryProducer edm::eventsetup::ESProductResolverProvider

Classes

struct  GapCollector
 
struct  MatHistBin
 

Public Member Functions

 MkFitGeometryESProducer (const edm::ParameterSet &iConfig)
 
std::unique_ptr< MkFitGeometryproduce (const TrackerRecoGeometryRecord &iRecord)
 
- Public Member Functions inherited from edm::ESProducer
 ESProducer ()
 
 ESProducer (const ESProducer &)=delete
 
 ESProducer (ESProducer &&)=delete
 
ESResolverIndex const * getTokenIndices (unsigned int iIndex) const
 
ESRecordIndex const * getTokenRecordIndices (unsigned int iIndex) const
 
bool hasMayConsumes () const noexcept
 
size_t numberOfTokenIndices (unsigned int iIndex) const
 
ESProduceroperator= (const ESProducer &)=delete
 
ESProduceroperator= (ESProducer &&)=delete
 
SerialTaskQueueChainqueue ()
 
template<typename Record >
std::optional< std::vector< ESResolverIndex > > updateFromMayConsumes (unsigned int iIndex, const Record &iRecord) const
 
void updateLookup (eventsetup::ESRecordsToProductResolverIndices const &) final
 
 ~ESProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::ESProductResolverFactoryProducer
 ESProductResolverFactoryProducer ()
 
 ESProductResolverFactoryProducer (const ESProductResolverFactoryProducer &)=delete
 
const ESProductResolverFactoryProduceroperator= (const ESProductResolverFactoryProducer &)=delete
 
 ~ESProductResolverFactoryProducer () noexcept(false) override
 
- Public Member Functions inherited from edm::eventsetup::ESProductResolverProvider
void createKeyedResolvers (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
const ComponentDescriptiondescription () const
 
 ESProductResolverProvider ()
 
 ESProductResolverProvider (const ESProductResolverProvider &)=delete
 
void fillRecordsNotAllowingConcurrentIOVs (std::set< EventSetupRecordKey > &recordsNotAllowingConcurrentIOVs) const
 
virtual void initConcurrentIOVs (EventSetupRecordKey const &key, unsigned int nConcurrentIOVs)
 
bool isUsingRecord (const EventSetupRecordKey &key) const
 
KeyedResolverskeyedResolvers (const EventSetupRecordKey &iRecordKey, unsigned int iovIndex=0)
 
const ESProductResolverProvideroperator= (const ESProductResolverProvider &)=delete
 
void setAppendToDataLabel (const edm::ParameterSet &)
 
void setDescription (const ComponentDescription &iDescription)
 
std::set< EventSetupRecordKeyusingRecords () const
 
virtual ~ESProductResolverProvider () noexcept(false)
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::eventsetup::ESProductResolverProvider
static void prevalidate (ConfigurationDescriptions &)
 

Private Types

typedef std::unordered_map< int, GapCollectorlayer_gap_map_t
 
using MaterialHistogram = mkfit::rectvec< MatHistBin >
 

Private Member Functions

void addPixBGeometry (mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
 
void addPixEGeometry (mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
 
void addTECGeometry (mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
 
void addTIBGeometry (mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
 
void addTIDGeometry (mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
 
void addTOBGeometry (mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
 
void aggregateMaterialInfo (mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
 
void considerPoint (const GlobalPoint &gp, mkfit::LayerInfo &lay_info)
 
void fillLayers (mkfit::TrackerInfo &trk_info)
 
void fillShapeAndPlacement (const GeomDet *det, mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram, layer_gap_map_t *lgc_map=nullptr)
 
void findRZBox (const GlobalPoint &gp, float &rmin, float &rmax, float &zmin, float &zmax)
 

Private Attributes

edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecordgeomToken_
 
mkfit::LayerNumberConverter layerNrConv_ = {mkfit::TkLayout::phase1}
 
const TrackerGeometrytrackerGeom_ = nullptr
 
edm::ESGetToken< GeometricSearchTracker, TrackerRecoGeometryRecordtrackerToken_
 
const TrackerTopologytrackerTopo_ = nullptr
 
edm::ESGetToken< TrackerTopology, TrackerTopologyRcdttopoToken_
 

Additional Inherited Members

- Protected Types inherited from edm::ESProductResolverFactoryProducer
using EventSetupRecordKey = eventsetup::EventSetupRecordKey
 
- Protected Types inherited from edm::eventsetup::ESProductResolverProvider
using KeyedResolversVector = std::vector< std::pair< DataKey, std::shared_ptr< ESProductResolver > >>
 
- Protected Member Functions inherited from edm::ESProducer
ESConsumesInfoconsumesInfoPushBackNew ()
 
unsigned int consumesInfoSize () const
 
template<typename CallbackT , typename TList , typename TRecord >
void registerProducts (std::shared_ptr< std::pair< unsigned int, std::shared_ptr< CallbackT >>> iCallback, const TList *, const TRecord *iRecord, const es::Label &iLabel)
 
template<typename CallbackT , typename TRecord >
void registerProducts (std::shared_ptr< std::pair< unsigned int, std::shared_ptr< CallbackT >>>, const eventsetup::produce::Null *, const TRecord *, const es::Label &)
 
template<typename T >
auto setWhatProduced (T *iThis, const es::Label &iLabel={})
 
template<typename T >
auto setWhatProduced (T *iThis, const char *iLabel)
 
template<typename T >
auto setWhatProduced (T *iThis, const std::string &iLabel)
 
template<typename T , typename TDecorator >
auto setWhatProduced (T *iThis, const TDecorator &iDec, const es::Label &iLabel={})
 
template<typename T , typename TReturn , typename TRecord >
auto setWhatProduced (T *iThis, TReturn(T::*iMethod)(const TRecord &), const es::Label &iLabel={})
 
template<typename T , typename TReturn , typename TRecord , typename TDecorator >
auto setWhatProduced (T *iThis, TReturn(T ::*iMethod)(const TRecord &), const TDecorator &iDec, const es::Label &iLabel={})
 
template<typename TFunc >
auto setWhatProduced (TFunc &&func, const es::Label &iLabel={})
 
template<typename TReturn , typename TRecord , typename TFunc , typename TDecorator >
ESConsumesCollectorT< TRecord > setWhatProduced (TFunc &&func, TDecorator &&iDec, const es::Label &iLabel={})
 
void usesResources (std::vector< std::string > const &)
 
- Protected Member Functions inherited from edm::ESProductResolverFactoryProducer
template<class TFactory >
void registerFactory (std::unique_ptr< TFactory > iFactory, const std::string &iLabel=std::string())
 
virtual void registerFactoryWithKey (const EventSetupRecordKey &iRecord, std::unique_ptr< eventsetup::ESProductResolverFactoryBase > iFactory, const std::string &iLabel=std::string())
 
KeyedResolversVector registerResolvers (const EventSetupRecordKey &, unsigned int iovIndex) override
 
- Protected Member Functions inherited from edm::eventsetup::ESProductResolverProvider
template<class T >
void usingRecord ()
 
void usingRecordWithKey (const EventSetupRecordKey &key)
 

Detailed Description

Definition at line 30 of file MkFitGeometryESProducer.cc.

Member Typedef Documentation

◆ layer_gap_map_t

typedef std::unordered_map<int, GapCollector> MkFitGeometryESProducer::layer_gap_map_t
private

Definition at line 60 of file MkFitGeometryESProducer.cc.

◆ MaterialHistogram

Definition at line 70 of file MkFitGeometryESProducer.cc.

Constructor & Destructor Documentation

◆ MkFitGeometryESProducer()

MkFitGeometryESProducer::MkFitGeometryESProducer ( const edm::ParameterSet iConfig)

Definition at line 97 of file MkFitGeometryESProducer.cc.

References gpuPixelDoublets::cc, geomToken_, edm::ESProducer::setWhatProduced(), trackerToken_, and ttopoToken_.

97  {
98  auto cc = setWhatProduced(this);
99  geomToken_ = cc.consumes();
100  ttopoToken_ = cc.consumes();
101  trackerToken_ = cc.consumes();
102 }
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
Definition: ESProducer.h:166
uint32_t cc[maxCellsPerHit]
Definition: gpuFishbone.h:49
edm::ESGetToken< GeometricSearchTracker, TrackerRecoGeometryRecord > trackerToken_
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > ttopoToken_
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > geomToken_

Member Function Documentation

◆ addPixBGeometry()

void MkFitGeometryESProducer::addPixBGeometry ( mkfit::TrackerInfo trk_info,
MaterialHistogram material_histogram 
)
private

Definition at line 331 of file MkFitGeometryESProducer.cc.

References TrackerGeometry::detsPXB(), fillShapeAndPlacement(), and trackerGeom_.

Referenced by produce().

331  {
332 #ifdef DUMP_MKF_GEO
333  printf("\n*** addPixBGeometry\n\n");
334 #endif
335  for (auto &det : trackerGeom_->detsPXB()) {
336  fillShapeAndPlacement(det, trk_info, material_histogram);
337  }
338 }
const DetContainer & detsPXB() const
const TrackerGeometry * trackerGeom_
void fillShapeAndPlacement(const GeomDet *det, mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram, layer_gap_map_t *lgc_map=nullptr)

◆ addPixEGeometry()

void MkFitGeometryESProducer::addPixEGeometry ( mkfit::TrackerInfo trk_info,
MaterialHistogram material_histogram 
)
private

Definition at line 340 of file MkFitGeometryESProducer.cc.

References TrackerGeometry::detsPXF(), fillShapeAndPlacement(), and trackerGeom_.

Referenced by produce().

340  {
341 #ifdef DUMP_MKF_GEO
342  printf("\n*** addPixEGeometry\n\n");
343 #endif
344  for (auto &det : trackerGeom_->detsPXF()) {
345  fillShapeAndPlacement(det, trk_info, material_histogram);
346  }
347 }
const DetContainer & detsPXF() const
const TrackerGeometry * trackerGeom_
void fillShapeAndPlacement(const GeomDet *det, mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram, layer_gap_map_t *lgc_map=nullptr)

◆ addTECGeometry()

void MkFitGeometryESProducer::addTECGeometry ( mkfit::TrackerInfo trk_info,
MaterialHistogram material_histogram 
)
private

Definition at line 376 of file MkFitGeometryESProducer.cc.

References TrackerGeometry::detsTEC(), fillShapeAndPlacement(), nano_mu_digi_cff::layer, mkfit::TrackerInfo::layer_nc(), mkfit::LayerInfo::set_r_hole_range(), trackerGeom_, MkFitGeometryESProducer::GapCollector::Interval::x, and MkFitGeometryESProducer::GapCollector::Interval::y.

Referenced by produce().

376  {
377 #ifdef DUMP_MKF_GEO
378  printf("\n*** addTECGeometry\n\n");
379 #endif
380  // For TEC we also need to discover hole in radial extents.
381  layer_gap_map_t lgc_map;
382  for (auto &det : trackerGeom_->detsTEC()) {
383  fillShapeAndPlacement(det, trk_info, material_histogram, &lgc_map);
384  }
385  // Now loop over the GapCollectors and see if there is a coverage gap.
386  std::ostringstream ostr;
387  ostr << "addTECGeometry() gap report:\n";
388  GapCollector::Interval itvl;
389  for (auto &[layer, gcol] : lgc_map) {
390  gcol.sqrt_elements();
391  if (gcol.find_gap(itvl, 0.5)) {
392  ostr << " layer: " << layer << ", gap: " << itvl.x << " -> " << itvl.y << " width = " << itvl.y - itvl.x << "\n";
393  ostr << " all gaps: ";
394  gcol.print_gaps(ostr);
395  ostr << "\n";
396  trk_info.layer_nc(layer).set_r_hole_range(itvl.x, itvl.y);
397  }
398  }
399  edm::LogVerbatim("MkFitGeometryESProducer") << ostr.str();
400 }
Log< level::Info, true > LogVerbatim
void set_r_hole_range(float rh1, float rh2)
Definition: TrackerInfo.cc:49
LayerInfo & layer_nc(int l)
Definition: TrackerInfo.h:200
const TrackerGeometry * trackerGeom_
void fillShapeAndPlacement(const GeomDet *det, mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram, layer_gap_map_t *lgc_map=nullptr)
const DetContainer & detsTEC() const
std::unordered_map< int, GapCollector > layer_gap_map_t

◆ addTIBGeometry()

void MkFitGeometryESProducer::addTIBGeometry ( mkfit::TrackerInfo trk_info,
MaterialHistogram material_histogram 
)
private

Definition at line 349 of file MkFitGeometryESProducer.cc.

References TrackerGeometry::detsTIB(), fillShapeAndPlacement(), and trackerGeom_.

Referenced by produce().

349  {
350 #ifdef DUMP_MKF_GEO
351  printf("\n*** addTIBGeometry\n\n");
352 #endif
353  for (auto &det : trackerGeom_->detsTIB()) {
354  fillShapeAndPlacement(det, trk_info, material_histogram);
355  }
356 }
const DetContainer & detsTIB() const
const TrackerGeometry * trackerGeom_
void fillShapeAndPlacement(const GeomDet *det, mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram, layer_gap_map_t *lgc_map=nullptr)

◆ addTIDGeometry()

void MkFitGeometryESProducer::addTIDGeometry ( mkfit::TrackerInfo trk_info,
MaterialHistogram material_histogram 
)
private

Definition at line 367 of file MkFitGeometryESProducer.cc.

References TrackerGeometry::detsTID(), fillShapeAndPlacement(), and trackerGeom_.

Referenced by produce().

367  {
368 #ifdef DUMP_MKF_GEO
369  printf("\n*** addTIDGeometry\n\n");
370 #endif
371  for (auto &det : trackerGeom_->detsTID()) {
372  fillShapeAndPlacement(det, trk_info, material_histogram);
373  }
374 }
const TrackerGeometry * trackerGeom_
void fillShapeAndPlacement(const GeomDet *det, mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram, layer_gap_map_t *lgc_map=nullptr)
const DetContainer & detsTID() const

◆ addTOBGeometry()

void MkFitGeometryESProducer::addTOBGeometry ( mkfit::TrackerInfo trk_info,
MaterialHistogram material_histogram 
)
private

Definition at line 358 of file MkFitGeometryESProducer.cc.

References TrackerGeometry::detsTOB(), fillShapeAndPlacement(), and trackerGeom_.

Referenced by produce().

358  {
359 #ifdef DUMP_MKF_GEO
360  printf("\n*** addTOBGeometry\n\n");
361 #endif
362  for (auto &det : trackerGeom_->detsTOB()) {
363  fillShapeAndPlacement(det, trk_info, material_histogram);
364  }
365 }
const DetContainer & detsTOB() const
const TrackerGeometry * trackerGeom_
void fillShapeAndPlacement(const GeomDet *det, mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram, layer_gap_map_t *lgc_map=nullptr)

◆ aggregateMaterialInfo()

void MkFitGeometryESProducer::aggregateMaterialInfo ( mkfit::TrackerInfo trk_info,
MaterialHistogram material_histogram 
)
private

Definition at line 410 of file MkFitGeometryESProducer.cc.

References mps_fire::i, dqmiolumiharvest::j, mkfit::TrackerInfo::mat_nbins_r(), mkfit::TrackerInfo::mat_nbins_z(), mkfit::TrackerInfo::material_bbxi(), mkfit::TrackerInfo::material_radl(), MkFitGeometryESProducer::MatHistBin::rl, MkFitGeometryESProducer::MatHistBin::weight, and MkFitGeometryESProducer::MatHistBin::xi.

Referenced by produce().

411  {
412  //from histogram (vector of tuples) to grid
413  for (int i = 0; i < trk_info.mat_nbins_z(); i++) {
414  for (int j = 0; j < trk_info.mat_nbins_r(); j++) {
415  const MatHistBin &mhb = material_histogram(i, j);
416  if (mhb.weight > 0) {
417  trk_info.material_bbxi(i, j) = mhb.xi / mhb.weight;
418  trk_info.material_radl(i, j) = mhb.rl / mhb.weight;
419  }
420  }
421  }
422 }
int mat_nbins_r() const
Definition: TrackerInfo.h:221
float material_radl(int binZ, int binR) const
Definition: TrackerInfo.h:229
float material_bbxi(int binZ, int binR) const
Definition: TrackerInfo.h:228
int mat_nbins_z() const
Definition: TrackerInfo.h:220

◆ considerPoint()

void MkFitGeometryESProducer::considerPoint ( const GlobalPoint gp,
mkfit::LayerInfo lay_info 
)
private

Definition at line 188 of file MkFitGeometryESProducer.cc.

References mkfit::LayerInfo::extend_limits(), runTauDisplay::gp, alignCSCRings::r, and z.

Referenced by fillShapeAndPlacement().

188  {
189  // Use radius squared during bounding-region search.
190  float r = gp.perp2(), z = gp.z();
191  li.extend_limits(r, z);
192 }

◆ fillDescriptions()

void MkFitGeometryESProducer::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

◆ fillLayers()

void MkFitGeometryESProducer::fillLayers ( mkfit::TrackerInfo trk_info)
private

Definition at line 424 of file MkFitGeometryESProducer.cc.

References funct::abs(), mps_fire::i, testProducerWithPsetDescEmpty_cfi::i2, mkfit::LayerInfo::is_barrel(), dqmiolumiharvest::j, mkfit::TrackerInfo::layer(), mkfit::TrackerInfo::mat_bin_r(), mkfit::TrackerInfo::mat_bin_z(), mkfit::TrackerInfo::mat_nbins_r(), mkfit::TrackerInfo::mat_nbins_z(), mkfit::TrackerInfo::material_bbxi(), mkfit::TrackerInfo::material_radl(), SiStripPI::max, mkfit::TrackerInfo::n_layers(), mkfit::LayerInfo::rin(), mkfit::LayerInfo::rout(), mkfit::LayerInfo::zmax(), SiStripMonitorCluster_cfi::zmax, mkfit::LayerInfo::zmin(), and SiStripMonitorCluster_cfi::zmin.

Referenced by produce().

424  {
425  mkfit::rectvec<int> rneighbor_map(trk_info.mat_nbins_z(), trk_info.mat_nbins_r());
426  mkfit::rectvec<int> zneighbor_map(trk_info.mat_nbins_z(), trk_info.mat_nbins_r());
427 
428  for (int im = 0; im < trk_info.n_layers(); ++im) {
429  const mkfit::LayerInfo &li = trk_info.layer(im);
430  if (!li.is_barrel() && li.zmax() < 0)
431  continue; // neg endcap covered by pos
432  int rin, rout, zmin, zmax;
433  rin = trk_info.mat_bin_r(li.rin());
434  rout = trk_info.mat_bin_r(li.rout()) + 1;
435  if (li.is_barrel()) {
436  zmin = 0;
437  zmax = trk_info.mat_bin_z(std::max(std::abs(li.zmax()), std::abs(li.zmin()))) + 1;
438  } else {
439  zmin = trk_info.mat_bin_z(li.zmin());
440  zmax = trk_info.mat_bin_z(li.zmax()) + 1;
441  }
442  for (int i = zmin; i < zmax; i++) {
443  for (int j = rin; j < rout; j++) {
444  if (trk_info.material_bbxi(i, j) == 0) {
445  float distancesqmin = 100000;
446  for (int i2 = zmin; i2 < zmax; i2++) {
447  for (int j2 = rin; j2 < rout; j2++) {
448  if (j == j2 && i == i2)
449  continue;
450  auto mydistsq = (i - i2) * (i - i2) + (j - j2) * (j - j2);
451  if (mydistsq < distancesqmin && trk_info.material_radl(i2, j2) > 0) {
452  distancesqmin = mydistsq;
453  zneighbor_map(i, j) = i2;
454  rneighbor_map(i, j) = j2;
455  }
456  }
457  } // can work on speedup here
458  }
459  }
460  }
461  for (int i = zmin; i < zmax; i++) {
462  for (int j = rin; j < rout; j++) {
463  if (trk_info.material_bbxi(i, j) == 0) {
464  int iN = zneighbor_map(i, j);
465  int jN = rneighbor_map(i, j);
466  trk_info.material_bbxi(i, j) = trk_info.material_bbxi(iN, jN);
467  trk_info.material_radl(i, j) = trk_info.material_radl(iN, jN);
468  }
469  }
470  }
471  } //module loop
472 }
float rin() const
Definition: TrackerInfo.h:63
float zmax() const
Definition: TrackerInfo.h:67
int mat_nbins_r() const
Definition: TrackerInfo.h:221
float zmin() const
Definition: TrackerInfo.h:66
float material_radl(int binZ, int binR) const
Definition: TrackerInfo.h:229
int n_layers() const
Definition: TrackerInfo.h:198
int mat_bin_z(float z) const
Definition: TrackerInfo.h:224
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
int mat_bin_r(float r) const
Definition: TrackerInfo.h:225
const LayerInfo & layer(int l) const
Definition: TrackerInfo.h:199
float material_bbxi(int binZ, int binR) const
Definition: TrackerInfo.h:228
float rout() const
Definition: TrackerInfo.h:64
int mat_nbins_z() const
Definition: TrackerInfo.h:220
bool is_barrel() const
Definition: TrackerInfo.h:73

◆ fillShapeAndPlacement()

void MkFitGeometryESProducer::fillShapeAndPlacement ( const GeomDet det,
mkfit::TrackerInfo trk_info,
MaterialHistogram material_histogram,
layer_gap_map_t lgc_map = nullptr 
)
private

Definition at line 194 of file MkFitGeometryESProducer.cc.

References b, b2, reco::ceil(), considerPoint(), mkfit::LayerNumberConverter::convertLayerNumber(), PVValHelper::dx, PVValHelper::dy, PVValHelper::dz, Exception, f, findRZBox(), GeomDet::geographicalId(), mps_fire::i, TrackerTopology::isStereo(), dqmiolumiharvest::j, TrackerTopology::layer(), mkfit::TrackerInfo::layer_nc(), layerNrConv_, mkfit::TrackerInfo::mat_nbins_r(), mkfit::TrackerInfo::mat_nbins_z(), mkfit::TrackerInfo::mat_range_r(), mkfit::TrackerInfo::mat_range_z(), SiStripPI::max, Surface::mediumProperties(), SiStripPI::min, hltL1SingleMuFiltered5_cfi::overlap, AlCaHLTBitMon_ParallelJobs::p, PV3DBase< T, PVType, FrameType >::perp2(), PosEndcap, GeomDet::position(), MediumProperties::radLen(), DetId::rawId(), GeomDet::rotation(), TrackerTopology::side(), DetId::subdetId(), GeomDet::surface(), SiStripSubdetector::TEC, TrackerTopology::tecIsDoubleSide(), SiStripSubdetector::TIB, TrackerTopology::tibIsDoubleSide(), SiStripSubdetector::TID, TrackerTopology::tidIsDoubleSide(), SiStripSubdetector::TOB, TrackerTopology::tobIsDoubleSide(), Surface::toGlobal(), trackerTopo_, useMatched, x, TkRotation< T >::x(), MediumProperties::xi(), geometryCSVtoXML::xy, z, and TkRotation< T >::z().

Referenced by addPixBGeometry(), addPixEGeometry(), addTECGeometry(), addTIBGeometry(), addTIDGeometry(), and addTOBGeometry().

197  {
198  DetId detid = det->geographicalId();
199 
200  float xy[4][2];
201  float dz;
202  const Bounds *b = &((det->surface()).bounds());
203 
204  if (const TrapezoidalPlaneBounds *b2 = dynamic_cast<const TrapezoidalPlaneBounds *>(b)) {
205  // See sec. "TrapezoidalPlaneBounds parameters" in doc/reco-geom-notes.txt
206  std::array<const float, 4> const &par = b2->parameters();
207  xy[0][0] = -par[0];
208  xy[0][1] = -par[3];
209  xy[1][0] = -par[1];
210  xy[1][1] = par[3];
211  xy[2][0] = par[1];
212  xy[2][1] = par[3];
213  xy[3][0] = par[0];
214  xy[3][1] = -par[3];
215  dz = par[2];
216 
217 #ifdef DUMP_MKF_GEO
218  printf("TRAP 0x%x %f %f %f %f ", detid.rawId(), par[0], par[1], par[2], par[3]);
219 #endif
220  } else if (const RectangularPlaneBounds *b2 = dynamic_cast<const RectangularPlaneBounds *>(b)) {
221  // Rectangular
222  float dx = b2->width() * 0.5; // half width
223  float dy = b2->length() * 0.5; // half length
224  xy[0][0] = -dx;
225  xy[0][1] = -dy;
226  xy[1][0] = -dx;
227  xy[1][1] = dy;
228  xy[2][0] = dx;
229  xy[2][1] = dy;
230  xy[3][0] = dx;
231  xy[3][1] = -dy;
232  dz = b2->thickness() * 0.5; // half thickness
233 
234 #ifdef DUMP_MKF_GEO
235  printf("RECT 0x%x %f %f %f ", detid.rawId(), dx, dy, dz);
236 #endif
237  } else {
238  throw cms::Exception("UnimplementedFeature") << "unsupported Bounds class";
239  }
240 
241  const bool useMatched = false;
242  int lay =
244  trackerTopo_->layer(detid),
245  useMatched,
246  trackerTopo_->isStereo(detid),
247  trackerTopo_->side(detid) == static_cast<unsigned>(TrackerDetSide::PosEndcap));
248 #ifdef DUMP_MKF_GEO
249  printf(" subdet=%d layer=%d side=%d is_stereo=%d --> mkflayer=%d\n",
250  detid.subdetId(),
251  trackerTopo_->layer(detid),
252  trackerTopo_->side(detid),
253  trackerTopo_->isStereo(detid),
254  lay);
255 #endif
256 
257  mkfit::LayerInfo &layer_info = trk_info.layer_nc(lay);
258  if (lgc_map) {
259  (*lgc_map)[lay].reset_current();
260  }
261  float zbox_min = 1000, zbox_max = 0, rbox_min = 1000, rbox_max = 0;
262  for (int i = 0; i < 4; ++i) {
263  Local3DPoint lp1(xy[i][0], xy[i][1], -dz);
264  Local3DPoint lp2(xy[i][0], xy[i][1], dz);
265  GlobalPoint gp1 = det->surface().toGlobal(lp1);
266  GlobalPoint gp2 = det->surface().toGlobal(lp2);
267  considerPoint(gp1, layer_info);
268  considerPoint(gp2, layer_info);
269  findRZBox(gp1, rbox_min, rbox_max, zbox_min, zbox_max);
270  findRZBox(gp2, rbox_min, rbox_max, zbox_min, zbox_max);
271  if (lgc_map) {
272  (*lgc_map)[lay].extend_current(gp1.perp2());
273  (*lgc_map)[lay].extend_current(gp2.perp2());
274  }
275  }
276  if (lgc_map) {
277  (*lgc_map)[lay].add_current();
278  }
279  // Module information
280  const auto &p = det->position();
281  auto z = det->rotation().z();
282  auto x = det->rotation().x();
283  layer_info.register_module({{p.x(), p.y(), p.z()}, {z.x(), z.y(), z.z()}, {x.x(), x.y(), x.z()}, detid.rawId()});
284  // Set some layer parameters (repeatedly, would require hard-coding otherwise)
285  layer_info.set_subdet(detid.subdetId());
286  layer_info.set_is_pixel(detid.subdetId() <= 2);
287  layer_info.set_is_stereo(trackerTopo_->isStereo(detid));
288 
289  bool doubleSide = false; //double modules have double material
290  if (detid.subdetId() == SiStripSubdetector::TIB)
291  doubleSide = trackerTopo_->tibIsDoubleSide(detid);
292  else if (detid.subdetId() == SiStripSubdetector::TID)
293  doubleSide = trackerTopo_->tidIsDoubleSide(detid);
294  else if (detid.subdetId() == SiStripSubdetector::TOB)
295  doubleSide = trackerTopo_->tobIsDoubleSide(detid);
296  else if (detid.subdetId() == SiStripSubdetector::TEC)
297  doubleSide = trackerTopo_->tecIsDoubleSide(detid);
298 
299  if (!doubleSide) //fill material
300  {
301  //module material
302  const float bbxi = det->surface().mediumProperties().xi();
303  const float radL = det->surface().mediumProperties().radLen();
304  //loop over bins to fill histogram with bbxi, radL and their weight, which the overlap surface in r-z with the cmsquare of a bin
305  const float iBin = trk_info.mat_range_z() / trk_info.mat_nbins_z();
306  const float jBin = trk_info.mat_range_r() / trk_info.mat_nbins_r();
307  for (int i = std::floor(zbox_min / iBin); i < std::ceil(zbox_max / iBin); i++) {
308  for (int j = std::floor(rbox_min / jBin); j < std::ceil(rbox_max / jBin); j++) {
309  const float iF = i * iBin;
310  const float jF = j * jBin;
311  float overlap = std::max(0.f, std::min(jF + jBin, rbox_max) - std::max(jF, rbox_min)) *
312  std::max(0.f, std::min(iF + iBin, zbox_max) - std::max(iF, zbox_min));
313  if (overlap > 0)
314  material_histogram(i, j).add(overlap, bbxi, radL);
315  }
316  }
317  }
318 }
constexpr int32_t ceil(float num)
bool tibIsDoubleSide(const DetId &id) const
bool tecIsDoubleSide(const DetId &id) const
bool tidIsDoubleSide(const DetId &id) const
bool isStereo(const DetId &id) const
const TrackerTopology * trackerTopo_
unsigned int side(const DetId &id) const
LayerInfo & layer_nc(int l)
Definition: TrackerInfo.h:200
bool tobIsDoubleSide(const DetId &id) const
constexpr bool useMatched
unsigned int layer(const DetId &id) const
int mat_nbins_r() const
Definition: TrackerInfo.h:221
const Surface::RotationType & rotation() const
The rotation defining the local R.F.
Definition: GeomDet.h:46
Basic3DVector< T > x() const
float radLen() const
float mat_range_z() const
Definition: TrackerInfo.h:222
Basic3DVector< T > z() const
void considerPoint(const GlobalPoint &gp, mkfit::LayerInfo &lay_info)
double f[11][100]
weight_default_t b2[10]
Definition: b2.h:9
constexpr int subdetId() const
get the contents of the subdetector field (not cast into any detector&#39;s numbering enum) ...
Definition: DetId.h:48
DetId geographicalId() const
The label of this GeomDet.
Definition: GeomDet.h:64
float mat_range_r() const
Definition: TrackerInfo.h:223
GlobalPoint toGlobal(const Point2DBase< Scalar, LocalTag > lp) const
Definition: Surface.h:79
Definition: DetId.h:17
const Plane & surface() const
The nominal surface of the GeomDet.
Definition: GeomDet.h:37
constexpr uint32_t rawId() const
get the raw id
Definition: DetId.h:57
double b
Definition: hdecay.h:120
void findRZBox(const GlobalPoint &gp, float &rmin, float &rmax, float &zmin, float &zmax)
T perp2() const
Definition: PV3DBase.h:68
const Surface::PositionType & position() const
The position (origin of the R.F.)
Definition: GeomDet.h:43
mkfit::LayerNumberConverter layerNrConv_
Definition: Bounds.h:18
const MediumProperties & mediumProperties() const
Definition: Surface.h:83
int convertLayerNumber(int det, int lay, bool useMatched, int isStereo, bool posZ) const
float xi() const
int mat_nbins_z() const
Definition: TrackerInfo.h:220

◆ findRZBox()

void MkFitGeometryESProducer::findRZBox ( const GlobalPoint gp,
float &  rmin,
float &  rmax,
float &  zmin,
float &  zmax 
)
private

◆ produce()

std::unique_ptr< MkFitGeometry > MkFitGeometryESProducer::produce ( const TrackerRecoGeometryRecord iRecord)

Definition at line 498 of file MkFitGeometryESProducer.cc.

References addPixBGeometry(), addPixEGeometry(), addTECGeometry(), addTIBGeometry(), addTIDGeometry(), addTOBGeometry(), aggregateMaterialInfo(), mkfit::PropagationConfig::apply_tracker_info(), cms::cuda::assert(), mkfit::PropagationConfig::backward_fit_pflags, mkfit::PropagationConfig::backward_fit_to_pca, Exception, f, fillLayers(), mkfit::PropagationConfig::finding_inter_layer_pflags, mkfit::PropagationConfig::finding_intra_layer_pflags, mkfit::PropagationConfig::finding_requires_propagation_to_hit_pos, mkfit::PropagationConfig::forward_fit_pflags, geomToken_, edm::eventsetup::DependentRecordImplementation< RecordT, ListT >::get(), mps_fire::i, TrackerGeometry::isThere(), layerNrConv_, SiStripPI::max, eostools::move(), GeomDetEnumerators::P1PXB, GeomDetEnumerators::P1PXEC, GeomDetEnumerators::P2OTB, GeomDetEnumerators::P2OTEC, GeomDetEnumerators::P2PXB, GeomDetEnumerators::P2PXEC, mkfit::PropagationConfig::pca_prop_pflags, mkfit::PF_apply_material, mkfit::PF_none, mkfit::PF_use_param_b_field, mkfit::phase2, mkfit::LayerNumberConverter::reset(), mkfit::PropagationConfig::seed_fit_pflags, mathSSE::sqrt(), trackerGeom_, trackerToken_, trackerTopo_, and ttopoToken_.

498  {
499  auto trackerInfo = std::make_unique<mkfit::TrackerInfo>();
500 
501  trackerGeom_ = &iRecord.get(geomToken_);
502  trackerTopo_ = &iRecord.get(ttopoToken_);
503 
504  const float *qBinDefaults = nullptr;
505 
506  // std::string path = "Geometry/TrackerCommonData/data/";
508  edm::LogInfo("MkFitGeometryESProducer") << "Extracting PhaseI geometry";
509  trackerInfo->create_layers(18, 27, 27);
510  qBinDefaults = phase1QBins;
511 
512  trackerInfo->create_material(300, 300.0f, 120, 120.0f);
515  edm::LogInfo("MkFitGeometryESProducer") << "Extracting PhaseII geometry";
517  trackerInfo->create_layers(16, 22, 22);
518  qBinDefaults = phase2QBins;
519  trackerInfo->create_material(300, 300.0f, 120, 120.0f);
520  } else {
521  throw cms::Exception("UnimplementedFeature") << "unsupported / unknowen geometry version";
522  }
523 
524  // Prepare layer boundaries for bounding-box search
525  for (int i = 0; i < trackerInfo->n_layers(); ++i) {
526  auto &li = trackerInfo->layer_nc(i);
527  li.set_limits(
529  li.reserve_modules(256);
530  }
531 
532  MaterialHistogram material_histogram(trackerInfo->mat_nbins_z(), trackerInfo->mat_nbins_r());
533 
534  // This is sort of CMS-phase1 specific ... but fireworks code uses it for PhaseII as well.
535  addPixBGeometry(*trackerInfo, material_histogram);
536  addPixEGeometry(*trackerInfo, material_histogram);
537  addTIBGeometry(*trackerInfo, material_histogram);
538  addTIDGeometry(*trackerInfo, material_histogram);
539  addTOBGeometry(*trackerInfo, material_histogram);
540  addTECGeometry(*trackerInfo, material_histogram);
541 
542  // r_in/out kept as squares until here, root them
543  unsigned int n_mod = 0;
544  for (int i = 0; i < trackerInfo->n_layers(); ++i) {
545  auto &li = trackerInfo->layer_nc(i);
546  li.set_r_in_out(std::sqrt(li.rin()), std::sqrt(li.rout()));
547  li.set_propagate_to(li.is_barrel() ? li.r_mean() : li.z_mean());
548  li.set_q_bin(qBinDefaults[i]);
549  unsigned int maxsid = li.shrink_modules();
550 
551  n_mod += maxsid;
552 
553  // Make sure the short id fits in the 14 bits...
554  assert(maxsid < 1u << 13);
555  assert(n_mod > 0);
556  }
557 
558  // Material grid
559  aggregateMaterialInfo(*trackerInfo, material_histogram);
560  fillLayers(*trackerInfo);
561 
562  // Propagation configuration
563  {
564  using namespace mkfit;
565  PropagationConfig &pconf = trackerInfo->prop_config_nc();
566  pconf.backward_fit_to_pca = false;
574  pconf.apply_tracker_info(trackerInfo.get());
575  }
576 
577 #ifdef DUMP_MKF_GEO
578  printf("Total number of modules %u, 14-bits fit up to %u modules\n", n_mod, 1u << 13);
579 #endif
580 
581  return std::make_unique<MkFitGeometry>(iRecord.get(geomToken_),
582  iRecord.get(trackerToken_),
583  iRecord.get(ttopoToken_),
584  std::move(trackerInfo),
585  layerNrConv_);
586 }
void addTIDGeometry(mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
void addTOBGeometry(mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
void addTECGeometry(mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
PropagationFlags forward_fit_pflags
void fillLayers(mkfit::TrackerInfo &trk_info)
void addPixBGeometry(mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
edm::ESGetToken< GeometricSearchTracker, TrackerRecoGeometryRecord > trackerToken_
PropagationFlags backward_fit_pflags
const TrackerTopology * trackerTopo_
assert(be >=bs)
PropagationFlags finding_inter_layer_pflags
edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > ttopoToken_
const TrackerGeometry * trackerGeom_
bool isThere(GeomDetEnumerators::SubDetector subdet) const
T sqrt(T t)
Definition: SSEVec.h:19
PropagationFlags seed_fit_pflags
double f[11][100]
void addTIBGeometry(mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
PropagationFlags pca_prop_pflags
Log< level::Info, false > LogInfo
void aggregateMaterialInfo(mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
mkfit::rectvec< MatHistBin > MaterialHistogram
mkfit::LayerNumberConverter layerNrConv_
void apply_tracker_info(const TrackerInfo *ti)
Definition: TrackerInfo.cc:13
void addPixEGeometry(mkfit::TrackerInfo &trk_info, MaterialHistogram &material_histogram)
PropagationFlags finding_intra_layer_pflags
edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > geomToken_
ProductT const & get(ESGetToken< ProductT, DepRecordT > const &iToken) const
def move(src, dest)
Definition: eostools.py:511

Member Data Documentation

◆ geomToken_

edm::ESGetToken<TrackerGeometry, TrackerDigiGeometryRecord> MkFitGeometryESProducer::geomToken_
private

Definition at line 88 of file MkFitGeometryESProducer.cc.

Referenced by MkFitGeometryESProducer(), and produce().

◆ layerNrConv_

mkfit::LayerNumberConverter MkFitGeometryESProducer::layerNrConv_ = {mkfit::TkLayout::phase1}
private

Definition at line 94 of file MkFitGeometryESProducer.cc.

Referenced by fillShapeAndPlacement(), and produce().

◆ trackerGeom_

const TrackerGeometry* MkFitGeometryESProducer::trackerGeom_ = nullptr
private

◆ trackerToken_

edm::ESGetToken<GeometricSearchTracker, TrackerRecoGeometryRecord> MkFitGeometryESProducer::trackerToken_
private

Definition at line 90 of file MkFitGeometryESProducer.cc.

Referenced by MkFitGeometryESProducer(), and produce().

◆ trackerTopo_

const TrackerTopology* MkFitGeometryESProducer::trackerTopo_ = nullptr
private

Definition at line 92 of file MkFitGeometryESProducer.cc.

Referenced by fillShapeAndPlacement(), and produce().

◆ ttopoToken_

edm::ESGetToken<TrackerTopology, TrackerTopologyRcd> MkFitGeometryESProducer::ttopoToken_
private

Definition at line 89 of file MkFitGeometryESProducer.cc.

Referenced by MkFitGeometryESProducer(), and produce().