Public Member Functions | |
CSCGeometryValidate (const ParameterSet &) | |
~CSCGeometryValidate () override | |
Private Member Functions | |
void | analyze (const edm::Event &, const edm::EventSetup &) override |
void | beginJob () override |
void | clearData () |
void | clearData2 () |
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 | makeHistograms2 (const char *) |
void | validateCSCChamberGeometry () |
void | validateCSCLayerGeometry () |
Private Attributes | |
vector< float > | angularWidth_ |
vector< float > | bottomWidths_ |
vector< float > | centreToIntersection_ |
const CSCGeometry * | cscGeometry_ |
FWGeometry | fwGeometry_ |
vector< float > | globalDistances_ |
string | infileName_ |
vector< float > | lengths_ |
TFile * | outFile_ |
string | outfileName_ |
vector< float > | phiOfOneEdge_ |
vector< float > | sOffset_ |
vector< float > | thicknesses_ |
const edm::ESGetToken< CSCGeometry, MuonGeometryRecord > | tokCSC_ |
int | tolerance_ |
vector< float > | topWidths_ |
vector< float > | wireAngle_ |
vector< float > | wireSpacing_ |
vector< float > | yAxisOrientation_ |
vector< float > | yCentreOfStripPlane_ |
Definition at line 52 of file CSCGeometryValidate.cc.
|
explicit |
Definition at line 120 of file CSCGeometryValidate.cc.
|
inlineoverride |
Definition at line 55 of file CSCGeometryValidate.cc.
|
overrideprivate |
Definition at line 129 of file CSCGeometryValidate.cc.
References cscGeometry_, options_cfi::eventSetup, tokCSC_, validateCSCChamberGeometry(), and validateCSCLayerGeometry().
|
overrideprivate |
|
inlineprivate |
Definition at line 75 of file CSCGeometryValidate.cc.
Referenced by validateCSCChamberGeometry().
|
inlineprivate |
Definition at line 83 of file CSCGeometryValidate.cc.
Referenced by validateCSCLayerGeometry().
|
private |
Definition at line 219 of file CSCGeometryValidate.cc.
References cms::cuda::assert(), bottomWidths_, Surface::bounds(), Bounds::length(), lengths_, l1trig_cff::shape, GeomDet::surface(), Bounds::thickness(), Calorimetry_cff::thickness, thicknesses_, topWidths_, and Bounds::width().
Referenced by validateCSCChamberGeometry().
|
private |
Definition at line 207 of file CSCGeometryValidate.cc.
References HLT_2024v10_cff::distance, MillePedeFileConverter_cfg::e, getDistance(), globalDistances_, runTauDisplay::gp, DTRecHitClients_cfi::local, and makeMuonMisalignmentScenario::matrix.
Referenced by validateCSCChamberGeometry().
|
overrideprivate |
|
private |
Definition at line 275 of file CSCGeometryValidate.cc.
References almost_equal(), and tolerance_.
|
private |
Definition at line 270 of file CSCGeometryValidate.cc.
References LaserDQM_cfg::p1, SiStripOfflineCRack_cfg::p2, and mathSSE::sqrt().
Referenced by compareTransform().
|
private |
Definition at line 333 of file CSCGeometryValidate.cc.
References data, mps_fire::end, compareTotals::hist, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, HLT_2024v10_cff::maxE, and Skims_PA_cff::name.
Referenced by makeHistograms(), and makeHistograms2().
|
private |
Definition at line 282 of file CSCGeometryValidate.cc.
References bottomWidths_, ztail::d, hgcalTestNeighbor_cfi::detector, globalDistances_, lengths_, makeHistogram(), outFile_, thicknesses_, and topWidths_.
Referenced by validateCSCChamberGeometry().
|
private |
Definition at line 303 of file CSCGeometryValidate.cc.
References angularWidth_, centreToIntersection_, ztail::d, hgcalTestNeighbor_cfi::detector, makeHistogram(), outFile_, phiOfOneEdge_, pi, sOffset_, wireAngle_, wireSpacing_, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ws, yAxisOrientation_, and yCentreOfStripPlane_.
Referenced by validateCSCLayerGeometry().
|
private |
Definition at line 136 of file CSCGeometryValidate.cc.
References CSCGeometry::chambers(), clearData(), compareShape(), compareTransform(), cscGeometry_, fwGeometry_, FWGeometry::getMatrix(), FWGeometry::getShapePars(), runTauDisplay::gp, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, makeHistograms(), makeMuonMisalignmentScenario::matrix, DetId::rawId(), and l1trig_cff::shape.
Referenced by analyze().
|
private |
Definition at line 162 of file CSCGeometryValidate.cc.
References CSCRadialStripTopology::angularWidth(), angularWidth_, CSCRadialStripTopology::centreToIntersection(), centreToIntersection_, clearData2(), cscGeometry_, fwGeometry_, FWGeometry::getParameters(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, CSCGeometry::layers(), makeHistograms2(), CSCLayerGeometry::numberOfStrips(), CSCLayerGeometry::numberOfWires(), CSCRadialStripTopology::phiOfOneEdge(), phiOfOneEdge_, DetId::rawId(), sOffset_, CSCLayerGeometry::stripOffset(), CSCLayerGeometry::topology(), CSCWireTopology::wireAngle(), wireAngle_, CSCWireTopology::wireSpacing(), wireSpacing_, CSCLayerGeometry::wireTopology(), CSCRadialStripTopology::yAxisOrientation(), yAxisOrientation_, CSCRadialStripTopology::yCentreOfStripPlane(), and yCentreOfStripPlane_.
Referenced by analyze().
|
private |
Definition at line 108 of file CSCGeometryValidate.cc.
Referenced by makeHistograms2(), and validateCSCLayerGeometry().
|
private |
Definition at line 101 of file CSCGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 109 of file CSCGeometryValidate.cc.
Referenced by makeHistograms2(), and validateCSCLayerGeometry().
|
private |
Definition at line 95 of file CSCGeometryValidate.cc.
Referenced by analyze(), validateCSCChamberGeometry(), and validateCSCLayerGeometry().
|
private |
Definition at line 96 of file CSCGeometryValidate.cc.
Referenced by validateCSCChamberGeometry(), and validateCSCLayerGeometry().
|
private |
Definition at line 99 of file CSCGeometryValidate.cc.
Referenced by compareTransform(), and makeHistograms().
|
private |
Definition at line 115 of file CSCGeometryValidate.cc.
|
private |
Definition at line 102 of file CSCGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 97 of file CSCGeometryValidate.cc.
Referenced by beginJob(), endJob(), makeHistograms(), and makeHistograms2().
|
private |
Definition at line 116 of file CSCGeometryValidate.cc.
Referenced by endJob().
|
private |
Definition at line 110 of file CSCGeometryValidate.cc.
Referenced by makeHistograms2(), and validateCSCLayerGeometry().
|
private |
Definition at line 106 of file CSCGeometryValidate.cc.
Referenced by makeHistograms2(), and validateCSCLayerGeometry().
|
private |
Definition at line 103 of file CSCGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 94 of file CSCGeometryValidate.cc.
Referenced by analyze().
|
private |
Definition at line 117 of file CSCGeometryValidate.cc.
Referenced by getDiff().
|
private |
Definition at line 100 of file CSCGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 113 of file CSCGeometryValidate.cc.
Referenced by makeHistograms2(), and validateCSCLayerGeometry().
|
private |
Definition at line 112 of file CSCGeometryValidate.cc.
Referenced by makeHistograms2(), and validateCSCLayerGeometry().
|
private |
Definition at line 105 of file CSCGeometryValidate.cc.
Referenced by makeHistograms2(), and validateCSCLayerGeometry().
|
private |
Definition at line 107 of file CSCGeometryValidate.cc.
Referenced by makeHistograms2(), and validateCSCLayerGeometry().