#include <cmath>
Go to the source code of this file.
Classes | |
class | PtGreater |
Functions | |
double | dPhi (double phi1, double phi2) |
double | Phi_0_2pi (double x) |
double | Phi_mpi_pi (double x) |
double | radius (double eta1, double phi1, double eta2, double phi2) |
template<typename T1 , typename T2 > | |
double | radius (const T1 &t1, const T2 &t2) |
double dPhi | ( | double | phi1, |
double | phi2 | ||
) |
Definition at line 30 of file JetUtil.h.
References Phi_0_2pi(), and Phi_mpi_pi().
Referenced by PhotonValidator::analyze(), SimplePhotonAnalyzer::beginJob(), ConvertedPhotonProducer::buildCollections(), SoftConversionTrackCandidateProducer::buildCollections(), L1GtVhdlWriterBitManager::buildDeltaPhiCalo(), L1GtVhdlWriterBitManager::buildDeltaPhiMuon(), pat::CaloIsolationEnergy::calculate(), SuperClusterShapeAlgo::Calculate_Covariances(), ClusterShapeAlgo::Calculate_Covariances(), GsfElectronAlgo::ElectronData::checkCtfTrack(), TrackerOnlyConversionProducer::checkPhi(), RPCSeedPattern::checkStraightwithThreerecHits(), EgammaSuperClusters::closestMCParticle(), EcalClusterTools::covariances(), PFClusterShapeAlgo::covariances(), TtSemiLepSignalSelMVAComputer::DeltaPhi(), TtSemiLepSignalSelMVATrainer::DeltaPhi(), TtSemiLepSignalSel::DeltaPhi(), L1MuonPixelTrackFitter::deltaPhi(), TtSemiLepSignalSelMVAComputer::DeltaR(), TtSemiLepSignalSel::DeltaR(), TtSemiLepSignalSelMVATrainer::DeltaR(), muonisolation::PixelTrackExtractor::directionAtPresetRadius(), reco::ellipse(), EtaPhiEstimator::estimate(), EtaPhiMeasurementEstimator::estimate(), DDHCalFibreBundle::execute(), TrackerOfflineValidationSummary::fillTree(), TrackerOfflineValidation::fillTree(), filterCells3x3(), filterCells5x5(), ConversionTrackEcalImpactPoint::find(), TrackDetMatchInfo::findMaxDeposition(), CxCalculator::getAvgBCEt(), CxCalculator::getCCx(), CxCalculator::getCCxRemoveSC(), CxCalculator::getCorrection(), RxCalculator::getCRx(), GsfElectronCoreBaseProducer::getCtfTrackRef(), HiGammaJetSignalDef::getDeltaPhi(), Tau3MuReco::getDeltaR(), HiGammaJetSignalDef::getDeltaR(), EcalClusterTools::getDPhiEndcap(), GsfElectronAlgo::ElectronData::getEleBasicCluster(), CxCalculator::getNBC(), RxCalculator::getRFx(), RxCalculator::getROx(), RxCalculator::getRx(), RPCSeedPattern::getSpecialAlgorithmErrorMatrix(), CosmicMuonGenerator::goodOrientation(), EcalClusterTools::localCovariances(), JetMaker::makeSpecific(), reco::makeSpecific(), BremRecoveryClusterAlgo::match(), HiBremRecoveryClusterAlgo::match(), Multi5x5BremRecoveryClusterAlgo::match(), reco::RecoTauPiZero::maxDeltaPhi(), MuonCkfTrajectoryBuilder::MuonCkfTrajectoryBuilder(), CosmicMuonGenerator::nextEvent(), CosmicMuonGenerator::nextMultiEvent(), TrackDetMatchInfo::nXnEnergy(), reco::isodeposit::Direction::operator-(), egHLT::EgJetTagProbeCut< T >::pass(), egHLT::EgJetB2BCut< T >::pass(), PFClusterWidthAlgo::PFClusterWidthAlgo(), SETSeedFinder::pre_prune(), edm::MultiParticleInConeGunSource::produce(), edm::MultiParticleInConeGunProducer::produce(), SoftConversionProducer::produce(), MuonSeedPtExtractor::pT_extract(), pftools::CaloWindow::relativePosition(), EcalClusterTools::scLocalCovariances(), CSCSegAlgoShowering::showerSeg(), reco::isodeposit::NumCrystalEtaPhiVeto::veto(), and reco::isodeposit::RectangularEtaPhiVeto::veto().
double Phi_0_2pi | ( | double | x | ) |
double Phi_mpi_pi | ( | double | x | ) |
Definition at line 24 of file JetUtil.h.
References M_PI, and ExpressReco_HICollisions_FallBack::x.
Referenced by TTbarSpinCorrHepMCAnalyzer::analyze(), Geom::deltaPhi(), PFJetAlgorithm::DeltaR(), dPhi(), EcalClusterLocalContCorrection::getValue(), and EcalClusterCrackCorrection::getValue().
double radius | ( | double | eta1, |
double | phi1, | ||
double | eta2, | ||
double | phi2 | ||
) |
Definition at line 36 of file JetUtil.h.
References M_PI, siStripFEDMonitor_P5_cff::Min, Phi_0_2pi(), mathSSE::sqrt(), and TWOPI.
double radius | ( | const T1 & | t1, |
const T2 & | t2 | ||
) |