Functions | |
def | loopover (which) |
def | matrixmult (a, b) |
def | rotFromEuler (g) |
def | rotFromPhi (g) |
def | transpose (a) |
Variables | |
args | |
int | epsilon = 1e-6 |
file | |
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 62 of file geometryDiff.py.
References funct.abs(), matrixmult(), edm.print(), rotFromEuler(), rotFromPhi(), str, and transpose().
def geometryDiff.matrixmult | ( | a, | |
b | |||
) |
Definition at line 36 of file geometryDiff.py.
References ComparisonHelper.zip().
Referenced by loopover(), and rotFromPhi().
def geometryDiff.rotFromEuler | ( | g | ) |
Definition at line 55 of file geometryDiff.py.
References funct.cos(), and funct.sin().
Referenced by loopover().
def geometryDiff.rotFromPhi | ( | g | ) |
Definition at line 42 of file geometryDiff.py.
References funct.cos(), matrixmult(), and funct.sin().
Referenced by loopover().
def geometryDiff.transpose | ( | a | ) |
Definition at line 39 of file geometryDiff.py.
References FastTimerService_cff.range.
Referenced by AlignmentCorrelationsStore.correlations(), AlignmentExtendedCorrelationsStore.correlations(), AlignmentCorrelationsStore.correlationsAvailable(), AlignmentExtendedCorrelationsStore.correlationsAvailable(), AlignmentCorrelationsStore.fillCorrelationsTable(), AlignmentExtendedCorrelationsStore.fillCorrelationsTable(), AlignmentExtendedCorrelationsStore.getCorrelations(), loopover(), AlignmentCorrelationsStore.setCorrelations(), AlignmentExtendedCorrelationsStore.setCorrelations(), and npstat::ArrayND< Num1, Len1, Dim1 >.transpose().
geometryDiff.args |
Definition at line 11 of file geometryDiff.py.
geometryDiff.epsilon = 1e-6 |
Definition at line 26 of file geometryDiff.py.
Referenced by ReferenceTrajectory.addMaterialEffectsCurvlinGbl(), ReferenceTrajectory.addMaterialEffectsLocalGbl(), trklet::VarAdjustK.adjust(), almost_equal(), GlobalTrackerMuonAlignment.analyzeTrackTrack(), GlobalTrackerMuonAlignment.analyzeTrackTrajectory(), GeneralBinFinderInPhi< T >.binIndex(), magneticfield::bSlab.bSlab(), TrackWithHistory.checkAtEnd(), TauDiscriminantCutMultiplexerT< TauType, TauTypeRef, ParentClass >.discriminate(), CMSCGEN.dNdEmudEnu(), IntegralOverPhiFunction.DoEval(), IntegrandThetaFunction.DoEval(), DTSegment4DQuality.dqmAnalyze(), TMultiDimFet.EvalControl(), KinematicPerigeeConversions.extendedPerigeeFromKinematicParameters(), DAClusterizerInZ_vect.fill(), DAClusterizerInZT_vect.fill(), Thrust.finalAxis(), PerigeeConversions.ftsToPerigeeParameters(), funct::GaussLegendreIntegrator.GaussLegendreIntegrator(), PixelInactiveAreaFinder.getPhiSpanBarrel(), PixelInactiveAreaFinder.getPhiSpanEndcap(), ConversionProducer.getTrackImpactPosition(), AlignmentParameterStore.hierarchyConstraints(), SmartPropagator.initTkVolume(), VirtualJetProducer.inputTowers(), CSCLayerGeometry.inside(), SimpleNavigationSchool.linkNextLargerLayer(), SimpleNavigationSchool.linkNextLayerInGroup(), angle0to2pi.make0To2pi(), DTTopology.onWhichBorder(), DTTopology.onWhichBorder_old(), CMSInsideOutAlgorithm::ListIteratorLesserByDeltaR.operator()(), NumericSafeLessByEt< T >.operator()(), NumericSafeLessByPt< T >.operator()(), NumericSafeGreaterByEt< T >.operator()(), NumericSafeGreaterByPt< T >.operator()(), DTSegmentCand.operator==(), SimpleNavigationSchool.outerRadiusIncrease(), RecHitPropagator.propagate(), SteppingHelixPropagator.propagate(), tauImpactParameter::ErrorMatrixPropagator.propagateError(), SiLinearChargeDivider.readPulseShape(), FixedFlatOccupancy1d.set_epsilon_max(), CSC01.set_epsilon_max(), FixedFlatOccupancy1d.set_epsilon_min(), NAEquationSolver< Function >.SetTolerance(), HLLHCEvtVtxGenerator.sigma(), SmartPropagator.SmartPropagator(), DAClusterizerInZ.split(), DAClusterizerInZ_vect.split(), DAClusterizerInZ.splitAll(), muonisolation::NominalEfficiencyThresholds.thresholdValueForEfficiency(), trklet::VarAdjustK.VarAdjustK(), and trklet::VarAdjustKR.VarAdjustKR().
geometryDiff.file |
Definition at line 13 of file geometryDiff.py.
Definition at line 30 of file geometryDiff.py.
Referenced by HGCalDigiValidation.analyze().
Definition at line 31 of file geometryDiff.py.
geometryDiff.opts = dict(opts) |
Definition at line 11 of file geometryDiff.py.
Referenced by edm::StreamSchedule.initializeEarlyDelete(), edm::MallocOpts.operator!=(), edm.operator<<(), edm::MallocOpts.operator==(), edm::StreamSchedule.StreamSchedule(), and edm::service::TriggerNamesService.TriggerNamesService().
geometryDiff.sqrtepsilon = sqrt(epsilon) |
Definition at line 34 of file geometryDiff.py.
geometryDiff.usage = "Usage: geometryDiff.py [-h|--help] [-e|--epsilon epsilon] geometry1.xml geometry2.xml" |
Definition at line 8 of file geometryDiff.py.