Public Member Functions | |
DTGeometryValidate (const ParameterSet &) | |
~DTGeometryValidate () override | |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | clearData () |
void | compareShape (const GeomDet *, const float *) |
void | compareTransform (const GlobalPoint &, const TGeoMatrix *) |
void | endJob () override |
float | getDiff (const float, const float) |
float | getDistance (const GlobalPoint &, const GlobalPoint &) |
void | makeHistogram (const string &, vector< float > &) |
void | makeHistograms (const char *) |
void | validateDTChamberGeometry () |
void | validateDTLayerGeometry () |
Private Attributes | |
vector< float > | bottomWidths_ |
edm::ESHandle< DTGeometry > | dtGeometry_ |
edm::ESGetToken< DTGeometry, MuonGeometryRecord > | dtGeometryToken_ |
FWGeometry | fwGeometry_ |
vector< float > | globalDistances_ |
string | infileName_ |
vector< float > | lengths_ |
TFile * | outFile_ |
string | outfileName_ |
vector< float > | thicknesses_ |
int | tolerance_ |
vector< float > | topWidths_ |
Definition at line 39 of file DTGeometryValidate.cc.
|
explicit |
Definition at line 83 of file DTGeometryValidate.cc.
References personalPlayback::fp, fwGeometry_, edm::ParameterSet::getUntrackedParameter(), infileName_, FWGeometry::loadMap(), outFile_, outfileName_, and tolerance_.
|
inlineoverride |
Definition at line 42 of file DTGeometryValidate.cc.
|
overrideprivate |
Definition at line 94 of file DTGeometryValidate.cc.
References dtGeometry_, dtGeometryToken_, edm::EventSetup::getHandle(), edm::ESHandleBase::isValid(), validateDTChamberGeometry(), and validateDTLayerGeometry().
|
overrideprivate |
|
inlineprivate |
Definition at line 61 of file DTGeometryValidate.cc.
Referenced by validateDTChamberGeometry(), and validateDTLayerGeometry().
|
private |
Definition at line 206 of file DTGeometryValidate.cc.
References cms::cuda::assert(), bottomWidths_, Surface::bounds(), Bounds::length(), lengths_, GeomDet::surface(), Bounds::thickness(), TrackerMaterial_cfi::thickness, thicknesses_, topWidths_, and Bounds::width().
Referenced by validateDTChamberGeometry(), and validateDTLayerGeometry().
|
private |
Definition at line 196 of file DTGeometryValidate.cc.
References HLT_FULL_cff::distance, getDistance(), and globalDistances_.
Referenced by validateDTChamberGeometry(), and validateDTLayerGeometry().
|
overrideprivate |
|
private |
Definition at line 261 of file DTGeometryValidate.cc.
References almost_equal(), and tolerance_.
Referenced by validateDTLayerGeometry().
|
private |
Definition at line 256 of file DTGeometryValidate.cc.
References mathSSE::sqrt(), PV3DBase< T, PVType, FrameType >::x(), PV3DBase< T, PVType, FrameType >::y(), and PV3DBase< T, PVType, FrameType >::z().
Referenced by compareTransform().
|
private |
Definition at line 289 of file DTGeometryValidate.cc.
References SplitLinear::begin, dataset::end, and gpuVertexFinder::hist.
Referenced by makeHistograms(), and validateDTLayerGeometry().
|
private |
Definition at line 268 of file DTGeometryValidate.cc.
References bottomWidths_, ztail::d, globalDistances_, lengths_, makeHistogram(), outFile_, thicknesses_, and topWidths_.
Referenced by validateDTChamberGeometry(), and validateDTLayerGeometry().
|
private |
Definition at line 106 of file DTGeometryValidate.cc.
References clearData(), compareShape(), compareTransform(), dtGeometry_, fwGeometry_, FWGeometry::getMatrix(), FWGeometry::getShapePars(), runTauDisplay::gp, makeHistograms(), makeMuonMisalignmentScenario::matrix, and DetId::rawId().
Referenced by analyze().
|
private |
Definition at line 135 of file DTGeometryValidate.cc.
References cms::cuda::assert(), clearData(), compareShape(), compareTransform(), dtGeometry_, validate-o2o-wbm::f, fwGeometry_, getDiff(), FWGeometry::getMatrix(), FWGeometry::getParameters(), FWGeometry::getShapePars(), runTauDisplay::gp, makeHistogram(), makeHistograms(), makeMuonMisalignmentScenario::matrix, ecaldqm::nChannels, DetId::rawId(), and TrackerMaterial_cfi::thickness.
Referenced by analyze().
|
private |
Definition at line 75 of file DTGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 70 of file DTGeometryValidate.cc.
Referenced by analyze(), validateDTChamberGeometry(), and validateDTLayerGeometry().
|
private |
Definition at line 69 of file DTGeometryValidate.cc.
Referenced by analyze().
|
private |
Definition at line 71 of file DTGeometryValidate.cc.
Referenced by DTGeometryValidate(), validateDTChamberGeometry(), and validateDTLayerGeometry().
|
private |
Definition at line 73 of file DTGeometryValidate.cc.
Referenced by compareTransform(), and makeHistograms().
|
private |
Definition at line 78 of file DTGeometryValidate.cc.
Referenced by DTGeometryValidate().
|
private |
Definition at line 76 of file DTGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 72 of file DTGeometryValidate.cc.
Referenced by beginJob(), DTGeometryValidate(), endJob(), and makeHistograms().
|
private |
Definition at line 79 of file DTGeometryValidate.cc.
Referenced by DTGeometryValidate(), and endJob().
|
private |
Definition at line 77 of file DTGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 80 of file DTGeometryValidate.cc.
Referenced by DTGeometryValidate(), and getDiff().
|
private |
Definition at line 74 of file DTGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().