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.
8 
9 //#define LOCAL_DEBUG
10 
12  theDetector=d;
13  if (theDetector->isBarrel()) {
15  } else if (theDetector->isEndcap()) {
17  } else if (theDetector->isRpc()) {
19  } else if (theDetector->isGem()) {
21  }
22 }
23 
25  delete theNumbering;
26 }
27 
29  if (theNumbering) {
31  } else {
32  return 0;
33  }
34 }
35 
virtual int baseNumberToUnitNumber(const MuonBaseNumber)
virtual int baseNumberToUnitNumber(const MuonBaseNumber)
type of data representation of DDCompactView
Definition: DDCompactView.h:77
long long int num
Definition: procUtils.cc:71
MuonNumberingScheme * theNumbering
MuonSimHitNumberingScheme(MuonSubDetector *, const DDCompactView &cpv)