CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions | Variables
Geom Namespace Reference

Classes

class  Cartesian2Cartesian3D
 
class  Cylindrical2Cartesian
 
class  OnePiRange
 
class  Phi
 
class  Polar2Cartesian
 
class  Spherical2Cartesian
 
class  Theta
 

Functions

double deltaBarePhi (double phi1, double phi2)
 
double deltaPhi (float phi1, float phi2)
 
double deltaPhi (double phi1, double phi2)
 
template<class Vector1 , class Vector2 >
double deltaPhi (const Vector1 &v1, const Vector2 &v2)
 
template<class Vector1 , class Vector2 >
double deltaR (const Vector1 &v1, const Vector2 &v2)
 
template<class Vector1 , class Vector2 >
double deltaR2 (const Vector1 &v1, const Vector2 &v2)
 
float fhalfPi ()
 
float fpi ()
 
float ftwoPi ()
 
double halfPi ()
 
template<class T , class Scalar >
Phi< T > operator* (const Phi< T > &a, const Scalar &b)
 Multiplication with scalar, does not change the precision. More...
 
template<class T , class Scalar >
OnePiRange< T > operator* (const OnePiRange< T > &a, const Scalar &b)
 Multiplication with scalar, does not change the precision. More...
 
template<class T >
Phi< T > operator* (double a, const Phi< T > &b)
 Multiplication with scalar. More...
 
template<class T >
OnePiRange< T > operator* (double a, const OnePiRange< T > &b)
 Multiplication with scalar. More...
 
template<class T >
Phi< T > operator+ (const Phi< T > &a, const Phi< T > &b)
 Addition. More...
 
template<class T >
OnePiRange< T > operator+ (const OnePiRange< T > &a, const OnePiRange< T > &b)
 Addition. More...
 
template<class T , class Scalar >
Phi< T > operator+ (const Phi< T > &a, const Scalar &b)
 Addition with scalar, does not change the precision. More...
 
template<class T , class Scalar >
OnePiRange< T > operator+ (const OnePiRange< T > &a, const Scalar &b)
 Addition with scalar, does not change the precision. More...
 
template<class T , class Scalar >
Phi< T > operator+ (const Scalar &a, const Phi< T > &b)
 Addition with scalar, does not change the precision. More...
 
template<class T , class Scalar >
OnePiRange< T > operator+ (const Scalar &a, const OnePiRange< T > &b)
 Addition with scalar, does not change the precision. More...
 
template<class T >
Phi< T > operator- (const Phi< T > &a)
 
template<class T >
OnePiRange< T > operator- (const OnePiRange< T > &a)
 
template<class T >
Phi< T > operator- (const Phi< T > &a, const Phi< T > &b)
 Subtraction. More...
 
template<class T >
OnePiRange< T > operator- (const OnePiRange< T > &a, const OnePiRange< T > &b)
 Subtraction. More...
 
template<class T , class Scalar >
Phi< T > operator- (const Phi< T > &a, const Scalar &b)
 Subtraction with scalar, does not change the precision. More...
 
template<class T , class Scalar >
OnePiRange< T > operator- (const OnePiRange< T > &a, const Scalar &b)
 Subtraction with scalar, does not change the precision. More...
 
template<class T , class Scalar >
Phi< T > operator- (const Scalar &a, const Phi< T > &b)
 Subtraction with scalar, does not change the precision. More...
 
template<class T , class Scalar >
OnePiRange< T > operator- (const Scalar &a, const OnePiRange< T > &b)
 Subtraction with scalar, does not change the precision. More...
 
template<class T >
operator/ (const Phi< T > &a, const Phi< T > &b)
 Division. More...
 
template<class T >
operator/ (const OnePiRange< T > &a, const OnePiRange< T > &b)
 Division. More...
 
template<class T >
Phi< T > operator/ (const Phi< T > &a, double b)
 Division by scalar. More...
 
template<class T >
OnePiRange< T > operator/ (const OnePiRange< T > &a, double b)
 Division by scalar. More...
 
bool phiLess (float phi1, float phi2)
 
bool phiLess (double phi1, double phi2)
 
template<class Vector1 , class Vector2 >
bool phiLess (const Vector1 &v1, const Vector2 &v2)
 
double pi ()
 
double twoPi ()
 

Variables

class Geom::OnePiRange __attribute__
 

Function Documentation

