test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
MuonSimHitNumberingScheme.cc
Go to the documentation of this file.
9 
10 //#define LOCAL_DEBUG
11 
13  theDetector=d;
14  if (theDetector->isBarrel()) {
16  } else if (theDetector->isEndcap()) {
18  } else if (theDetector->isRPC()) {
20  } else if (theDetector->isGEM()) {
22  } else if (theDetector->isME0()) {
24  }
25 }
26 
28  delete theNumbering;
29 }
30 
32  if (theNumbering) {
34  } else {
35  return 0;
36  }
37 }
38 
type of data representation of DDCompactView
Definition: DDCompactView.h:90
tuple d
Definition: ztail.py:151
virtual int baseNumberToUnitNumber(const MuonBaseNumber &)
virtual int baseNumberToUnitNumber(const MuonBaseNumber &)
MuonNumberingScheme * theNumbering
MuonSimHitNumberingScheme(MuonSubDetector *, const DDCompactView &cpv)