Public Member Functions | |
GEMGeometryValidate (const ParameterSet &) | |
~GEMGeometryValidate () 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 | validateGEMChamberGeometry () |
void | validateGEMEtaPartitionGeometry () |
Private Attributes | |
vector< float > | bottomWidths_ |
FWGeometry | fwGeometry_ |
const GEMGeometry * | gemGeometry_ |
vector< float > | globalDistances_ |
string | infileName_ |
vector< float > | lengths_ |
vector< float > | nstrips_ |
TFile * | outFile_ |
string | outfileName_ |
vector< float > | pitch_ |
vector< float > | stripslen_ |
vector< float > | thicknesses_ |
const edm::ESGetToken< GEMGeometry, MuonGeometryRecord > | tokGeom_ |
int | tolerance_ |
vector< float > | topWidths_ |
Definition at line 49 of file GEMGeometryValidate.cc.
|
explicit |
Definition at line 103 of file GEMGeometryValidate.cc.
|
inlineoverride |
Definition at line 52 of file GEMGeometryValidate.cc.
|
overrideprivate |
Definition at line 112 of file GEMGeometryValidate.cc.
References options_cfi::eventSetup, gemGeometry_, tokGeom_, validateGEMChamberGeometry(), and validateGEMEtaPartitionGeometry().
|
overrideprivate |
|
inlineprivate |
Definition at line 72 of file GEMGeometryValidate.cc.
Referenced by validateGEMChamberGeometry().
|
inlineprivate |
Definition at line 80 of file GEMGeometryValidate.cc.
Referenced by validateGEMEtaPartitionGeometry().
|
private |
Definition at line 185 of file GEMGeometryValidate.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 validateGEMChamberGeometry().
|
private |
Definition at line 173 of file GEMGeometryValidate.cc.
References funct::abs(), HLT_2024v12_cff::distance, MillePedeFileConverter_cfg::e, getDistance(), globalDistances_, runTauDisplay::gp, DTRecHitClients_cfi::local, and makeMuonMisalignmentScenario::matrix.
Referenced by validateGEMChamberGeometry().
|
overrideprivate |
|
private |
Definition at line 241 of file GEMGeometryValidate.cc.
References almost_equal(), and tolerance_.
|
private |
Definition at line 236 of file GEMGeometryValidate.cc.
References LaserDQM_cfg::p1, SiStripOfflineCRack_cfg::p2, and mathSSE::sqrt().
Referenced by compareTransform().
|
private |
Definition at line 284 of file GEMGeometryValidate.cc.
References data, mps_fire::end, compareTotals::hist, ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, HLT_2024v12_cff::maxE, and Skims_PA_cff::name.
Referenced by makeHistograms(), and makeHistograms2().
|
private |
Definition at line 248 of file GEMGeometryValidate.cc.
References bottomWidths_, ztail::d, hgcalTestNeighbor_cfi::detector, globalDistances_, lengths_, makeHistogram(), outFile_, thicknesses_, and topWidths_.
Referenced by validateGEMChamberGeometry().
|
private |
Definition at line 269 of file GEMGeometryValidate.cc.
References ztail::d, hgcalTestNeighbor_cfi::detector, makeHistogram(), nstrips_, outFile_, pi, pitch_, and stripslen_.
Referenced by validateGEMEtaPartitionGeometry().
|
private |
Definition at line 122 of file GEMGeometryValidate.cc.
References GEMGeometry::chambers(), clearData(), compareShape(), compareTransform(), fwGeometry_, gemGeometry_, 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 148 of file GEMGeometryValidate.cc.
References funct::abs(), clearData2(), GEMGeometry::etaPartitions(), fwGeometry_, gemGeometry_, FWGeometry::getParameters(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it, makeHistograms2(), nstrips_, pitch_, DetId::rawId(), StripTopology::stripLength(), and stripslen_.
Referenced by analyze().
|
private |
Definition at line 92 of file GEMGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 88 of file GEMGeometryValidate.cc.
Referenced by validateGEMChamberGeometry(), and validateGEMEtaPartitionGeometry().
|
private |
Definition at line 87 of file GEMGeometryValidate.cc.
Referenced by analyze(), validateGEMChamberGeometry(), and validateGEMEtaPartitionGeometry().
|
private |
Definition at line 90 of file GEMGeometryValidate.cc.
Referenced by compareTransform(), and makeHistograms().
|
private |
Definition at line 98 of file GEMGeometryValidate.cc.
|
private |
Definition at line 93 of file GEMGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 95 of file GEMGeometryValidate.cc.
Referenced by makeHistograms2(), and validateGEMEtaPartitionGeometry().
|
private |
Definition at line 89 of file GEMGeometryValidate.cc.
Referenced by beginJob(), endJob(), makeHistograms(), and makeHistograms2().
|
private |
Definition at line 99 of file GEMGeometryValidate.cc.
Referenced by endJob().
|
private |
Definition at line 96 of file GEMGeometryValidate.cc.
Referenced by makeHistograms2(), and validateGEMEtaPartitionGeometry().
|
private |
Definition at line 97 of file GEMGeometryValidate.cc.
Referenced by makeHistograms2(), and validateGEMEtaPartitionGeometry().
|
private |
Definition at line 94 of file GEMGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 86 of file GEMGeometryValidate.cc.
Referenced by analyze().
|
private |
Definition at line 100 of file GEMGeometryValidate.cc.
Referenced by getDiff().
|
private |
Definition at line 91 of file GEMGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().