double Geom::deltaBarePhi ( double  phi1,
double  phi2 
)
inline

Find aximutal Angle difference between two generic vectors ( v2.Phi() - v1.Phi() ) The only requirements on the Vector classes is that they implement the Phi() method

Parameters
v1Vector of any type implementing the Phi() operator
v2Vector of any type implementing the Phi() operator
Returns
Phi difference

\[ \Delta \phi = \phi_2 - \phi_1 \]

Definition at line 21 of file VectorUtil.h.

References M_PI.

Referenced by deltaPhi().

21  {
22  double dphi = phi2-phi1;
23  if ( dphi > M_PI ) {
24  dphi -= 2.0*M_PI;
25  } else if ( dphi <= -M_PI ) {
26  dphi += 2.0*M_PI;
27  }
28  return dphi;
29  }
#define M_PI
Definition: BFit3D.cc:3
double Geom::deltaPhi ( float  phi1,
float  phi2 
)
inline

Definition at line 30 of file VectorUtil.h.

References deltaBarePhi(), and Phi_mpi_pi().

Referenced by PatElectronAnalyzer::analyze(), myFastSimVal::analyze(), MuonCSCSeedFromRecHits::analyze(), SimpleConvertedPhotonAnalyzer::analyze(), SimplePhotonAnalyzer::analyze(), QcdPhotonsDQM::analyze(), L1GctValidation::analyze(), MBUEandQCDValidation::analyze(), myJetAna::analyze(), JPTJetAnalyzer::analyze(), PhotonValidator::analyze(), TTbarSpinCorrHepMCAnalyzer::analyze(), TopHLTDiMuonDQM::analyze(), Rivet::CMS_QCD_10_010::analyze(), SusyDQM< Mu, Ele, Jet, Met >::analyze(), Rivet::MC_LES_HOUCHES_SYSTEMATICS_CMS::analyze(), EgammaObjects::analyzeElectrons(), EgammaObjects::analyzePhotons(), MuonCSCSeedFromRecHits::bestEndcapHit(), PFRecoTauAlgorithm::buildPFTau(), EwkElecDQM::calcDeltaPhi(), EwkDQM::calcDeltaPhi(), HiggsDQM::calcDeltaPhi(), calcDeltaPhi(), L1TauAnalyzer::calcL1MCPFTauMatching(), L1TauAnalyzer::calcL1MCTauMatching(), AlignmentTwoBodyDecayTrackSelector::checkAcoplanarity(), AlignmentTwoBodyDecayTrackSelector::checkMETAcoplanarity(), RoadSearchCloudMakerAlgorithm::CheckZPhiIntersection(), EventShapeVariables::circularity(), FastTSGFromL2Muon::clean(), FastTSGFromIOHit::clean(), MuonTrajectoryCleaner::clean(), TrackerSeedCleaner::clean(), TCMETAlgo::closeToElectron(), MuonSeedOrcaPatternRecognition::complete(), RPCSeedrecHitFinder::complete(), CompositeTECWedge::computeCrossings(), TECLayer::computeCrossings(), TIDRing::computeCrossings(), DDPixFwdBlades::computeNippleParameters(), METManager::coutTailEvents(), RPCSeedPattern::createSeed(), CosmicMuonSeedGenerator::createSeed(), TGeoMgrFromDdd::createShape(), MuonShowerInformationFiller::cscPositionToDets(), CATopJetAlgorithm::decomposeJet(), TtDilepLRSignalSelObservables::delta(), pat::DiObjectProxy::deltaPhi(), CalibratableTest::deltaR(), deltaR2(), MuonSeedOrcaPatternRecognition::discriminator(), HiggsDQM::DistancePhi(), CSCValidation::doStandalone(), MuonShowerInformationFiller::dtPositionToDets(), EcalTBMCInfoProducer::EcalTBMCInfoProducer(), L1TauAnalyzer::evalL1extraDecisions(), DDPixFwdBlades::execute(), RPCSeedPattern::extropolateStep(), GenericBenchmark::fillHistos(), TrackerValidationVariables::fillHitQuantities(), MuonShowerInformationFiller::fillHitsByStation(), egHLT::OffHelper::fillHLTData(), JetMETHLTOfflineSource::fillMEforMonAllTrigger(), JetMETHLTOfflineSource::fillMEforMonAllTriggerwrtMuonTrigger(), JetMETHLTOfflineSource::fillMEforTriggerNTfired(), HLTMuonMatchAndPlot::fillPlots(), RoadSearchCloudMakerAlgorithm::FillRecHitsIntoCloudGeneral(), TrackerOfflineValidationSummary::fillTree(), TrackerOfflineValidation::fillTree(), QcdUeDQM::fillUE_with_CaloJets(), QcdUeDQM::fillUE_with_ChargedJets(), QcdUeDQM::fillUE_with_MaxpTtrack(), HLTMuonTrackMassFilter::filter(), HLTEgammaDoubleEtDeltaPhiFilter::filter(), HLTDiJetAveFilter::filter(), PythiaFilterEMJet::filter(), PythiaFilterGammaJetWithOutBg::filter(), PythiaFilterGammaJet::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJetIsoPi0::filter(), MuonSeedOrcaPatternRecognition::filterOverlappingChambers(), EMEnrichingFilterAlgo::filterPhotonElectronSeed(), doubleEMEnrichingFilterAlgo::filterPhotonElectronSeed(), MuonShowerInformationFiller::findPhiCluster(), RPCSeedrecHitFinder::getdeltaPhifromrecHits(), IsolatedPixelTrackCandidateProducer::GetEtaPhiAtEcal(), PythiaFilterIsolatedTrack::GetEtaPhiAtEcal(), RPCSeedPattern::getSpecialAlgorithmErrorMatrix(), EgammaTowerIsolation::getTowerESum(), EgammaTowerIsolation::getTowerEtSum(), HitPairGeneratorFromLayerPair::hitPairs(), DiskSectorBounds::inside(), cms::MuonTCMETValueMapProducer::isGoodCaloMuon(), CSCSegAlgoShowering::isHitNearSegment(), CSCSegAlgoDF::isHitNearSegment(), GoodSeedProducer::IsIsolated(), EventShapeVariables::isotropy(), main(), CosmicMuonSeedGenerator::makeSegPairs(), GlobalMuonTrackMatcher::match(), L1MuonMatcherAlgo::match(), MuonIdTruthInfo::matchChi2(), L1MuonMatcherAlgo::matchGeneric(), DetIdAssociator::nearElement(), DeltaPhiMinPairSelector::operator()(), TtDilepLRSignalSelObservables::operator()(), InnerDeltaPhi::operator()(), MuonShowerInformationFiller::LessDPhi::operator()(), MuonShowerInformationFiller::AbsLessDPhi::operator()(), operator<<(), HLTmmkFilter::overlap(), PFRootEventManager::pfCandCompare(), phiLess(), InnerDeltaPhi::phiRange(), PFAlgo::postCleaning(), PFTauElecRejectionBenchmark::process(), HLTJetL1MatchProducer::produce(), JetPlusTrackProducer::produce(), JetPlusTrackProducerAA::produce(), BaseParticlePropagator::propagate(), pftools::CaloWindow::relativePosition(), RPCSeedPattern::SegmentAlgorithmSpecial(), MuonCSCSeedFromRecHits::segmentQuality(), PFConversionAlgo::setCandidates(), QcdLowPtDQM::trackletVertexUnbinned(), DDG4SolidConverter::trunctubs(), DDI::Cons::volume(), and RoadSearchCloudMakerAlgorithm::ZPhiDeltaPhi().

