CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
AlignmentPI::topolInfo Struct Reference

#include <AlignmentPayloadInspectorHelper.h>

Public Member Functions

void fillGeometryInfo (const DetId &detId, const TrackerTopology &tTopo, bool isPhase0)
 
AlignmentPI::regions filterThePartition ()
 
void init ()
 
void printAll ()
 
bool sanityCheck ()
 
virtual ~topolInfo ()
 

Private Attributes

bool m_isDoubleSide
 
bool m_isInternal
 
bool m_isRphi
 
int m_layer
 
uint32_t m_rawid
 
int m_ring
 
int m_side
 
int m_subdetid
 

Detailed Description

Definition at line 379 of file AlignmentPayloadInspectorHelper.h.

Constructor & Destructor Documentation

◆ ~topolInfo()

virtual AlignmentPI::topolInfo::~topolInfo ( )
inlinevirtual

Definition at line 396 of file AlignmentPayloadInspectorHelper.h.

396 {}

Member Function Documentation

◆ fillGeometryInfo()

void AlignmentPI::topolInfo::fillGeometryInfo ( const DetId detId,
const TrackerTopology tTopo,
bool  isPhase0 
)
inline

Definition at line 433 of file AlignmentPayloadInspectorHelper.h.

References hcalRecHitTable_cff::detId, AlignmentPI::isBPixOuterLadder(), TrackerTopology::isRPhi(), m_isDoubleSide, m_isInternal, m_isRphi, m_layer, m_rawid, m_ring, m_side, m_subdetid, PixelSubdetector::PixelBarrel, PixelSubdetector::PixelEndcap, TrackerTopology::pxbLayer(), TrackerTopology::pxfDisk(), TrackerTopology::pxfSide(), StripSubdetector::TEC, TrackerTopology::tecIsDoubleSide(), TrackerTopology::tecPetalInfo(), TrackerTopology::tecRing(), TrackerTopology::tecSide(), TrackerTopology::tecWheel(), StripSubdetector::TIB, TrackerTopology::tibIsDoubleSide(), TrackerTopology::tibIsInternalString(), TrackerTopology::tibLayer(), TrackerTopology::tibSide(), StripSubdetector::TID, TrackerTopology::tidIsDoubleSide(), TrackerTopology::tidModuleInfo(), TrackerTopology::tidRing(), TrackerTopology::tidSide(), TrackerTopology::tidWheel(), StripSubdetector::TOB, TrackerTopology::tobIsDoubleSide(), TrackerTopology::tobLayer(), TrackerTopology::tobModule(), and TrackerTopology::tobSide().

435  {
436  unsigned int subdetId = static_cast<unsigned int>(detId.subdetId());
437 
438  m_rawid = detId.rawId();
439  m_subdetid = subdetId;
440 
441  if (subdetId == StripSubdetector::TIB) {
442  m_layer = tTopo.tibLayer(detId.rawId());
443  m_side = tTopo.tibSide(detId.rawId());
444  m_isRphi = tTopo.isRPhi(detId.rawId());
445  m_isDoubleSide = tTopo.tibIsDoubleSide(detId.rawId());
446  m_isInternal = tTopo.tibIsInternalString(detId.rawId());
447  } else if (subdetId == StripSubdetector::TOB) {
448  m_layer = tTopo.tobLayer(detId.rawId());
449  m_side = tTopo.tobSide(detId.rawId());
450  m_isRphi = tTopo.isRPhi(detId.rawId());
451  m_isDoubleSide = tTopo.tobIsDoubleSide(detId.rawId());
452  m_isInternal = tTopo.tobModule(detId.rawId()) % 2;
453  } else if (subdetId == StripSubdetector::TID) {
454  m_layer = tTopo.tidWheel(detId.rawId());
455  m_side = tTopo.tidSide(detId.rawId());
456  m_isRphi = tTopo.isRPhi(detId.rawId());
457  m_ring = tTopo.tidRing(detId.rawId());
458  m_isDoubleSide = tTopo.tidIsDoubleSide(detId.rawId());
459  m_isInternal = tTopo.tidModuleInfo(detId.rawId())[0];
460  } else if (subdetId == StripSubdetector::TEC) {
461  m_layer = tTopo.tecWheel(detId.rawId());
462  m_side = tTopo.tecSide(detId.rawId());
463  m_isRphi = tTopo.isRPhi(detId.rawId());
464  m_ring = tTopo.tecRing(detId.rawId());
465  m_isDoubleSide = tTopo.tecIsDoubleSide(detId.rawId());
466  m_isInternal = tTopo.tecPetalInfo(detId.rawId())[0];
467  } else if (subdetId == PixelSubdetector::PixelBarrel) {
468  m_layer = tTopo.pxbLayer(detId.rawId());
470  } else if (subdetId == PixelSubdetector::PixelEndcap) {
471  m_layer = tTopo.pxfDisk(detId.rawId());
472  m_side = tTopo.pxfSide(detId.rawId());
473  } else
474  edm::LogWarning("LogicError") << "Unknown subdetid: " << subdetId;
475  }
static constexpr auto TEC
bool tibIsDoubleSide(const DetId &id) const
bool tecIsDoubleSide(const DetId &id) const
bool tidIsDoubleSide(const DetId &id) const
unsigned int tobLayer(const DetId &id) const
unsigned int pxbLayer(const DetId &id) const
unsigned int tibSide(const DetId &id) const
unsigned int tobSide(const DetId &id) const
std::vector< unsigned int > tidModuleInfo(const DetId &id) const
unsigned int tidSide(const DetId &id) const
std::vector< unsigned int > tecPetalInfo(const DetId &id) const
unsigned int tidWheel(const DetId &id) const
unsigned int tecWheel(const DetId &id) const
bool isBPixOuterLadder(const DetId &detid, const TrackerTopology &tTopo, bool isPhase0)
bool isRPhi(const DetId &id) const
unsigned int tecRing(const DetId &id) const
ring id
bool tobIsDoubleSide(const DetId &id) const
unsigned int tecSide(const DetId &id) const
unsigned int pxfDisk(const DetId &id) const
static constexpr auto TOB
unsigned int pxfSide(const DetId &id) const
static constexpr auto TIB
bool tibIsInternalString(const DetId &id) const
unsigned int tidRing(const DetId &id) const
unsigned int tibLayer(const DetId &id) const
unsigned int tobModule(const DetId &id) const
Log< level::Warning, false > LogWarning
static constexpr auto TID

