#include <GeometricTimingDetExtra.h>
Public Types | |
using | GeoHistory = std::vector< DDExpandedNode > |
Public Member Functions | |
int | copyno () const |
double | density () const |
DetId | geographicalId () const |
GeometricTimingDet const * | geometricDet () const |
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) | |
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 |
~GeometricTimingDetExtra () | |
Private Attributes | |
int | _copy |
double | _density |
bool | _fromDD |
DetId | _geographicalId |
std::string | _material |
GeometricTimingDet const * | _mygd |
std::string | _name |
GeoHistory | _parents |
double | _volume |
double | _weight |
Definition at line 13 of file GeometricTimingDetExtra.h.
using GeometricTimingDetExtra::GeoHistory = std::vector<DDExpandedNode> |
Definition at line 18 of file GeometricTimingDetExtra.h.
|
explicit |
Constructors to be used when looping over DDD
Definition at line 6 of file GeometricTimingDetExtra.cc.
GeometricTimingDetExtra::~GeometricTimingDetExtra | ( | ) |
Definition at line 27 of file GeometricTimingDetExtra.cc.
|
inline |
Definition at line 51 of file GeometricTimingDetExtra.h.
References _copy.
Referenced by CmsMTDDebugNavigator::iterate().
|
inline |
Definition at line 53 of file GeometricTimingDetExtra.h.
References _density.
Referenced by CmsMTDDebugNavigator::iterate().
|
inline |
Definition at line 47 of file GeometricTimingDetExtra.h.
References _geographicalId.
|
inline |
get and set associated GeometricTimingDet DOES NO CHECKING!
Definition at line 41 of file GeometricTimingDetExtra.h.
References _mygd.
|
inline |
|
inline |
Definition at line 62 of file GeometricTimingDetExtra.h.
References _name.
Referenced by config.CFG::__str__(), validation.Sample::digest(), and VIDSelectorBase.VIDSelectorBase::initialize().
|
inline |
|
inline |
set or add or clear components
Definition at line 46 of file GeometricTimingDetExtra.h.
References _geographicalId, and triggerObjects_cff::id.
|
inline |
Definition at line 52 of file GeometricTimingDetExtra.h.
References _volume.
Referenced by CmsMTDDebugNavigator::iterate().
|
inline |
what it says... used the DD in memory model to build the geometry... or not.
Definition at line 60 of file GeometricTimingDetExtra.h.
References _fromDD.
|
inline |
Definition at line 54 of file GeometricTimingDetExtra.h.
References _weight.
Referenced by CmsMTDDebugNavigator::iterate().
|
private |
Definition at line 73 of file GeometricTimingDetExtra.h.
Referenced by copyno().
|
private |
Definition at line 71 of file GeometricTimingDetExtra.h.
Referenced by density().
|
private |
Definition at line 76 of file GeometricTimingDetExtra.h.
Referenced by wasBuiltFromDD().
|
private |
Definition at line 68 of file GeometricTimingDetExtra.h.
Referenced by geographicalId(), and setGeographicalId().
|
private |
Definition at line 74 of file GeometricTimingDetExtra.h.
Referenced by material().
|
private |
|
private |
Definition at line 75 of file GeometricTimingDetExtra.h.
Referenced by plotting.Subtract::__str__(), plotting.Transform::__str__(), plotting.FakeDuplicate::__str__(), plotting.CutEfficiency::__str__(), plotting.AggregateBins::__str__(), plotting.AggregateHistos::__str__(), plotting.ROC::__str__(), trackingPlots.TimePerEventPlot::__str__(), trackingPlots.TimePerTrackPlot::__str__(), trackingPlots.TimePerEventPlot::_create(), plotting.PlotGroup::_drawSeparate(), plotting.PlotGroup::_save(), plotting.Subtract::create(), plotting.Transform::create(), plotting.FakeDuplicate::create(), plotting.CutEfficiency::create(), plotting.AggregateBins::create(), plotting.AggregateHistos::create(), trackingPlots.TimePerTrackPlot::create(), plotting.Plot::create(), plotting.PlotGroup::draw(), plotting.Plot::getName(), plotting.PlotGroup::getName(), plotting.PlotterFolder::getName(), plotting.PlotterItem::getName(), plotting.PlotterFolder::getSelectionNameIterator(), name(), validation.SimpleSample::name(), trackingPlots.Iteration::name(), plotting.PlotterItem::readDirs(), and plotting.PlotGroup::remove().
|
private |
Definition at line 69 of file GeometricTimingDetExtra.h.
Referenced by parents().
|
private |
Definition at line 70 of file GeometricTimingDetExtra.h.
Referenced by volume().
|
private |
Definition at line 72 of file GeometricTimingDetExtra.h.
Referenced by weight().