30  {
32  return deltaBarePhi(Phi_mpi_pi(phi2),Phi_mpi_pi(phi1));
33  }
double deltaBarePhi(double phi1, double phi2)
Definition: VectorUtil.h:21
double Phi_mpi_pi(double x)
Definition: JetUtil.h:24
double Geom::deltaPhi ( double  phi1,
double  phi2 
)
inline

Definition at line 34 of file VectorUtil.h.

References deltaBarePhi(), and Phi_mpi_pi().

34  {
36  return deltaBarePhi(Phi_mpi_pi(phi2),Phi_mpi_pi(phi1));
37  }
double deltaBarePhi(double phi1, double phi2)
Definition: VectorUtil.h:21
double Phi_mpi_pi(double x)
Definition: JetUtil.h:24
template<class Vector1 , class Vector2 >
double Geom::deltaPhi ( const Vector1 &  v1,
const Vector2 &  v2 
)

Definition at line 39 of file VectorUtil.h.

References deltaBarePhi().

39  {
40  return deltaBarePhi(v1.phi(),v2.phi());
41  }
double deltaBarePhi(double phi1, double phi2)
Definition: VectorUtil.h:21
template<class Vector1 , class Vector2 >
double Geom::deltaR ( const Vector1 &  v1,
const Vector2 &  v2 
)
template<class Vector1 , class Vector2 >
double Geom::deltaR2 ( const Vector1 &  v1,
const Vector2 &  v2 
)
float Geom::fhalfPi ( )
inline