◆ filterThePartition()

AlignmentPI::regions AlignmentPI::topolInfo::filterThePartition ( )
inline

Definition at line 480 of file AlignmentPayloadInspectorHelper.h.

References AlignmentPI::BPixL1i, AlignmentPI::BPixL1o, AlignmentPI::BPixL2i, AlignmentPI::BPixL2o, AlignmentPI::BPixL3i, AlignmentPI::BPixL3o, AlignmentPI::BPixL4i, AlignmentPI::BPixL4o, AlignmentPI::FPixmL1, AlignmentPI::FPixmL2, AlignmentPI::FPixmL3, AlignmentPI::FPixpL1, AlignmentPI::FPixpL2, AlignmentPI::FPixpL3, m_isDoubleSide, m_isInternal, m_isRphi, m_layer, m_ring, m_side, m_subdetid, AlignmentPI::NUM_OF_REGIONS, runTheMatrix::ret, AlignmentPI::StripDoubleSide, AlignmentPI::TECmR1R, AlignmentPI::TECmR1S, AlignmentPI::TECmR2R, AlignmentPI::TECmR2S, AlignmentPI::TECmR3, AlignmentPI::TECmR4, AlignmentPI::TECmR5, AlignmentPI::TECmR6, AlignmentPI::TECmR7, AlignmentPI::TECpR1R, AlignmentPI::TECpR1S, AlignmentPI::TECpR2R, AlignmentPI::TECpR2S, AlignmentPI::TECpR3, AlignmentPI::TECpR4, AlignmentPI::TECpR5, AlignmentPI::TECpR6, AlignmentPI::TECpR7, AlignmentPI::TIBL1Ri, AlignmentPI::TIBL1Ro, AlignmentPI::TIBL1Si, AlignmentPI::TIBL1So, AlignmentPI::TIBL2Ri, AlignmentPI::TIBL2Ro, AlignmentPI::TIBL2Si, AlignmentPI::TIBL2So, AlignmentPI::TIBL3i, AlignmentPI::TIBL3o, AlignmentPI::TIBL4i, AlignmentPI::TIBL4o, AlignmentPI::TIDmR1R, AlignmentPI::TIDmR1S, AlignmentPI::TIDmR2R, AlignmentPI::TIDmR2S, AlignmentPI::TIDmR3, AlignmentPI::TIDpR1R, AlignmentPI::TIDpR1S, AlignmentPI::TIDpR2R, AlignmentPI::TIDpR2S, AlignmentPI::TIDpR3, AlignmentPI::TOBL1Ri, AlignmentPI::TOBL1Ro, AlignmentPI::TOBL1Si, AlignmentPI::TOBL1So, AlignmentPI::TOBL2Ri, AlignmentPI::TOBL2Ro, AlignmentPI::TOBL2Si, AlignmentPI::TOBL2So, AlignmentPI::TOBL3i, AlignmentPI::TOBL3o, AlignmentPI::TOBL4i, AlignmentPI::TOBL4o, AlignmentPI::TOBL5i, AlignmentPI::TOBL5o, AlignmentPI::TOBL6i, and AlignmentPI::TOBL6o.

