#include <GeometricDetExtra.h>
Public Types | |
typedef std::vector < DDExpandedNode > | GeoHistory |
typedef DDExpandedView::NavRange | NavRange |
Public Member Functions | |
int | copyno () const |
double | density () const |
DetId | geographicalId () const |
GeometricDet const * | geometricDet () const |
GeometricDetExtra (GeometricDet const *gd) | |
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=false) | |
std::string const & | material () const |
std::string const & | name () const |
GeoHistory const & | parents () const |
void | setGeographicalId (DetId id) |
double | volume () const |
bool | wasBuiltFromDD () const |
double | weight () const |
~GeometricDetExtra () | |
Private Attributes | |
int | _copy |
double | _density |
bool | _fromDD |
DetId | _geographicalId |
std::string | _material |
GeometricDet const * | _mygd |
std::string | _name |
GeoHistory | _parents |
double | _volume |
double | _weight |
Composite class GeometricDetExtra. A composite can contain other composites, and so on; You can understand what you are looking at via enum.
Definition at line 25 of file GeometricDetExtra.h.
typedef std::vector<DDExpandedNode> GeometricDetExtra::GeoHistory |
Definition at line 32 of file GeometricDetExtra.h.
Definition at line 27 of file GeometricDetExtra.h.
|
inline |
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 = false |
||
) |
GeometricDetExtra::~GeometricDetExtra | ( | ) |
Definition at line 23 of file GeometricDetExtra.cc.
|
inline |
Definition at line 75 of file GeometricDetExtra.h.
References _copy.
Referenced by CmsTrackerDebugNavigator::iterate(), and PGeometricDetExtraBuilder::putOne().
|
inline |
Definition at line 83 of file GeometricDetExtra.h.
References _density.
Referenced by CmsTrackerDebugNavigator::iterate(), and PGeometricDetExtraBuilder::putOne().
|
inline |
Definition at line 65 of file GeometricDetExtra.h.
References _geographicalId.
Referenced by PGeometricDetExtraBuilder::putOne().
|
inline |
get and set associated GeometricDet DOES NO CHECKING!
Definition at line 55 of file GeometricDetExtra.h.
References _mygd.
|
inline |
Definition at line 91 of file GeometricDetExtra.h.
References _material.
Referenced by PGeometricDetExtraBuilder::putOne().
|
inline |
Definition at line 104 of file GeometricDetExtra.h.
References _name.
Referenced by cuy.divideElement::__init__(), cuy.plotElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), config.CFG::__str__(), and VIDSelectorBase.VIDSelectorBase::initialize().
|
inline |
parents() retuns the geometrical history mec: only works if this is built from DD and not from reco DB.
Definition at line 70 of file GeometricDetExtra.h.
References _parents.
|
inline |
set or add or clear components
Definition at line 61 of file GeometricDetExtra.h.
References _geographicalId.
|
inline |
Definition at line 79 of file GeometricDetExtra.h.
References _volume.
Referenced by CmsTrackerDebugNavigator::iterate(), and PGeometricDetExtraBuilder::putOne().
|
inline |
what it says... used the DD in memory model to build the geometry... or not.
Definition at line 99 of file GeometricDetExtra.h.
References _fromDD.
|
inline |
Definition at line 87 of file GeometricDetExtra.h.
References _weight.
Referenced by cuy.ValElement::__init__(), cuy.additionElement::__init__(), cuy.superimposeElement::__init__(), cuy.graphElement::__init__(), CmsTrackerDebugNavigator::iterate(), and PGeometricDetExtraBuilder::putOne().
|
private |
Definition at line 116 of file GeometricDetExtra.h.
Referenced by copyno().
|
private |
Definition at line 114 of file GeometricDetExtra.h.
Referenced by density().
|
private |
Definition at line 119 of file GeometricDetExtra.h.
Referenced by wasBuiltFromDD().
|
private |
Definition at line 111 of file GeometricDetExtra.h.
Referenced by geographicalId(), and setGeographicalId().
|
private |
Definition at line 117 of file GeometricDetExtra.h.
Referenced by material().
|
private |
|
private |
Definition at line 118 of file GeometricDetExtra.h.
Referenced by name().
|
private |
Definition at line 112 of file GeometricDetExtra.h.
Referenced by parents().
|
private |
Definition at line 113 of file GeometricDetExtra.h.
Referenced by volume().
|
private |
Definition at line 115 of file GeometricDetExtra.h.
Referenced by weight().