Definition at line 37 of file Pi.h.

37 {return 0.5f*3.141592653589793238f;}
float Geom::fpi ( )
inline

Definition at line 35 of file Pi.h.

Referenced by RecHitsSortedInPhi::hits(), and PixelTripletHLTGenerator::mergePhiRanges().

35 {return 3.141592653589793238f;}
float Geom::ftwoPi ( )
inline

Definition at line 36 of file Pi.h.

Referenced by PixelTripletHLTGenerator::checkPhiInRange(), RecHitsSortedInPhi::hits(), and PixelTripletHLTGenerator::mergePhiRanges().

36 {return 2.f *3.141592653589793238f;}
double Geom::halfPi ( )
inline

Definition at line 33 of file Pi.h.

Referenced by RoadSearchCloudMakerAlgorithm::makecircle(), and TrackAssociatorByChi2::parametersAtClosestApproach().

33 {return 0.5*3.141592653589793238;}
template<class T , class Scalar >
Phi<T> Geom::operator* ( const Phi< T > &  a,
const Scalar &  b 
)
inline

Multiplication with scalar, does not change the precision.

Definition at line 108 of file Phi.h.

References a.

108  {
109  return Phi<T>(a) *= b;
110  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T , class Scalar >
OnePiRange<T> Geom::operator* ( const OnePiRange< T > &  a,
const Scalar &  b 
)
inline

Multiplication with scalar, does not change the precision.

Definition at line 110 of file OnePiRange.h.

References a.

110  {
111  return OnePiRange<T>(a) *= b;
112  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T >
Phi<T> Geom::operator* ( double  a,
const Phi< T > &  b 
)
inline

Multiplication with scalar.

Definition at line 113 of file Phi.h.

References b.

113  {
114  return Phi<T>(b) *= a;
115  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T >
OnePiRange<T> Geom::operator* ( double  a,
const OnePiRange< T > &  b 
)
inline

Multiplication with scalar.

Definition at line 116 of file OnePiRange.h.

References b.

116  {
117  return OnePiRange<T>(b) *= a;
118  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T >
Phi<T> Geom::operator+ ( const Phi< T > &  a,
const Phi< T > &  b 
)
inline

Addition.

Definition at line 74 of file Phi.h.

References a.

74  {
75  return Phi<T>(a) += b;
76  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T >
OnePiRange<T> Geom::operator+ ( const OnePiRange< T > &  a,
const OnePiRange< T > &  b 
)
inline

Addition.

Definition at line 76 of file OnePiRange.h.

References a.

76  {
77  return OnePiRange<T>(a) += b;
78  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T , class Scalar >
Phi<T> Geom::operator+ ( const Phi< T > &  a,
const Scalar &  b 
)
inline

Addition with scalar, does not change the precision.

Definition at line 79 of file Phi.h.

References a.

79  {
80  return Phi<T>(a) += b;
81  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T , class Scalar >
OnePiRange<T> Geom::operator+ ( const OnePiRange< T > &  a,
const Scalar &  b 
)
inline

Addition with scalar, does not change the precision.

Definition at line 81 of file OnePiRange.h.

References a.

81  {
82  return OnePiRange<T>(a) += b;
83  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T , class Scalar >
Phi<T> Geom::operator+ ( const Scalar &  a,
const Phi< T > &  b 
)
inline

Addition with scalar, does not change the precision.

Definition at line 84 of file Phi.h.

References b.

84  {
85  return Phi<T>(b) += a;
86  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T , class Scalar >
OnePiRange<T> Geom::operator+ ( const Scalar &  a,
const OnePiRange< T > &  b 
)
inline

Addition with scalar, does not change the precision.

Definition at line 86 of file OnePiRange.h.

References b.

86  {
87  return OnePiRange<T>(b) += a;
88  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T >
Phi<T> Geom::operator- ( const Phi< T > &  a)
inline
  • operator

Definition at line 69 of file Phi.h.

References Geom::Phi< T >::value().

69 {return Phi<T>(-a.value());}
double a
Definition: hdecay.h:121
template<class T >
OnePiRange<T> Geom::operator- ( const OnePiRange< T > &  a)
inline
  • operator

Definition at line 71 of file OnePiRange.h.

References Geom::OnePiRange< T >::value().

71 {return OnePiRange<T>(-a.value());}
double a
Definition: hdecay.h:121
template<class T >
Phi<T> Geom::operator- ( const Phi< T > &  a,
const Phi< T > &  b 
)
inline

Subtraction.

Definition at line 91 of file Phi.h.

References a.

91  {
92  return Phi<T>(a) -= b;
93  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T >
OnePiRange<T> Geom::operator- ( const OnePiRange< T > &  a,
const OnePiRange< T > &  b 
)
inline

Subtraction.

Definition at line 92 of file OnePiRange.h.

References a.

92  {
93  return OnePiRange<T>(a) -= b;
94  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T , class Scalar >
Phi<T> Geom::operator- ( const Phi< T > &  a,
const Scalar &  b 
)
inline

Subtraction with scalar, does not change the precision.

Definition at line 96 of file Phi.h.

References a.

96  {
97  return Phi<T>(a) -= b;
98  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T , class Scalar >
OnePiRange<T> Geom::operator- ( const OnePiRange< T > &  a,
const Scalar &  b 
)
inline

Subtraction with scalar, does not change the precision.

Definition at line 98 of file OnePiRange.h.

References a.

98  {
99  return OnePiRange<T>(a) -= b;
100  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T , class Scalar >
Phi<T> Geom::operator- ( const Scalar &  a,
const Phi< T > &  b 
)
inline

Subtraction with scalar, does not change the precision.

Definition at line 101 of file Phi.h.

References Geom::Phi< T >::value().

101  {
102  return Phi<T>(a - b.value()); // use of unary operators would normalize twice
103  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T , class Scalar >
OnePiRange<T> Geom::operator- ( const Scalar &  a,
const OnePiRange< T > &  b 
)
inline

Subtraction with scalar, does not change the precision.

Definition at line 104 of file OnePiRange.h.

References Geom::OnePiRange< T >::value().

104  {
105  return OnePiRange<T>(a - b.value()); // use of unary operators would normalize twice
106  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T >
T Geom::operator/ ( const Phi< T > &  a,
const Phi< T > &  b 
)
inline

Division.

Definition at line 120 of file Phi.h.

References Geom::Phi< T >::value().

120  {
121  return a.value() / b.value();
122  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T >
T Geom::operator/ ( const OnePiRange< T > &  a,
const OnePiRange< T > &  b 
)
inline

Division.

Definition at line 122 of file OnePiRange.h.

References Geom::OnePiRange< T >::value().

122  {
123  return a.value() / b.value();
124  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T >
Phi<T> Geom::operator/ ( const Phi< T > &  a,
double  b 
)
inline

Division by scalar.

Definition at line 125 of file Phi.h.

References a.

125  {
126  return Phi<T>(a) /= b;
127  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
template<class T >
OnePiRange<T> Geom::operator/ ( const OnePiRange< T > &  a,
double  b 
)
inline

Division by scalar.

Definition at line 128 of file OnePiRange.h.

References a.

128  {
129  return OnePiRange<T>(a) /= b;
130  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121
bool Geom::phiLess ( float  phi1,
float  phi2 
)
inline

Definition of ordering of azimuthal angles. phi1 is less than phi2 if the angle covered by a point going from phi1 to phi2 in the counterclockwise direction is smaller than pi. It makes sense only if ALL phis are in a single hemisphere...

Definition at line 57 of file VectorUtil.h.

References deltaPhi().

Referenced by tkDetUtil::calculatePhiWindow(), boundSpan::computeSpan(), PhiLess::operator()(), DetPhiLess::operator()(), CompositeTECWedge::searchNeighbors(), and TIDRing::searchNeighbors().

57  {
58  return deltaPhi(phi1,phi2)<0;
59  }
double deltaPhi(float phi1, float phi2)
Definition: VectorUtil.h:30
bool Geom::phiLess ( double  phi1,
double  phi2 
)
inline

Definition at line 60 of file VectorUtil.h.

References deltaPhi().

60  {
61  return deltaPhi(phi1,phi2)<0;
62  }
double deltaPhi(float phi1, float phi2)
Definition: VectorUtil.h:30
template<class Vector1 , class Vector2 >
bool Geom::phiLess ( const Vector1 &  v1,
const Vector2 &  v2 
)

Definition at line 64 of file VectorUtil.h.

References deltaPhi().

64  {
65  return deltaPhi(v1,v2)<0.;
66  }
double deltaPhi(float phi1, float phi2)
Definition: VectorUtil.h:30
double Geom::pi ( )
inline

Definition at line 31 of file Pi.h.

Referenced by SimpleConvertedPhotonAnalyzer::analyze(), DTTTrigOffsetCalibration::analyze(), DTVDriftCalibration::analyze(), DTLocalTriggerSynchTask::analyze(), EgammaObjects::analyzeElectrons(), EgammaObjects::analyzePhotons(), MagGeoBuilderFromDDD::buildInterpolator(), SuperClusterShapeAlgo::Calculate_Covariances(), ClusterShapeAlgo::Calculate_Covariances(), RoadSearchSeedFinderAlgorithm::calculateCircleSeedsFromRingsOneInnerOneOuter(), RoadSearchSeedFinderAlgorithm::calculateCircleSeedsFromRingsOneInnerTwoOuter(), RoadSearchSeedFinderAlgorithm::calculateCircleSeedsFromRingsTwoInnerOneOuter(), tkDetUtil::calculatePhiWindow(), TIBRing::checkPeriodicity(), RoadSearchCloudMakerAlgorithm::CheckZPhiIntersection(), ForwardDiskSectorBuilderFromWedges::computeBounds(), BladeShapeBuilderFromDet::computeBounds(), ForwardDiskSectorBuilderFromDet::computeBounds(), TOBLayer::computeCrossings(), PixelBarrelLayer::computeCrossings(), DTTime2DriftParametrization::computeDriftDistance_mean(), DTTime2DriftParametrization::computeDriftDistance_mode(), Ring::containsDetId(), EcalClusterTools::covariances(), PFClusterShapeAlgo::covariances(), CylinderFromSectorMFGrid::CylinderFromSectorMFGrid(), Geom::OnePiRange< T >::degrees(), Geom::Phi< float >::degrees(), DTTrigGeomUtils::DTTrigGeomUtils(), ECALPositionCalculator::ecalEta(), ContainmentCorrectionAnalyzer::ecalEta(), EgammaSuperClusters::ecalEta(), EgammaObjects::ecalEta(), EcalEtaPhiRegion::EcalEtaPhiRegion(), ECALPositionCalculator::ecalPhi(), EcalElectronicsMapping::GetListofFEDs(), DDI::Ellipsoid::halfVol(), RecHitsSortedInPhi::hits(), HResolution::HResolution(), HResolution1DRecHit::HResolution1DRecHit(), HTrackVariables::HTrackVariables(), EcalEtaPhiRegion::inRegion(), EcalListOfFEDSProducer::ListOfFEDS(), ESListOfFEDSProducer::ListOfFEDS(), EcalRawToRecHitRoI::ListOfFEDS(), HLTAlCa::ListOfFEDS(), MagBLayer::MagBLayer(), MagGeometry::MagGeometry(), Ring::map_phi(), RoadSearchCloudMakerAlgorithm::map_phi2(), HLTDTActivityFilter::matchChamber(), Geom::Phi< float >::normalize(), Geom::OnePiRange< T >::normalize(), SimpleConeBounds::openingAngle(), ForwardDiskSectorBuilderFromWedges::operator()(), RoadSearchCircleSeed::Phi0(), PhiBorderFinder::PhiBorderFinder(), L2MuonSeedGenerator::produce(), SteppingHelixPropagator::refToDest(), SteppingHelixPropagator::refToMagVolume(), SteppingHelixPropagator::refToMatVolume(), RoadSearchCloudMakerAlgorithm::run(), Cone::side(), TrapezoidalCylindricalMFGrid::TrapezoidalCylindricalMFGrid(), DTTrigGeomUtils::trigPos(), DDI::Sphere::volume(), DDI::Orb::volume(), DDI::EllipticalTube::volume(), and DDI::Ellipsoid::volume().

31 {return 3.141592653589793238;}
double Geom::twoPi ( )
inline

Variable Documentation

class Geom::OnePiRange Geom::__attribute__