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.
7 
8 //#define LOCAL_DEBUG
9 
11  theDetector=d;
12  if (theDetector->isBarrel()) {
14  } else if (theDetector->isEndcap()) {
16  } else if (theDetector->isRpc()) {
18  }
19 }
20 
22  delete theNumbering;
23 }
24 
26  if (theNumbering) {
28  } else {
29  return 0;
30  }
31 }
32 
virtual int baseNumberToUnitNumber(const MuonBaseNumber)
virtual int baseNumberToUnitNumber(const MuonBaseNumber)
type of data representation of DDCompactView
Definition: DDCompactView.h:81
long long int num
Definition: procUtils.cc:71
MuonNumberingScheme * theNumbering
MuonSimHitNumberingScheme(MuonSubDetector *, const DDCompactView &cpv)