Go to the documentation of this file.00001
00002 #include "Geometry/TrackerNumberingBuilder/interface/GeometricDetExtra.h"
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00017 GeometricDetExtra::GeometricDetExtra( GeometricDet const * gd, DetId id, GeoHistory& gh, double vol, double dens, double wgt, double cpy, const std::string& mat, const std::string& name, bool dd )
00018 : _mygd(gd), _geographicalId(id), _parents(gh), _volume(vol), _density(dens), _weight(wgt), _copy((int)(cpy)), _material(mat), _name(name), _fromDD(dd)
00019 {
00020
00021 }
00022
00023 GeometricDetExtra::~GeometricDetExtra()
00024 { }
00025