482  {
484 
485  if (m_isDoubleSide) {
487  }
488 
489  // BPix
490  if (m_subdetid == 1) {
491  switch (m_layer) {
492  case 1:
494  break;
495  case 2:
497  break;
498  case 3:
500  break;
501  case 4:
503  break;
504  default:
505  edm::LogWarning("LogicError") << "Unknow BPix layer: " << m_layer;
506  break;
507  }
508  // FPix
509  } else if (m_subdetid == 2) {
510  switch (m_layer) {
511  case 1:
513  break;
514  case 2:
516  break;
517  case 3:
519  break;
520  default:
521  edm::LogWarning("LogicError") << "Unknow FPix disk: " << m_layer;
522  break;
523  }
524  // TIB
525  } else if (m_subdetid == 3) {
526  switch (m_layer) {
527  case 1:
528  if (m_isRphi) {
530  } else {
532  }
533  break;
534  case 2:
535  if (m_isRphi) {
537  } else {
539  }
540  break;
541  case 3:
543  break;
544  case 4:
546  break;
547  default:
548  edm::LogWarning("LogicError") << "Unknow TIB layer: " << m_layer;
549  break;
550  }
551  // TID
552  } else if (m_subdetid == 4) {
553  switch (m_ring) {
554  case 1:
555  if (m_isRphi) {
557  } else {
559  }
560  break;
561  case 2:
562  if (m_isRphi) {
564  } else {
566  }
567  break;
568  case 3:
570  break;
571  default:
572  edm::LogWarning("LogicError") << "Unknow TID wheel: " << m_layer;
573  break;
574  }
575  // TOB
576  } else if (m_subdetid == 5) {
577  switch (m_layer) {
578  case 1:
579  if (m_isRphi) {
581  } else {
583  }
584  break;
585  case 2:
586  if (m_isRphi) {
588  } else {
590  }
591  break;
592  case 3:
594  break;
595  case 4:
597  break;
598  case 5:
600  break;
601  case 6:
603  break;
604  default:
605  edm::LogWarning("LogicError") << "Unknow TOB layer: " << m_layer;
606  break;
607  }
608  // TEC
609  } else if (m_subdetid == 6) {
610  switch (m_ring) {
611  case 1:
612  if (m_isRphi) {
614  } else {
616  }
617  break;
618  case 2:
619  if (m_isRphi) {
621  } else {
623  }
624  break;
625  case 3:
627  break;
628  case 4:
630  break;
631  case 5:
633  break;
634  case 6:
636  break;
637  case 7:
639  break;
640  default:
641  edm::LogWarning("LogicError") << "Unknow TEC ring: " << m_ring;
642  break;
643  }
644  }
645 
646  return ret;
647  }
ret
prodAgent to be discontinued
Log< level::Warning, false > LogWarning

◆ init()

void AlignmentPI::topolInfo::init ( void  )
inline

◆ printAll()

void AlignmentPI::topolInfo::printAll ( )
inline

◆ sanityCheck()

bool AlignmentPI::topolInfo::sanityCheck ( )
inline

Definition at line 423 of file AlignmentPayloadInspectorHelper.h.

References m_layer, and m_subdetid.

425  {
426  if (m_layer == 0 || (m_subdetid == 1 && m_layer > 4) || (m_subdetid == 2 && m_layer > 3)) {
427  return false;
428  } else {
429  return true;
430  }
431  }

Member Data Documentation

◆ m_isDoubleSide

bool AlignmentPI::topolInfo::m_isDoubleSide
private

◆ m_isInternal

bool AlignmentPI::topolInfo::m_isInternal
private

◆ m_isRphi

bool AlignmentPI::topolInfo::m_isRphi
private

◆ m_layer

int AlignmentPI::topolInfo::m_layer
private

◆ m_rawid

uint32_t AlignmentPI::topolInfo::m_rawid
private

Definition at line 381 of file AlignmentPayloadInspectorHelper.h.

Referenced by fillGeometryInfo(), init(), and printAll().

◆ m_ring

int AlignmentPI::topolInfo::m_ring
private

◆ m_side

int AlignmentPI::topolInfo::m_side
private

◆ m_subdetid

int AlignmentPI::topolInfo::m_subdetid
private