|
| ValidateGeometry (const edm::ParameterSet &) |
|
| ~ValidateGeometry () |
|
void | callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func) |
|
| EDAnalyzer () |
|
ModuleDescription const & | moduleDescription () const |
|
std::string | workerType () const |
|
virtual | ~EDAnalyzer () |
|
std::vector< ConsumesInfo > | consumesInfo () const |
|
| EDConsumerBase () |
|
ProductHolderIndexAndSkipBit | indexFrom (EDGetToken, BranchType, TypeID const &) const |
|
void | itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
void | itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const |
|
std::vector
< ProductHolderIndexAndSkipBit >
const & | itemsToGetFromEvent () const |
|
void | labelsForToken (EDGetToken iToken, Labels &oLabels) const |
|
void | modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const |
|
void | modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const |
|
bool | registeredToConsume (ProductHolderIndex, bool, BranchType) const |
|
bool | registeredToConsumeMany (TypeID const &, BranchType) const |
|
void | updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &) |
|
virtual | ~EDConsumerBase () |
|
|
virtual void | analyze (const edm::Event &, const edm::EventSetup &) override |
|
virtual void | beginJob () override |
|
void | clearData () |
|
void | compareShape (const GeomDet *det, const float *shape) |
|
void | compareTransform (const GlobalPoint &point, const TGeoMatrix *matrix) |
|
bool | dataEmpty () |
|
virtual void | endJob () override |
|
double | getDistance (const GlobalPoint &point1, const GlobalPoint &point2) |
|
void | makeHistogram (const std::string &name, std::vector< double > &data) |
|
void | makeHistograms (const char *detector) |
|
void | validateCaloGeometry (DetId::Detector detector, int subdetector, const char *detname) |
|
void | validateCSChamberGeometry (const int endcap, const char *detname) |
|
void | validateCSCLayerGeometry (const int endcap, const char *detname) |
|
void | validateDTChamberGeometry () |
|
void | validateDTLayerGeometry () |
|
void | validatePixelTopology (const TrackerGeometry::DetContainer &dets, const char *detname) |
|
void | validateRPCGeometry (const int regionNumber, const char *regionName) |
|
void | validateStripTopology (const TrackerGeometry::DetContainer &dets, const char *detname) |
|
void | validateTrackerGeometry (const TrackerGeometry::DetContainer &dets, const char *detname) |
|
Definition at line 62 of file ValidateGeometry.cc.
ValidateGeometry::~ValidateGeometry |
( |
| ) |
|
void ValidateGeometry::beginJob |
( |
void |
| ) |
|
|
overrideprivatevirtual |
void ValidateGeometry::clearData |
( |
| ) |
|
|
inlineprivate |
void ValidateGeometry::compareShape |
( |
const GeomDet * |
det, |
|
|
const float * |
shape |
|
) |
| |
|
private |
void ValidateGeometry::compareTransform |
( |
const GlobalPoint & |
point, |
|
|
const TGeoMatrix * |
matrix |
|
) |
| |
|
private |
bool ValidateGeometry::dataEmpty |
( |
| ) |
|
|
inlineprivate |
void ValidateGeometry::endJob |
( |
void |
| ) |
|
|
overrideprivatevirtual |
void ValidateGeometry::makeHistogram |
( |
const std::string & |
name, |
|
|
std::vector< double > & |
data |
|
) |
| |
|
private |
void ValidateGeometry::makeHistograms |
( |
const char * |
detector | ) |
|
|
private |
void ValidateGeometry::validateCaloGeometry |
( |
DetId::Detector |
detector, |
|
|
int |
subdetector, |
|
|
const char * |
detname |
|
) |
| |
|
private |
void ValidateGeometry::validateCSChamberGeometry |
( |
const int |
endcap, |
|
|
const char * |
detname |
|
) |
| |
|
private |
void ValidateGeometry::validateCSCLayerGeometry |
( |
const int |
endcap, |
|
|
const char * |
detname |
|
) |
| |
|
private |
void ValidateGeometry::validateDTChamberGeometry |
( |
| ) |
|
|
private |
void ValidateGeometry::validateDTLayerGeometry |
( |
| ) |
|
|
private |
void ValidateGeometry::validateRPCGeometry |
( |
const int |
regionNumber, |
|
|
const char * |
regionName |
|
) |
| |
|
private |
std::vector<double> ValidateGeometry::bottomWidths_ |
|
private |
std::vector<double> ValidateGeometry::globalDistances_ |
|
private |
std::string ValidateGeometry::infileName_ |
|
private |
std::vector<double> ValidateGeometry::lengths_ |
|
private |
TFile* ValidateGeometry::outFile_ |
|
private |
std::string ValidateGeometry::outfileName_ |
|
private |
std::vector<double> ValidateGeometry::thicknesses_ |
|
private |
std::vector<double> ValidateGeometry::topWidths_ |
|
private |