Functions | |
def | loopover (which) |
def | matrixmult (a, b) |
def | rotFromEuler (g) |
def | rotFromPhi (g) |
def | transpose (a) |
Variables | |
args | |
int | epsilon = 1 |
geom1 = MuonGeometry(file(args[0])) | |
geom2 = MuonGeometry(file(args[1])) | |
opts = dict(opts) | |
sqrtepsilon = sqrt(epsilon) | |
string | usage = "Usage: geometryDiff.py [-h|--help] [-e|--epsilon epsilon] geometry1.xml geometry2.xml" |
def geometryDiff.loopover | ( | which | ) |
Definition at line 60 of file geometryDiff.py.
References funct.abs(), matrixmult(), rotFromEuler(), rotFromPhi(), str, and transpose().
def geometryDiff.matrixmult | ( | a, | |
b | |||
) |
Definition at line 34 of file geometryDiff.py.
References ComparisonHelper.zip().
Referenced by loopover(), and rotFromPhi().
def geometryDiff.rotFromEuler | ( | g | ) |
Definition at line 53 of file geometryDiff.py.
References funct.cos(), and funct.sin().
Referenced by loopover().
def geometryDiff.rotFromPhi | ( | g | ) |
Definition at line 40 of file geometryDiff.py.
References funct.cos(), matrixmult(), and funct.sin().
Referenced by loopover().
def geometryDiff.transpose | ( | a | ) |
Definition at line 37 of file geometryDiff.py.
Referenced by AlignmentCorrelationsStore.correlations(), AlignmentExtendedCorrelationsStore.correlations(), AlignmentCorrelationsStore.correlationsAvailable(), AlignmentExtendedCorrelationsStore.correlationsAvailable(), AlignmentExtendedCorrelationsStore.getCorrelations(), loopover(), mathSSE::Rot3< align::Scalar >.rotate(), mathSSE::Rot2< Scalar >.rotate(), Rot3< align::Scalar >.rotate(), Rot2< Scalar >.rotate(), AlignmentCorrelationsStore.setCorrelations(), AlignmentExtendedCorrelationsStore.setCorrelations(), AlignmentCorrelationsStore.~AlignmentCorrelationsStore(), and AlignmentExtendedCorrelationsStore.~AlignmentExtendedCorrelationsStore().
geometryDiff.args |
Definition at line 9 of file geometryDiff.py.
geometryDiff.epsilon = 1 |
Definition at line 24 of file geometryDiff.py.
Referenced by ReferenceTrajectory.addMaterialEffectsCurvlinGbl(), ReferenceTrajectory.addMaterialEffectsLocalGbl(), GlobalTrackerMuonAlignment.analyzeTrackTrack(), GlobalTrackerMuonAlignment.analyzeTrackTrajectory(), GeneralBinFinderInPhi< T >.binIndex(), MagGeoBuilderFromDDD::bSlab.bSlab(), TrackWithHistory.checkAtEnd(), RecoTauDiscriminantCutMultiplexer.discriminate(), PATTauDiscriminantCutMultiplexer.discriminate(), CMSCGEN.dNdEmudEnu(), IntegralOverPhiFunction.DoEval(), IntegrandThetaFunction.DoEval(), DTSegment4DQuality.dqmAnalyze(), KinematicPerigeeConversions.extendedPerigeeFromKinematicParameters(), DAClusterizerInZ_vect.fill(), DAClusterizerInZT_vect.fill(), Thrust.finalAxis(), PerigeeConversions.ftsToPerigeeParameters(), funct::GaussLegendreIntegrator.GaussLegendreIntegrator(), PixelInactiveAreaFinder.getPhiSpanBarrel(), PixelInactiveAreaFinder.getPhiSpanEndcap(), ConversionProducer.getTrackImpactPosition(), SmartPropagator.initTkVolume(), VirtualJetProducer.inputTowers(), CSCLayerGeometry.inside(), EcalListOfFEDSProducer.Jets(), ESListOfFEDSProducer.Jets(), SimpleNavigationSchool.linkNextLargerLayer(), SimpleNavigationSchool.linkNextLayerInGroup(), SmartPropagator.magneticField(), EcalListOfFEDSProducer.Muon(), ESListOfFEDSProducer.Muon(), DTTopology.onWhichBorder(), DTTopology.onWhichBorder_old(), CMSInsideOutAlgorithm::ListIteratorLesserByDeltaR.operator()(), NumericSafeLessByEt< T >.operator()(), NumericSafeLessByPt< T >.operator()(), NumericSafeGreaterByPt< T >.operator()(), NumericSafeGreaterByEt< T >.operator()(), DTSegmentCand.operator==(), SimpleNavigationSchool.outerRadiusIncrease(), RecHitPropagator.propagate(), tauImpactParameter::ErrorMatrixPropagator.propagateError(), FixedFlatOccupancy1d.set_epsilon_max(), CSC01.set_epsilon_max(), FixedFlatOccupancy1d.set_epsilon_min(), NAEquationSolver< Function >.SetTolerance(), DAClusterizerInZ.split(), DAClusterizerInZ_vect.split(), DAClusterizerInZ.splitAll(), DAClusterizerInZ_vect.splitAll(), muonisolation::NominalEfficiencyThresholds.thresholdValueForEfficiency(), and tauImpactParameter::ErrorMatrixPropagator.~ErrorMatrixPropagator().
geometryDiff.geom1 = MuonGeometry(file(args[0])) |
Definition at line 28 of file geometryDiff.py.
Referenced by HGCalDigiValidation.analyze().
geometryDiff.geom2 = MuonGeometry(file(args[1])) |
Definition at line 29 of file geometryDiff.py.
geometryDiff.opts = dict(opts) |
Definition at line 9 of file geometryDiff.py.
Referenced by edm::StreamSchedule.actionTable(), edm::ExceptionToActionTable.ExceptionToActionTable(), and edm::service::TriggerNamesService.TriggerNamesService().
geometryDiff.sqrtepsilon = sqrt(epsilon) |
Definition at line 32 of file geometryDiff.py.
string geometryDiff.usage = "Usage: geometryDiff.py [-h|--help] [-e|--epsilon epsilon] geometry1.xml geometry2.xml" |
Definition at line 6 of file geometryDiff.py.