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 | validateRPCChamberGeometry () |
void | validateRPCStripsGeometry () |
Private Attributes | |
vector< float > | bottomWidths_ |
FWGeometry | fwGeometry_ |
vector< float > | globalDistances_ |
string | infileName_ |
vector< float > | lengths_ |
vector< float > | nstrips_ |
TFile * | outFile_ |
string | outfileName_ |
vector< float > | pitch_ |
edm::ESHandle< RPCGeometry > | rpcGeometry_ |
vector< float > | stripslen_ |
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> | |
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<typename ESProduct , typename ESRecord , Transition Tr = Transition::Event> | |
auto | esConsumes (ESInputTag const &tag) |
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 50 of file RPCGeometryValidate.cc.
|
explicit |
Definition at line 103 of file RPCGeometryValidate.cc.
References fwGeometry_, infileName_, FWGeometry::loadMap(), outFile_, and outfileName_.
|
inlineoverride |
Definition at line 53 of file RPCGeometryValidate.cc.
|
overrideprivatevirtual |
Implements edm::one::EDAnalyzerBase.
Definition at line 111 of file RPCGeometryValidate.cc.
References edm::EventSetup::get(), get, edm::ESHandleBase::isValid(), rpcGeometry_, validateRPCChamberGeometry(), and validateRPCStripsGeometry().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 297 of file RPCGeometryValidate.cc.
References outFile_.
|
inlineprivate |
|
inlineprivate |
Definition at line 81 of file RPCGeometryValidate.cc.
Referenced by validateRPCStripsGeometry().
|
private |
Definition at line 183 of file RPCGeometryValidate.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 validateRPCChamberGeometry().
|
private |
Definition at line 171 of file RPCGeometryValidate.cc.
References HLT_2018_cff::distance, MillePedeFileConverter_cfg::e, getDistance(), globalDistances_, runTauDisplay::gp, DTRecHitClients_cfi::local, and makeMuonMisalignmentScenario::matrix.
Referenced by validateRPCChamberGeometry().
|
overrideprivatevirtual |
Reimplemented from edm::one::EDAnalyzerBase.
Definition at line 299 of file RPCGeometryValidate.cc.
References outFile_, and outfileName_.
|
private |
|
private |
|
private |
Definition at line 282 of file RPCGeometryValidate.cc.
References begin, data, end, compare::hist, HLT_2018_cff::maxE, and Skims_PA_cff::name.
Referenced by makeHistograms(), and makeHistograms2().
|
private |
Definition at line 246 of file RPCGeometryValidate.cc.
References bottomWidths_, ztail::d, hgcalTestNeighbor_cfi::detector, globalDistances_, lengths_, makeHistogram(), outFile_, thicknesses_, and topWidths_.
Referenced by validateRPCChamberGeometry().
|
private |
Definition at line 267 of file RPCGeometryValidate.cc.
References ztail::d, hgcalTestNeighbor_cfi::detector, makeHistogram(), nstrips_, outFile_, pi, pitch_, and stripslen_.
Referenced by validateRPCStripsGeometry().
|
private |
Definition at line 121 of file RPCGeometryValidate.cc.
References clearData(), compareShape(), compareTransform(), fwGeometry_, FWGeometry::getMatrix(), FWGeometry::getShapePars(), runTauDisplay::gp, makeHistograms(), makeMuonMisalignmentScenario::matrix, DetId::rawId(), RPCGeometry::rolls(), and rpcGeometry_.
Referenced by analyze().
|
private |
Definition at line 147 of file RPCGeometryValidate.cc.
References clearData2(), fwGeometry_, FWGeometry::getParameters(), makeHistograms2(), nstrips_, pitch_, DetId::rawId(), RPCGeometry::rolls(), rpcGeometry_, StripTopology::stripLength(), and stripslen_.
Referenced by analyze().
|
private |
Definition at line 92 of file RPCGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 88 of file RPCGeometryValidate.cc.
Referenced by RPCGeometryValidate(), validateRPCChamberGeometry(), and validateRPCStripsGeometry().
|
private |
Definition at line 90 of file RPCGeometryValidate.cc.
Referenced by compareTransform(), and makeHistograms().
|
private |
Definition at line 98 of file RPCGeometryValidate.cc.
Referenced by RPCGeometryValidate().
|
private |
Definition at line 93 of file RPCGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 95 of file RPCGeometryValidate.cc.
Referenced by makeHistograms2(), and validateRPCStripsGeometry().
|
private |
Definition at line 89 of file RPCGeometryValidate.cc.
Referenced by beginJob(), endJob(), makeHistograms(), makeHistograms2(), and RPCGeometryValidate().
|
private |
Definition at line 99 of file RPCGeometryValidate.cc.
Referenced by endJob(), and RPCGeometryValidate().
|
private |
Definition at line 96 of file RPCGeometryValidate.cc.
Referenced by makeHistograms2(), and validateRPCStripsGeometry().
|
private |
Definition at line 87 of file RPCGeometryValidate.cc.
Referenced by analyze(), validateRPCChamberGeometry(), and validateRPCStripsGeometry().
|
private |
Definition at line 97 of file RPCGeometryValidate.cc.
Referenced by makeHistograms2(), and validateRPCStripsGeometry().
|
private |
Definition at line 94 of file RPCGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().
|
private |
Definition at line 100 of file RPCGeometryValidate.cc.
Referenced by getDiff().
|
private |
Definition at line 91 of file RPCGeometryValidate.cc.
Referenced by compareShape(), and makeHistograms().