CMS 3D CMS Logo

GeometricTimingDetExtra.cc
Go to the documentation of this file.
2 
7  DetId id,
8  GeoHistory& gh,
9  double vol,
10  double dens,
11  double wgt,
12  double cpy,
13  const std::string& mat,
14  const std::string& name,
15  bool dd)
16  : _mygd(gd),
17  _geographicalId(id),
18  _parents(gh),
19  _volume(vol),
20  _density(dens),
21  _weight(wgt),
22  _copy((int)(cpy)),
23  _material(mat),
24  _name(name),
25  _fromDD(dd) {}
26 
Definition: DetId.h:17
std::vector< DDExpandedNode > GeoHistory
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=false)
def _copy(old, new, skip=[])