CMS 3D CMS Logo

GeometricTimingDetExtra.cc
Go to the documentation of this file.
2 
6 GeometricTimingDetExtra::GeometricTimingDetExtra( GeometricTimingDet const * gd, DetId id, GeoHistory& gh, double vol, double dens, double wgt, double cpy, const std::string& mat, const std::string& name, bool dd )
7  : _mygd(gd), _geographicalId(id), _parents(gh), _volume(vol), _density(dens), _weight(wgt), _copy((int)(cpy)), _material(mat), _name(name), _fromDD(dd)
8 {
9 
10 }
11 
13 { }
14 
std::vector< DDExpandedNode > GeoHistory
Definition: DetId.h:18
Definition: DDUnits.h:8
def _copy(old, new, skip=[])
GeometricTimingDetExtra(GeometricTimingDet const *gd)