CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackerG4SimHitNumberingScheme.cc
Go to the documentation of this file.
3 
4 #include "G4VTouchable.hh"
5 #include "G4TransportationManager.hh"
6 #include "G4Navigator.hh"
7 #include "G4TouchableHistory.hh"
8 
9 unsigned int TrackerG4SimHitNumberingScheme::g4ToNumberingScheme(const G4VTouchable* pv){
10  return ts->touchableToInt(pv);
11 }
13  const GeometricDet& det ){
14  ts = new TouchableToHistory(cpv,det);
15 }
17  if (ts) delete ts;
18 }
TrackerG4SimHitNumberingScheme(const DDCompactView &, const GeometricDet &)
type of data representation of DDCompactView
Definition: DDCompactView.h:77
unsigned int g4ToNumberingScheme(const G4VTouchable *)
int touchableToInt(const G4VTouchable *)