CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CSCBaseValidation.cc
Go to the documentation of this file.
3 
5 : theInputTag(inputTag),
6  theSimHitMap(0),
7  theCSCGeometry(0)
8 {
9 }
10 
11 const CSCLayer * CSCBaseValidation::findLayer(int detId) const {
12  assert(theCSCGeometry != 0);
13  const GeomDetUnit* detUnit = theCSCGeometry->idToDetUnit(CSCDetId(detId));
14  return dynamic_cast<const CSCLayer *>(detUnit);
15 }
const CSCGeometry * theCSCGeometry
CSCBaseValidation(const edm::InputTag &inputTag)
assert(m_qm.get())
virtual const GeomDetUnit * idToDetUnit(DetId) const override
Return the pointer to the GeomDetUnit corresponding to a given DetId.
Definition: CSCGeometry.cc:93
const CSCLayer * findLayer(int detId) const