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_ |
Additional Inherited Members | |
Public Types inherited from edm::one::EDAnalyzerBase | |
typedef EDAnalyzerBase | ModuleType |
Public Types inherited from edm::EDConsumerBase | |
typedef ProductLabels | Labels |
Static Public Member Functions inherited from edm::one::EDAnalyzerBase | |
static const std::string & | baseType () |
static void | fillDescriptions (ConfigurationDescriptions &descriptions) |
static void | prevalidate (ConfigurationDescriptions &descriptions) |
Protected Member Functions inherited from edm::EDConsumerBase | |
EDGetToken | consumes (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | consumes (edm::InputTag const &tag) |
template<BranchType B = InEvent> | |
EDConsumerBaseAdaptor< B > | consumes (edm::InputTag tag) noexcept |
template<BranchType B> | |
EDGetToken | consumes (TypeToGet const &id, edm::InputTag const &tag) |
ConsumesCollector | consumesCollector () |
Use a ConsumesCollector to gather consumes information from helper functions. More... | |
template<typename ProductType , BranchType B = InEvent> | |
void | consumesMany () |
void | consumesMany (const TypeToGet &id) |
template<BranchType B> | |
void | consumesMany (const TypeToGet &id) |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes () |
template<Transition Tr = Transition::Event> | |
constexpr auto | esConsumes () noexcept |
template<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
template<Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag tag) noexcept |
template<Transition Tr = Transition::Event> | |
ESGetTokenGeneric | esConsumes (eventsetup::EventSetupRecordKey const &iRecord, eventsetup::DataKey const &iKey) |
Used with EventSetupRecord::doGet. More... | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<BranchType B> | |
EDGetToken | mayConsume (const TypeToGet &id, edm::InputTag const &tag) |
template<typename ProductType , BranchType B = InEvent> | |
EDGetTokenT< ProductType > | mayConsume (edm::InputTag const &tag) |
Definition at line 39 of file DTGeometryValidate.cc.
|
explicit |
Definition at line 83 of file DTGeometryValidate.cc.
|
inlineoverride |
Definition at line 42 of file DTGeometryValidate.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 94 of file DTGeometryValidate.cc.
References dtGeometry_, dtGeometryToken_, edm::EventSetup::getHandle(), edm::ESHandleBase::isValid(), validateDTChamberGeometry(), and validateDTLayerGeometry().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 304 of file DTGeometryValidate.cc.
References outFile_.
|
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(), Calorimetry_cff::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(), globalDistances_, runTauDisplay::gp, DTRecHitClients_cfi::local, and makeMuonMisalignmentScenario::matrix.
Referenced by validateDTChamberGeometry(), and validateDTLayerGeometry().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 306 of file DTGeometryValidate.cc.
References outFile_, and outfileName_.
|
private |
Definition at line 261 of file DTGeometryValidate.cc.
References almost_equal(), and tolerance_.
Referenced by validateDTLayerGeometry().
|
private |
|
private |
Definition at line 289 of file DTGeometryValidate.cc.
References data, mps_fire::end, gpuVertexFinder::hist, HLT_FULL_cff::maxE, and Skims_PA_cff::name.
Referenced by makeHistograms(), and validateDTLayerGeometry().
|
private |
Definition at line 268 of file DTGeometryValidate.cc.
References bottomWidths_, ztail::d, hgcalTestNeighbor_cfi::detector, globalDistances_, lengths_, makeHistogram(), outFile_, thicknesses_, and topWidths_.
Referenced by validateDTChamberGeometry(), and validateDTLayerGeometry().
|
private |
Definition at line 106 of file DTGeometryValidate.cc.
References DTGeometry::chambers(), 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_, f, fwGeometry_, getDiff(), FWGeometry::getMatrix(), FWGeometry::getParameters(), FWGeometry::getShapePars(), runTauDisplay::gp, DTGeometry::layers(), makeHistogram(), makeHistograms(), makeMuonMisalignmentScenario::matrix, ecaldqm::nChannels, DetId::rawId(), Calorimetry_cff::thickness, and ApeEstimator_cff::width.
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 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.
|
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(), endJob(), and makeHistograms().
|
private |
Definition at line 79 of file DTGeometryValidate.cc.
Referenced by 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 getDiff().
|
private |
Definition at line 74 of file DTGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().