Namespaces | |
tmpl | |
Typedefs | |
typedef A | arg |
typedef Polynomial< 0 > | Constant |
typedef DecomposeProduct< arg, typename Div::arg > | D |
typedef Divides< arg, void > | D0 |
typedef Divides< A, C > | D1 |
typedef Divides< B, C > | D2 |
typedef DecomposePower< A, NUM(n)> | Dec |
typedef std::conditional< D1::value, D1, typename std::conditional< D2::value, D2, D0 >::type >::type | Div |
typedef arg | type |
Functions | |
template<typename T > | |
Abs< T >::type | abs (const T &t) |
static type | combine (const A &_1, const B &_2) |
template<typename A , typename B > | |
funct::Composition< A, B >::type | compose (const A &a, const B &b) |
template<typename A , typename B , typename Integrator > | |
funct::Convolution< A, B, Integrator >::type | conv (const A &a, const B &b, double min, double max, const Integrator &i) |
template<typename T > | |
Cos< T >::type | cos (const T &t) |
typedef | DERIV (X, A) A1 |
template<typename X , typename A > | |
Derivative< X, A >::type | derivative (const A &_) |
typedef | DIFF (PROD(A, B1), AB1) type |
typedef | DIFF (PROD(A, B1), PRIMIT(X, PROD(A1, B1))) type |
template<typename T > | |
Exp< T >::type | exp (const T &t) |
template<int n, int m> | |
const Fraction< n, m >::type & | fract () |
GET (arg, _) | |
GET (arg, Div::get(_._)) | |
GET (arg, Div::get(D::get(_))) | |
GET (arg, pow(Dec::getBase(_), num< p >())) | |
static type | get (const PROD_S(A, B) &_) |
static type | get (const PROD_S(B, A) &_) |
static type | get (const RATIO_S(A, B) &_) |
static type | get (const RATIO_S(B, A) &_) |
GET (PROD_S(A, B), _ *X()) | |
GET (PROD_S(A, B), _._1 *primitive< X >(_._2)) | |
GET (PROD_S(A, B), _._2 *primitive< X >(_._1)) | |
GET (RATIO_S(A, B), _ *X()) | |
GET (RATIO_S(A, B), _._1 *primitive< X >(num< 1 >/_._2)) | |
GET (RATIO_S(A, B), primitive< X >(_._1)/_._2) | |
template<typename X , typename F > | |
Integral< F, X >::type | integral (const F &f) |
template<typename X , typename F , typename Integrator > | |
Integral< F, X >::type | integral (const F &f, const Integrator &integrator) |
template<typename X , typename F > | |
double | integral (const F &f, double min, double max) |
template<typename X , typename F , typename Integrator > | |
double | integral (const F &f, double min, double max, const Integrator &integrator) |
template<typename F > | |
Integral< F >::type | integral_f (const F &f) |
template<typename F , typename Integrator > | |
Integral< F >::type | integral_f (const F &f, const Integrator &integrator) |
template<typename F > | |
double | integral_f (const F &f, double min, double max) |
template<typename F , typename Integrator > | |
double | integral_f (const F &f, double min, double max, const Integrator &integrator) |
template<typename T > | |
Log< T >::type | log (const T &t) |
template<typename F > | |
Master< F > | master (const F &f) |
typedef | MINUS_S (A) arg |
MINUS_S (B)> | |
template<unsigned n, typename X , typename F > | |
NthDerivative< n, X, F >::type | nth_derivative (const F &f) |
template<int n> | |
const Numerical< n > & | num () |
NUM (m)> | |
PROD_S(A, B)> | NUM (n)) |
template<typename A , typename B > | |
Product< A, B >::type | operator* (const A &a, const B &b) |
template<typename A , typename B > | |
Sum< A, B >::type | operator+ (const A &a, const B &b) |
template<typename A > | |
Minus< A >::type | operator- (const A &a) |
template<typename A , typename B > | |
Difference< A, B >::type | operator- (const A &a, const B &b) |
template<typename A , typename B > | |
Ratio< A, B >::type | operator/ (const A &a, const B &b) |
std::ostream & | operator<< (std::ostream &cout, const Expression &e) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::AbsStruct< T > &f) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::CosStruct< T > &f) |
std::ostream & | operator<< (std::ostream &cout, const funct::DefaultVariable &) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::ExpStruct< T > &f) |
template<int n, int m> | |
std::ostream & | operator<< (std::ostream &cout, const funct::FractionStruct< n, m > &) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::LogStruct< T > &f) |
template<typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::MinusStruct< A > &f) |
template<int n, int m> | |
std::ostream & | operator<< (std::ostream &cout, const funct::MinusStruct< funct::FractionStruct< n, m > > &) |
template<typename A , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::MinusStruct< funct::SumStruct< A, B > > &f) |
std::ostream & | operator<< (std::ostream &cout, const funct::Parameter &p) |
template<typename A , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< A, B > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< A, funct::FractionStruct< n, m > > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< A, funct::MinusStruct< funct::FractionStruct< n, m > > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< C, funct::ProductStruct< A, B > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< C, funct::RatioStruct< A, B > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< C, funct::SumStruct< A, B > > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::FractionStruct< n, m >, A > &f) |
template<int n, int m, int k, int l> | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::FractionStruct< n, m >, funct::FractionStruct< k, l > > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::MinusStruct< funct::FractionStruct< n, m > >, A > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::ProductStruct< A, B >, C > &f) |
template<typename A , typename B , typename C , typename D > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::ProductStruct< A, B >, funct::ProductStruct< C, D > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::RatioStruct< A, B >, C > &f) |
template<typename A , typename B , typename C , typename D > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::RatioStruct< A, B >, funct::RatioStruct< C, D > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::SumStruct< A, B >, C > &f) |
template<typename A , typename B , typename C , typename D > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::SumStruct< A, B >, funct::SumStruct< C, D > > &f) |
template<typename A , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::ProductStruct< A, B > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::ProductStruct< C, funct::RatioStruct< A, B > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::ProductStruct< C, funct::SumStruct< A, B > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::ProductStruct< funct::RatioStruct< A, B >, C > &f) |
template<typename A , typename B , typename C , typename D > | |
std::ostream & | operator<< (std::ostream &cout, const funct::ProductStruct< funct::RatioStruct< A, B >, funct::RatioStruct< C, D > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::ProductStruct< funct::SumStruct< A, B >, C > &f) |
template<typename A , typename B , typename C , typename D > | |
std::ostream & | operator<< (std::ostream &cout, const funct::ProductStruct< funct::SumStruct< A, B >, funct::SumStruct< C, D > > &f) |
template<typename A , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< A, B > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< A, funct::FractionStruct< n, m > > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< A, funct::MinusStruct< funct::FractionStruct< n, m > > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< C, funct::ProductStruct< A, B > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< C, funct::RatioStruct< A, B > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< C, funct::SumStruct< A, B > > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::FractionStruct< n, m >, A > &f) |
template<int n, int m, int k, int l> | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::FractionStruct< n, m >, funct::FractionStruct< k, l > > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::MinusStruct< funct::FractionStruct< n, m > >, A > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::ProductStruct< A, B >, C > &f) |
template<typename A , typename B , typename C , typename D > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::ProductStruct< A, B >, funct::ProductStruct< C, D > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::RatioStruct< A, B >, C > &f) |
template<typename A , typename B , typename C , typename D > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::RatioStruct< A, B >, funct::RatioStruct< C, D > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::SumStruct< A, B >, C > &f) |
template<typename A , typename B , typename C , typename D > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::SumStruct< A, B >, funct::SumStruct< C, D > > &f) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::SgnStruct< T > &f) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::SinStruct< T > &f) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::SqrtStruct< T > &f) |
template<typename A , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::SumStruct< A, B > &f) |
template<typename A , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::SumStruct< A, funct::MinusStruct< B > > &f) |
template<typename A , int n> | |
std::ostream & | operator<< (std::ostream &cout, const funct::SumStruct< A, funct::Numerical< n > > &f) |
template<typename A , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::SumStruct< funct::MinusStruct< A >, B > &f) |
template<typename A , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::SumStruct< funct::MinusStruct< A >, funct::MinusStruct< B > > &f) |
template<typename A , int n> | |
std::ostream & | operator<< (std::ostream &cout, const funct::SumStruct< funct::MinusStruct< A >, funct::Numerical< n > > &f) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::TanStruct< T > &f) |
std::ostream & | operator<< (std::ostream &cout, const funct::X &) |
std::ostream & | operator<< (std::ostream &cout, const funct::Y &) |
std::ostream & | operator<< (std::ostream &cout, const funct::Z &) |
template<typename X1 , typename X2 , typename X3 > | |
std::ostream & | operator<< (std::ostream &cout, const Function< X1, X2, X3 > &f) |
template<int n> | |
std::ostream & | operator<< (std::ostream &cout, const Numerical< n > &) |
template<typename A , typename B > | |
Power< A, B >::type | operator^ (const A &a, const B &b) |
template<typename A , typename B > | |
Power< A, B >::type | pow (const A &a, const B &b) |
typedef | POWER (A, NUM(n)) arg |
typedef | POWER (A, NUM(p)) type |
typedef | PRIMIT (X, PROD(A1, B1)) AB1 |
PRIMIT_RULE (TYPX, COS_S(X), SIN(X), sin(_._)) | |
PRIMIT_RULE (TYPX, EXP_S(X), EXP(X), _) | |
PRIMIT_RULE (TYPX, LOG_S(X), PROD(X, DIFF(LOG(X), NUM(1))), _._ *(_ - num< 1 >())) | |
PRIMIT_RULE (TYPX, POWER_S(X, NUM(-1)), LOG(ABS(X)), log(abs(_._1))) | |
PRIMIT_RULE (TYPX, RATIO_S(NUM(1), POWER_S(COS_S(X), NUM(2))), TAN(X), tan(_._2._1._)) | |
PRIMIT_RULE (TYPX, RATIO_S(NUM(1), POWER_S(SIN_S(X), NUM(2))), RATIO(NUM(-1), TAN(X)), num<-1 >()/tan(_._2._1._)) | |
PRIMIT_RULE (TYPX, RATIO_S(NUM(1), X), LOG(ABS(X)), log(abs(_._2))) | |
PRIMIT_RULE (TYPX, SGN_S(X), ABS(X), abs(_._)) | |
PRIMIT_RULE (TYPX, SIN_S(X), MINUS(COS(X)), -cos(_._)) | |
PRIMIT_RULE (TYPX, SQRT_S(X), PRIMIT(X, POWER_S(X, FRACT_S(1, 2))),(fract< 2, 3 >() *pow(_._, fract< 3, 2 >()))) | |
PRIMIT_RULE (TYPX, TAN_S(X), MINUS(LOG(ABS(COS(X)))), -log(abs(cos(_._)))) | |
PRIMIT_RULE (TYPX, X, RATIO(POWER(X, NUM(2)), NUM(2)), pow(_, num< 2 >())/num< 2 >()) | |
PRIMIT_RULE (TYPXN1, POWER_S(RATIO_S(NUM(1), X), NUM(n)), RATIO(NUM(-1), PROD(NUM(n - 1), POWER(X, NUM(n - 1)))), num<-1 >()/(num< n - 1 >() *pow(_._1._2, num< n - 1 >()))) | |
PRIMIT_RULE (TYPXN1, POWER_S(X, NUM(n)), RATIO(POWER(X, NUM(n+1)), NUM(n+1)), pow(_._1, num< n+1 >())/num< n+1 >()) | |
PRIMIT_RULE (TYPXN1, RATIO_S(NUM(1), POWER_S(X, NUM(n))), RATIO(NUM(-1), PROD(NUM(n - 1), POWER(X, NUM(n - 1)))), num<-1 >()/(num< n - 1 >() *pow(_._2._1, num< n - 1 >()))) | |
PRIMIT_RULE (TYPXN2, POWER_S(X, FRACT_S(n, m)), PROD(FRACT(m, n+m), POWER(X, FRACT(n+m, m))),(fract< m, n+m >() *pow(_._1, fract< n+m, m >()))) | |
PRIMIT_RULE (TYPXT1, MINUS_S(A), MINUS(PRIMIT(X, A)), -primitive< X >(_._)) | |
PRIMIT_RULE (TYPXT2, POWER_S(A, B), UndefinedIntegral, type()) | |
PRIMIT_RULE (TYPXT2, SUM_S(A, B), SUM(PRIMIT(X, A), PRIMIT(X, B)), primitive< X >(_._1)+primitive< X >(_._2)) | |
template<typename X , typename F > | |
Primitive< F, X >::type | primitive (const F &f) |
template<typename F > | |
Primitive< F >::type | primitive (const F &f) |
typedef | PROD (F, SUM(RATIO(A, F), RATIO(B, F))) type |
PROD_S (B, C)> | |
PROD_S (C, D)> | |
template<typename T > | |
Sgn< T >::type | sgn (const T &t) |
template<typename T > | |
Sin< T >::type | sin (const T &t) |
template<typename F > | |
Slave< F > | slave (const Master< F > &m) |
template<typename F > | |
Square< F >::type | sqr (const F &f) |
template<typename T > | |
Sqrt< T >::type | sqrt (const T &t) |
template<typename T > | |
Tan< T >::type | tan (const T &t) |
TEMPL (N1) struct Divides< NUM(n) | |
PROD_S(A, B)> | TEMPL (N1T1) struct Divides< POWER_S(A |
TEMPL (N1T2) struct Sum< PROD_S(A | |
TEMPL (N2) struct Divides< NUM(n) | |
TEMPL (N2T1) struct ParametricDivN< n | |
TEMPL (T1) struct Divides0 | |
TEMPL(T2) struct Divides | TEMPL (T2) struct Divides< PROD_S(A |
MINUS_S(B)> | TEMPL (T3) struct Divides< PROD_S(A |
TEMPL (T4) struct Divides< PROD_S(A | |
TEMPL (XT2) struct PartIntegral< X | |
template<typename F > | |
double | trapezoid_integral (const F &f, double min, double max, unsigned int samples) |
Variables | |
A | __pad0__ |
C | __pad1__ |
true | __pad2__ |
X | __pad3__ |
A {} | |
TEMPL(T2) struct Divides | B {} |
C | |
false | |
m | |
const double | oneOverSqrtTwoPi = 1 / sqrt(2 * M_PI) |
static const int | p |
true | |
const double | twoOverPi = 2. / M_PI |
static const bool | value = Div::value |
TEMPL(T2) struct Divides | void |
typedef A funct::arg |
Definition at line 31 of file Factorize.h.
typedef Polynomial<0> funct::Constant |
Definition at line 6 of file Constant.h.
typedef DecomposeProduct<arg, typename Div::arg> funct::D |
Definition at line 141 of file Factorize.h.
Definition at line 135 of file Factorize.h.
Definition at line 136 of file Factorize.h.
Definition at line 137 of file Factorize.h.
typedef DecomposePower<A, NUM(n)> funct::Dec |
Definition at line 55 of file Factorize.h.
typedef std::conditional<D1::value, D1, typename std::conditional<D2::value, D2, D0>::type>::type funct::Div |
Definition at line 138 of file Factorize.h.
typedef Div::type funct::type |
Definition at line 32 of file Factorize.h.
Definition at line 22 of file Abs.h.
References funct::Abs< T >::compose(), and submitPVValidationJobs::t.
Referenced by PhaseITreeProducer.ModuleLvlValuesReader::__BuildOnlineBarrelName(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::__BuildOnlineBarrelName(), PhaseITreeProducer.ModuleLvlValuesReader::__BuildOnlineDiskName(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::__BuildOnlineDiskName(), PhaseITreeProducer.ModuleLvlValuesReader::__GetBarrelSector(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::__GetBarrelSector(), dataset.Dataset::__getMagneticFieldForRun(), plotting::_calculateRatios(), TPTask::_process(), SiStripAPVRestorer::abnormalBaselineInspect(), egPM::AbsEtaNrClus::AbsEtaNrClus(), egPM::AbsEtaNrClusEt::AbsEtaNrClusEt(), egPM::AbsEtaNrClusPhi::AbsEtaNrClusPhi(), MCTruthHelper< reco::GenParticle >::absPdgId(), KineParticleFilter::acceptParticle(), fastsim::ParticleFilter::accepts(), fastsim::ParticleFilter::acceptsEn(), CaloTruthAccumulator::accumulateEvent(), PuppiAlgo::add(), EventWithHistory::add(), Hector::add(), PixelDigitizerAlgorithm::add_cross_talk(), GoldenPattern::addCount(), CustomParticleFactory::addCustomParticle(), EGHcalRecHitSelector::addDetIds(), trklet::TrackletCalculatorDisplaced::addDiskProj(), trklet::TrackletCalculatorBase::addDiskProj(), CosmicTrajectoryBuilder::AddHit(), trklet::TrackletCalculatorDisplaced::addLayerProj(), trklet::TrackletCalculatorBase::addLayerProj(), trklet::Tracklet::addMatchDisk(), ReferenceTrajectory::addMaterialEffectsCurvlinGbl(), ReferenceTrajectory::addMaterialEffectsLocalGbl(), reco::PFRecHit::addNeighbour(), FBaseSimEvent::addParticles(), PFTrackTransformer::addPoints(), PFTrackTransformer::addPointsAndBrems(), trklet::TrackletCalculatorDisplaced::addProjectionDisk(), trklet::TrackletCalculatorBase::addProjectionDisk(), TrackDetectorAssociator::addTAMuonSegmentMatch(), reco::tau::RecoTauConstructor::addTauChargedHadron(), CSCHitFromWireOnly::addToCluster(), CATopJetAlgorithm::adjacentCells(), trklet::VarAdjustK::adjust(), SiStripHitEffFromCalibTree::algoAnalyze(), algorithm(), AlignmentTwoBodyDecayTrackSelector::AlignmentTwoBodyDecayTrackSelector(), almost_equal(), trklet::Tracklet::alphadisk(), PedsFullNoiseAlgorithm::analyse(), ME0HitsValidation::analyze(), GEMStripDigiValidation::analyze(), EWKSystUnc::analyze(), ZLONLOHistogrammer::analyze(), zPdfUnc::analyze(), ZHistogrammer::analyze(), ZMuPtScaleAnalyzer::analyze(), ME0DigisValidation::analyze(), ME0SegmentsValidation::analyze(), DQMHOAlCaRecoStream::analyze(), ZMCHistogrammer::analyze(), CMTRawAnalyzer::analyze(), OffsetAnalyzerDQM::analyze(), L1TScalersSCAL::analyze(), PatElectronAnalyzer::analyze(), JetToDigiDump::analyze(), myFastSimVal::analyze(), RPCDigiValid::analyze(), L1TStage2EMTF::analyze(), JetAnaPythia< Jet >::analyze(), L1TStage2uGMT::analyze(), ElectronMcSignalValidatorMiniAOD::analyze(), PatBTagAnalyzer::analyze(), PatBJetTagAnalyzer::analyze(), L1THIonImp::analyze(), RPCRecHitValid::analyze(), ElectronMcSignalValidator::analyze(), JetMonitor::analyze(), DijetMass< Jet >::analyze(), AnalysisTasksAnalyzerBTag::analyze(), SUSYDQMAnalyzer::analyze(), BTagPerformanceAnalyzerMC::analyze(), SiPixelPhase1RecHitsV::analyze(), PatTrackAnalyzer::analyze(), L1TdeStage2CaloLayer1::analyze(), DQMSourcePi0::analyze(), SUSY_HLT_PhotonMET::analyze(), TrackingRecoMaterialAnalyser::analyze(), MuonEnergyDepositAnalyzer::analyze(), MuonSeedsAnalyzer::analyze(), TauValidation::analyze(), WValidation::analyze(), TauDecay_GenParticle::Analyze(), ElectronSeedAnalyzer::analyze(), HLTMCtruth::analyze(), DTT0CalibrationRMS::analyze(), PFCandidateAnalyzerDQM::analyze(), SiPixelPhase1HitsV::analyze(), PatBJetTrackAnalyzer::analyze(), DrellYanValidation::analyze(), ElectronMcFakeValidator::analyze(), BPhysicsValidation::analyze(), BPhysicsSpectrum::analyze(), ZMuMuIsolationAnalyzer::analyze(), QcdPhotonsDQM::analyze(), ObjMonitor::analyze(), BasicHepMCValidation::analyze(), PatBJetVertexAnalyzer::analyze(), ElectronAnalyzer::analyze(), MBUEandQCDValidation::analyze(), edm::FlatEGunASCIIWriter::analyze(), ValidationMisalignedTracker::analyze(), HiggsValidation::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronFakeAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), TauDecay_CMSSW::Analyze(), GsfElectronMCAnalyzer::analyze(), LepHTMonitor::analyze(), ResolutionCreator::analyze(), PFClusterValidation::analyze(), RPCPhiEff::analyze(), ElectronConversionRejectionValidator::analyze(), ElectronStudy::analyze(), ZMuMuPerformances::analyze(), DTT0Calibration::analyze(), TopDiLeptonDQM::analyze(), HcalSimHitAnalysis::analyze(), RazorMonitor::analyze(), TopMonitor::analyze(), EcalSimHitsValidation::analyze(), tadqm::TrackAnalyzer::analyze(), HcalSimHitsValidation::analyze(), ZMuMu_vtxAnalyzer::analyze(), HLTBTagPerformanceAnalyzer::analyze(), SUSY_HLT_Razor::analyze(), SiPixelHitEfficiencySource::analyze(), PhiSymmetryCalibration::analyze(), DTTrigTest::analyze(), MonitorTrackResidualsBase< pixel_or_strip >::analyze(), DQMHcalIsoTrackAlCaReco::analyze(), SiStripElectronAnalyzer::analyze(), HGCalShowerSeparation::analyze(), MCEfficiencyAnalyzer::analyze(), ZMuMu_efficiencyAnalyzer::analyze(), HcalHBHEMuonSimAnalyzer::analyze(), EnergyScaleAnalyzer::analyze(), MuonAlignmentAnalyzer::analyze(), BDHadronTrackMonitoringAnalyzer::analyze(), MuonTrackResidualAnalyzer::analyze(), EcalSimHitStudy::analyze(), DQMExample_Step1::analyze(), ZMuMu_MCanalyzer::analyze(), SiStripMonitorCluster::analyze(), MuonPathAnalyzerPerSL::analyze(), L1TCaloLayer1Validator::analyze(), TkConvValidator::analyze(), TestPythiaDecays::analyze(), SiPixelTrackResidualSource::analyze(), CaloParticleDebugger::analyze(), HLTInclusiveVBFSource::analyze(), EcalRecHitsValidation::analyze(), ZMuMu_Radiative_analyzer::analyze(), gamma_radiative_analyzer::analyze(), HcalLutAnalyzer::analyze(), IsolatedParticlesGeneratedJets::analyze(), DTDigiReader::analyze(), MuonDTDigis::analyze(), TestOutliers::analyze(), TestTrackHits::analyze(), EcalDigisValidation::analyze(), L1GenTreeProducer::analyze(), LhcTrackAnalyzer::analyze(), HeavyFlavorValidation::analyze(), HcalTB06Analysis::analyze(), PhotonValidator::analyze(), MCvsRecoVerticesAnalyzer::analyze(), HitEff::analyze(), EcalTPGParamBuilder::analyze(), StudyCaloGen::analyze(), OverlapProblemTPAnalyzer::analyze(), L1TdeCSCTF::analyze(), cms::Analyzer_minbias::analyze(), TestCorrection::analyze(), L1TCSCTF::analyze(), L1CaloTowerTreeProducer::analyze(), ValidIsoTrkCalib::analyze(), SiPixelErrorEstimation::analyze(), SiPixelTrackingRecHitsValid::analyze(), DQMPFCandidateAnalyzer::analyze(), L1Validator::analyze(), HcalDigisValidation::analyze(), ZMuMuMassConstraintParameterFinder::analyze(), TrackingMonitor::analyze(), EcalCosmicsHists::analyze(), CTPPSDiamondDQMSource::analyze(), HcalHBHEMuonAnalyzer::analyze(), PrimaryVertexValidation::analyze(), IsoTrackCalibration::analyze(), SMPDQM::analyze(), FSQDQM::analyze(), L1TSync::analyze(), StudyCaloResponse::analyze(), HLTObjectMonitorProtonLead::analyze(), HLTObjectMonitor::analyze(), ErsatzMEt::analyze(), OverlapValidation::analyze(), HLTObjectsMonitor::analyze(), L1TSync_Offline::analyze(), IsolatedGenParticles::analyze(), IsolatedTracksCone::analyze(), MuonTrackValidator::analyze(), Rivet::RivetAnalysis::analyze(), IsolatedTracksNxN::analyze(), HOCalibAnalyzer::analyze(), GeneralPurposeTrackAnalyzer::analyze(), PackedCandidateTrackValidator::analyze(), DMRChecker::analyze(), B2GDQM::analyzeAllHad(), ExoticaDQM::analyzeDisplacedJets(), ExoticaDQM::analyzeDisplacedLeptons(), EgammaObjects::analyzeElectrons(), HcalHBHEMuonHighEtaAnalyzer::analyzeHadron(), RecAnalyzerHF::analyzeHcal(), HOSimHitStudy::analyzeHits(), EcalSimHitStudy::analyzeHits(), CaloSimHitAnalysis::analyzeHits(), HGCalSimHitStudy::analyzeHits(), GenHFHadronMatcher::analyzeMothers(), HcalHBHEMuonHighEtaAnalyzer::analyzeMuon(), EgammaObjects::analyzePhotons(), B2GDQM::analyzeSemiE(), B2GDQM::analyzeSemiMu(), JetTagPlotter::analyzeTag(), TauDecay_GenParticle::AnalyzeTau(), TauDecay_CMSSW::AnalyzeTau(), HcalHBHEMuonHighEtaAnalyzer::analyzeTracks(), ThirdHitPredictionFromCircle::angle(), SignedImpactParameter3D::apply(), SignedTransverseImpactParameter::apply(), gen::PhotosInterface::apply(), OOTPileupCorrData::apply(), EmbeddingHepMCFilter::apply_cuts(), HLTMuonDimuonL3Filter::applyDiMuonSelection(), GlobalHaloAlgo::ApplyMatchingCuts(), HLTMuonDimuonL3Filter::applyMuonSelection(), HLTMuonL3PreFilter::applySelection(), approx_erf(), tmtt::KFbase::approxB(), tmtt::Stub::approxB(), MuonIdProducer::approxEqual(), tnp::TagProbePairMaker::arbitrate(), CACell::areAlignedRZ(), RPCConeBuilder::areConnected(), GE0SegAlgoRU::areHitsCloseInEta(), GE0SegAlgoRU::areHitsCloseInGlobalPhi(), HGCGraphT< TILES >::areTimeCompatible(), MaxAbsEtaCut::asCandidate(), EtaMultiRangeCut::asCandidate(), MinPtCutInEtaRanges::asCandidate(), DTTrigPhase2Prod::assignIndexPerBX(), ticl::assignPCAtoTracksters(), CSCUpgradeMotherboardLUTGenerator::assignRoll(), TrackDetectorAssociator::associate(), StGenEvent::associatedB(), HoughGrouping::associateHits(), VertexAssociatorByPositionAndTracks::associateRecoToSim(), TrackAssociatorByHitsImpl::associateRecoToSim(), QuickTrackAssociatorByHitsImpl::associateRecoToSim(), QuickTrackAssociatorByHitsImpl::associateRecoToSimImplementation(), VertexAssociatorByPositionAndTracks::associateSimToReco(), QuickTrackAssociatorByHitsImpl::associateSimToReco(), QuickTrackAssociatorByHitsImpl::associateSimToRecoImplementation(), OuterHitPhiPrediction::asym(), objects.LeptonAnalyzer.LeptonAnalyzer::attachIsolationScan(), objects.LeptonAnalyzer.LeptonAnalyzer::attachMiniIsolation(), badGlobalMuonTaggerFWLite.BadGlobalMuonTagger::badMuons(), TrackingRecHitLessFromGlobalPosition::barrelForwardLess(), trklet::TrackletCalculatorBase::barrelSeeding(), SiStripAPVRestorer::baselineAndSaturationInspect(), SiStripAPVRestorer::baselineFollowerInspect(), gen::JetMatchingMGFastJet::beforeHadronisation(), HGCalTrackCollectionProducer::beginLuminosityBlock(), DTnoiseDBValidation::beginRun(), MCatNLOSource::beginRun(), PFCandidateRecalibrator::beginRun(), trklet::bendencode(), CSCGEMMotherboard::bestMatchingPad(), reco::PFCandidate::bestTrack(), reco::ElectronSeed::bestVal(), l1t::CaloTools::bin16Eta(), SoftElectronMVAEstimator::bindVariables(), DTtTrigDBValidation::bookHistograms(), JetAnalyzer_HeavyIons::bookHistograms(), RPCMonitorDigi::bookRollME(), genutils::bosonToX(), DeadROC_duringRun::BPIX_list(), TECLayerBuilder::build(), TECPetalBuilder::build(), TECWedgeBuilder::build(), TIDRingBuilder::build(), GlobalTrajectoryBuilderBase::build(), RealisticSimClusterMapper::buildClusters(), DTClusterer::buildClusters(), RBCProcessRPCSimDigis::builddata(), RBCProcessRPCDigis::builddata(), RPCDetId::buildfromDB(), TtSemiLepHypGenMatch::buildHypo(), TtFullHadHypGenMatch::buildHypo(), magneticfield::MagGeoBuilder::buildInterpolator(), ETLDetLayerGeometryBuilder::buildLayer(), ETLDetLayerGeometryBuilder::buildLayerNew(), DetIdAssociator::buildMap(), CSCSegAlgoTC::buildSegments(), CSCSegAlgoSK::buildSegments(), CSCSegAlgoRU::buildSegments(), Basic2DGenericTopoClusterizer::buildTopoCluster(), VectorHitBuilderAlgorithm::buildVectorHits(), FWGEMSegmentProxyBuilder::buildViewType(), FWPSimHitProxyBuilder::buildViewType(), reco::FlavorHistoryEvent::cache(), L1RCTParameters::calcCrate(), PtAssignmentEngineAux2017::calcDeltaPhiSums(), tmtt::Stub::calcDphiOverBend(), CSCTriggerPrimitivesReader::calcEfficiency(), HcalObjRepresent::CalcEtaBin(), HcalObjRepresent::CalcIeta(), BTagWeightCalculator.BTagWeightCalculator::calcJetWeight(), EnergyResolutionVsLumi::calcLightCollectionEfficiencyWeighted(), tmtt::HTrphi::calcLineGradArray(), tmtt::TrackerModule::calcModuleType(), EnergyResolutionVsLumi::calcmuTot(), EnergyResolutionVsLumi::calcnoiseADC(), CSCTriggerPrimitivesReader::calcResolution(), calcSampleName(), trklet::Tracklet::calcSeedIndex(), HLTEcalResonanceFilter::calcShowerShape(), HLTRegionalEcalResonanceFilter::calcShowerShape(), reco::helper::JetIDHelper::calculate(), HcalHaloAlgo::Calculate(), EcalHaloAlgo::Calculate(), GlobalHaloAlgo::Calculate(), CSCHaloAlgo::Calculate(), trklet::VarBase::calculate(), PtAssignmentEngine2016::calculate_address(), AngleCalculation::calculate_angles(), ClusterShapeAlgo::Calculate_BarrelBasketEnergyFraction(), PtAssignmentEngine2016::calculate_pt_xml(), ECAL2DPositionCalcWithDepthCorr::calculateAndSetPositionActual(), PixelLumiDQM::calculateBunchMask(), trackerDTC::Setup::calculateConstants(), trklet::TrackDerTable::calculateDerivatives(), PFEGammaAlgo::calculateEleMVA(), MuonPathAnalyzerInChamber::calculateFitParameters(), DeepTauId::calculateGottfriedJacksonAngleDifference(), HGCalCLUEAlgoT< TILE >::calculateLocalDensity(), HiPuRhoProducer::calculatePedestal(), barrelUtil::calculatePhiWindow(), tkDetUtil::calculatePhiWindow(), emtf::Huber::calculateQuantile(), PFMETBenchmark::calculateQuantities(), ElectronEnergyRegressionEvaluate::calculateRegressionEnergy(), ElectronEnergyRegressionEvaluate::calculateRegressionEnergyUncertainty(), TSGForOI::calculateSFFromL2(), TSGForOIFromL2::calculateSFFromL2(), PFMultiDepthClusterizer::calculateShowerShapes(), MeasurementDiffEntry::calculateSimulatedValue(), CSCXonStrip_MatchGatti::calculateXonStripError(), l1t::CaloTools::calHwEtSum(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::calibLutIndex(), ElectronEnergyCalibratorRun2::calibrate(), PhotonEnergyCalibratorRun2::calibrate(), l1t::Stage2Layer2JetAlgorithmFirmwareImp1::calibrate(), PhotonEnergyCalibrator::calibrate(), ElectronEnergyCalibrator::calibrate(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::calibrationLutIndex(), l1t::CaloTools::caloTowerHash(), TopGenEvent::candidate(), OMTFSorter::candidates(), pat::PATPackedCandidateProducer::candsOrdering(), CastorShowerLibraryMaker::CastorShowerLibraryMaker(), HGCalDDDConstants::cellHex(), HGCalGeomParameters::cellPosition(), spr::cGenSimInfo(), ME0SegmentAlgorithm::chainHits(), DTTFFEDSim::channel(), DTTFFEDReader::channel(), CoreSimTrack::charge(), MCParticlePairFilter::charge(), pat::PackedCandidate::charge(), reco::PFMETProducerMVA::chargedFracInCone(), PrimaryVertexAssignment::chargedHadronVertex(), PFIsolationEstimator::chargedHadronVertex(), spr::chargeIsolation(), spr::chargeIsolationEcal(), siStripClusterTools::chargePerCM(), tmtt::DigitalStub::checkAccuracy(), tmtt::DigitalTrack::checkAccuracy(), utils.BinToBin::checkBinningMatches(), utils.BinToBin1percent::checkBinningMatches(), AlignmentTwoBodyDecayTrackSelector::checkCharge(), HitEff::checkConsistency(), EmDQM::checkGeneratedParticlesRequirement(), PFAlgo::checkGoodTrackDeadHcal(), Fit::CheckIfFitPossible(), Fit::CheckIfMeasIsProportionalToAnother(), tmtt::DigitalStub::checkInRange(), tmtt::DigitalTrack::checkInRange(), trackerDTC::Setup::checkMagneticField(), TagProbeFitTreeProducer::checkMother(), MuonTrackAnalyzer::checkMuonSimHitPresence(), TIBRing::checkPeriodicity(), checkPhiInRange(), HFNoseNumberingScheme::checkPosition(), HGCalNumberingScheme::checkPosition(), HGCDigitizer::checkPosition(), l1t::ConditionEvaluation::checkRangeDeltaPhi(), RectangularEtaPhiTrackingRegion::checkRZOld(), TopDecaySubset::checkShowerModel(), RPCSeedPattern::checkSimplePattern(), GlobalTrackingRegion::checkTracks(), CosmicTrackingRegion::checkTracks(), RectangularEtaPhiTrackingRegion::checkTracks(), ECALpedestalPCLHarvester::checkVariation(), PTFilterHook::checkVetoPT(), ResonanceDecayFilterHook::checkVetoResonanceDecays(), TopDecaySubset::checkWBosons(), L1MuonPixelTrackFitter::Circle::Circle(), TangentApproachInRPhi::circleParameters(), ClosestApproachInRPhi::circleParameters(), reco::helper::JetIDHelper::classifyJetComponents(), reco::helper::JetIDHelper::classifyJetTowers(), StackingAction::ClassifyNewTrack(), RBXAndHPDCleaner::clean(), SpikeAndDoubleSpikeCleaner::clean(), L1TMuon::DTBunchCrossingCleaner::clean(), MuonTrajectoryCleaner::clean(), SiStripAPVRestorer::cleaner_LocalMinimumAdder(), DTCombinatorialExtendedPatternReco::closeSL(), TTClusterAlgorithm_official< T >::Cluster(), EcalClusterToolsT< noZS >::cluster2ndMoments(), hgcal::EGammaPCAHelper::clusterDepthCompatibility(), GapClusterizerInZ::clusterize(), DAClusterizerInZ_vect::clusterize(), HGCalHistoClusteringImpl::clusterSeedMulticluster(), CMSmplIonisationWithDeltaModel::CMSmplIonisationWithDeltaModel(), EpCombinationTool::combine(), btagbtvdeep::commonCandidateToFeatures(), CSCTriggerPrimitivesReader::compareALCTs(), EcalCondTools::compareBarrelBorder(), CSCTriggerPrimitivesReader::compareCLCTs(), DEcompare< T >::CompareCollections(), CSCTriggerPrimitivesReader::compareLCTs(), ME0SegAlgoRU::compareProtoSegment(), GE0SegAlgoRU::compareProtoSegment(), ME0GeometryValidate::compareShape(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::compareTowers(), GEMGeometryValidate::compareTransform(), ME0GeometryValidate::compareTransform(), GenObject.GenObject::compareTwoItems(), L1TOccupancyClient::compareWithStrip(), MTDSectorForwardDoubleLayer::compatible(), BarrelDetLayer::compatible(), ForwardDetLayer::compatible(), PixelRod::compatibleDetsV(), RPCSeedrecHitFinder::complete(), RPCCosmicSeedrecHitFinder::complete(), PFMEtSignInterfaceBase::compResolution(), RPCRecHitStandardAlgo::compute(), MultipleScatteringUpdator::compute(), ClosestApproachInRPhi::compute(), NuclearInteractionSimulator::compute(), DTLinearDriftFromDBAlgo::compute(), FastHelix::compute(), magfieldparam::BCycl< float >::compute(), DTParametrizedDriftAlgo::compute(), DTRecHitQuality::compute(), svgfig.Ticks::compute_logticks(), svgfig.Ticks::compute_miniticks(), svgfig.Ticks::compute_ticks(), EcalUncalibRecHitRatioMethodAlgo< EBDataFrame >::computeAmplitudeImpl(), EnergyLossUpdator::computeBetheBloch(), ForwardDiskSectorBuilderFromDet::computeBounds(), NoPileUpMEtUtilities::computeCandidateSum(), ParticleKinematicLinearizedTrackState::computeChargedJacobians(), PerigeeLinearizedTrackState::computeChargedJacobians(), ZeeCalibration::computeCoefficientDistanceAtIteration(), CompositeTECWedge::computeCrossings(), TECLayer::computeCrossings(), TIDRing::computeCrossings(), TOBRod::computeCrossings(), Phase2EndcapRing::computeCrossings(), PixelBlade::computeCrossings(), Phase2OTBarrelRod::computeCrossings(), CompositeTECPetal::computeCrossings(), PixelForwardLayer::computeCrossings(), PixelForwardLayerPhase1::computeCrossings(), TIBRing::computeCrossings(), HLTDoubletDZ< T1, T2 >::computeDZ(), EnergyLossUpdator::computeElectrons(), PixelForwardLayer::computeHelicity(), PixelForwardLayerPhase1::computeHelicity(), PileupJetIdAlgo::computeIdVariables(), TIBLayer::computeIndexes(), ParticleKinematicLinearizedTrackState::computeJacobians(), PerigeeLinearizedTrackState::computeJacobians(), reco::PFMETProducerMVA::computeJetInfo(), reco::PFMETProducerMVA::computeLeptonInfo(), PrimaryVertexAnalyzer4PUSlimmed::computePairDistance(), reco::PFMETProducerMVA::computePFCandidateInfo(), computePFMEtSignificance(), HTrack::computePull(), l1tpf_impl::PuppiAlgo::computePuppiMedRMS(), l1tpf_impl::LinearizedPuppiAlgo::computePuppiWeights(), l1tpf_impl::PuppiAlgo::computePuppiWeights(), MuonFSRProducer::computeRelativeIsolation(), HTrack::computeResolution(), MuonTrackResidualAnalyzer::computeResolution(), HTrack::computeResolutionAndPull(), DTTrigGeomUtils::computeSCCoordinates(), vertexTools::computeSharedTracks(), HTrack::computeTDRResolution(), UrbanMscModel93::ComputeTheta0(), reco::PFMETProducerMVA::computeVertexInfo(), TIBLayer::computeWindowSize(), sim::LocalFieldManager::ConfigureForTrack(), tmtt::L1fittedTrack::consistentSector(), DDHGCalGeom::constructLayers(), DDHGCalHEFileAlgo::constructLayers(), DDHGCalEEAlgo::constructLayers(), DDHGCalEEFileAlgo::constructLayers(), DDHGCalHEAlgo::constructLayers(), HGCalEEAlgo::ConstructLayers(), DDHCalBarrelAlgo::constructSideLayer(), HcalBarrelAlgo::constructSideLayer(), HGCalTriggerClusterIdentificationBDT::Category::contains(), CTPPSTimingLocalTrack::containsHit(), MicroGMTConverter::convert(), GEMELMap::convert(), GEMeMap::convert(), HiggsValidation::MonitoredDecays::convert(), MkFitOutputConverter::convertCandidates(), PixelIndices::convertDcolToCol(), CTPPSPixelIndices::convertDcolToCol(), Phase2TrackerDigitizerAlgorithm::convertSignalToAdc(), L1TMuonBarrelKalmanAlgo::convertToBMTF(), l1t::Stage1Layer2EtSumAlgorithmImpHW::cordicToMETPhi(), l1t::Stage1Layer2EtSumAlgorithmImpHI::cordicToMETPhi(), L1TkEmParticleProducer::CorrectedEta(), l1tpf::corrector::correctedPt(), PFClusterEMEnergyCorrector::correctEnergies(), HCALResponse::correctHF(), plotscripts::corrections2D(), MuonMETAlgo::correctMETforMuon(), ThirdHitCorrection::correctRZRange(), MuonPathAssociator::correlateMPaths(), PFEnergyCalibration::CorrEta(), HcaluLUTTPGCoder::cosh_ieta(), TauValidation::countParticles(), LutXml::create_lut_map(), PFAlgo::createCandidatesHCAL(), DeepTauId::createEgammaBlockInputs(), GsfElectronAlgo::createElectron(), DeepTauId::createHadronsBlockInputs(), MuonSensitiveDetector::createHit(), DeepTauId::createInputsV1(), L1MuGMTMerger::createMergedCand(), MonitorTrackResidualsBase< pixel_or_strip >::createMEs(), SiStripMonitorDigi::createMEs(), SiStripMonitorCluster::createMEs(), SiStripRecHitsValid::createMEs(), SiStripTrackingRecHitsValid::createMEs(), DeepTauId::createMuonBlockInputs(), GsfVertexUpdator::createNewComponent(), DDHGCalNoTaperEndcap::createQuarter(), RPCStripsRing::createRefConnections(), TGeoMgrFromDdd::createShape(), DeepTauId::createTauBlockInputs(), tauImpactParameter::ParticleBuilder::createTrackParticle(), fastsim::Trajectory::createTrajectory(), CSCUpgradeMotherboardLUTGenerator::cscWgToEtaLimitsLUT(), pdg::cTau(), ThirdHitPredictionFromCircle::curvature(), Electron.Electron::cutBasedId(), BsJpsiPhiFilter::cuts(), TopGenEvent::daughterQuarkOfTop(), TopGenEvent::daughterQuarkOfWPlus(), pat::Electron::dB(), pat::Muon::dB(), plotscripts::DBdiff(), MEEEGeom::dcc(), AntiElectronIDMVA6< TauType, ElectronType >::dCrackEta(), AntiElectronIDMVA6< TauType, ElectronType >::dCrackPhi(), trklet::TrackletCalculatorDisplaced::DDLSeeding(), BiasedTauDecayer::decay(), gen::TauolappInterface::decay(), gen::EvtGenInterface::decay(), fastsim::Decayer::decay(), EmbeddingHepMCFilter::decay_and_sump4Vis(), StGenEvent::decayB(), MCMisalignmentScaler::decodeSubDetectors(), GlobalTrajectoryBuilderBase::defineRegionOfInterest(), FullModelReactionDynamics::Defs1(), HBHEDarkening::degradation(), tmtt::Stub::degradeResolution(), npstat::Private::AbsHelper< T, Unsigned >::delta(), l1t::deltaGctPhi(), HLTHemiDPhiFilter::deltaPhi(), DTRPCBxCorrection::deltaPhi(), reco::deltaR2(), egammaisolation::EgammaRecHitExtractor::deposit(), PFCandWithSuperClusterExtractor::depositFromObject(), SiStripAPVRestorer::derivativeFollowerRestore(), Measurement::DerivativeRespectEntry(), AlignmentTrackSelector::detailedHitsCheck(), HcalTopology::detId2denseIdCALIB(), HcalTrigTowerGeometry::detIds(), SiStripFineDelayHit::deviceMask(), popcon::EcalLaserHandler::diff(), DQMSourcePi0::diff_nphi_s(), HLTEcalResonanceFilter::diff_nphi_s(), HLTRegionalEcalResonanceFilter::diff_nphi_s(), Pixel3DDigitizerAlgorithm::diffusion(), ClusterProducerFP420::difNarr(), ClusterProducerFP420::difWide(), L1RCT::digiInput(), DiJetMonitor::dijet_selection(), l1t::Stage1Layer2EtSumAlgorithmImpPP::DiJetPhi(), l1t::Stage1Layer2EtSumAlgorithmImpHW::DiJetPhi(), l1t::Stage1Layer2EtSumAlgorithmImpHI::DiJetPhi(), HelixArbitraryPlaneCrossing::directionInDouble(), PFRecoTauDiscriminationByHPSSelection::discriminate(), TauDiscriminationAgainstElectronMVA6< TauType, TauDiscriminator, ElectronType >::discriminate(), reco::tau::PFRecoTauDiscriminationByMVAIsolationRun2::discriminate(), ElectronTagger::discriminator(), trklet::Tracklet::disk(), trklet::TrackletCalculatorBase::diskSeeding(), dqmMemoryStats::displayDirectoryStatistics(), MSLayer::distance2(), EBDetId::distanceEta(), EBDetId::distancePhi(), EEDetId::distanceX(), EEDetId::distanceY(), HGCalDDDConstants::distFromEdgeHex(), HGCalDDDConstants::distFromEdgeTrap(), distsector(), distwheel(), DivergingColor::DivergingColor(), l1t::TkPhiCandidate::dmass(), utils.BinToBin::do_test(), utils.BinToBin1percent::do_test(), DTTracoChip::DoAdjBtiLts(), CSCSkim::doBFieldStudySelection(), V0Validator::doEfficiencies(), V0Validator::doFakeRates(), PulseChiSqSNNLS::DoFit(), SiPixelGainCalibrationAnalysis::doFits(), DDEcalPreshowerAlgo::doLadders(), DDEcalPreshowerAlgo::doLayers(), l1t::Stage2Layer2JetAlgorithmFirmwareImp1::donutPUEstimate(), alignmentValidation::doSegDiffPlotsDT(), CSCValidation::doSimHits(), l1t::Stage1Layer2EtSumAlgorithmImpHW::doSumAndMET(), l1t::Stage1Layer2EtSumAlgorithmImpHI::doSumAndMET(), l1tpf_impl::PUAlgoBase::doVertexing(), Pythia8::PowhegHooksBB4L::doVetoFSREmission(), EmissionVetoHook1::doVetoMPIStep(), IsoTrig::dP(), trklet::Settings::dphisectorHG(), EcalDeadCellDeltaRFilter::dPhiToMETfunc(), DTSegment2DQuality::dqmAnalyze(), MultiTrackValidator::dqmAnalyze(), DTSegment4DQuality::dqmAnalyze(), L1TStage2CaloLayer1::dqmAnalyze(), ECALpedestalPCLHarvester::dqmEndJob(), EcalZmassClient::dqmEndJob(), DTResolutionAnalysisTest::dqmEndJob(), DTResolutionTest::dqmEndLuminosityBlock(), ECALpedestalPCLHarvester::dqmPlots(), PixelCPEBase::driftDirection(), trackerDTC::DTC::DTC(), DTTracoCand::DTTracoCand(), Fit::dumpEntryAfterFit(), Fit::dumpEntryCorrelations(), InvRingCalib::duringLoop(), EcalEleCalibLooper::duringLoop(), Pi0FixedMassWindowCalibration::duringLoop(), ZeeCalibration::duringLoop(), Tau.Tau::dxy(), VVIObjFDetails::dzero(), EgammaObjects::ecalEta(), CSCHaloAlgo::ECALSegmentMatching(), PFEnergyCalibration::Ecorr(), PFEnergyCalibration::EcorrPS_ePSNil(), pat::Electron::edB(), pat::Muon::edB(), CalorimetryManager::EMShowerSimulation(), EcalLiteDTUCoder::encode(), CSCMotherboard::encodePattern(), PhiSymmetryCalibration_step2::endJob(), PhiSymmetryCalibration_step2_SM::endJob(), DTTTrigCorrectionFirst::endJob(), DTT0CalibrationRMS::endJob(), HcalSimHitsValidation::endJob(), DTT0Calibration::endJob(), MuonAlignmentAnalyzer::endJob(), HOCalibAnalyzer::endJob(), Pi0FixedMassWindowCalibration::endOfJob(), ZeeCalibration::endOfJob(), Pi0FixedMassWindowCalibration::endOfLoop(), ZeeCalibration::endOfLoop(), ECalSD::EnergyCorrected(), PFEnergyCalibration::energyEmHad(), EcalSimHitsValidProducer::energyInEBMatrix(), EcalBarrelSimHitsValidation::energyInMatrixEB(), ticl::PatternRecognitionbyCA< TILES >::energyRegressionAndID(), TrackstersMergeProducer::energyRegressionAndID(), EtaPhiMeasurementEstimator::estimate(), L1TMuonBarrelKalmanAlgo::estimateChiSquare(), CSCXonStrip_MatchGatti::estimated2GattiCorrection(), RectangularEtaPhiTrackingRegion::estimator(), L1EGammaEECalibrator::etaBin(), etaBin(), TICLLayerTileT< T >::etaBin(), MuonGmtPair::etaRegion(), Photon.Photon::etaRegionID(), BoostedDoubleSVProducer::etaRelToTauAxis(), FlatHexagon::etaSpan(), FlatTrd::etaSpan(), EcalDeadCellDeltaRFilter::etaToBoundary(), MCElectronAnalyzer::etaTransformation(), HcalIsoTrkAnalyzer::eThreshold(), TH2Analyzer::Eval(), L1GtMuonCondition::evaluateCondition(), l1t::CorrCondition::evaluateCondition(), L1GtCaloCondition::evaluateCondition(), l1t::CorrWithOverlapRemovalCondition::evaluateCondition(), trklet::TrackletEventProcessor::event(), trklet::TrackletCalculatorDisplaced::exactproj(), trklet::TrackletCalculatorDisplaced::exactprojdisk(), trklet::TrackletCalculatorDisplaced::exacttracklet(), HGCMouseBite::exclude(), tmtt::MiniHTstage::exec(), trklet::MatchCalculator::execute(), trklet::MatchProcessor::execute(), DDMuonAngular::execute(), DDHCalAngular::execute(), DDHCalTestBeamAlgo::execute(), DDHCalXtalAlgo::execute(), DDTIBLayerAlgo::execute(), fastsim::ParticleManager::exoticRelativesChecker(), l1t::MicroGMTIsolationUnit::extrapolateMuons(), sistripvvi::VVIObjDetails::f2(), isotrackTrainRegressor::fac2(), factorRPFromSensorCorrections(), EcalClusterEnergyCorrectionObjectSpecific::fBremEta(), l1tpf_calo::SimpleCaloLinkerBase::fetch(), PFIsolationEstimator::fGetIsolationInRings(), PixelRecoUtilities::FieldAt0::FieldAt0(), HGCalTriggerNtupleHGCMulticlusters::fill(), SingleTopTChannelLepton_miniAOD::MonitorEnsemble::fill(), TopSingleLepton_miniAOD::MonitorEnsemble::fill(), MuonShowerDigiFiller::fill(), FBaseSimEvent::fill(), BPhysicsValidation::ParticleMonitor::Fill(), PixelData::fill(), SingleTopTChannelLepton::MonitorEnsemble::fill(), HGCalTriggerNtupleGen::fill(), DAClusterizerInZT_vect::fill(), MTVHistoProducerAlgoForTracker::fill_generic_recoTrack_histos(), EmbeddingLHEProducer::fill_lhe_with_particle(), EPOS::IO_EPOS::fill_next_event(), MTVHistoProducerAlgoForTracker::fill_recoAssociated_simTrack_histos(), BJetEnergyRegressionMVA::fillAdditionalVariables(), JetPartonMatcher::fillAlgoritDefinition(), SurveyInputCSCfromPins::fillAllRecords(), TrackDetectorAssociator::fillCaloTruth(), CSCTriggerPrimitivesReader::fillCLCTHistos(), OMTFProcessor::fillCounts(), BPhysicsValidation::FillDaughters(), CMTRawAnalyzer::fillDigiAmplitude(), CMTRawAnalyzer::fillDigiAmplitudeHF(), CMTRawAnalyzer::fillDigiAmplitudeHFQIE10(), CMTRawAnalyzer::fillDigiAmplitudeHO(), CMTRawAnalyzer::fillDigiAmplitudeQIE11(), MuonSimHitsValidAnalyzer::fillDT(), MatrixFillMap::fillEBMap(), EcalBarrelSimHitsValidation::fillEBMatrix(), EcalSimHitsValidProducer::fillEBMatrix(), L1TEGammaOffline::fillElectrons(), ZeePlots::fillEleMCInfo(), MaterialBudgetHcalHistos::fillEndTrack(), L1TStage2CaloLayer2Offline::fillEnergySums(), MuScleFitPlotter::fillGen(), HcalFlexiHardcodeGeometryLoader::fillHE(), MaterialBudgetHcalHistos::fillHisto(), HFShowerLibrary::fillHits(), MuonShowerInformationFiller::fillHitsByStation(), AlCaHOCalibProducer::fillHOStore(), tmtt::Histos::fillInputData(), reco::tau::fillIsoMVARun2Inputs(), Phase2ITValidateRecHit::fillITHistos(), Phase2ITValidateCluster::fillITHistos(), Phase2TrackerMonitorDigi::fillITPixelDigiHistos(), Py8toJetInputHEPEVT::fillJetAlgoInput(), L1TStage2CaloLayer2Offline::fillJetEfficiencies(), PFJetAnalyzerDQM::fillJetResponse(), L1TStage2CaloLayer2Offline::fillJets(), cms::PileupJPTJetIdAlgo::fillJPTBlock(), pat::PATMuonProducer::fillL1TriggerInfo(), MaterialBudgetHcalHistos::fillLayer(), reco::modules::JetFlavourIdentifier::fillLeptons(), LHETablesProducer::fillLHEObjectTable(), TopDecaySubset::fillListing(), JetMETHLTOfflineSource::fillMEforEffAllTrigger(), MuonIdProducer::fillMuonId(), tmtt::TP::fillNearestJetInfo(), NPUTablesProducer::fillNPUObjectTable(), Phase2TrackerMonitorDigi::fillOTDigiHistos(), Phase2OTValidateCluster::fillOTHistos(), TopInitSubset::fillOutput(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), lhef::LHEEvent::fillPdfInfo(), MaterialBudgetHcalHistos::fillPerStep(), L1TEGammaOffline::fillPhotons(), JetPartonMatcher::fillPhysicsDefinition(), MuonTrackAnalyzer::fillPlots(), l1tpf_impl::PuppiAlgo::fillPuppi(), TIDLayer::fillRingPars(), Phase2EndcapLayer::fillRingPars(), MuScleFitPlotter::fillSim(), TrackingNtuple::fillSimHits(), SiStripCertificationInfo::fillSiStripCertificationMEs(), MaterialBudgetHcalHistos::fillStartTrack(), DeepBoostedJetTagInfoProducer::fillSVFeatures(), trklet::TrackDerTable::fillTable(), tmtt::Histos::fillTrackFitting(), PrimaryVertexValidation::fillTrackHistos(), ApeEstimator::fillTrackVariables(), HcalIsoTrkAnalyzer::fillTree(), HGCalParameters::fillTrForm(), HcalObjRepresent::FillUnphysicalHEHFBins(), tmtt::TP::fillUse(), tmtt::TP::fillUseForEff(), SimMuFilter::filter(), cms::CosmicTIFTrigFilter::filter(), PFJetFilter::filter(), PythiaFilterMultiMother::filter(), BadGlobalMuonTagger::filter(), MCParticleModuloFilter::filter(), DYToMuMuGenFilter::filter(), BCToEFilterAlgo::filter(), PythiaHepMCFilterGammaGamma::filter(), PythiaFilterZJet::filter(), PythiaFilterZJetWithOutBg::filter(), PythiaFilterEMJetHeep::filter(), ChargedHadronTrackResolutionFilter::filter(), HLTRHemisphere::filter(), MuonBadTrackFilter::filter(), PythiaFilterGammaJet::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJetWithOutBg::filter(), TauHadronDecayFilter::filter(), PythiaFilterHT::filter(), HLTPPSJetComparisonFilter::filter(), PythiaHLTSoupFilter::filter(), BadParticleFilter::filter(), ZgMassFilter::filter(), MCZll::filter(), ZgammaMassFilter::filter(), LHEVpTFilter::filter(), DJpsiFilter::filter(), GenHTFilter::filter(), MCMultiParticleFilter::filter(), ComphepSingletopFilterPy8::filter(), LHEGenericFilter::filter(), PythiaFilterTTBar::filter(), HighMultiplicityGenFilter::filter(), MCParticlePairFilter::filter(), PythiaFilter::filter(), SinglePhotonJetPlusHOFilter::filter(), FourLepFilter::filter(), PythiaDauVFilter::filter(), L1TComparisonResultFilter< T >::filter(), JetHTJetPlusHOFilter::filter(), HGCalTBCheckGunPostion::filter(), PythiaFilterIsolatedTrack::filter(), PythiaDauVFilterMatchID::filter(), JetVertexChecker::filter(), SimpleJetFilter::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), FFTJetDijetFilter::filter(), HerwigMaxPtPartonFilter::filter(), AlCaIsoTracksFilter::filter(), EmbeddingHepMCFilter::filter(), EcalDeadCellTriggerPrimitiveFilter::filter(), EcalDeadCellDeltaRFilter::filter(), pat::PATSingleVertexSelector::filter_(), tmtt::DupFitTrkKiller::filterAlg1(), reco::tau::RecoTauQualityCuts::filterCandByType(), filterCells3x3(), filterCells5x5(), reco::PFTauDecayMode::filteredObjectCandidates(), tautagtools::filteredPFChargedHadrCands(), tautagtools::filteredPFGammaCands(), tautagtools::filteredPFNeutrHadrCands(), VBFGenJetFilter::filterGenLeptons(), EMEnrichingFilterAlgo::filterIsoGenPar(), reco::tau::filterPFCandidates(), EMEnrichingFilterAlgo::filterPhotonElectronSeed(), MPQualityEnhancerFilter::filterUnique(), gen::Pythia6Hadronizer::finalizeEvent(), Herwig6Hadronizer::finalizeEvent(), ElectronMCTruthFinder::find(), PizeroMCTruthFinder::find(), PhotonMCTruthFinder::find(), l1tpf_calo::Phase1GridBase::find_cell(), L1TkMuCorrDynamicWindows::find_match(), L1TkMuMantra::find_match(), L1TkMuCorrDynamicWindows::find_match_stub(), DAClusterizerInZT_vect::find_nearest(), ttHFGenFilter::FindAllTopMothers(), EcalRecHitsValidation::findBarrelMatrix(), egamma::conv::findBestConversionMatch(), MuScleFitUtils::findBestRecoRes(), PixelBlade::findBin(), Phase1PixelBlade::findBin(), reco::modules::JetFlavourIdentifier::findCandidates(), TIDLayer::findClosest(), CompositeTECWedge::findClosestDet(), spr::findCone(), egamma::conv::findConversions(), Tau3MuReco::findCorrectPairing(), TopDecaySubset::findDecayingTops(), GenParticlesHelper::findDescendents(), spr::findDetIdECAL(), spr::findDetIdHCAL(), TauValidation::findFSRandBrem(), MuScleFitUtils::findGenMuFromRes(), MuScleFitMuonSelector::findGenMuFromRes(), GenHFHadronMatcher::findHadronJets(), AlCaHOCalibProducer::findHOEtaPhi(), GenHFHadronMatcher::findInMothers(), gen::EvtGenInterface::findLastinChain(), TopDecaySubset::findLastParticleInChain(), reco::modules::JetFlavourIdentifier::findLeptons(), TrackDetMatchInfo::findMaxDeposition(), ContainmentCorrectionAnalyzer::findMcTruth(), TTUTrackingAlg::findNeighbors(), l1t::Stage1Layer2TauAlgorithmImpPP::findNESW(), l1t::Stage1Layer2TauAlgorithmImpHW::findNESW(), TIDLayer::findNextIndex(), BsJpsiPhiFilter::findParticle(), GenParticlesHelper::findParticles(), TauValidation::FindPhotosFSR(), TopDecaySubset::findPrimalTops(), TopDecaySubset::findPrimalW(), Pythia8::PowhegHooksBB4L::findresscale(), LocalMaximumSeedFinder::findSeeds(), MuScleFitUtils::findSimMuFromRes(), MuScleFitMuonSelector::findSimMuFromRes(), FFTJetPFPileupCleaner::findSomeVertexWFakes(), genutils::findStatus1Leptons(), L1TEGammaOffline::findTagAndProbePair(), Phase2EndcapLayer::findThreeClosest(), TopDecaySubset::findTops(), GEMDQMSource::findVFAT(), TTCluster< T >::findWidth(), CSCMake2DRecHit::findWireBx(), CSCXonStrip_MatchGatti::findXOnStrip(), PFJetIDSelectionFunctor::firstDataCuts(), HcalTrigTowerGeometry::firstHFRingInTower(), tmtt::SimpleLR4::fit(), tmtt::ChiSquaredFitBase::fit(), LagrangeParentParticleFitter::fit(), PulseShapeFitOOTPileupCorrection::fit(), emtf::Huber::fit(), hitfit::Chisq_Constrainer::fit(), BSFitter::Fit_d0phi(), V0Fitter::fitAll(), KFTrajectoryFitter::fitOne(), JetCoreClusterSplitter::fittingSplit(), alpgen::fixEventHiggsTTbar(), alpgen::fixEventMultiBoson(), alpgen::fixEventSingleTop(), alpgen::fixEventTTbar(), GenHFHadronMatcher::fixExtraSameFlavours(), hgcalsimclustertime::ComputeClusterTime::fixSizeHighestDensity(), AlignableModifier::flatRandomVector(), reco::flavour(), MuonSimClassifier::flavour(), MuonMCClassifier::flavour(), GenHFHadronMatcher::flavourSign(), ChargeDividerFP420::fluctuateEloss(), RPixLinearChargeDivider::FluctuateEloss(), RPLinearChargeDivider::FluctuateEloss(), Phase2TrackerDigitizerAlgorithm::fluctuateEloss(), SiPixelDigitizerAlgorithm::fluctuateEloss(), tmtt::Sector::forceBitWidth(), diffTreeTool::format(), trklet::Tracklet::fpgaphiprojderdisk(), trklet::Tracklet::fpgaphiprojdisk(), trklet::Tracklet::fpgaphiresiddisk(), trklet::Tracklet::fpgarprojderdisk(), trklet::Tracklet::fpgarprojdisk(), trklet::Tracklet::fpgarresiddisk(), DeadROC_duringRun::FPIX_list(), pat::PackedCandidate::fromPV(), TtGenEvent::fromQuarkAnnihilation(), PerigeeConversions::ftsToPerigeeParameters(), TtGenEvent::fullLeptonicChannel(), FitterFuncs::PulseShapeFunctor::funcShape(), FWExpressionValidator::FWExpressionValidator(), RPCCompDetId::gasDBname(), PixelUnpackingRegions::gatherFromRange(), AlignableModifier::gaussianRandomVector(), RPCTBGhostBuster::gBEta(), CSCUpgradeMotherboardLUTGenerator::gemRollToEtaLimitsLUT(), TauDecayModes.TauDecayModes::genDecayMode(), ElectronTagProbeAnalyzer::generalCut(), ElectronAnalyzer::generalCut(), gen::Py8PtGun::generatePartonsAndHadronize(), gen::Py8PtotGun::generatePartonsAndHadronize(), gen::Py8EGun::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), Pythia8Hadronizer::generatePartonsAndHadronize(), FullModelReactionDynamics::GenerateXandPt(), SiPixelUtils::generic_position_formula(), GenHFHadronMatcher::GenHFHadronMatcher(), pat::PATObject< reco::Muon >::genParticleById(), VertexClassifier::genPrimaryVertices(), TrackClassifier::genPrimaryVertices(), JetMCTagUtils::genTauDecayMode(), DTMeantimerPatternReco::geometryFilter(), tkMSParameterization::FromToData::get(), HcalDeterministicFit::get205Frac(), HcalDeterministicFit::get206Frac(), HcalDeterministicFit::get207Frac(), get_phi_bin(), StripCPE::getAlgoParam(), Py8toJetInput::getAncestor(), CaloSD::getAttenuation(), trklet::Tracklet::getBendIndex(), getBestVertex(), getBestVertex_withError(), TrajSeedMatcher::MatchingCutsV2::getBinNr(), CaloSteppingAction::getBirkHC(), TrackIsoCalculator::getBkgSubTrackIso(), EcalEndcapGeometry::getCells(), EcalBarrelGeometry::getCells(), L1MuSymmetricBinnedScale::getCenter(), PuppiContainer::getChi2FromdZ(), l1t::Stage2Layer2JetAlgorithmFirmwareImp1::getChunkyRing(), PtAssignmentEngineAux2017::getCLCT(), HcalGeometry::getClosestCell(), HGCalGeometry::getClosestCellIndex(), hcalCalib::GetCoefFromMtrxInvOfAve(), RPCLogCone::getCompressedCone(), HcalLutManager::getCompressionLutXmlFromAsciiMaster(), HcalLutManager::getCompressionLutXmlFromCoder(), egamma::conv::getConversionInfo(), l1t::MicroGMTCancelOutUnit::getCoordinateCancelBits(), HBHERecalibration::getCorr(), HFRecalibration::getCorr(), OOTPileupCorrData::getCorrectionByID(), HitPairGeneratorFromLayerPairForPhotonConversion::getCot(), metsig::METSignificance::getCovariance(), ECalSD::getDepth(), DetIdAssociator::getDetIdsCloseToAPoint(), IsolatedPixelTrackCandidateProducer::getDistInCM(), IsolatedPixelTrackCandidateL1TProducer::getDistInCM(), TrajSeedMatcher::MatchingCutsV1::getDRZCutValue(), PtAssignmentEngineAux2017::getdTheta(), EffectiveAreas::getEffectiveArea(), ZElectronsSelector::getEffectiveArea(), GsfElectronAlgo::ElectronData::getEleBasicCluster(), ZdcSD::getEnergyDeposit(), HGCScintSD::getEnergyDeposit(), HGCalSD::getEnergyDeposit(), HFNoseSD::getEnergyDeposit(), HGCSD::getEnergyDeposit(), CastorSD::getEnergyDeposit(), EcalClusterToolsT< noZS >::getEnergyDepTopology(), SiPixelTrackResidualSource::getepixrococcupancyofftrk(), SiPixelTrackResidualSource::getepixrococcupancyontrk(), HcalNumberingFromPS::getEta(), CovarianceMatrix::getEtaDependentScaleFactor(), HcalTB02HcalNumberingScheme::getetaID(), HBHENegativeEFilter::getEtaIndex(), PtAssignmentEngineAux2016::getEtaInt(), IsolatedPixelTrackCandidateProducer::GetEtaPhiAtEcal(), IsolatedPixelTrackCandidateL1TProducer::GetEtaPhiAtEcal(), sim::Field::GetFieldValue(), BasicHepMCValidation::ParticleMonitor::GetFinal(), RPCLogCone::getFiredPlanesCnt(), EcalSelectiveReadoutValidation::getFIRWeights(), EcalSelectiveReadoutSuppressor::getFIRWeigths(), Fit::getFitQuality(), DTTimeBoxFitter::getFitSeeds(), TrackDetectorAssociator::getFreeTrajectoryState(), CastorSD::getFromLibrary(), HCalSD::getFromLibrary(), HcalDDDSimConstants::getFrontLayer(), HLTTauMCProducer::getGenDecayProducts(), HcalAssistant::getGeomId(), EcalHaloAlgo::GetHaloClusterCandidateEB(), EcalHaloAlgo::GetHaloClusterCandidateEE(), HcalHaloAlgo::GetHaloClusterCandidateHB(), HcalHaloAlgo::GetHaloClusterCandidateHE(), HcalAssistant::getHcalDepth(), HcalAssistant::getHcalIphi(), HcalAssistant::getHcalSubdetector(), HcalLutManager::getHEFineGrainLUTs(), HcalDDDRecConstants::getHFCellParameters(), ZdcShowerLibrary::getHits(), HFShowerParam::getHits(), HFShower::getHits(), EcalBarrelSimHitsValidation::getIdsAroundMax(), ElectronTkIsolation::getIso(), pat::PATIsolatedTrackProducer::getIsolation(), PileupJetIdAlgo::getJetIdKey(), studyJets::getJetProperties(), CSCStripElectronicsSim::getKeyStrips(), HcalDeterministicFit::getLandauFrac(), TkLasBeamFitter::getLasBeams(), TkLasBeamFitter::getLasHits(), HcalDDDSimConstants::getLastLayer(), HGCalDDDConstants::getLayer(), HcalTB02HcalNumberingScheme::getlayerID(), HcalLutManager::getLinearizationLutXmlFromAsciiMasterEmap(), HcalLutManager::getLinearizationLutXmlFromAsciiMasterEmap_new(), HcalLutManager::getLinearizationLutXmlFromCoderEmap(), L1RPCConeBuilder::TCompressedCon::getLogStrip(), trklet::VMRouterTable::getLookup(), L1MuSymmetricBinnedScale::getLowEdge(), PVValHelper::getMAD(), TrackDetectorAssociator::getMapRange(), CustomParticleFactory::getMassTable(), MatacqProducer::getMatacqEvent(), magfieldparam::rz_harm_poly::GetMaxM(), OptOCOPS::getMeasFromInters(), pat::getMiniPFIsolation(), HCALResponse::getMIPfraction(), heppy::BTagSF::getMistag(), tauImpactParameter::TauA1NuConstrainedFitter::getMother(), plotscripts::getname(), pat::PATIsolatedTrackProducer::getNearestPCRef(), reco::PFRecHit::getNeighbour(), BsJpsiPhiFilter::getNextBs(), PtAssignmentEngineAux2017::getNLBdPhi(), ClusterNoiseFP420::ElectrodData::getNoise(), FastLineRecognition::getOneLine(), MatacqProducer::getOrbitId(), RPCPacManager< RPCPacData >::getPac(), CandMCMatchTableProducer::getParentHadronFlag(), ZMuMuEfficiency::getParticleEta(), ZMuMuPerformances::getParticleEta(), ZMuMu_vtxAnalyzer::getParticleEta(), ZMuMu_efficiencyAnalyzer::getParticleEta(), ZMuMu_MCanalyzer::getParticleEta(), ZMuMuEfficiency::getParticleP4(), ZMuMuPerformances::getParticleP4(), ZMuMu_vtxAnalyzer::getParticleP4(), ZMuMu_efficiencyAnalyzer::getParticleP4(), ZMuMu_MCanalyzer::getParticleP4(), ZMuMuEfficiency::getParticlePhi(), ZMuMuPerformances::getParticlePhi(), ZMuMu_vtxAnalyzer::getParticlePhi(), ZMuMu_efficiencyAnalyzer::getParticlePhi(), ZMuMu_MCanalyzer::getParticlePhi(), ZMuMuEfficiency::getParticlePt(), ZMuMuPerformances::getParticlePt(), ZMuMu_vtxAnalyzer::getParticlePt(), ZMuMu_efficiencyAnalyzer::getParticlePt(), ZMuMu_MCanalyzer::getParticlePt(), pat::PATIsolatedTrackProducer::getPFLeptonOverlap(), pat::PATIsolatedTrackProducer::getPFNeutralSum(), CmsTrackerLevelBuilderHelper::getPhiGluedModule(), HcalTB02HcalNumberingScheme::getphiID(), CmsTrackerLevelBuilderHelper::getPhiModule(), trklet::PurgeDuplicate::getPhiRes(), DreamSD::getPhotonEnergyDeposit_(), hgcal::RecHitTools::getPositionLayer(), DPFIsolation::getPredictions(), MuonSeedPtExtractor::getPt(), L1MuDTAssignmentUnit::getPtMethod(), L1MuBMAssignmentUnit::getPtMethod(), PuppiContainer::getPuppiId(), ECalSD::getRadiationLength(), TauSpinnerCMS::GetRecoDaughters(), PrimaryVertexAnalyzer4PUSlimmed::getRecoPVs(), EGRegressionModifierV3::getRegData(), pat::helper::ResolutionHelper::getResolEta(), pat::helper::ResolutionHelper::getResolTheta(), RPCStripsRing::getRingId(), PuppiContainer::getRMSAvg(), SiPixelTrackResidualSource::getrococcupancy(), SiPixelClusterSource::getrococcupancy(), SiPixelClusterSource::getrococcupancye(), RPCLBLinkMapHandler::getRPCDetId(), InOutConversionSeedFinder::getSecondCaloClusters(), heppy::BTagSF::getSFl(), CastorShowerLibrary::getShowerHits(), PrimaryVertexAnalyzer4PUSlimmed::getSimPVs(), MuonTrackAnalyzer::getSimTrack(), LaserSorter::getStream(), HBHELinearMap::getSubdetector(), HcalAssistant::getSubdetectorString(), TrackDetectorAssociator::getTAMuonChamberMatches(), TauDiscriminationAgainstElectronMVA6< TauType, TauDiscriminator, ElectronType >::getTauEtaAtECalEntrance(), AntiElectronIDMVA6< TauType, ElectronType >::getTauVars(), AntiElectronIDMVA6< TauType, ElectronType >::getTauVarsTypeSpecific(), l1t::CaloTools::getTower(), RPCStripsRing::getTowerForRefRing(), reco::tau::PFRecoTauChargedHadronFromGenericTrackPlugin< TrackClass >::getTrackPtError(), HDetIdAssociator::getTrajectory(), RPCTechnicalTrigger::TTUResults::getTriggerForWheel(), EcalElectronicsMapping::getTrigTowerDetId(), PFJetBenchmark::gettrue(), HoughGrouping::getTwoDelta(), EcalBasicClusterLocalContCorrection::getValue(), EcalClusterCrackCorrection::getValue(), JetCharge::getWeight(), PixelMapPlotter.Barrel::GetXYCoords(), HFGflash::gfParameterization(), l1tpf_impl::Region::globalAbsEta(), GlobalTrajectoryParameters::GlobalTrajectoryParameters(), PFDisplacedVertexCandidateFinder::goodPtResolution(), spr::goodTrack(), LA_Filler_Fitter::granularity(), Basic2DGenericPFlowClusterizer::growPFClusters(), PFlow2DClusterizerWithTime::growPFClusters(), TtGenEvent::hadronicDecayB(), TtGenEvent::hadronicDecayQuark(), TtGenEvent::hadronicDecayTop(), TtGenEvent::hadronicDecayW(), Pythia8Hadronizer::hadronize(), CaloTowersCreationAlgo::hadShwrPos(), ttHFGenFilter::HasAdditionalBHadron(), TkPixelMeasurementDet::hasBadComponents(), CandMCTagUtils::hasBottom(), CandMCTagUtils::hasCharm(), TauDecay::hasResonance(), CACell::haveSimilarCurvature(), HBHETimeProfileStatusBitSetter::hbheSetTimeFlagsFromDigi(), HcalCalibDetId::HcalCalibDetId(), HcalHitMaker::HcalHitMaker(), HCALResponse::HCALResponse(), CSCHaloAlgo::HCALSegmentMatching(), reco::hcalSubdetector(), CalorimetryManager::HDShowerSimulation(), reco::modules::JetFlavourIdentifier::heaviestFlavour(), HelixBarrelCylinderCrossing::HelixBarrelCylinderCrossing(), HelixBarrelPlaneCrossing2OrderLocal::HelixBarrelPlaneCrossing2OrderLocal(), ThirdHitPredictionFromCircle::HelixRZ::HelixRZ(), FastHelix::helixStateAtVertex(), Generator::HepMC2G4(), HFNoseDetId::HFNoseDetId(), HFNoseTriggerDetId::HFNoseTriggerDetId(), HcalHF_PETalgorithm::HFSetFlagFromPET(), HcalHFStatusBitFromRecHits::hfSetFlagFromRecHits(), HcalHF_S9S1algorithm::HFSetFlagFromS9S1(), HcalTrigTowerGeometry::hfTowerEtaSize(), HGCalEEFileAlgo::HGCalEEFileAlgo(), HGCalHEAlgo::HGCalHEAlgo(), HGCalHEFileAlgo::HGCalHEFileAlgo(), HGCalMouseBite::HGCalMouseBite(), HGCalTriggerDetId::HGCalTriggerDetId(), HGCScintillatorDetId::HGCScintillatorDetId(), HGCSiliconDetId::HGCSiliconDetId(), overlapValidationPlot::hist(), CAHitTripletGenerator::hitNtuplets(), CAHitQuadrupletGenerator::hitNtuplets(), CosmicHitPairGeneratorFromLayerPair::hitPairs(), CosmicHitTripletGeneratorFromLayerTriplet::hitTriplets(), HLTDiMuonGlbTrkFilter::hltFilter(), HLTMuonTrkFilter::hltFilter(), HLTMuonTrkL1TFilter::hltFilter(), HLTEcalPixelIsolTrackFilter::hltFilter(), HLTCSCOverlapFilter::hltFilter(), HLTPhi2METFilter::hltFilter(), HLTRapGapFilter::hltFilter(), HLTJetPairDzMatchFilter< T >::hltFilter(), HLTPFTauPairLeadTrackDzMatchFilter::hltFilter(), HLT2jetGapFilter::hltFilter(), HLTJetCollectionsFilter< jetType >::hltFilter(), HLTMuonL3SimplePreFilter::hltFilter(), HLTEgammaGenericQuadraticEtaFilter::hltFilter(), HLTEgammaGenericQuadraticFilter::hltFilter(), HLTHcalTowerFilter::hltFilter(), HLTDisplacedEgammaFilter::hltFilter(), HLTDiJetAveEtaFilter< T >::hltFilter(), HLTDiJetAveFilter< T >::hltFilter(), HLTDiJetEtaTopologyFilter< T >::hltFilter(), HLTFatJetMassFilter< jetType >::hltFilter(), HLTJetEtaTopologyFilter< T >::hltFilter(), HLTJetVBFFilter< T >::hltFilter(), HLTMonoJetFilter< T >::hltFilter(), HLTMuonDimuonL2Filter::hltFilter(), HLTMuonDimuonL2FromL1TFilter::hltFilter(), HLTMuonL2FromL1TPreFilter::hltFilter(), HLTMuonL2PreFilter::hltFilter(), HLTExclDiJetFilter< T >::hltFilter(), HLTJetCollectionsVBFFilter< T >::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTEgammaL1TMatchFilterRegional::hltFilter(), HLTSinglet< T >::hltFilter(), HLTAcoFilter::hltFilter(), HLTAlphaTFilter< T >::hltFilter(), HLTGlobalSums< T >::hltFilter(), HLTPixlMBForAlignmentFilter::hltFilter(), HLTMinDPhiMETFilter::hltFilter(), HLTMuonL3PreFilter::hltFilter(), HLTMuonDimuonL3Filter::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), HLTCaloTowerFilter::hltFilter(), HLTJetSortedVBFFilter< T >::hltFilter(), HLTVertexFilter::hltFilter(), HLTGenericFilter< T1 >::hltFilter(), HLTmmkFilter::hltFilter(), HLTmmkkFilter::hltFilter(), HOTPDigiTwinMux::HOTPDigiTwinMux(), HOTriggerPrimitiveDigi::HOTriggerPrimitiveDigi(), SiStripAPVRestorer::hybridEmulationInspect(), trklet::Tracklet::ialphadisk(), ElectronTagProbeAnalyzer::idCut(), ElectronAnalyzer::idCut(), l1t::Stage2Layer2ClusterAlgorithmFirmwareImp1::idHoverE(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::idShapeLutIndex(), MSLayersKeeperX0AtEta::idxBin(), trklet::IMATH_TrackletCalculatorDisk::IMATH_TrackletCalculatorDisk(), trklet::IMATH_TrackletCalculatorOverlap::IMATH_TrackletCalculatorOverlap(), PFHFRecHitCreator::importRecHits(), gen::Cascade2Hadronizer::imposeProperTime(), gen::Pythia6Hadronizer::imposeProperTime(), reco::HFValueStruct::indexByIeta(), HcalHPDRBXMap::indexHPD(), HcalHPDRBXMap::indexHPDfromEtaPhi(), HcalHPDRBXMap::indexRBXfromEtaPhi(), RPLinearInduceChargeOnStrips::Induce(), InduceChargeFP420::induce(), SiTrivialInduceChargeOnStrips::induceOriginal(), SiTrivialInduceChargeOnStrips::induceVector(), reco::MustacheKernel::inDynamicDPhiWindow(), MatchCandidateBenchmark::inEtaRange(), trklet::DiskProjection::init(), trklet::DiskResidual::init(), trklet::LayerResidual::init(), gen::TauolappInterface::init(), ThirdHitCorrection::init(), EcalUncalibRecHitRatioMethodAlgo< EBDataFrame >::init(), ThirdHitPredictionFromInvParabola::init(), tnp::BaseTreeFiller::init(), l1tpf::corrector::init_(), ResonanceDecayFilterHook::initAfterBeams(), PixelRecoLineRZ::initCot(), PuppiContainer::initialize(), DDAngular::initialize(), gen::Hydjet2Hadronizer::initializeForInternalPartons(), ParticlePropagator::initProperDecayTime(), CaloCellGeometry::initSpan(), reco::MustacheKernel::inMustache(), RectangularPlaneBounds::inout(), tmtt::InputData::InputData(), RectangularEtaPhiRegion::inRegion(), CSCEfficiency::inSensitiveLocalRegion(), DiskSectorBounds::inside(), RectangularPlaneBounds::inside(), TrapezoidalPlaneBounds::inside(), tmtt::Sector::insideEtaRange(), TrackingRecHitLessFromGlobalPosition::insideOutLess(), tmtt::Sector::insidePhi(), tmtt::Sector::insidePhiSec(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::inspectTrack(), fastsim::Bremsstrahlung::interact(), fastsim::MultipleScattering::interact(), fastsim::MuonBremsstrahlung::interact(), MaterialEffects::interact(), fastsim::NuclearInteraction::interact(), fastsim::NuclearInteractionFTF::interact(), gen.GeneratorAnalyzer::interestingPdgId(), SiPixelTemplate2D::interpolate(), SiPixelTemplate::interpolate(), HGCalTriggerClusterInterpretationEM::interpret(), svgfig.Ticks::interpret(), ALILine::intersect(), LightRay::intersect(), PhotonDataCertification::invMassZtest(), tmtt::KFTrackletTrack::invPt(), tmtt::L1track3D::invPt(), tmtt::L1fittedTrack::invPt(), tmtt::KFTrackletTrack::invPt_bcon(), tmtt::L1fittedTrack::invPt_bcon(), InvRingCalib::InvRingCalib(), Lepton.Lepton::ip3D(), ParticleTowerProducer::iphi2phi(), EEDetId::iPhiOuterRing(), tmtt::HTrphi::iPhiRange(), Onia2MuMuPAT::isAbHadron(), FFTJetPFPileupCleaner::isAcceptableVtx(), Onia2MuMuPAT::isAMixedbHadron(), TTClusterAlgorithm_neighbor< T >::isANeighbor(), LowEnergyFastSimModel::IsApplicable(), EBEECutValuesT< int >::isBarrel(), GenHFHadronMatcher::isBaryonPdgId(), BCToEFilterAlgo::isBCBaryon(), BCToEFilterAlgo::isBCMeson(), egamma::isBetterElectron(), PseudoTopProducer::isBHadron(), heppy::BTagSF::isbtagged(), HGCalTriggerNtupleGenTau::isChargedHadron(), pat::PATMuonProducer::isChargedHadron(), HGCalTriggerNtupleGenTau::isChargedHadronFromResonance(), HepMCValidationHelper::isChargedLepton(), PFIsolationEstimator::isChargedParticleVetoed(), EcalDeadCellDeltaRFilter::isCloseToBadEcalChannel(), GeomDetCompatibilityChecker::isCompatible(), TrackCleaner::isCompatible(), DTSegmentExtendedCand::isCompatible(), AngleConverter::isCSCCounterClockwise(), L1TMuon::GeometryTranslator::isCSCCounterClockwise(), AnomalousECALVariables::isDeadEcalCluster(), reco::isElectron(), HGCalTriggerNtupleGenTau::isElectron(), Generator::isExotic(), isExotic(), Generator::isExoticNonDetectable(), BasicHepMCValidation::ParticleMonitor::isFirst(), objects.LeptonAnalyzer.LeptonAnalyzer::isFromB(), PseudoTopProducer::isFromHadron(), HGCalTriggerNtupleGenTau::isGamma(), G4TrackToParticleID::isGammaElectronPositron(), hi::EPCuts::isGoodHF(), muon::isGoodMuon(), MuonIdProducer::isGoodRPCMuon(), tmtt::KFParamsComb::isGoodState(), HGCalTriggerNtupleGenTau::isGoodTau(), ME0SegmentAlgorithm::isGoodToMerge(), GEMSegmentAlgorithm::isGoodToMerge(), MuonIdProducer::isGoodTrack(), MuonIdProducer::isGoodTrackerMuon(), HcalObjRepresent::isHB(), HcalObjRepresent::isHE(), HcalObjRepresent::isHF(), muon::isHighPtMuon(), GE0SegAlgoRU::isHitNearSegment(), TauDiscriminationAgainstElectronMVA6< TauType, TauDiscriminator, ElectronType >::isInEcalCrack(), DeepTauId::isInEcalCrack(), CMSFieldManager::isInsideTracker(), HGCalTriggerNtupleGenTau::isIntermediateResonance(), MuonTrackResidualAnalyzer::isInTheAcceptance(), MuonTrackAnalyzer::isInTheAcceptance(), Generator::IsInTheFilterList(), HiGammaJetSignalDef::IsIsolated(), DDLRotationAndReflection::isLeftHanded(), reco::isLepton(), CmsTrackerLevelBuilderHelper::isLessModZ(), CandMCTagUtils::isLightParton(), GenHFHadronMatcher::isMesonPdgId(), reco::isMuon(), G4TrackToParticleID::isMuon(), HGCalTriggerNtupleGenTau::isMuon(), GEMBaseValidation::isMuonSimHit(), MBUEandQCDValidation::isNeutral(), pat::PATMuonProducer::isNeutralHadron(), PFIsolationEstimator::isNeutralParticleVetoed(), GenHFHadronMatcher::isNeutralPdg(), HGCalTriggerNtupleGenTau::isNeutralPion(), HGCalTriggerNtupleGenTau::isNeutralPionFromResonance(), reco::isNeutrino(), HepMCValidationHelper::isNeutrino(), MBUEandQCDValidation::isNeutrino(), genutils::isNotFromHadronicShower(), genutils::isNotHadronicId(), l1t::Stage1Layer2EGammaAlgorithmImpPP::Isolation(), L1TkElectronTrackProducer::isolation(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::isoLutIndex(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::isoLutIndex(), heppy::IsolationComputer::isoSumNeutralsWeighted(), heppy::IsolationComputer::isoSumRaw(), CandMCTagUtils::isParton(), PFIsolationEstimator::isPhotonParticleVetoed(), genutils::isPromptLepton(), ME0SegmentsValidation::isSimTrackGood(), muon::isSoftMuon(), MuonIDTableProducer::isSoftMuonHIP(), G4TrackToParticleID::isStableHadron(), G4TrackToParticleID::isStableHadronIon(), HGCalTriggerNtupleGenTau::isStableLepton(), HGCalTriggerNtupleGenTau::isStableNeutralHadron(), MuonPathAnalyzerPerSL::isStraightPath(), PixelClusterShapeExtractor::isSuitable(), reco::isTau(), HepMCValidationHelper::isTau(), TauDecay::isTauFinalStateParticle(), gen::PhotosInterface::isTauLeptonicDecay(), TauDecay::isTauParticleCounter(), TauDecay::isTauResonanceCounter(), muon::isTightMuon(), MuonIDTableProducer::isTrackerHighPt(), muon::isTrackerHighPtMuon(), HcalHPDRBXMap::isValid(), l1t::CaloTools::isValidIEtaIPhi(), CmsTrackerDetIdBuilder::iterate(), PerigeeConversions::jacobianCurvilinear2Perigee(), JacobianCurvilinearToLocal::JacobianCurvilinearToLocal(), PerigeeConversions::jacobianParameters2Cartesian(), JetAnalyzer.JetAnalyzer::jerCorrection(), objects.JetAnalyzer.JetAnalyzer::jetFlavour(), Jet.Jet::jetID(), DTBtiChip::keepTrig(), DTBtiChip::keepTrigPatt(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), L1MuBMTrackSegLoc::L1MuBMTrackSegLoc(), L1MuDTTrackSegLoc::L1MuDTTrackSegLoc(), L1TCaloLayer1FetchLUTs(), magfieldparam::rz_harm_poly::LadderDwn(), magfieldparam::rz_harm_poly::LadderUp(), AlignmentParameterSelector::layerDeselected(), trklet::Stub::layerdisk(), trklet::SLHCEvent::layersHit(), TauValidation::leadingPionP4(), TtGenEvent::lepton(), TtGenEvent::leptonBar(), TtGenEvent::leptonicDecayB(), TtGenEvent::leptonicDecayTop(), TtGenEvent::leptonicDecayW(), npstat::ComplexComparesAbs< std::complex< T > >::less(), lhef::LHEEvent::LHEEvent(), TopGenEvent::lightQuarks(), IPTools::linearizedSignedImpactParameter3D(), PFMultiDepthClusterizer::link(), PFDisplacedVertexCandidateFinder::link(), l1tpf_impl::PFAlgo2HGC::link_tk2mu(), l1tpf_impl::PFAlgo3::link_tk2mu(), PFEGammaAlgo::linkRefinableObjectBremTangentsToECAL(), trklet::TrackletCalculatorDisplaced::LLDSeeding(), trklet::TrackletCalculatorDisplaced::LLLSeeding(), MEEEGeom::lmr(), FSimEvent::load(), HcalGeomParameters::loadGeometry(), HGCalGeomParameters::loadGeometryHexagon(), HGCalGeomParameters::loadGeometryHexagon8(), CaloTPGTranscoderULUT::loadHCALCompress(), CalorimetryManager::loadMuonSimTracks(), HGCalGeomParameters::loadWaferHexagon8(), TkRadialStripTopology::localPitch(), PixelCPETemplateReco::localPosition(), RPCtoDTTranslator::localX(), Plane::localZclamped(), HGCalDDDConstants::locateCellTrap(), L1MuDTSecProcId::locwheel(), L1MuBMSecProcId::locwheel(), ME0SegAlgoRU::lookForSegments(), GE0SegAlgoRU::lookForSegments(), L1RCTLookupTables::lookup(), geometryDiff::loopover(), motionPolicyChamber::loopover(), PPSTools::LorentzVector2HectorParticle(), l1t::Stage1TauIsolationLUT::lutAddress(), reco::Conversion::lz(), main(), angle0to2pi::make0To2pi(), MTDThresholdClusterizer::make_cluster(), EMTFSubsystemCollector::make_copad_gem(), objects.LeptonAnalyzer.LeptonAnalyzer::makeAllElectrons(), objects.LeptonAnalyzer.LeptonAnalyzer::makeAllMuons(), HGCGraphT< TILES >::makeAndConnectDoublets(), gen.GenHeavyFlavourAnalyzer.GenHeavyFlavourAnalyzer::makeBPartons(), CaloTowerHardcodeGeometryLoader::makeCell(), HcalDDDGeometryLoader::makeCell(), XMLDocument::makeChId(), HFClusterAlgo::makeCluster(), HGCal3DClustering::makeClusters(), EcalCondTools::makedist(), l1t::stage2::CaloLayer1Packer::makeECalTPGs(), l1t::stage2::CaloLayer1Unpacker::makeECalTPGs(), L1TCaloLayer1RawToDigi::makeECalTPGs(), HSCPValidator::makeGenPlots(), objects.METAnalyzer::makeGenTkMet(), l1t::stage2::CaloLayer1Packer::makeHCalTPGs(), l1t::stage2::CaloLayer1Unpacker::makeHCalTPGs(), L1TCaloLayer1RawToDigi::makeHCalTPGs(), Multi5x5BremRecoveryClusterAlgo::makeIslandSuperClusters(), objects.IsoTrackAnalyzer.IsoTrackAnalyzer::makeIsoTrack(), objects.LeptonAnalyzer.LeptonAnalyzer::makeLeptons(), gen.GeneratorAnalyzer.GeneratorAnalyzer::makeMCInfo(), OptOSensor2D::makeMeasurement(), OptOCOPS::makeMeasurement(), AlignmentPI::makeNiceStats(), objects.PhotonAnalyzer.PhotonAnalyzer::makePhotons(), EcalUncalibRecHitMultiFitAlgo::makeRecHit(), HouseholderDecomposition::makeRegions(), cms::makeRotReflect(), RPCIntegrator::makeRPCOnlySegments(), muon::makeSelectorBitset(), reco::makeSpecific(), objects.TauAnalyzer.TauAnalyzer::makeTaus(), hcalCalib::makeTextFile(), MuonTrackResidualAnalyzer::mapMuSimHitsPerId(), plotscripts::mapplot(), SiPixelPI::maskedBarrelRocsToBins(), SiPixelPI::maskedForwardRocsToBins(), MuScleFitUtils::massProb(), MuScleFitUtils::massResolution(), CSCSimHitMatcher::match(), GEMSimHitMatcher::match(), GEMDigiMatcher::match(), pat::GenJetMatcher::match(), DiObject.DiTau::match(), objects.LeptonAnalyzer.LeptonAnalyzer::matchAnyLeptons(), trklet::MatchProcessor::matchCalculator(), TrackingNtuple::matchCluster(), GEMDigiMatcher::matchDigisSLToSimTrack(), trklet::Tracklet::matchdisk(), RPCIntegrator::matchDTwithRPC(), HLTEgammaL1TMatchFilterRegional::matchedToL1Cand(), trklet::MatchEngine::MatchEngine(), CSCGEMMotherboard::matchingPads(), objects.JetAnalyzer.JetAnalyzer::matchJets(), objects.LeptonAnalyzer.LeptonAnalyzer::matchLeptons(), deltar::matchObjectCollection3(), PuppiPhoton::matchPFCandidate(), objects.PhotonAnalyzer.PhotonAnalyzer::matchPhotons(), trklet::MatchProcessor::MatchProcessor(), RPCSimHitMatcher::matchSimHitsToSimTrack(), ME0SimHitMatcher::matchSimHitsToSimTrack(), DTSimHitMatcher::matchSimHitsToSimTrack(), CSCSimHitMatcher::matchSimHitsToSimTrack(), GEMSimHitMatcher::matchSimHitsToSimTrack(), objects.LeptonAnalyzer.LeptonAnalyzer::matchToPhotons(), ElectronMVANtuplizer::matchToTruth(), MCSingleParticleFilter::MCSingleParticleFilter(), MCSmartSingleParticleFilter::MCSmartSingleParticleFilter(), helpers::MCTruthPairSelector< T >::MCTruthPairSelector(), CovarianceParameterization::meanValue(), TrackMerger::merge(), HcalDDDRecConstants::mergedDepthList29(), trklet::MatchCalculator::mergeMatches(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::merging(), objects.VertexAnalyzer.VertexAnalyzer::mindist(), PulseChiSqSNNLS::Minimize(), MahiFit::minimize(), MuScleFitUtils::minimizeLikelihood(), PFEnergyCalibration::minimum(), AntiElectronIDMVA6< TauType, ElectronType >::minimum(), SymmetricLayerFinder::mirrorPartner(), AlignableModifier::modify(), EGRegressionModifierV2::modifyObject(), EGRegressionModifierV1::modifyObject(), Phase2TrackerDigitizerAlgorithm::module_killing_DB(), SiPixelDigitizerAlgorithm::module_killing_DB(), RKCurvilinearDistance< T, N >::momentum(), CylindricalState::momentum(), LocalTrajectoryParameters::momentum(), KinematicPerigeeConversions::momentumFromPerigee(), PerigeeConversions::momentumFromPerigee(), npstat::ComplexComparesAbs< std::complex< T > >::more(), fastsim::LayerNavigator::moveParticleToNextLayer(), MuonTruth::muonFraction(), MuonGeometrySanityCheckPoint::MuonGeometrySanityCheckPoint(), MuonTruth::muonHits(), pat::muonRelMiniIsoPUCorrected(), ZMuMuIsolationAnalyzer::muTag(), ElectronMVAEstimator::mva(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), Electron.Electron::mvaIDTight(), PhotonMVAEstimator::mvaValue(), AntiElectronIDMVA6< TauType, ElectronType >::mvaValue(), AntiElectronIDMVA6< TauType, ElectronType >::mvaValuePhase2(), pileupCalc::MyErf(), Geom::Phi< float >::nearEqual(), TracksClusteringFromDisplacedSeed::nearTracks(), Geom::Phi< float >::nearZero(), L1MuDTSectorProcessor::neighbour(), L1MuBMSectorProcessor::neighbour(), L1MuDTMuonSorter::neighbour(), L1MuBMMuonSorter::neighbour(), TtGenEvent::neutrino(), TtGenEvent::neutrinoBar(), L1CaloHcalScaleConfigOnlineProd::newObject(), RBCProcessRPCDigis::next(), RBCProcessRPCSimDigis::next(), fastsim::HelixTrajectory::nextCrossingTimeC(), fastsim::ParticleManager::nextGenParticle(), PFTauMiniAODPrimaryVertexProducer::nonTauTracksInPVFromPackedCands(), L1TTwinMuxRawToDigi::normBx(), HelixArbitraryPlaneCrossing::notAtSurface(), HcalTrigTowerGeometry::nPhiBins(), TopGenEvent::numberOfBQuarks(), reco::RecoTauPiZero::numberOfElectrons(), TopGenEvent::numberOfLeptons(), tmtt::Utility::numLayerCut(), TrackDetMatchInfo::nXnEnergy(), HoughGrouping::obtainGeometricalBorders(), offsetBy(), CaloNavigator< T, TOPO >::offsetBy(), l1t::CaloStage2Nav::offsetIEta(), L1GctMet::oldGctAlgo(), OmtfName::OmtfName(), GsfEleFull5x5SigmaIEtaIEtaCut::operator()(), GsfEleSCMaxAbsEtaCut::operator()(), PhoFull5x5SigmaIEtaIEtaCut::operator()(), PhoFull5x5SigmaIEtaIEtaValueMapCut::operator()(), PhoAnyPFIsoWithEAAndExpoScalingEBCut::operator()(), GsfEleEffAreaPFIsoCut::operator()(), PhoAnyPFIsoWithEAAndExpoScalingCut::operator()(), PhoAnyPFIsoWithEAAndQuadScalingCut::operator()(), PhoAnyPFIsoWithEACut::operator()(), GsfEleEcalDrivenCut::operator()(), GsfEleRelPFIsoScaledCut::operator()(), MuonDxyCut::operator()(), MuonDzCut::operator()(), GsfEleCalPFClusterIsoCut::operator()(), GsfEleDxyCut::operator()(), GsfEleDzCut::operator()(), PhoHadronicOverEMCut::operator()(), PhoSingleTowerHadOverEmCut::operator()(), GsfEleDEtaInSeedCut::operator()(), GsfEleSigmaIEtaIEtaCut::operator()(), PhoGenericRhoPtScaledCut::operator()(), GsfEleDPhiInCut::operator()(), GsfEleMissingHitsCut::operator()(), CordicXilinx::operator()(), CSCDetIdSameDetLayerComparator::operator()(), PhoSCEtaMultiRangeCut::operator()(), GsfEleSCEtaMultiRangeCut::operator()(), PixelTrackFilterByKinematics::operator()(), RKOne4OrderStep< T, N >::operator()(), CompareHitPairsY::operator()(), MTDDiskSectorBuilderFromDet::operator()(), ForwardDiskSectorBuilderFromWedges::operator()(), GsfEleHadronicOverEMEnergyScaledCut::operator()(), TtDecayChannelSelector::operator()(), PdgIdExcluder::operator()(), ForwardDiskSectorBuilderFromDet::operator()(), helpers::MCTruthPairSelector< T >::operator()(), TtDilepLRSignalSelObservables::operator()(), reco::tau::RecoTauChargeCleanerPlugin::operator()(), reco::VertexSorting< reco::TemplatedSecondaryVertex >::operator()(), PdgIdSelector::operator()(), reco::MCMatchSelector< T1, T2 >::operator()(), GenJetParticleSelector::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), reco::V0Filter::operator()(), reco::VertexFilter::operator()(), ThirdHitZPrediction::operator()(), PositionAtECalEntranceComputer::operator()(), EgammaHLTFilteredObjProducer< OutCollType >::SelectionCut::operator()(), reco::tau::PFRecoTauEnergyAlgorithmPlugin::operator()(), ZElectronsSelector::operator()(), reco::tau::PFRecoTauChargedHadronFromPFCandidatePlugin::operator()(), muonisolation::NominalEfficiencyThresholds::locless::operator()(), pat::eventhypothesis::ByPdgId::operator()(), pat::VertexAssociationSelector::operator()(), PixelBarrelLinkMaker::Order::operator()(), reco::tau::PFRecoTauChargedHadronFromGenericTrackPlugin< TrackClass >::operator()(), CaloParticleSelector::operator()(), TrackingParticleSelector::operator()(), funct::GaussIntegrator::operator()(), PixelHitMatcher::BarrelMeasurementEstimator::operator()(), PixelHitMatcher::ForwardMeasurementEstimator::operator()(), TrajSeedMatcher::MatchingCutsV1::operator()(), EleTkIsolFromCands::operator()(), TrajSeedMatcher::MatchingCutsV2::operator()(), reco::tau::xclean::FilterCandByAbsPdgId::operator()(), TrigObjTnPHistColl::TrigObjVarF::operator()(), PFMEtSignInterfaceBase::operator()(), fftjetcms::PeakEtaMagSsqDependent::operator()(), l1t::CaloCluster::operator<(), MSLayer::operator<(), hitfit::operator<(), operator<<(), operator<<(), CocoaMaterialElementary::operator==(), MSLayer::operator==(), L1TMuon::TriggerPrimitive::operator==(), OptimalHelixPlaneCrossing::OptimalHelixPlaneCrossing(), svgfig.Ticks::orient_tickmark(), outOfTimeMuon(), TIBLayer::overlap(), PixelBlade::overlap(), Phase1PixelBlade::overlap(), muon::overlap(), TIDLayer::overlapInR(), Phase2EndcapLayer::overlapInR(), L1MuDTSecProcId::ovl(), L1MuBMSecProcId::ovl(), TopDecaySubset::p4(), l1t::stage2::EGammaPacker::pack(), l1t::stage2::JetPacker::pack(), l1t::stage2::TauPacker::pack(), l1t::stage2::BMTFPackerInputs::pack(), omtf::DtPacker::pack(), logintpack::pack16log(), logintpack::pack16logCeil(), logintpack::pack16logClosed(), logintpack::pack8log(), logintpack::pack8logCeil(), logintpack::pack8logClosed(), L1MuPseudoSignedPacking::packedFromIdx(), HGCalTriggerGeometryV9Imp2::packLayerWaferId(), pat::PackedCandidate::packTimeNoError(), pat::PackedCandidate::packTimeWithError(), HGCalTypes::packTypeUV(), HGCalTriggerGeometryV9Imp2::packWaferId(), HGCalTriggerGeometryV9Imp1::packWaferId(), SiStripTrackerMapCreator::paintTkMapFromHistogram(), tmtt::TrackerModule::paramB(), GflashEMShowerProfile::parameterization(), python.rootplot.core::parse_range(), MuonAlignmentFromReference::parseReference(), HGCalShowerShape::pass(), PFEGammaFilters::passElectronSelection(), L1TEGammaOffline::passesLooseEleId(), L1TEGammaOffline::passesMediumEleId(), MvaMEtUtilities::passesMVA(), PrimaryVertexValidation::passesTrackCuts(), ElectronIdentifier::passID(), reco::PFMETProducerMVA::passPFLooseId(), EleTkIsolFromCands::passPIDVeto(), HelixArbitraryPlaneCrossing::pathLength(), HelixBarrelPlaneCrossingByCircle::pathLength(), HelixForwardPlaneCrossing::pathLength(), HelixArbitraryPlaneCrossing2Order::pathLength(), CSCAnodeLCTProcessor::patternDetection(), TTStubAlgorithm_official< T >::PatternHitCorrelation(), PdgIdExcluder::PdgIdExcluder(), PdgIdSelector::PdgIdSelector(), DTSegmentAnalysisTest::performClientDiagnostic(), RPCMonitorDigi::performSourceOperation(), l1tpf_calo::Phase1GridBase::Phase1GridBase(), ThirdHitPredictionFromCircle::phi(), ParticleTowerProducer::phi2iphi(), L1MuBMAssignmentUnit::PhiAU(), tmtt::Stub::phiDiff(), trklet::Tracklet::phiprojapproxdisk(), trklet::Tracklet::phiprojderapproxdisk(), trklet::Tracklet::phiprojderdisk(), trklet::Tracklet::phiprojdisk(), InnerDeltaPhi::phiRange(), trklet::Tracklet::phiresidapproxdisk(), trklet::Tracklet::phiresiddisk(), CmsTrackerLevelBuilderHelper::phiSortNP(), Photon.Photon::photonIDCSA14(), MuonErrorMatrix::Pindex(), PixelBarrelName::PixelBarrelName(), PixelBarrelNameUpgrade::PixelBarrelNameUpgrade(), pos::PixelCalibConfiguration::PixelCalibConfiguration(), SelectedElectronFEDListProducer< TEle, TCand >::pixelFedDump(), SiPixelTemplateReco2D::PixelTempReco2D(), SiPixelChargeReweightingAlgorithm::PixelTempRewgt2D(), bigStructure::plot(), timeStructure::plot(), bigModule::plot(), subModule::plot(), HCalSD::plotHF(), HCalSD::plotProfile(), HelixForwardPlaneCrossing::position(), HiggsValidation::MonitoredDecays::position(), HelixArbitraryPlaneCrossing::positionInDouble(), DDHGCalHEFileAlgo::positionMix(), DDHGCalHEAlgo::positionMix(), HGCalHEAlgo::positionMix(), HGCalHEFileAlgo::positionMix(), HelixBarrelPlaneCrossing2OrderLocal::positionOnly(), DDHGCalEEAlgo::positionSensitive(), DDHGCalTBModuleX::positionSensitive(), DDHGCalEEFileAlgo::positionSensitive(), DDHGCalHEFileAlgo::positionSensitive(), DDHGCalHEAlgo::positionSensitive(), HGCalEEFileAlgo::positionSensitive(), HGCalEEAlgo::PositionSensitive(), HGCalHEAlgo::positionSensitive(), HGCalHEFileAlgo::positionSensitive(), TotemSD::posizioEvo(), RPCLogCone::possibleTrigger(), plotscripts::postalAddressToId(), FullModelHadronicProcess::PostStepDoIt(), SimpleCosmicBONSeeder::pqFromHelixFit(), CosmicClusterAlgo::prepareCluster(), Multi5x5ClusterAlgo::prepareCluster(), HLTPrescaleProvider::prescaleValuesInDetail(), ConversionProducer::preselectTrackPair(), L1MuDTPtaLut::print(), L1MuDTPhiLut::print(), L1MuDTExtLut::print(), L1MuBMLUTHandler::print_ext_lut(), L1MuBMLUTHandler::print_phi_lut(), L1MuBMLUTHandler::print_pta_lut(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::PrintTrackerMaps(), process(), gen.LHEAnalyzer.LHEAnalyzer::process(), PtAssignment::process(), RBCChamberORLogic::process(), gen.HiggsDecayModeAnalyzer.HiggsDecayModeAnalyzer::process(), tmtt::StubWindowSuggest::process(), gen.GenHeavyFlavourAnalyzer.GenHeavyFlavourAnalyzer::process(), RPCWheel::process(), PFJetBenchmark::process(), PFTauElecRejectionBenchmark::process(), JetAnalyzer.JetAnalyzer::process(), DTTFFEDReader::process(), ResonanceBuilder.ResonanceBuilder::process(), hcalCalib::Process(), GoldenPattern::process1Layer1RefLayer(), PrimitiveMatching::process_single_zone_station(), cscdqm::EventProcessor::processCSC(), VertexClassifier::processesAtGenerator(), TrackClassifier::processesAtGenerator(), VertexClassifier::processesAtSimulation(), TrackClassifier::processesAtSimulation(), l1t::Stage2Layer2EtSumAlgorithmFirmwareImp1::processEvent(), l1t::Stage2Layer2DemuxTauAlgoFirmwareImp1::processEvent(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::processEvent(), l1t::Stage2Layer2JetSumAlgorithmFirmwareImp1::processEvent(), l1t::Stage2Layer2DemuxEGAlgoFirmwareImp1::processEvent(), l1t::Stage2Layer2DemuxSumsAlgoFirmwareImp1::processEvent(), l1t::Stage1Layer2TauAlgorithmImpPP::processEvent(), l1t::Stage1Layer2TauAlgorithmImpHW::processEvent(), DeDxHitInfoProducer::processHit(), AlignmentMonitorSegmentDifferences::processMuonResidualsFromTrack(), OmtfName::processor(), PixelClusterShapeExtractor::processRec(), OMTFinputMaker::processRPC(), WeakEffectsWeightProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::FlatRandomMultiParticlePGunProducer::produce(), edm::RandomMultiParticlePGunProducer::produce(), edm::CloseByParticleGunProducer::produce(), edm::GaussRandomPThetaGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), edm::RandomtXiGunProducer::produce(), GEDGsfElectronFinalizer::produce(), TrackingParticleConversionRefSelector::produce(), DeepMETProducer::produce(), PseudoTopProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::BeamMomentumGunProducer::produce(), edm::ExpoRandomPGunProducer::produce(), PFTICLProducer::produce(), CastorFastTowerProducer::produce(), l1tpf::PFClusterProducerFromL1EGClusters::produce(), MuonFromPVSelector::produce(), L2TauPixelTrackMatch::produce(), ISRGammaWeightProducer::produce(), TtSemiLepHitFitProducer< LeptonCollection >::produce(), FSRWeightProducer::produce(), TrackstersMergeProducer::produce(), PATMuonMerger::produce(), HLTTriMuonIsolation::produce(), ISRWeightProducer::produce(), pat::BadPFCandidateJetsEEnoiseProducer::produce(), PdfWeightProducer::produce(), IsolatedEcalPixelTrackCandidateProducer::produce(), PATPuppiJetSpecificProducer::produce(), TrackFromPVSelector::produce(), EgammaHLTBcHcalIsolationProducersRegional::produce(), PFCandidateMuonUntagger::produce(), edm::FlatRandomPtAndDxyGunProducer::produce(), l1tpf::PFTrackProducerFromL1Tracks::produce(), ZllArbitrator::produce(), GenVisTauProducer::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), TauGenJetProducer::produce(), L2TauPixelIsoTagProducer::produce(), JetCoreClusterSplitter::produce(), GsfElectronFromPVSelector::produce(), HLTPFJetIDProducer::produce(), l1tpf::PFClusterProducerFromHGC3DClusters::produce(), HiBadParticleCleaner::produce(), TOFPIDProducer::produce(), PuppiPhoton::produce(), GenParticles2HepMCConverter::produce(), SoftPFElectronTagInfoProducer::produce(), L3MuonCandidateProducerFromMuons::produce(), SoftPFMuonTagInfoProducer::produce(), MuonReSeeder::produce(), HLTDisplacedmumuVtxProducer::produce(), HLTDisplacedmumumuVtxProducer::produce(), pat::PATGenCandsFromSimTracksProducer::produce(), HLTCaloTowerHtMhtProducer::produce(), NoPileUpPFMEtProducer::produce(), HLTTauMCProducer::produce(), MultShiftMETcorrInputProducer::produce(), TSGForOI::produce(), HLTDisplacedtktktkVtxProducer::produce(), TrackListMerger::produce(), HLTDisplacedtktkVtxProducer::produce(), HLTMETCleanerUsingJetID::produce(), HLTMhtProducer::produce(), HLTMuonL2SelectorForL3IO::produce(), pat::LeptonUpdater< T >::produce(), HLTHtMhtProducer::produce(), TSGForOIFromL2::produce(), PuppiProducer::produce(), HLTCaloJetIDProducer::produce(), GtPsbTextToDigi::produce(), EnergyRingsTableProducer::produce(), L2MuonCandidateProducer::produce(), DeDxHitInfoProducer::produce(), PartonSelector::produce(), DeepBoostedJetTagInfoProducer::produce(), MultShiftMETcorrDBInputProducer::produce(), pat::PATPackedGenParticleProducer::produce(), L1EGammaEEProducer::produce(), OutsideInMuonSeeder::produce(), HLTHcalPFClusterIsolationProducer< T1 >::produce(), pat::PATPackedCandidateProducer::produce(), EgammaHLTGsfTrackVarProducer::produce(), L3MuonCandidateProducer::produce(), PATTracksToPackedCandidates::produce(), RecoTauGenericJetRegionProducer< JetType, CandType >::produce(), pat::GenPlusSimParticleProducer::produce(), HTXSRivetProducer::produce(), SiStripFineDelayHit::produce(), TrackTimeValueMapProducer::produce(), HLTTrackMETProducer::produce(), HLTJetCollForElePlusJets< T >::produce(), HLTmumutkVtxProducer::produce(), MuMuForEmbeddingSelector::produce(), CTPPSProtonProducer::produce(), TextToRaw::produce(), PFClusterMatchedToPhotonsSelector::produce(), SeedGeneratorFromL1TTracksEDProducer::produce(), IsolatedPixelTrackCandidateProducer::produce(), BSCTrigger::produce(), RecoTauPiZeroProducer::produce(), GenJetTauTaggerProducer::produce(), HGCalTrackCollectionProducer::produce(), HFJetShowerShape::produce(), SourceCardTextToRctDigi::produce(), HLTL1MuonNoL2Selector::produce(), MaskedRctInputDigiProducer::produce(), HiFJRhoFlowModulationProducer::produce(), HLTScoutingPFProducer::produce(), HLTEcalPFClusterIsolationProducer< T1 >::produce(), JetPlusTrackAddonSeedProducer::produce(), IsolatedPixelTrackCandidateL1TProducer::produce(), DeepDoubleXTagInfoProducer::produce(), TauSpinnerCMS::produce(), ParticleTowerProducer::produce(), CastorClusterProducer::produce(), L1TMuonCaloSumProducer::produce(), RecoTauProducer::produce(), L1TPFCaloProducer::produce(), MuonProducer::produce(), RctInputTextToDigi::produce(), HcalHitReconstructor::produce(), L1TMicroGMTInputProducerFromGen::produce(), InterestingDetIdFromSuperClusterProducer::produce(), InterestingDetIdCollectionProducer::produce(), PFCandidateRecalibrator::produce(), TriggerObjectTableProducer::produce(), L1TkEmParticleProducer::produce(), EcalSimpleProducer::produce(), L1TkFastVertexProducer::produce(), HLTScoutingMuonProducer::produce(), reco::CentralityProducer::produce(), TkMSParameterizationBuilder::produce(), MuonFSRProducer::produce(), FastPrimaryVertexWithWeightsProducer::produce(), reco::BeamHaloSummaryProducer::produce(), HFPhase1Reconstructor::produce(), SimPFProducer::produce(), CTPPSSimHitProducer::produce(), PFRecoTauChargedHadronProducer::produce(), FlavorHistoryProducer::produce(), L1TCaloLayer1::produce(), HLTScoutingEgammaProducer::produce(), l1t::GenToInputProducer::produce(), MuonSimHitProducer::produce(), CandMCMatchTableProducer::produce(), FastSimProducer::produce(), BoostedDoubleSVProducer::produce(), L1TStage2Layer1Producer::produce(), MuonMCClassifier::produce(), DeepFlavourTagInfoProducer::produce(), MuonIdProducer::produce(), MuonSimClassifier::produce(), RPCTechnicalTrigger::produce(), GenTtbarCategorizer::produce(), GoodSeedProducer::produce(), PFTau3ProngReco::produce(), EgammaHLTFilteredObjProducer< OutCollType >::produce(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce(), BJetEnergyRegressionVarProducer< T >::produce(), TemplatedSecondaryVertexProducer< IPTI, VTX >::produce(), IPProducer< Container, Base, Helper >::produce(), JetFlavourClustering::produce(), EvtPlaneProducer::produce(), L1FPGATrackProducer::produce(), L1EGCrystalClusterEmulatorProducer::produce(), TrackExtenderWithMTDT< TrackCollection >::produce(), EcalTrivialConditionRetriever::produceEcalLaserAlphas(), ecaldqm::LedClient::producePlots(), ecaldqm::PedestalClient::producePlots(), ecaldqm::TrigPrimClient::producePlots(), ecaldqm::LaserClient::producePlots(), ecaldqm::OccupancyClient::producePlots(), ecaldqm::TimingClient::producePlots(), noPuUtils::promoteAssocToHSAssoc(), spr::propagateCALO(), spr::propagateCalo(), spr::propagateCosmicCALO(), spr::propagateIdECAL(), RKPropagatorInS::propagateParametersOnCylinder(), AnalyticalPropagator::propagateParametersOnCylinder(), RKPropagatorInS::propagateParametersOnPlane(), AnalyticalPropagator::propagateParametersOnPlane(), L1TkMuonProducer::propagateToGMT(), BaseParticlePropagator::propagateToHOLayer(), spr::propagateTrackerEnd(), LowPtGsfElectronSeedProducer::propagateTrackToCalo(), isotrackTrainRegressor::propweights(), DDG4SolidConverter::pseudotrap(), CSCTFPtMethods::Pt3StnChiSq(), MuonSeedPtExtractor::pT_extract(), reco::tau::pt_weighted_dx_T(), L1MuBMAssignmentUnit::PtAU(), pTFrom2Stubs::pTFrom2(), EmissionVetoHook1::pTpythia(), Pythia8::PowhegHooksBB4L::pTpythia(), Jet.Jet::puJetId(), PulseShapeFitOOTPileupCorrection::pulseShapeFit(), pat::PATMuonProducer::puppiCombinedIsolation(), PuppiContainer::puppiWeights(), SiPixelGenError::qbin(), SiPixelTemplate::qbin(), DivergingColor::radDiff(), HGCalGeomTools::radius(), objects.PhotonAnalyzer.PhotonAnalyzer::randomCone(), AlignableModifier::randomise(), HGCalDDDConstants::rangeR(), PixelRecoLineRZ::rAtZ(), ThirdHitPredictionFromCircle::HelixRZ::rAtZ(), BeamFitter::readEvent(), SurveyDataReader::readFile(), DeviationsFromFileSensor2D::readFile(), L1TPFCaloProducer::readHcalDigis_(), MillePedeFileReader::readMillePedeResultFile(), readParticlesFromHepMC(), TauSpinnerCMS::readParticlesfromReco(), popcon::EcalPedestalsHandler::readPedestalMC(), popcon::EcalPedestalsHandler::readPedestalTimestamp(), popcon::EcalPedestalsHandler::readPedestalTree(), SiLinearChargeDivider::readPulseShape(), RecAnalyzerHF::RecAnalyzerHF(), RecAnalyzerMinbias::RecAnalyzerMinbias(), L1MuBMSectorReceiver::receiveBBMXData(), L1MuDTSectorReceiver::receiveDTBXData(), SiStripTrackingRecHitsValid::rechitanalysis(), SiStripTrackingRecHitsValid::rechitanalysis_matched(), btagbtvdeep::recoCandidateToFeatures(), ESRecHitSimAlgo::reconstruct(), ProtonReconstructionAlgorithm::reconstructFromMultiRP(), ProtonReconstructionAlgorithm::reconstructFromSingleRP(), CalorimetryManager::reconstructHCAL(), TrackClassifier::reconstructionInformation(), CalorimetryManager::reconstructTrack(), MuonPFAnalyzer::recoToGenMatch(), PFAlgo::recoTracksNotHCAL(), reco::reduceRange(), LightRay::refract(), MuonTrackingRegionBuilder::region(), l1tpf_impl::Region::regionAbsEta(), l1t::CaloTools::regionEta(), AreaSeededTrackingRegionsBuilder::Builder::regionImpl(), CosmicRegionalSeedGenerator::regions(), TrackingRegionsFromBeamSpotAndL2Tau::regions(), CandidatePointSeededTrackingRegionsProducer::regions(), ElectronEnergyRegressionEvaluate::regressionUncertaintyNoTrkVar(), ElectronEnergyRegressionEvaluate::regressionUncertaintyNoTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithSubClusters(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithTrkVar(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithTrkVarV2(), ElectronEnergyRegressionEvaluate::regressionValueNoTrkVar(), ElectronEnergyRegressionEvaluate::regressionValueNoTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionValueWithSubClusters(), ElectronEnergyRegressionEvaluate::regressionValueWithTrkVar(), ElectronEnergyRegressionEvaluate::regressionValueWithTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionValueWithTrkVarV2(), DTSegmentUpdator::rejectBadHits(), value.Value::relerr(), edm::PileUp::reload(), MuonSeedOrcaPatternRecognition::rememberCrackSegments(), lhef::LHEEvent::removeResonances(), HGCalGeomParameters::resetZero(), tmtt::ChiSquaredFit4::residuals(), BtoCharmDecayVertexMergerT< VTX >::resolveBtoDchain(), HCALResponse::responseHCAL(), HGCalWaferType::rLimits(), AlignableModifier::rotateAlignable(), AlignableModifier::rotateAlignableLocal(), cms_rounding::roundIfNear0(), EcalClusterToolsT< noZS >::roundnessBarrelSuperClustersUserExtended(), EcalClusterToolsT< noZS >::roundnessSelectedBarrelRecHits(), RPCLogCone::RPCLogCone(), RPCStripsRing::RPCStripsRing(), trklet::Tracklet::rprojapproxdisk(), trklet::Tracklet::rprojderapproxdisk(), trklet::Tracklet::rprojderdisk(), trklet::Tracklet::rprojdisk(), trklet::Tracklet::rresidapproxdisk(), trklet::Tracklet::rresiddisk(), RPCTCGhostBusterSorter::run(), GEMCoPadProcessor::run(), PFSpecificAlgo::run(), RPCHitCleaner::run(), RPCtoDTTranslator::run(), FP420DigiMain::run(), L1MuDTEUX::run(), L1MuBMEUX::run(), L1MuBMTrackFinder::run(), l1tpf_impl::PUAlgoBase::runChargedPV(), L1MuDTMuonSorter::runCOL(), L1MuBMMuonSorter::runCOL(), RPCPac::runEnergeticPatternsGroups(), HFStripFilter::runFilter(), RPCHalfSorter::runHalf(), PileupJetIdAlgo::runMva(), L1TkMuonProducer::runOnMTFCollection_v1(), ecaldqm::TimingTask::runOnUncalibRecHits(), CSCHitFromStripOnly::runStrip(), NoisyChannel::runTest(), ContentSigma::runTest(), ContentsWithinExpected::runTest(), DTLocalTriggerBaseTask::runTMAnalysis(), RPCPac::runTrackPatternsGroup(), CustomPDGParser::s_charge(), CustomPDGParser::s_containedQuarksCode(), CustomPDGParser::s_isChargino(), CustomPDGParser::s_isDphoton(), CustomPDGParser::s_isMesonino(), CustomPDGParser::s_isRBaryon(), CustomPDGParser::s_isRGlueball(), CustomPDGParser::s_isRHadron(), CustomPDGParser::s_isRMeson(), CustomPDGParser::s_isSbaryon(), CustomPDGParser::s_issbottomHadron(), CustomPDGParser::s_isSIMP(), CustomPDGParser::s_isSLepton(), CustomPDGParser::s_isstopHadron(), CustomPDGParser::s_spin(), MuonPathAnalyzerPerSL::sameBXValue(), svgfig.Curve::sample(), UrbanMscModel93::SampleScattering(), PowhegResHook::scaleResonance(), BSFitter::scanPDF(), PrimaryVertexSorting::score(), TtDecayChannelSelector::search(), tmtt::TrkRZfilter::seedFilter(), plotscripts::segdiff(), plotscripts::segdiff_xalign(), GhostBuster::select(), GhostBusterPreferRefDt::select(), CosmicTrackSelector::select(), MultiTrackSelector::select(), HIMultiTrackSelector::select(), L1TkElectronTrackProducer::selectMatchedTrack(), PartonHadronDecayGenEvtSelector::selectParticle(), BaseHiGenEvtSelector::selectParticle(), HadronDecayGenEvtSelector::selectParticle(), MTDSectorForwardDoubleLayer::selfTest(), MTDRingForwardDoubleLayer::selfTest(), MuScleFitMuonSelector::selGlobalMuon(), MuScleFitMuonSelector::selTrackerMuon(), TtGenEvent::semiLeptonicChannel(), EcalUncalibRecHitWorkerMultiFit::set(), trklet::Tracklet::setBendIndex(), TTTrack< T >::setBField(), MEGeom::setBinGlobalHist(), DTSectCollPhCand::setBitsSectColl(), GsfElectronAlgo::setCutBasedPreselectionFlag(), pat::VertexAssociation::setDistances(), L1Analysis::L1AnalysisCaloTP::SetECAL(), reco::PFCandidate::setEcalEnergy(), DynamicTruncation::setEtaRegion(), EcalDeadCellTriggerPrimitiveFilter::setEvtRecHitstatus(), EcalDeadCellTriggerPrimitiveFilter::setEvtTPstatus(), ecaldqm::SelectiveReadoutTask::setFIRWeights_(), JetFlavourClustering::setFlavours(), tmtt::Stub::setFrontend(), L1Analysis::L1AnalysisCaloTP::SetHCAL(), reco::PFCandidate::setHcalEnergy(), reco::PFCandidate::setHoEnergy(), SiStripFolderOrganizer::setLayerFolder(), RPCDigiL1Link::setLink(), heppy::IsolationComputer::setPackedCandidates(), Plane::setPosPrec(), HGCal_helpers::SimpleTrackPropagator::setPropagationTargetZ(), EcalGeomPhiSymHelper::setup(), trklet::TrackletEngine::setVMPhiBin(), trklet::TrackletProcessor::setVMPhiBin(), Plane::side(), L1TkMuonProducer::sigmaEtaTP(), HGCalShowerShape::sigmaRRMax(), HGCalShowerShape::sigmaRRMean(), HGCalShowerShape::sigmaRRTot(), reco::MET::significance(), RectangularPlaneBounds::significanceInside(), TrapezoidalPlaneBounds::significanceInside(), AlignmentProducerBase::simpleMisalignment(), SiPixelTemplate::simpletemplate2D(), GEMSignalModel::simulate(), GEMSignalModel::simulateClustering(), ME0PreRecoNoSmearModel::simulateSignal(), ME0PreRecoGaussianModel::simulateSignal(), ME0SimpleModel::simulateSignal(), TrackClassifier::simulationInformation(), StGenEvent::singleLepton(), TtGenEvent::singleLepton(), StGenEvent::singleNeutrino(), TtGenEvent::singleNeutrino(), StGenEvent::singleTop(), StGenEvent::singleW(), Lepton.Lepton::sip3D(), objects.JetAnalyzer.JetAnalyzer::smearJets(), IdealResult::solve(), hitfit::Top_Decaykin::solve_nu(), hitfit::Top_Decaykin::solve_nu_tmass(), npstat::LinInterpolatedTableND< Numeric, Axis >::solveForRatioArg(), CmsTrackerWheelBuilder< FilteredView >::sortNS(), CmsTrackerDiskBuilder< FilteredView >::sortNS(), CmsTrackerPhase1DiskBuilder< FilteredView >::sortNS(), CmsTrackerPhase2TPDiskBuilder< FilteredView >::sortNS(), CmsTrackerRingBuilder< FilteredView >::sortNS(), TTStubBuilder< T >::SortStubBendPairs(), TTStubBuilder< T >::SortStubsBend(), DTTSM::sortTSM1(), DTTSS::sortTSS1(), TauValidation::spinEffectsWHpm(), TauValidation::spinEffectsZH(), DAClusterizerInZT_vect::split(), trklet::MatchEngineUnit::step(), MaterialBudgetHcal::stopAfter(), MaterialBudgetForward::stopAfter(), MaterialBudget::stopAfter(), tmtt::HTrphi::store(), DTTracoChip::storeCorr(), DTDigitizer::storeDigis(), HcalIsoTrkAnalyzer::storeEnergy(), RPCDigiL1Link::strip(), trackerDTC::Stub::Stub(), trklet::Stub::Stub(), trklet::Tracklet::stubtruthmatch(), IsoTrig::studyMipCut(), IsoTrig::studyTrigger(), tmtt::Sector::subEtaFwCalc(), svgfig.Curve::subsample(), TT6CMNSubtractor::subtract_(), sumDepths(), svgfig.Axes::SVG(), EcalTools::swissCross(), Cylinder::tangentPlane(), emtf::Huber::target(), TtDecayChannelSelector::tauDecay(), TauValidation::tauMother(), ChargeSignificanceTrajectoryFilter::TBC(), SiPixelTemplate::temperrors(), hcalCalib::Terminate(), PFRecHitQTestHOThreshold::test(), PFRecHitQTestHCALCalib29::test(), HcalLutManager::test_emap(), JetAnalyzer.JetAnalyzer::testBJet(), plotscripts::testDeltaWithin5Sigma(), LinkByRecHit::testECALAndPSByRecHit(), ElectronCalibrationUniv::TestEEvalidDetId(), objects.VertexAnalyzer.VertexAnalyzer::testGoodVertex(), JetAnalyzer.JetAnalyzer::testJet(), objects.JetAnalyzer.JetAnalyzer::testJetNoID(), StripSubClusterShapeFilterBase::testLastHit(), DiLeptonAnalyzer.DiLeptonAnalyzer::testLegKine(), HCALAndHOLinker::testLink(), ECALAndHCALLinker::testLink(), TestPythiaDecays::TestPythiaDecays(), TrackWithVertexSelector::testTrack(), LinkByRecHit::testTrackAndClusterByRecHit(), ZMuMuAnalyzer.ZMuMuAnalyzer::testVertex(), TrackWithVertexSelector::testVertices(), plotscripts::testZeroWithin5Sigma(), DAClusterizerInZ_vect::thermalize(), DAClusterizerInZT_vect::thermalize(), ThirdHitPredictionFromInvParabola::ThirdHitPredictionFromInvParabola(), ThirdHitZPrediction::ThirdHitZPrediction(), lumiregperbunch::timeof(), spr::timeOfFlight(), TkRadialStripTopology::TkRadialStripTopology(), align::toAngles(), TopGenEvent::topSisters(), MuonHitHelper::toRPCType(), RPCLogCone::toString(), toTrackRef(), EBDetId::tower(), HcalTrigTowerGeometry::towerEtaBounds(), l1t::CaloTools::towerEtaBounds(), HcalTestAnalysis::towersToAdd(), trklet::Tracklet::tpseed(), HistoryBase::traceGenHistory(), HistoryBase::traceRecoGenHistory(), tmtt::HTcell::trackCandFound(), tmtt::Histos::trackerGeometryAnalysis(), tmtt::TrackerModule::TrackerModule(), trackerStablePhiSort(), TrackProducerFP420::trackFinderSophisticated(), trklet::FitTrack::trackFitChisq(), trklet::TrackletCalculator::TrackletCalculator(), trklet::TrackletProcessor::TrackletProcessor(), trklet::Tracklet::trackletprojstrD(), TkLasBeamFitter::trackPhi(), StudyCaloResponse::trackPID(), hi::EPCuts::trackQuality_GenMC(), hi::EPCuts::trackQuality_HIReco(), hi::EPCuts::trackQuality_Pixel(), hi::EPCuts::trackQuality_ppReco(), reco::TrackSelector::trackSelection(), TrackVertexArbitration< VTX >::trackVertexArbitrator(), TrajectoryAtInvalidHit::TrajectoryAtInvalidHit(), SeedForPhotonConversionFromQuadruplets::trajectorySeed(), reco::PFCandidate::translatePdgIdToType(), TangentApproachInRPhi::transverseCoord(), ClosestApproachInRPhi::transverseCoord(), ThirdHitPredictionFromCircle::transverseIP(), TrapezoidalCylindricalMFGrid::TrapezoidalCylindricalMFGrid(), TrapezoidalPlaneBounds::TrapezoidalPlaneBounds(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::trimmingLutIndex(), tmtt::Stub::trkPhiAtRcut(), DDG4SolidConverter::trunctubs(), TtFullHadSignalSel::TtFullHadSignalSel(), TTTrack< T >::TTTrack(), FullModelReactionDynamics::TwoCluster(), PFEGammaAlgo::unlinkRefinableObjectKFandECALWithBadEoverP(), logintpack::unpack16log(), logintpack::unpack16logClosed(), PtAssignmentEngineAux2017::unpack8bMode15(), logintpack::unpack8log(), logintpack::unpack8logClosed(), PtAssignmentEngineAux2017::unpackCLCT(), pat::PackedCandidate::unpackTimeNoError(), unsafe_acos(), unsafe_asin(), unsafe_atan2f_impl(), unsafe_atan2i_impl(), unsafe_atan2s_impl(), RHStopTracer::update(), GflashG4Watcher::update(), KalmanVertexUpdator< 5 >::update(), TkAccumulatingSensitiveDetector::update(), CaloSteppingAction::update(), CaloSD::update(), CastorShowerLibraryMaker::update(), DAClusterizerInZ_vect::update(), DAClusterizerInZT_vect::update(), PulseChiSqSNNLS::updateCov(), CurvilinearTrajectoryParameters::updateP(), LocalTrajectoryParameters::updateP(), l1t::HGCalClusterT< l1t::HGCalCluster >::updateP4AndPosition(), DAClusterizerInZ_vect::updateTc(), edm::RunningAverage::upper(), L1GctMet::useHtMissLutAlgo(), SteppingAction::UserSteppingAction(), l1tpf_calo::Phase1GridBase::valid_ieta_iphi(), GEMGeometryValidate::validateGEMEtaPartitionGeometry(), ME0GeometryValidate::validateME0EtaPartitionGeometry(), HcalTopology::validCalib(), ESDetId::validDetId(), EcalTrigTowerDetId::validDetId(), EBDetId::validDetId(), EcalScDetId::validDetId(), EEDetId::validDetId(), HcalObjRepresent::validDetId(), trklet::Tracklet::validProjDisk(), ZdcTopology::validRaw(), MaxAbsEtaCut::value(), MuonDzCut::value(), MuonDxyCut::value(), GsfEleSCMaxAbsEtaCut::value(), GsfEleRelPFIsoScaledCut::value(), PhoAnyPFIsoWithEAAndQuadScalingCut::value(), GsfEleEffAreaPFIsoCut::value(), PhoAnyPFIsoWithEAAndExpoScalingEBCut::value(), PhoAnyPFIsoWithEAAndExpoScalingCut::value(), GsfEleDEtaInSeedCut::value(), PhoAnyPFIsoWithEACut::value(), EtaMultiRangeCut::value(), GsfEleDPhiInCut::value(), GsfEleCalPFClusterIsoCut::value(), GsfEleDxyCut::value(), GsfEleDzCut::value(), PhoSCEtaMultiRangeCut::value(), GsfEleSCEtaMultiRangeCut::value(), JetPartonNamespace::ParametrizationJetParton::value(), npstat::Private::AbsHelper< T, Unsigned >::value(), condex::ParametricEfficiencyInEta::value(), AlphaT::value_(), PuppiContainer::var_within_R(), trklet::VarAdd::VarAdd(), trklet::VarAdjustK::VarAdjustK(), trklet::VarAdjustKR::VarAdjustKR(), trklet::VarDef::VarDef(), trklet::VarDSPPostadd::VarDSPPostadd(), average.Average::variance(), trklet::VarParam::VarParam(), trklet::VarSubtract::VarSubtract(), trklet::VarTimesC::VarTimesC(), Rivet::HiggsTemplateCrossSections::vbfTopology(), SiPixelCalibConfiguration::vcalIndexForEvent(), SimpleConeBounds::vertex(), tmtt::ChiSquaredFit4::Vinv(), runTauDisplay::visibleP4(), TauValidation::visibleTauEnergy(), DDI::Cons::volume(), VVIObj::VVIObj(), VVIObjF::VVIObjF(), RPCConst::vxIntegMuRate(), HGCalDDDConstants::waferFromPosition(), HGCalWaferIndex::waferIndex(), heppy::FSRWeightAlgo::weight(), SimpleNavigableLayer::wellInside(), MuonDTDigis::WheelHistos(), CSCOfflineMonitor::withinSensitiveRegion(), CSCValidation::withinSensitiveRegion(), tmtt::DegradeBend::work(), emtf::wrap_theta_deg(), emtf::wrap_theta_rad(), XMLConfigWriter::writeAlgoMuon(), XMLConfigWriter::writeEventData(), MSLayer::x0(), ZeeCalibration::xtalIsOnModuleBorder(), CSCWireGeometry::yLimitsOfWirePlane(), trklet::Stub::zapprox(), ThirdHitPredictionFromCircle::HelixRZ::zAtR(), TangentApproachInRPhi::zCoord(), ClosestApproachInRPhi::zCoord(), zMCLeptonDaughters(), trklet::Tracklet::zstubdisk(), and magfieldparam::rz_harm_poly::~rz_harm_poly().
Definition at line 176 of file Factorize.h.
Referenced by CandCombinerBase< OutputCollection, Cloner::CandPtr >::combine(), and trajectoryToResiduals().
|
inline |
Definition at line 23 of file Composition.h.
References a, b, and funct::Composition< A, B >::compose().
|
inline |
Definition at line 46 of file Convolution.h.
References a, b, funct::Convolution< A, B, Integrator >::compose(), mps_fire::i, SiStripPI::max, and min().
Definition at line 22 of file Cos.h.
References funct::Cos< T >::compose(), and submitPVValidationJobs::t.
Referenced by GflashTrajectory::_cacheSinesAndCosines(), GflashTrajectory::_refreshCache(), FullModelReactionDynamics::AddBlackTrackParticles(), fireworks::addCircle(), fireworks::addDashedArrow(), fireworks::addDashedLine(), PreshowerHitMaker::addHit(), HcalHitMaker::addHit(), EcalHitMaker::addHit(), EcalHitMaker::addHitDepth(), metsig::significanceAlgo::addObjects(), Hector::addPartToHepMC(), MuonCSCChamberResidual::addResidual(), FWMuonDetailView::addSceneInfo(), fireworks::addStraightLineSegment(), SiStripGainCosmicCalculator::algoAnalyze(), algorithm(), myFastSimVal::analyze(), OuterTrackerMonitorTrackingParticles::analyze(), ElectronTagProbeAnalyzer::analyze(), DQMSourcePi0::analyze(), WValidation::analyze(), RecoMuonValidator::analyze(), DrellYanValidation::analyze(), HLTTauDQMPathPlotter::analyze(), MBUEandQCDValidation::analyze(), edm::FlatEGunASCIIWriter::analyze(), EwkDQM::analyze(), ValidationMisalignedTracker::analyze(), PhotonMonitor::analyze(), DTEfficiencyTask::analyze(), TrackBuildingAnalyzer::analyze(), StandaloneTrackMonitor::analyze(), L1GctValidation::analyze(), DTResolutionAnalysisTask::analyze(), TrackParameterAnalyzer::analyze(), HGCalShowerSeparation::analyze(), HGCGeometryValidation::analyze(), TestOutliers::analyze(), DisplayGeom::analyze(), ResolutionAnalyzer::analyze(), EcalCosmicsHists::analyze(), HLTExoticaSubAnalysis::analyze(), MuonTrackValidator::analyze(), TrackerDpgAnalysis::analyze(), ExoticaDQM::analyzeDiElectrons(), ExoticaDQM::analyzeDiJets(), ExoticaDQM::analyzeDiMuons(), ExoticaDQM::analyzeDiPhotons(), HGCalHitValidation::analyzeHGCalRecHit(), HGCalSimHitStudy::analyzeHits(), HGCalSimHitValidation::analyzeHits(), ExoticaDQM::analyzeMonoElectrons(), ExoticaDQM::analyzeMonoMuons(), ThirdHitPredictionFromCircle::angle(), CSCAlignmentCorrections::applyAlignment(), BaseProtonTransport::ApplyBeamCorrection(), EMEnrichingFilterAlgo::applyBFieldCurv(), AreaSeededTrackingRegionsBuilder::Area::Area(), Thrust::axis(), BeamSpotTransientTrackingRecHit::BeamSpotTransientTrackingRecHit(), BremsstrahlungSimulator::brem(), fastsim::Bremsstrahlung::brem(), MuonBremsstrahlungSimulator::brem(), fastsim::MuonBremsstrahlung::brem(), PixelTrackBuilder::build(), FWPFEcalRecHitRPProxyBuilder::build(), FWMET3DProxyBuilder::build(), FWTauProxyBuilderBase::buildBaseTau(), magneticfield::BaseVolumeHandle::buildPhiZSurf(), FWPFClusterRPZUtils::buildRhoPhiClusterLineSet(), FWPFClusterRPZUtils::buildRhoZClusterLineSet(), FWMETProxyBuilder::buildViewType(), FWJetProxyBuilder::buildViewType(), ClusterShapeAlgo::calc_AbsZernikeMoment(), EcalClusterToolsT< noZS >::calc_AbsZernikeMoment(), tmtt::Stub::calcDphiOverBend(), pat::PATPackedCandidateProducer::calcDxy(), HLTEcalResonanceFilter::calcPaircluster(), calcPzeta(), ClusterShapeAlgo::Calculate_lat(), TBPositionCalc::CalculateCMSPos(), trklet::TrackDerTable::calculateDerivatives(), OptOOpticalSquare::calculateFaces(), LASAlignmentTubeAlgorithm::CalculateParameters(), LASEndcapAlgorithm::CalculateParameters(), CSCPairResidualsConstraint::calculatePhi(), ThirdHitPrediction::calculateRangesBarrel(), ThirdHitPrediction::calculateRangesForward(), L1TkElectronTrackMatchAlgo::calorimeterPosition(), CandidatePointSeededTrackingRegionsProducer::CandidatePointSeededTrackingRegionsProducer(), reco::GhostTrackPrediction::cartesianError(), TwoBodyDecayModel::cartesianSecondaryMomenta(), SSDigitizerAlgorithm::cbc3PulsePolarExpansion(), OuterDetCompatibility::center(), ALIUtils::checkMatrixEquations(), OpticalObject::checkMatrixEquations(), DreamSD::cherenkovDeposit_(), SETFilter::chi2AtSpecificStep(), TangentApproachInRPhi::circleParameters(), DTRecHitSegmentResidual::compute(), MultipleScatteringSimulator::compute(), PairProductionSimulator::compute(), NuclearInteractionFTFSimulator::compute(), DTCalibValidationFromMuons::compute(), DTCalibValidation::compute(), ForwardDiskSectorBuilderFromWedges::computeBounds(), ForwardDiskSectorBuilderFromDet::computeBounds(), ParticleKinematicLinearizedTrackState::computeChargedJacobians(), PerigeeLinearizedTrackState::computeChargedJacobians(), tauImpactParameter::TrackHelixVertexFitter::computedxydz(), SeedingOTEDProducer::computeInverseMomentumError(), tauImpactParameter::TrackHelixVertexFitter::computeLorentzVectorPar(), PFMETAlgorithmMVA::computeMET(), ParticleKinematicLinearizedTrackState::computeNeutralJacobians(), PerigeeLinearizedTrackState::computeNeutralJacobians(), DDPixFwdBlades::computeNippleParameters(), HFCherenkov::computeNPE(), HFCherenkov::computeNPEinPMT(), HFCherenkov::computeNPhTrapped(), DDHGCalModule::constructLayers(), DDHGCalModuleAlgo::constructLayers(), tauImpactParameter::ParticleBuilder::convertCMSSWTrackParToSFTrackPar(), TwoBodyDecayModel::convertCurvilinearToCartesian(), HFRecoEcalCandidateAlgo::correctEPosition(), MuonMETAlgo::correctMETforMuon(), TCMETAlgo::correctMETforTrack(), VVIObjDetails::cosint(), sistripvvi::VVIObjDetails::cosint(), ZIterativeAlgorithmWithFit::cosTheta12(), ZeeKinematicTools::cosThetaElectrons_SC(), ZeeKinematicTools::cosThetaElectrons_TK(), covarianceUpdate(), TSCPBuilderNoMaterial::createFTSatTransverseImpactPointNeutral(), OutInConversionSeedFinder::createSeedFTS(), fireworks::createSegment(), TGeoMgrFromDdd::createShape(), CSCLayerGeometry::CSCLayerGeometry(), CSCSlantedWireGeometry::CSCSlantedWireGeometry(), TtFullLepKinSolver::cubic(), TwoBodyDecayModel::curvilinearToCartesianJacobian(), DDcreateRotationMatrix(), DDrot(), DDrotReflect(), FullModelReactionDynamics::Defs1(), EMEnrichingFilterAlgo::deltaRxyAtEE(), DetectorVector(), SiStripFineDelayHit::detId(), IdealCastorTrapezoid::dhz(), HelixBarrelPlaneCrossingByCircle::direction(), reco::GhostTrackPrediction::direction(), IterativeHelixExtrapolatorToLine::directionInDouble(), CMSCGEN::dNdEmudEnu(), MuonAlignmentInputXML::do_rotatebeamline(), MuonAlignmentInputXML::do_rotateglobalaxis(), MuonAlignmentInputXML::do_setposition(), Decay3Body::doDecay(), SurveyPxbDicer::doDice(), SurveyPxbImageLocalFit::doFit(), HoughGrouping::doHoughTransform(), LowEnergyFastSimModel::DoIt(), DDEcalPreshowerAlgo::doLadders(), CSCPairResidualsConstraint::dphidzFromTrack(), MultiTrackValidatorGenPs::dqmAnalyze(), DTSegment4DQuality::dqmAnalyze(), TwoBodyDecayDerivatives::dqsdm(), TwoBodyDecayDerivatives::dqsdphi(), TwoBodyDecayDerivatives::dqsdpx(), TwoBodyDecayDerivatives::dqsdpy(), TwoBodyDecayDerivatives::dqsdpz(), TwoBodyDecayDerivatives::dqsdtheta(), geometryDiffVisualization::draw_disk(), geometryDiffVisualization::draw_wheel(), TEveEllipsoidProjectedGL::drawArch(), plot_utils::drawEtaValues(), plot_hgcal_utils::drawHalfEtaValues(), TrackerMap::drawModule(), TEveEllipsoidProjectedGL::DrawRhoZ(), Pixel3DDigitizerAlgorithm::drift(), Phase2TrackerDigitizerAlgorithm::drift(), DTRecSegment4D::DTRecSegment4D(), RunManagerMTWorker::DumpMagneticField(), RunManager::DumpMagneticField(), Pi0FixedMassWindowCalibration::duringLoop(), TrackingParticleIP::dxy(), trklet::L1SimTrack::dxy(), pat::PackedGenParticle::dxy(), pat::PackedCandidate::dxy(), pat::PackedGenParticle::dz(), pat::PackedCandidate::dz(), EcalTBMCInfoProducer::EcalTBMCInfoProducer(), EcalTrapezoidParameters::EcalTrapezoidParameters(), LASGeometryUpdater::EndcapUpdate(), ErsatzMEt::ersatzFabrik(), tauImpactParameter::MultiProngTauSolver::estimateNu(), l1t::CorrCondition::evaluateCondition(), l1t::CorrWithOverlapRemovalCondition::evaluateCondition(), CMSCGENnorm::events_n100cos(), trklet::TrackletCalculatorDisplaced::exactprojdisk(), trklet::TrackletCalculatorBase::exactprojdisk(), trklet::TrackletCalculatorBase::exacttracklet(), trklet::TrackletCalculatorDisplaced::exacttracklet(), trklet::TrackletCalculatorBase::exacttrackletdisk(), trklet::TrackletCalculatorBase::exacttrackletOverlap(), DDTIDModulePosAlgo::execute(), DDLinear::execute(), DDTrackerAngular::execute(), DDTrackerLinear::execute(), DDTrackerPhiAltAlgo::execute(), DDTrackerPhiAlgo::execute(), DDTotemAngular::execute(), DDAngular::execute(), DDMTDLinear::execute(), DDTIDRingAlgo::execute(), DDPixFwdDiskAlgo::execute(), DDTECOptoHybAlgo::execute(), DDTECPhiAltAlgo::execute(), DDTIDModuleAlgo::execute(), DDGEMAngular::execute(), DDHCalTestBeamAlgo::execute(), DDPixPhase1FwdDiskAlgo::execute(), DDHCalAngular::execute(), DDHCalTBZposAlgo::execute(), DDCutTubsFromPoints::execute(), DDBHMAngular::execute(), DDPixBarLayerAlgo::execute(), DDTIBLayerAlgo::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDHCalTBCableAlgo::execute(), DDTECCoolAlgo::execute(), DDHCalFibreBundle::execute(), DDTECModuleAlgo::execute(), DDEcalBarrelAlgo::execute(), DDEcalBarrelNewAlgo::execute(), DDTrackerRingAlgo::execute(), ClusterShapeAlgo::fast_AbsZernikeMoment(), EcalClusterToolsT< noZS >::fast_AbsZernikeMoment(), CTPPSFastTrackingProducer::FastReco(), VVIObj::fcn(), sistripvvi::VVIObj::fcn(), fcn(), MuonPFAnalyzer::fDeltaPhi(), DAClusterizerInZ::fill(), h2DSegm::Fill(), LA_Filler_Fitter::fill(), HiEvtPlaneFlatten::fill(), TrigObjTnPHistColl::ProbeData::fill(), RecoMuonValidator::MuonME::fill(), EvtPlaneProducer::fillCastor(), GenSpecificAlgo::fillCommonMETData(), MuScleFit::fillComparisonHistograms(), MuonSimHitsValidAnalyzer::fillDT(), MaterialBudgetHGCalHistos::fillEndTrack(), L1TStage2CaloLayer2Offline::fillEnergySums(), HcalHardcodeGeometryLoader::fillHBHO(), HcalFlexiHardcodeGeometryLoader::fillHBHO(), HcalHardcodeGeometryLoader::fillHE(), HcalFlexiHardcodeGeometryLoader::fillHE(), HcalHardcodeGeometryLoader::fillHF(), HcalFlexiHardcodeGeometryLoader::fillHF(), EvtPlaneProducer::fillHF(), TrackerValidationVariables::fillHitQuantities(), HFShowerLibrary::fillHits(), AlCaHOCalibProducer::fillHOStore(), EvtPlaneProducer::fillTracker(), PrimaryVertexValidation::fillTrackHistos(), DTSurvey::FillWheelInfo(), TwoTrackMinimumDistanceHelixHelix::finalPoints(), TwoTrackMinimumDistanceHelixLine::finalPoints(), SETFilter::find3MoreStartingPoints(), spr::findDetIdCalo(), spr::findDetIdECAL(), spr::findDetIdHCAL(), SETFilter::findMinChi2(), EgammaObjects::findRecoMass(), TrackerSystematicMisalignments::findSystematicMis(), tauImpactParameter::TauA1NuConstrainedFitter::fit(), DTSegmentUpdator::fit(), BSFitter::Fit_d0phi(), OutInConversionSeedFinder::fixPointRadius(), SpecialCylindricalMFGrid::fromGridFrame(), fromPtEtaPhiToPxPyPz(), MuScleFitUtils::fromPtEtaPhiToPxPyPz(), DDAngular::fUnitVector(), FWExpressionValidator::FWExpressionValidator(), FWLegoCandidate::FWLegoCandidate(), FWLegoEvePFCandidate::FWLegoEvePFCandidate(), funct::GaussLegendreIntegrator::GaussLegendreIntegrator(), gen::Pythia6JetGun::generateEvent(), FullModelReactionDynamics::GenerateNBodyEvent(), gen::Py8MassGun::generatePartonsAndHadronize(), gen::Py8PtotGun::generatePartonsAndHadronize(), gen::Py8PtGun::generatePartonsAndHadronize(), gen::Py8EGun::generatePartonsAndHadronize(), gen::Py8JetGun::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), LaserBeamsTEC2::GeneratePrimaries(), LaserBeamsBarrel::GeneratePrimaries(), LaserBeamsTEC1::GeneratePrimaries(), FullModelReactionDynamics::GenerateXandPt(), HGCalGeometry::get8Corners(), PPSTools::Get_t_and_xi(), LASEndcapAlgorithm::GetAlignmentParameterCorrection(), heppy::Apc::getApcJetMetMin(), ConvertedPhotonProducer::getCircleCenter(), CaloGeometryHelper::getClosestCell(), egamma::conv::getConversionInfo(), FastTimeDDDConstants::getCorners(), HGCalGeometry::getCorners(), TrackFitter::getCotThetaAndUpdateZip(), MuonRecoAnalyzer::getDeltaR(), IsolatedPixelTrackCandidateProducer::getDistInCM(), IsolatedPixelTrackCandidateL1TProducer::getDistInCM(), PythiaFilterIsolatedTrack::getDistInCM(), EopTreeWriter::getDistInCM(), IsoTrig::getDistInCM(), spr::getDistInCMatEcal(), spr::getDistInCMatHcal(), HiEvtPlaneFlatten::getFlatPsi(), NtupleManager::GetGlobalAngles(), IsoTrig::getGoodTracks(), HFShowerLibrary::getHits(), reco::TauMassTagInfo::getInvariantMass(), MixBoostEvtVtxGenerator::GetInvLorentzBoost(), BetaBoostEvtVtxGenerator::GetInvLorentzBoost(), cms::CSJetProducer::getModulatedRhoFactor(), WtoLNuSelector::getMt(), HGCalGeometry::getNewCorners(), SiStripFineDelayTOF::getPhi(), FastTimeDDDConstants::getPosition(), TangentCircle::getPosition(), fastsim::HelixTrajectory::getRadParticle(), pat::helper::ResolutionHelper::getResolE(), pat::helper::ResolutionHelper::getResolEt(), pat::helper::ResolutionHelper::getResolPt(), pat::helper::ResolutionHelper::getResolPx(), pat::helper::ResolutionHelper::getResolPy(), pat::helper::ResolutionHelper::getResolPz(), ALIUtils::getRotationAnglesFromMatrix(), EnergyScaleCorrection_class::getSmearingSigma(), LASAlignmentTubeAlgorithm::GetTEC2TECAlignmentParameterCorrection(), HcalDDDRecConstants::getThickActive(), LASAlignmentTubeAlgorithm::GetTIBTOBAlignmentParameterCorrection(), EcalBasicClusterLocalContCorrection::getValue(), EcalClusterCrackCorrection::getValue(), CachedTrajectory::getWideTrajectory(), HFGflash::gfParameterization(), PPSTools::HectorParticle2LorentzVector(), BaseParticlePropagator::helixCentreY(), HFCherenkov::HFCherenkov(), HFShowerParam::HFShowerParam(), HGCalDDDConstants::HGCalDDDConstants(), HGCalEEAlgo::HGCalEEAlgo(), HGCalEEFileAlgo::HGCalEEFileAlgo(), HGCalHEAlgo::HGCalHEAlgo(), HGCalHEFileAlgo::HGCalHEFileAlgo(), HGCalMouseBite::HGCalMouseBite(), HGCMouseBite::HGCMouseBite(), RectangularEtaPhiTrackingRegion::hits(), CosmicTrackingRegion::hits_(), EGammaMvaEleEstimator::IDIsoCombinedMvaValue(), DTTMax::InfoLayer::InfoLayer(), PreshowerStrip::initCorners(), IdealObliquePrism::initCorners(), IdealCastorTrapezoid::initCorners(), Thrust::initialAxis(), DDHGCalHEFileAlgo::initialize(), DDHGCalEEAlgo::initialize(), DDHGCalEEFileAlgo::initialize(), DDHGCalHEAlgo::initialize(), AlignableBeamSpot::initialize(), TCMETAlgo::initialize_MET_with_PFClusters(), GflashTrajectory::initializeTrajectory(), HLLHCEvtVtxGenerator::integrandCC(), HLLHCEvtVtxGenerator::intensity(), fastsim::PairProduction::interact(), fastsim::MultipleScattering::interact(), fastsim::NuclearInteractionFTF::interact(), PolyFit2DParametrizedMagneticField::inTeslaUnchecked(), DTSegmentExtendedCand::isCompatible(), cms::MuonTCMETValueMapProducer::isGoodCaloMuon(), EGammaMvaEleEstimator::isoMvaValue(), IsotropicR3(), jacobianCurvilinearToCartesian(), SimG4HcalValidation::jetAnalysis(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), reco::HcalIsolatedTrackCandidate::l1jetp(), EcalClusterToolsT< noZS >::lat(), DiskSectorBounds::length(), HcalGeomParameters::loadGeometry(), IdealObliquePrism::localCorners(), IdealCastorTrapezoid::localCorners(), TruncatedPyramid::localCorners(), DTBtiCard::localDirection(), DTTracoCard::localDirection(), GEMStripTopology::localError(), CSCRadialStripTopology::localError(), TkRadialStripTopology::localError(), CSCLayerGeometry::localError(), GEMStripTopology::localPitch(), CSCRadialStripTopology::localPitch(), Conv4HitsReco2::LocalTransformation(), HGCalDDDConstants::locateCell(), HGCalDDDConstants::locateCellTrap(), GflashEMShowerProfile::locateHitPosition(), GflashHadronShowerProfile::locateHitPosition(), GroupedTrajCandLess::looperPenalty(), trklet::L1TStub::lorentzcor(), edm::RandomtXiGunProducer::make_particle(), SteppingHelixPropagator::makeAtomStep(), FWRPZViewGeometry::makeCaloOutlineRhoPhi(), CaloTowerHardcodeGeometryLoader::makeCell(), CastorHardcodeGeometryLoader::makeCell(), ZdcHardcodeGeometryLoader::makeCell(), HcalDDDGeometryLoader::makeCell(), PiZeroAnalyzer::makePizero(), cms::makeRotation3D(), cms::makeRotReflect(), DDLRotationAndReflection::makeX(), DDLRotationAndReflection::makeY(), DDLRotationAndReflection::makeZ(), ErrorsPropagationAnalyzer::massResolution(), MuScleFitUtils::massResolution(), FastTrackerRecHitMatcher::match(), BremRecoveryClusterAlgo::match(), HiBremRecoveryClusterAlgo::match(), tmtt::KFParamsComb::matrixV(), OuterDetCompatibility::maximalLocalDisplacement(), GlobalTrackerMuonAlignment::misalignMuon(), GlobalTrackerMuonAlignment::misalignMuonL(), CylindricalState::momentum(), multiTrajectoryStateMode::momentumFromModePPhiEta(), KinematicPerigeeConversions::momentumFromPerigee(), FinalTreeBuilder::momentumPart(), fastsim::HelixTrajectory::move(), heppy::Davismt2::mt2_massless(), muonisolation::CaloExtractor::MuonAtCaloPosition(), MuonDT13ChamberResidual::MuonDT13ChamberResidual(), MuonTrackDT13ChamberResidual::MuonTrackDT13ChamberResidual(), BeamProfileVtxGenerator::newVertex(), fastsim::HelixTrajectory::nextCrossingTimeC(), CosmicMuonGenerator::nextEvent(), CosmicMuonGenerator::nextMultiEvent(), FullModelReactionDynamics::NuclearReaction(), OffsetRadialStripTopology::OffsetRadialStripTopology(), ESRecHitSimAlgo::oldreconstruct(), TwoTrackMinimumDistanceHelixHelix::oneIteration(), TwoTrackMinimumDistanceHelixLine::oneIteration(), DTSegmentCand::operator DTChamberRecSegment2D *(), CosDphiCalculator::operator()(), funct::CosStruct< T >::operator()(), BeamSpotAlignmentDerivatives::operator()(), fftjetcms::PtEtaP4Builder::operator()(), fftjetcms::EnergyEtaP4Builder::operator()(), TtHadLRSignalSelObservables::operator()(), reco::parser::cos_f::operator()(), TtSemiLRSignalSelObservables::operator()(), PixelHitMatcher::operator()(), reco::isodeposit::Direction::operator+(), SimG4HcalHitCluster::operator+=(), reco::GhostTrackPrediction::origin(), pat::PackedCandidate::packVtx(), tmtt::TrackerModule::paramB(), TTStubAlgorithm_official< T >::PatternHitCorrelation(), BSpdfsFcn::PDFGauss_d(), BSpdfsFcn::PDFGauss_d_resolution(), ThirdHitPredictionFromCircle::phi(), PhiInterval::PhiInterval(), PhysicsVector(), PhysicsVectorRaw(), TopologyWorker::planes_sphe(), TopologyWorker::planes_sphe_wei(), TopologyWorker::planes_thrust(), HFFibreFiducial::PMTNumber(), HelixBarrelPlaneCrossingByCircle::position(), reco::GhostTrackPrediction::positionError(), IterativeHelixExtrapolatorToLine::positionInDouble(), printRot(), HcalDDDSimConstants::printTileHB(), edm::RandomMultiParticlePGunProducer::produce(), edm::CloseByParticleGunProducer::produce(), edm::FileRandomMultiParticlePGunProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomMultiParticlePGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::GaussRandomPThetaGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), PseudoTopProducer::produce(), edm::FlatRandomPtGunProducer::produce(), edm::FlatRandomEGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::BeamMomentumGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), DistortedMETProducer::produce(), edm::ExpoRandomPGunProducer::produce(), FSRWeightProducer::produce(), edm::FlatRandomPtAndDxyGunProducer::produce(), ShallowTrackClustersProducer::produce(), HFRecoEcalCandidateAlgo::produce(), HLTCaloTowerHtMhtProducer::produce(), pf2pat::PFMETAlgo::produce(), HLTMhtProducer::produce(), HLTHtMhtProducer::produce(), HLTTrackMETProducer::produce(), NoPileUpPFMEtDataProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), HiFJRhoFlowModulationProducer::produce(), SeedToTrackProducer::produce(), L2MuonSeedGeneratorFromL1T::produce(), TkMSParameterizationBuilder::produce(), L2MuonSeedGenerator::produce(), pat::PATMHTProducer::produce(), TestHits::projectHit(), TestSmoothHits::projectHit(), TestTrackHits::projectHit(), SiStripRecHitsValid::projectHit(), GlobalRecHitsAnalyzer::projectHit(), GlobalRecHitsProducer::projectHit(), SiStripTrackingRecHitsValid::projectHit(), Strip1DMeasurementTransformator::projectionMatrix(), BaseParticlePropagator::propagate(), BaseParticlePropagator::propagateToBeamCylinder(), BaseParticlePropagator::propagateToNominalVertex(), TrackKinematicStatePropagator::propagateToTheTransversePCANeutral(), tauImpactParameter::TrackTools::propagateToXPosition(), tauImpactParameter::TrackTools::propagateToYPosition(), tauImpactParameter::TrackTools::propagateToZPosition(), trigger::TriggerObject::px(), ApeEstimator::radialPositionAndError2(), ESRecHitAnalyticAlgo::reconstruct(), Conv4HitsReco2::Reconstruct(), ESRecHitFitAlgo::reconstruct(), TrackClassifier::reconstructionInformation(), SteppingHelixPropagator::refToDest(), AreaSeededTrackingRegionsBuilder::Builder::regionImpl(), L1MuonRegionProducer::regions(), HITRegionalPixelSeedGenerator::regions(), PointSeededTrackingRegionsProducer::regions(), CandidatePointSeededTrackingRegionsProducer::regions(), ElectronEnergyRegressionEvaluate::regressionUncertaintyNoTrkVar(), ElectronEnergyRegressionEvaluate::regressionUncertaintyNoTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithSubClusters(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithTrkVar(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithTrkVarV2(), ElectronEnergyRegressionEvaluate::regressionValueNoTrkVar(), ElectronEnergyRegressionEvaluate::regressionValueNoTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionValueWithSubClusters(), ElectronEnergyRegressionEvaluate::regressionValueWithTrkVar(), ElectronEnergyRegressionEvaluate::regressionValueWithTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionValueWithTrkVarV2(), FWConversionProxyBuilder::requestCommon(), trklet::rinv(), pTFrom2Stubs::rInvFrom2(), LocalError::rotate(), FullModelReactionDynamics::Rotate(), Alignable::rotateAroundGlobalX(), Alignable::rotateAroundGlobalY(), Alignable::rotateAroundGlobalZ(), Alignable::rotateAroundLocalX(), Alignable::rotateAroundLocalY(), Alignable::rotateAroundLocalZ(), gen::HijingHadronizer::rotateEvtPlane(), gen::AMPTHadronizer::rotateEvtPlane(), gen::PyquenHadronizer::rotateEvtPlane(), gen::HydjetHadronizer::rotateEvtPlane(), gen::Hydjet2Hadronizer::rotateEvtPlane(), tauImpactParameter::MultiProngTauSolver::rotateToTauFrame(), BeamSpotAlignmentParameters::rotation(), geometryDiff::rotFromEuler(), geometryDiff::rotFromPhi(), hitfit::rottheta(), PixelFitterByHelixProjections::run(), KFBasedPixelFitter::run(), UrbanMscModel93::SampleCosineTheta(), UrbanMscModel93::SampleScattering(), CMSmplIonisationWithDeltaModel::SampleSecondaries(), BSFitter::scanPDF(), CTPPSFastTrackingProducer::SearchTrack(), DTCombinatorialPatternReco4D::segmentSpecialZed(), DTResidualCalibration::segmentToWireDistance(), trackerDTC::SensorModule::SensorModule(), BetafuncEvtVtxGenerator::setBoost(), HDRShower::setHit(), LaserBeamsBarrel::setOptPhotonPolar(), LaserBeamsTEC1::setOptPhotonPolar(), LaserBeamsTEC2::setOptPhotonPolar(), HcalForwardAnalysis::setPhotons(), HGCalHistoSeedingImpl::setSeedEnergyAndPosition(), metsig::significanceAlgo::setSignifMatrix(), tauImpactParameter::MultiProngTauSolver::setTauDirectionatThetaGJMax(), EnergyScaleCorrection::SmearCorrection::sigma(), CSCStripHitSim::simulate(), VVIObjDetails::sincosint(), sistripvvi::VVIObjDetails::sincosint(), VVIObjDetails::sinint(), sistripvvi::VVIObjDetails::sinint(), smearFunctionType1::smear(), smearFunctionType2::smear(), smearFunctionType3::smear(), smearFunctionType4::smear(), smearFunctionType5::smear(), HelixExtrapolatorToLine2Order::solve3rdOrder(), tauImpactParameter::TauA1NuConstrainedFitter::SolveAmbiguityAnalyticallywithRot(), pat::LeptonJetIsolationAngle::spaceAngle(), DAClusterizerInZT_vect::split(), l1t::Stage1Layer2EtSumAlgorithmImpHI::Stage1Layer2EtSumAlgorithmImpHI(), l1t::Stage1Layer2EtSumAlgorithmImpHW::Stage1Layer2EtSumAlgorithmImpHW(), l1t::Stage1Layer2EtSumAlgorithmImpPP::Stage1Layer2EtSumAlgorithmImpPP(), l1t::Stage1Layer2FlowAlgorithm::Stage1Layer2FlowAlgorithm(), metsig::significanceAlgo::subtractObjects(), TangentCircle::TangentCircle(), CosmicMuonGenerator::terminate(), spr::timeOfFlight(), HcalTestAnalysis::timeOfFlight(), HcalTB04Analysis::timeOfFlight(), SiStripFineDelayTOF::timeOfFlightBeamB(), TkRotation< align::Scalar >::TkRotation(), SpecialCylindricalMFGrid::toGridFrame(), align::toMatrix(), reco::trackingParametersAtClosestApproachToBeamSpot(), SeedForPhotonConversionFromQuadruplets::trajectorySeed(), OpticalObject::transformCylindrical2Cartesian(), HectorTransport::transportProton(), DTTrigGeomUtils::trigPos(), DDG4SolidConverter::trunctubs(), TTTrack< T >::TTTrack(), FullModelReactionDynamics::TwoBody(), FullModelReactionDynamics::TwoCluster(), InvariantMassFromVertex::uncertainty(), pat::PackedCandidate::unpackVtx(), GflashG4Watcher::update(), CastorShowerLibraryMaker::update(), CaloSpecificAlgo::update_sumEtInpHF_MExInpHF_MEyInpHF_sumEtInmHF_MExInmHF_MEyInmHF(), TwoTrackMinimumDistanceHelixLine::updateCoeffs(), DTSegmentUpdator::updateHits(), CylinderFromSectorMFGrid::valueInTesla(), EcalTrapezoidParameters::vertexList(), DDI::Sphere::volume(), DDI::Polyhedra::volume(), VVIObj::VVIObj(), sistripvvi::VVIObj::VVIObj(), DDEcalBarrelAlgo::web(), DDEcalBarrelNewAlgo::web(), heppy::FSRWeightAlgo::weight(), GlobalTrackerMuonAlignment::writeGlPosRcd(), Geom::Polar2Cartesian< T >::x(), Geom::Cylindrical2Cartesian< T >::x(), Geom::Spherical2Cartesian< T >::x(), PhotonFix::xZ(), SiStripFineDelayTOF::y(), and Geom::Spherical2Cartesian< T >::z().
Derivative< X , A >::type funct::derivative | ( | const A & | _ | ) |
Definition at line 18 of file Derivative.h.
References crabWrapper::_, and funct::Derivative< X, A >::get().
Referenced by MillePedeAlignmentAlgorithm::addLasBeam(), FedTimingAlgorithm::analyse(), ApvTimingAlgorithm::analyse(), DoublePadeDelay< ODE1, ODE2, DelayTimeModel1, DelayTimeModel2 >::calc(), ThirdOrderDelayODE::calculate(), PadeTableODE::calculate(), SeedingOTEDProducer::computeGlobalThetaError(), FrameToFrameDerivative::getDerivative(), TwoTrackMinimumDistanceHelixLine::oneIteration(), and TwoBodyDecayTrajectoryState::setError().
Definition at line 22 of file Exp.h.
References funct::Exp< T >::compose(), and submitPVValidationJobs::t.
Referenced by funct::ExpStruct< T >::operator()(), and funct::Gaussian::operator()().
Definition at line 36 of file Fraction.h.
References HltBtagPostValidation_cff::c.
Referenced by funct::Difference< Numerical< a >, FractionStruct< b, c > >::combine(), funct::Difference< FractionStruct< a, b >, FractionStruct< c, d > >::combine(), LogErrorEventFilter::endJob(), KDTreeLinkerPSEcal::insertFieldClusterElt(), KDTreeLinkerTrackHcal::insertFieldClusterElt(), and KDTreeLinkerTrackEcal::insertFieldClusterElt().
funct::GET | ( | arg | , |
pow(Dec::getBase(_), num< p >()) | |||
) |
Definition at line 70 of file Integral.h.
References f.
Referenced by HcalPulseContainmentAlgo::calcpair(), RecoFCcorFactorAlgo< S >::calcpair(), DQMScaleToClient::dqmEndJob(), HigPhotonJetHLTOfflineSource::dqmEndRun(), GetMPV(), GetRandom(), SiStripGainsPCLHarvester::produceTagFilter(), and SiStripGainFromCalibTree::produceTagFilter().
Integral<F, X>::type funct::integral | ( | const F & | f, |
const Integrator & | integrator | ||
) |
Definition at line 75 of file Integral.h.
References f.
double funct::integral | ( | const F & | f, |
double | min, | ||
double | max | ||
) |
Definition at line 85 of file Integral.h.
References f, SiStripPI::max, and min().
double funct::integral | ( | const F & | f, |
double | min, | ||
double | max, | ||
const Integrator & | integrator | ||
) |
Definition at line 90 of file Integral.h.
References f, SiStripPI::max, and min().
Definition at line 95 of file Integral.h.
References f.
Integral<F>::type funct::integral_f | ( | const F & | f, |
const Integrator & | integrator | ||
) |
Definition at line 80 of file Integral.h.
References f.
Referenced by integral_f(), funct::DefIntegral< F, MIN, MAX, Integrator, no_var >::operator()(), and funct::DefIntegral< F, MIN, MAX, no_var, no_var >::operator()().
double funct::integral_f | ( | const F & | f, |
double | min, | ||
double | max | ||
) |
Definition at line 100 of file Integral.h.
References f, integral_f(), SiStripPI::max, and min().
double funct::integral_f | ( | const F & | f, |
double | min, | ||
double | max, | ||
const Integrator & | integrator | ||
) |
Definition at line 105 of file Integral.h.
References f, integral_f(), SiStripPI::max, and min().
Definition at line 22 of file Log.h.
References funct::Log< T >::compose(), and submitPVValidationJobs::t.
Referenced by funct::LogStruct< T >::operator()().
funct::MINUS_S | ( | B | ) |
NthDerivative<n, X, F>::type funct::nth_derivative | ( | const F & | f | ) |
Definition at line 24 of file NthDerivative.h.
References f, and funct::NthDerivative< n, X, F >::get().
const Numerical<n>& funct::num | ( | ) |
Definition at line 18 of file Numerical.h.
References HltBtagPostValidation_cff::c.
funct::NUM | ( | m | ) |
funct::NUM | ( | n | ) |
Definition at line 87 of file Factorize.h.
References crabWrapper::_, GET(), and dqmiodumpmetadata::n.
Referenced by funct::Sum< ProductStruct< Numerical< m >, PowerStruct< CosStruct< A >, Numerical< 2 > > >, ProductStruct< Numerical< n >, PowerStruct< SinStruct< A >, Numerical< 2 > > > >::combine(), NUM(), and TEMPL().
|
inline |
Definition at line 23 of file Product.h.
References a, b, and funct::Product< A, B >::combine().
|
inline |
Definition at line 24 of file Sum.h.
References a, b, and funct::Sum< A, B >::combine().
Definition at line 24 of file Minus.h.
References a, and funct::Minus< A >::operate().
|
inline |
Definition at line 15 of file Difference.h.
References a, b, and funct::Difference< A, B >::combine().
|
inline |
Definition at line 23 of file Ratio.h.
References a, b, and funct::Ratio< A, B >::combine().
|
inline |
Definition at line 44 of file Expression.h.
References gather_cfg::cout, and MillePedeFileConverter_cfg::e.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::AbsStruct< T > & | f | ||
) |
Definition at line 42 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::CosStruct< T > & | f | ||
) |
Definition at line 39 of file FunctionsIO.h.
|
inline |
Definition at line 50 of file Variables.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ExpStruct< T > & | f | ||
) |
Definition at line 36 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::FractionStruct< n, m > & | |||
) |
Definition at line 18 of file FunctionsIO.h.
References gather_cfg::cout, m, and dqmiodumpmetadata::n.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::LogStruct< T > & | f | ||
) |
Definition at line 37 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::MinusStruct< A > & | f | ||
) |
Definition at line 66 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::MinusStruct< funct::FractionStruct< n, m > > & | |||
) |
Definition at line 23 of file FunctionsIO.h.
References gather_cfg::cout, m, and dqmiodumpmetadata::n.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::MinusStruct< funct::SumStruct< A, B > > & | f | ||
) |
Definition at line 166 of file FunctionsIO.h.
|
inline |
Definition at line 30 of file Parameter.h.
References gather_cfg::cout, and p.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< A, B > & | f | ||
) |
Definition at line 65 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< A, funct::FractionStruct< n, m > > & | f | ||
) |
Definition at line 164 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< A, funct::MinusStruct< funct::FractionStruct< n, m > > > & | f | ||
) |
Definition at line 164 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< C, funct::ProductStruct< A, B > > & | f | ||
) |
Definition at line 159 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< C, funct::RatioStruct< A, B > > & | f | ||
) |
Definition at line 160 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< C, funct::SumStruct< A, B > > & | f | ||
) |
Definition at line 158 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::FractionStruct< n, m >, A > & | f | ||
) |
Definition at line 164 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::FractionStruct< n, m >, funct::FractionStruct< k, l > > & | f | ||
) |
Definition at line 164 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::MinusStruct< funct::FractionStruct< n, m > >, A > & | f | ||
) |
Definition at line 164 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::ProductStruct< A, B >, C > & | f | ||
) |
Definition at line 159 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::ProductStruct< A, B >, funct::ProductStruct< C, D > > & | f | ||
) |
Definition at line 159 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::RatioStruct< A, B >, C > & | f | ||
) |
Definition at line 160 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::RatioStruct< A, B >, funct::RatioStruct< C, D > > & | f | ||
) |
Definition at line 160 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::SumStruct< A, B >, C > & | f | ||
) |
Definition at line 158 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::SumStruct< A, B >, funct::SumStruct< C, D > > & | f | ||
) |
Definition at line 158 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< A, B > & | f | ||
) |
Definition at line 63 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< C, funct::RatioStruct< A, B > > & | f | ||
) |
Definition at line 153 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< C, funct::SumStruct< A, B > > & | f | ||
) |
Definition at line 152 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< funct::RatioStruct< A, B >, C > & | f | ||
) |
Definition at line 153 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< funct::RatioStruct< A, B >, funct::RatioStruct< C, D > > & | f | ||
) |
Definition at line 153 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< funct::SumStruct< A, B >, C > & | f | ||
) |
Definition at line 152 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< funct::SumStruct< A, B >, funct::SumStruct< C, D > > & | f | ||
) |
Definition at line 152 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< A, B > & | f | ||
) |
Definition at line 64 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< A, funct::FractionStruct< n, m > > & | f | ||
) |
Definition at line 163 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< A, funct::MinusStruct< funct::FractionStruct< n, m > > > & | f | ||
) |
Definition at line 163 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< C, funct::ProductStruct< A, B > > & | f | ||
) |
Definition at line 155 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< C, funct::RatioStruct< A, B > > & | f | ||
) |
Definition at line 156 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< C, funct::SumStruct< A, B > > & | f | ||
) |
Definition at line 154 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::FractionStruct< n, m >, A > & | f | ||
) |
Definition at line 163 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::FractionStruct< n, m >, funct::FractionStruct< k, l > > & | f | ||
) |
Definition at line 163 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::MinusStruct< funct::FractionStruct< n, m > >, A > & | f | ||
) |
Definition at line 163 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::ProductStruct< A, B >, C > & | f | ||
) |
Definition at line 155 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::ProductStruct< A, B >, funct::ProductStruct< C, D > > & | f | ||
) |
Definition at line 155 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::RatioStruct< A, B >, C > & | f | ||
) |
Definition at line 156 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::RatioStruct< A, B >, funct::RatioStruct< C, D > > & | f | ||
) |
Definition at line 156 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::SumStruct< A, B >, C > & | f | ||
) |
Definition at line 154 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::SumStruct< A, B >, funct::SumStruct< C, D > > & | f | ||
) |
Definition at line 154 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SgnStruct< T > & | f | ||
) |
Definition at line 41 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SinStruct< T > & | f | ||
) |
Definition at line 38 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SqrtStruct< T > & | f | ||
) |
Definition at line 35 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< A, B > & | f | ||
) |
Definition at line 62 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< A, funct::MinusStruct< B > > & | f | ||
) |
Definition at line 72 of file FunctionsIO.h.
References gather_cfg::cout, and f.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< A, funct::Numerical< n > > & | f | ||
) |
Definition at line 88 of file FunctionsIO.h.
References abs(), gather_cfg::cout, f, and dqmiodumpmetadata::n.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< funct::MinusStruct< A >, B > & | f | ||
) |
Definition at line 83 of file FunctionsIO.h.
References gather_cfg::cout, and f.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< funct::MinusStruct< A >, funct::MinusStruct< B > > & | f | ||
) |
Definition at line 77 of file FunctionsIO.h.
References gather_cfg::cout, and f.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< funct::MinusStruct< A >, funct::Numerical< n > > & | f | ||
) |
Definition at line 93 of file FunctionsIO.h.
References abs(), gather_cfg::cout, f, and dqmiodumpmetadata::n.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::TanStruct< T > & | f | ||
) |
Definition at line 40 of file FunctionsIO.h.
|
inline |
Definition at line 51 of file Variables.h.
|
inline |
Definition at line 52 of file Variables.h.
|
inline |
Definition at line 53 of file Variables.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const Function< X1, X2, X3 > & | f | ||
) |
Definition at line 56 of file Function.h.
References gather_cfg::cout, and f.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const Numerical< n > & | |||
) |
Definition at line 13 of file FunctionsIO.h.
References gather_cfg::cout, and dqmiodumpmetadata::n.
|
inline |
Definition at line 24 of file Power.h.
References a, b, and funct::Power< A, B >::combine().
Definition at line 29 of file Power.h.
References a, b, and funct::Power< A, B >::combine().
Referenced by taus_cff::_tauIdWPMask(), MinL3Algorithm::addEvent(), MinL3AlgoUniv< DetId >::addEvent(), dtbayesam::CandidateGroup::addHit(), BetaCalculatorECAL::addInfoToCandidate(), StKinFitter::addKinFitInfo(), CSCPairResidualsConstraint::addTrack(), trklet::VarAdjustK::adjust(), SiStripCalibLorentzAngle::algoBeginJob(), PedsFullNoiseAlgorithm::analyse(), DQMHOAlCaRecoStream::analyze(), CMTRawAnalyzer::analyze(), PhotonsWithConversionsAnalyzer::analyze(), SimpleConvertedPhotonAnalyzer::analyze(), EgammaBasicClusters::analyze(), DQMHcalPhiSymAlCaReco::analyze(), EgammaSuperClusters::analyze(), cms::MinBias::analyze(), JetCorrectorDemo::analyze(), MuonSeedsAnalyzer::analyze(), ElectronSeedAnalyzer::analyze(), FactorizedJetCorrectorDemo::analyze(), ElectronMcFakeValidator::analyze(), ElectronAnalyzer::analyze(), SimplePhotonAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronFakeAnalyzer::analyze(), DQMAnalyzer::analyze(), GsfElectronMCAnalyzer::analyze(), TrackSplittingMonitor::analyze(), SiStripLAProfileBooker::analyze(), ElectronCalibration::analyze(), TrackParameterAnalyzer::analyze(), SiStripElectronAnalyzer::analyze(), PhotonValidatorMiniAOD::analyze(), ContainmentCorrectionAnalyzer::analyze(), SiPixelTrackResidualSource::analyze(), ElectronCalibrationUniv::analyze(), PhotonValidator::analyze(), EcalTPGParamBuilder::analyze(), cms::Analyzer_minbias::analyze(), ResolutionAnalyzer::analyze(), PrimaryVertexValidation::analyze(), JetAnalyzer_HeavyIons::analyze(), SplitVertexResolution::analyze(), EmDQMReco::analyze(), TrackerDpgAnalysis::analyze(), ZCounting::analyzeElectrons(), EgammaObjects::analyzeElectrons(), EgammaObjects::analyzePhotons(), HIPTwoBodyDecayAnalyzer::analyzeTrackCollection(), BaseProtonTransport::ApplyBeamCorrection(), egamma::conv::arbitrateConversionPartnersbyR(), ticl::assignPCAtoTracksters(), TrackstersMergeProducer::assignTimeToCandidates(), SegmentsTrackAssociator::associate(), BeamSpotFakeConditions::BeamSpotFakeConditions(), BeamSpotTransientTrackingRecHit::BeamSpotTransientTrackingRecHit(), reco::BeamSpot::beamWidthFromBeta(), DAClusterizerInZ::beta0(), DAClusterizerInZ_vect::beta0(), DAClusterizerInZT_vect::beta0(), PtHatReweightUserHook::biasSelectionBy(), RapReweightUserHook::biasSelectionBy(), PtHatRapReweightUserHook::biasSelectionBy(), TopDiLeptonDQM::bookHistograms(), HcalSiPM::Borel(), Basic2DGenericPFlowClusterizer::buildClusters(), PFlow2DClusterizerWithTime::buildClusters(), RealisticSimClusterMapper::buildClusters(), SeedingOTEDProducer::buildInitialTSOS(), ME0SegmentAlgorithm::buildSegments(), EcalMixingModuleValidation::bunchSumTest(), ClusterShapeAlgo::calc_AbsZernikeMoment(), EcalClusterToolsT< noZS >::calc_AbsZernikeMoment(), HIPAlignmentAlgorithm::calcAPE(), HcalHF_S9S1algorithm::CalcEnergyThreshold(), TopologyWorker::CalcPt(), TopologyWorker::CalcPt2(), LRHelpFunctions::calcPtdrLRval(), HcalHF_S9S1algorithm::CalcSlope(), TopologyWorker::CalcSqrts(), calCSVariables(), MuonPathAnalyzerPerSL::calcTanPhiXPosChamber3Hits(), MuonPathAnalyzerPerSL::calcTanPhiXPosChamber4Hits(), HcalHF_PETalgorithm::CalcThreshold(), reco::helper::CastorJetIDHelper::calculate(), GsfVertexWeightCalculator::calculate(), pat::CaloIsolationEnergy::calculate(), pat::LeptonVertexSignificance::calculate(), PtAssignmentEngine2017::calculate_address(), PtAssignmentEngine2017::calculate_pt_xml(), CSCWireElectronicsSim::calculateAmpResponse(), trackerDTC::Setup::calculateConstants(), CalculateCorrection(), DeepTauId::calculateGottfriedJacksonAngleDifference(), LASAlignmentTubeAlgorithm::CalculateParameters(), LASEndcapAlgorithm::CalculateParameters(), CalculateResponse(), CSCXonStrip_MatchGatti::calculateXonStripError(), QGTagger::calcVariables(), PixelThresholdClusterizer::calibrate(), CaloRecHitResolutionProvider::CaloRecHitResolutionProvider(), CaloTowersDQMClient::CaloTowersEndjob(), Photon.Photon::calScaledIsoValueQuadr(), ThreeThresholdAlgorithm::candidateAccepted(), OMTFSorter::candidates(), SSDigitizerAlgorithm::cbc3PulsePolarExpansion(), tmtt::HTrphi::cell(), reco::modules::TrackerTrackHitFilter::checkHitAngle(), reco::modules::TrackerTrackHitFilter::checkPXLCorrClustCharge(), LCTQualityControl::checkValid(), CSCChamberFitter::chi2(), SymmetryFit::chi2_element(), tmtt::L1track3D::chiPhiDigi(), tmtt::L1track3D::chiZDigi(), CutBasedElectronID::cicSelection(), funct::SimplifyPowerRatio< A, B, C, false >::combine(), funct::SimplifyPowerProduct< A, B, C, false >::combine(), GsfMultipleScatteringUpdator::compute(), NuclearInteractionSimulator::compute(), GenXSecAnalyzer::compute(), SiStripGainFromData::ComputeChargeOverPath(), ZeeCalibration::computeCoefficientDistanceAtIteration(), UrbanMscModel93::ComputeCrossSectionPerAtom(), SeedingOTEDProducer::computeGlobalThetaError(), HLTRHemisphere::ComputeHemispheres(), MuonResidualsFitter::computeHistogramRangeAndBinning(), SeedingOTEDProducer::computeInverseMomentumError(), HFCherenkov::computeNPE(), HFCherenkov::computeNPEinPMT(), HTrack::computePull(), l1tpf_impl::PuppiAlgo::computePuppiAlphas(), l1tpf_impl::PuppiAlgo::computePuppiMedRMS(), l1tpf_impl::PuppiAlgo::computePuppiWeights(), HFCherenkov::computeQEff(), HGCalRadiationMap::computeRadius(), EcalTPGParamBuilder::computeWeights(), configureIt(), Phase2TrackerDigitizerAlgorithm::convertSignalToAdc(), Cordic::Cordic(), CordicXilinx::CordicXilinx(), L1RCTParameters::correctedTPGSum(), EcalGlobalShowerContainmentCorrectionsVsEta::correction(), EcalShowerContainmentCorrections::correctionXY(), SamplingAnalysis::correctMeasurement(), MuonMETAlgo::correctMETforMuon(), CSCCondSegFit::correctTheCovX(), DynamicTruncation::correctThrByPAndEta(), MuonPathAssociator::correlateMPaths(), DTDigiToRaw::createFedBuffers(), CaloDetIdAssociator::crossedElement(), crystalball(), CSCDriftSim::CSCDriftSim(), VectorHitBuilderAlgorithm::curvatureANDphi(), Qjets::d_ij(), trklet::TrackletCalculatorDisplaced::DDLSeeding(), LzmaFile::DecodeBuffer(), GenericAverageDeDxEstimator::dedx(), GenericTruncatedAverageDeDxEstimator::dedx(), SmirnovDeDxDiscriminator::dedx(), ASmirnovDeDxDiscriminator::dedx(), ProductDeDxDiscriminator::dedx(), HFDarkening::degradation(), HBHEDarkening::degradationYear(), TTStubAlgorithm_official< T >::degradeBend(), AlcaBeamSpotManager::delta(), PFBenchmarkAlgo::deltaR(), MuScleFitUtils::deltaR(), GflashHadronShowerProfile::depthScale(), reco::tau::PFRecoTauDiscriminationByMVAIsolationRun2::discriminate(), CandidateChargeBTagComputer::discriminator(), VertexDistanceXY::distance(), external::HEPTopTaggerV2_fixed_R::djademod(), CMSCGEN::dNdEmudEnu(), CSCSkim::doCSCSkimming(), SiPixelGainCalibrationAnalysis::doFits(), PPSAlignmentHarvester::doMatch(), CSCSkim::doMessyEventSkimming(), IsoValueMapProducer< T >::doMiniIso(), EvolutionECAL::DoseLongitudinalProfile(), MtdGlobalRecoHarvester::dqmEndJob(), OffsetDQMPostProcessor::dqmEndJob(), DTOfflineSummaryClients::dqmEndJob(), DTChamberEfficiencyClient::dqmEndJob(), Vx3DHLTAnalyzer::dqmEndLuminosityBlock(), Phase2TrackerDigitizerAlgorithm::drift(), Phase2TrackerDigitizerAlgorithm::DriftDirection(), DTConfigLUTs::DSPtoIEEE32(), DSPtoIEEE32(), EcalPulseSymmCovariancesXMLTranslator::dumpXML(), MuScleFit::duringFastLoop(), l1t::TkBsCandidate::dxyPhiPair(), l1t::TkPhiCandidate::dxyTrkPair(), EcalPulseCovariance::EcalPulseCovariance(), EcalSampleMask::EcalSampleMask(), DAClusterizerInZ::Eik(), reco::InverseCrosstalkMatrix::element(), CordicXilinx::encodeAngle(), cms::MinBias::endJob(), DTT0Calibration::endJob(), GenXSecAnalyzer::endJob(), HOCalibAnalyzer::endJob(), ZeeCalibration::endOfJob(), ZeeCalibration::endOfLoop(), trigger::TriggerObject::energy(), EcalRecHit::energyError(), CSCPairResidualsConstraint::error(), MuonResidualsTwoBin::errorerror(), GammaNumericalGenerator::ersatzt(), ConversionForwardEstimator::estimate(), fw::estimate_field(), SETSeedFinder::estimateMomentum(), trigger::TriggerObject::et(), EcalDeadCellDeltaRFilter::etaToBoundary(), ESRecHitAnalyticAlgo::EvalAmplitude(), ESRecHitSimAlgo::evalAmplitude(), l1t::CorrCondition::evaluateCondition(), l1t::CorrWithOverlapRemovalCondition::evaluateCondition(), MuonPathAnalyzerPerSL::evaluateLateralQuality(), PFMETAlgorithmMVA::evaluateMVA(), trklet::TrackletCalculatorDisplaced::exactproj(), trklet::TrackletCalculatorBase::exactproj(), trklet::TrackletCalculatorDisplaced::exacttracklet(), ClusterShapeAlgo::f51(), EcalClusterToolsT< noZS >::f51(), ClusterShapeAlgo::f53(), EcalClusterToolsT< noZS >::f53(), ClusterShapeAlgo::f55(), EcalClusterToolsT< noZS >::f55(), factorRPFromSensorCorrections(), fcn(), lowptgsfeleid::features(), BPHWriteSpecificDecay::fill(), DAClusterizerInZ::fill(), DAClusterizerInZ_vect::fill(), DAClusterizerInZT_vect::fill(), HMassVSPart::Fill(), HcalTB04Analysis::fillBuffer(), CMTRawAnalyzer::fillDigiAmplitude(), CMTRawAnalyzer::fillDigiAmplitudeHF(), CMTRawAnalyzer::fillDigiAmplitudeQIE11(), MaterialBudgetTrackerHistos::fillEndTrack(), MaterialBudgetHGCalHistos::fillEndTrack(), DeepTauId::fillGrids(), HGCalHistoSeedingImpl::fillHistoClusters(), tadqm::TrackAnalyzer::fillHistosForState(), TrackerValidationVariables::fillHitQuantities(), MuonShowerInformationFiller::fillHitsByStation(), ApeEstimator::fillHitVariables(), reco::tau::fillIsoMVARun2Inputs(), MuonIdProducer::fillMuonId(), PseudoBayesGrouping::FillMuonPaths(), StripCPE::fillParams(), popcon::EcalPulseSymmCovariancesHandler::fillSimPulseSymmCovariance(), HGCalHistoSeedingImpl::fillSmoothPhiHistoClusters(), PrimaryVertexValidation::fillTrackHistos(), SimpleSystematicsAnalyzer::filter(), ChargedHadronTrackResolutionFilter::filter(), ModelpMSSMFilter::filter(), CSCEfficiency::filter(), OMTFResult::finalise(), DAClusterizerInZT_vect::find_nearest(), egamma::conv::findBestConversionMatch(), SETFilter::findChi2(), TtFullLepKinSolver::FindCoeff(), CSCValidation::findNonAssociatedRecHits(), SETFilter::findParabolaMinimum(), LASPeakFinder::FindPeakIn(), StraightTrackAlignment::finish(), tmtt::SimpleLR4::fit(), MuonResidualsPositionFitter::fit(), MuonResidualsAngleFitter::fit(), MuonResidualsBfieldAngleFitter::fit(), MuonResiduals1DOFFitter::fit(), BSFitter::Fit(), MuonResiduals6DOFrphiFitter::fit(), fitf(), TopologyWorker::fowo(), FWExpressionValidator::FWExpressionValidator(), HFShower::gam(), HDShower::gam(), EMShower::gam(), GflashHadronShowerProfile::gammaProfile(), FullModelReactionDynamics::GenerateNBodyEvent(), FullModelReactionDynamics::GenerateXandPt(), DQMGenericClient::generic_eff(), VertexClassifier::genPrimaryVertices(), TrackClassifier::genPrimaryVertices(), StripCPEgeometric::geometric_position(), PtAssignmentEngineAux2017::get8bMode15(), DAClusterizerInZT_vect::get_Tc(), PtAssignmentEngineAux2017::getCLCT(), EcalTPGParamBuilder::getCoeff(), egamma::conv::getConversionInfo(), pat::PATIsolatedTrackProducer::getDeDx(), Tau3MuReco::getDeltaR(), DeviationsFromFileSensor2D::getDevis(), HGCalRadiationMap::getDoseValue(), PtAssignmentEngineAux2017::getdTheta(), ZdcShowerLibrary::getEnergyFromLibrary(), HGCalRadiationMap::getFluenceValue(), CSCCLCTDigi::getFractionalSlope(), EcalHaloAlgo::GetHaloClusterCandidateEE(), HFShowerParam::getHits(), G4ProcessHelper::GetInclusiveCrossSection(), Tau3MuReco::getInvariantMass(), EcalLaserDbService::getLaserCorrection(), PFMuonAlgo::getMinMaxMET2(), popcon::EcalPulseSymmCovariancesHandler::getNewObjects(), popcon::EcalADCToGeVHandler::getNewObjects(), PtAssignmentEngineAux2017::getNLBdPhiBin(), L1ECALPrefiringWeightProducer::getPrefiringRate(), AngleConverter::getProcessorPhi(), PFJetDQMPostProcessor::getRespUnc(), HLTScalersClient::getSlope_(), TimingSD::getStepInfo(), PtAssignmentEngineAux2017::getTheta(), L1TTauOffline::getTightMuons(), HGCFEElectronics< DFr >::getTimeJitter(), HcalTB02HcalNumberingScheme::getUnitID(), EcalClusterCrackCorrection::getValue(), HiEvtPlaneFlatten::getW(), JetCharge::getWeight(), CachedTrajectory::getWideTrajectory(), DTNoiseComputation::getYMaximum(), HFGflash::gfParameterization(), AlcaBeamMonitor::globalEndLuminosityBlock(), GenXSecAnalyzer::globalEndRun(), ConvBremSeedProducer::GoodCluster(), Pythia8::PowhegHooksBB4L::gSplittingScale(), dEdxHitAnalyzer::harmonic2(), PPSTools::HectorParticle2LorentzVector(), HFCherenkov::HFCherenkov(), PFAlgo::hfEnergyResolution(), HitDigitizerFP420::HitDigitizerFP420(), L1TMuonBarrelKalmanAlgo::hitPattern(), MuonChamberResidual::hitposition(), PixelTemplateSmearerBase::hitsMerge(), HLTElectronPixelMatchFilter::HLTElectronPixelMatchFilter(), HLTDeDxFilter::hltFilter(), HLTPixelClusterShapeFilter::hltFilter(), HLTVertexFilter::hltFilter(), EGammaMvaEleEstimator::IDIsoCombinedMvaValue(), trklet::IMATH_TrackletCalculator::IMATH_TrackletCalculator(), trklet::IMATH_TrackletCalculatorDisk::IMATH_TrackletCalculatorDisk(), trklet::IMATH_TrackletCalculatorOverlap::IMATH_TrackletCalculatorOverlap(), HadronicProcessHelper::inclusiveCrossSection(), EvolutionECAL::InducedAbsorptionHadronic(), tnp::BaseTreeFiller::init(), gen::JetMatchingMGFastJet::initAfterBeams(), CMSCGEN::initialize(), CSCWireElectronicsSim::initParameters(), RPCPacData::insertQualityRecord(), fastsim::NuclearInteraction::interact(), DTROS25Unpacker::interpretRawData(), stats_t< T >::inverse(), CSCGasCollisions::ionize(), cms::MuonTCMETValueMapProducer::isGoodTrack(), TCMETAlgo::isGoodTrack(), l1t::Stage1Layer2TauAlgorithmImpPP::isoLutIndex(), l1t::Stage1Layer2TauAlgorithmImpHW::isoLutIndex(), EGammaMvaEleEstimator::isoMvaValue(), cms::MuonTCMETValueMapProducer::isValidVertex(), TCMETAlgo::isValidVertex(), HGCUncalibratedRecHit::jitterError(), EcalUncalibratedRecHit::jitterError(), EvolutionECAL::LightCollectionEfficiency(), EvolutionECAL::LightCollectionEfficiencyWeighted(), SamplingAnalysis::limit(), l1tpf_impl::PFAlgo2HGC::linkedtk_algo(), l1tpf_impl::PFAlgo3::linkedtk_algo(), trklet::TrackletCalculatorDisplaced::LLDSeeding(), trklet::TrackletCalculatorDisplaced::LLLSeeding(), tmtt::DigitalTrack::loadDigiCfg(), trklet::VarShiftround::local_calculate(), trklet::VarShift::local_calculate(), GEMStripTopology::localError(), BTLRecHitsErrorEstimatorIM::localError(), CSCRadialStripTopology::localError(), TkRadialStripTopology::localError(), Phase2StripCPEGeometric::localParameters(), GEMStripTopology::localPitch(), CSCRadialStripTopology::localPitch(), GEMStripTopology::localStripLength(), CSCRadialStripTopology::localStripLength(), TkRadialStripTopology::localStripLength(), l1t::Stage1TauIsolationLUT::lutAddress(), l1t::Stage1TauIsolationLUT::lutPayload(), HadronicProcessHelper::m_phaseSpace(), LRHelpFunctions::makeAndFitPurityHists(), LRHelpFunctions::makeAndFitSoverSplusBHists(), LayerClusterAssociatorByEnergyScoreImpl::makeConnections(), SimplePointingConstraint::makeDerivative(), SmartPointingConstraint::makeDerivative(), tmtt::DigitalTrack::makeDigitalTrack(), HSCPValidator::makeGenPlots(), PVValHelper::makeLogBins(), MuIsoValidation::MakeLogBinsForProfile(), HcalDbHardcode::makePedestalWidth(), BTLUncalibRecHitAlgo::makeRecHit(), HSCPValidator::makeRecoPlots(), tmtt::Make3Dtracks::makeUnfilteredTrks(), FFTGenericScaleCalculator::mapFFTJet(), ErrorsPropagationAnalyzer::massResolution(), MuScleFitUtils::massResolution(), CaloParticle::massSqr(), SimCluster::massSqr(), TrackingParticle::massSqr(), gen::JetMatchingMGFastJet::match(), MuonIdTruthInfo::matchChi2(), GEMStripTopology::measurementError(), CSCRadialStripTopology::measurementError(), TkRadialStripTopology::measurementError(), GflashHadronShowerProfile::medianLateralArm(), DAClusterizerInZ::merge(), DAClusterizerInZ_vect::merge(), DAClusterizerInZT_vect::merge(), edm::RandomtXiGunProducer::Minimum_t(), TFParams::mixShape(), muonisolation::CaloExtractor::MuonAtCaloPosition(), MuonResidualsFitter_compute_log_convolution(), MuonResidualsFitter_logGaussPowerTails(), MuonResidualsFitter_logPureGaussian(), MuonResidualsFitter_logPureGaussian2D(), HDetIdAssociator::nearElement(), TCMETAlgo::nearGoodShowerTrack(), TracksClusteringFromDisplacedSeed::nearTracks(), L1CaloEcalScaleConfigOnlineProd::newObject(), L1CaloHcalScaleConfigOnlineProd::newObject(), CosmicMuonGenerator::nextMultiEvent(), GoldenPattern::normalise(), EMECALShowerParametrization::nSpotsHom(), EMECALShowerParametrization::nSpotsSam(), gen::HydjetHadronizer::nuclear_radius(), gen::Hydjet2Hadronizer::nuclear_radius(), StripCPEgeometric::offset_from_firstStrip(), ESRecHitSimAlgo::oldEvalAmplitude(), funct::PowerStruct< A, B >::operator double(), funct::PowerStruct< A, B >::operator()(), SmsModeFinder3d::operator()(), RK4PreciseStep::operator()(), CordicXilinx::operator()(), SortMuonSegmentMatches::operator()(), reco::parser::power_of< T >::operator()(), ESShape::operator()(), FsmwModeFinder3d::operator()(), TtHadLRSignalSelObservables::operator()(), TtSemiLRSignalSelObservables::operator()(), SaturationFcn::operator()(), reco::parser::pow_f::operator()(), Calculate_miniAOD::operator()(), Calculate::operator()(), PFMuonAlgo::TrackMETComparator::operator()(), HGCRecHit::outOfTimeEnergy(), GflashEMShowerProfile::parameterization(), MultiTrackVertexLinkKinematicConstraint::parametersDerivative(), MultiTrackPointingKinematicConstraint::parametersDerivative(), l1t::TriggerMenuParser::parseCorrelation(), l1t::TriggerMenuParser::parseCorrelationWithOverlapRemoval(), MuonAlignmentInputXML::parseDouble(), l1t::TriggerMenuParser::parsePhi_Trig_LUTS(), l1t::TriggerMenuParser::parseScales(), Page1Parser.Page1Parser::ParseTrigModePage(), NAStrangeDensity::ParticleNumberDensity(), EcalUncalibRecHitFixedAlphaBetaAlgo< EBDataFrame >::PerformAnalyticFit(), PetrukhinFunc(), fastsim::MuonBremsstrahlung::PetrukhinFunc(), L1GctJetFinderParams::pfCorrect(), PFMultiDepthClusterizer::PFMultiDepthClusterizer(), PFRecHitCaloNavigatorWithTime< EEDetId, EcalEndcapTopology >::PFRecHitCaloNavigatorWithTime(), VectorHit::phase2clusterGlobalPosErr(), G4ProcessHelper::PhaseSpace(), TopologyWorker::planes_sphe(), TopologyWorker::planes_sphe_wei(), MuonResiduals1DOFFitter::plot(), MuonResiduals6DOFrphiFitter::plot(), MuonResiduals5DOFFitter::plot(), MuonResiduals6DOFFitter::plot(), FullModelReactionDynamics::Poisson(), SymmetryFit::pol2_from_pol3(), G4ProcessHelper::Pom(), MultiTrackVertexLinkKinematicConstraint::positionDerivative(), MultiTrackPointingKinematicConstraint::positionDerivative(), L1GctJetFinderParams::powerSeriesCorrect(), TTBV::powersOfTwo(), commonAnTS::prettyPrintUnits(), SiPixelRecHitQuality::Packing::probabilityQ(), SiPixelRecHitQuality::Packing::probabilityXY(), l1t::Stage2TowerDecompressAlgorithmFirmwareImp1::processEvent(), AlignmentMonitorMuonSystemMap1D::processMuonResidualsFromTrack(), edm::RandomtXiGunProducer::produce(), HIBestVertexProducer::produce(), ParticleLevelProducer::produce(), CastorFastClusterProducer::produce(), DistortedMuonProducerFromDB::produce(), CastorFastTowerProducer::produce(), PFTICLProducer::produce(), EcalIsolatedParticleCandidateProducer::produce(), ShallowClustersProducer::produce(), FSRWeightProducer::produce(), SiStripRegFEDSelector::produce(), HLTScoutingTrackProducer::produce(), HLTScoutingPFProducer::produce(), CastorClusterProducer::produce(), FFTJetEFlowSmoother::produce(), L1TkFastVertexProducer::produce(), GoodSeedProducer::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce(), L1EGCrystalClusterEmulatorProducer::produce(), ecaldqm::LedClient::producePlots(), CachedTrajectory::propagateForward(), LowPtGsfElectronSeedProducer::propagateTrackToCalo(), EMECALShowerParametrization::pSam(), CSCTFPtMethods::Pt3StnChiSq(), PtHatEmpReweightUserHook::PtHatEmpReweightUserHook(), LA_Filler_Fitter::pull(), pulse_raw(), EcalUncalibRecHitRecAnalFitAlgo< EBDataFrame >::pulseShapeFunction(), EcalUncalibRecHitFixedAlphaBetaAlgo< EBDataFrame >::pulseShapeFunction(), TFParams::pulseShapepj(), TFParams::pulseShapepj2(), reco::EvtPlane::q(), ApeEstimator::radialPositionAndError2(), RPCpg::rate(), cscdqm::Summary::ReadReportingChambersRef(), gen::PyquenHadronizer::readSettings(), FedRawDataInputSource::readSupervisor(), EcalTPGParamBuilder::realignBaseline(), SiStripMonitorTrack::RecHitInfo(), CSCEfficiency::recHitSegment_Efficiencies(), Conv4HitsReco2::Reconstruct(), ProtonReconstructionAlgorithm::reconstructFromSingleRP(), dtbayesam::CandidateGroup::removeHit(), tmtt::KFbase::residual(), ParabolaFit::result(), reco::BeamSpot::rotatedCovariance3D(), EcalUncalibRecHitWorkerRatio::run(), EcalUncalibRecHitWorkerGlobal::run(), HIPAlignmentAlgorithm::run(), EcalUncalibRecHitWorkerMultiFit::run(), cms::CSJetProducer::runAlgorithm(), PVFitter::runBXFitter(), PVFitter::runFitter(), BeamFitter::runPVandTrkFitter(), HGCHEbackDigitizer::runRealisticDigitizer(), UrbanMscModel93::SampleCosineTheta(), TopologyWorker::sanda(), HGCalSciNoiseMap::scaleByDose(), Pythia8::PowhegHooksBB4L::scaleResonance(), CTPPSFastTrackingProducer::SearchTrack(), tmtt::KFParamsComb::seedC(), MuonHitsChamberResidual::segment_fit(), muon::segmentCompatibility(), MultiTrackSelector::select(), HIMultiTrackSelector::select(), TriggerObjectTableProducer::SelectedObject::SelectedObject(), MuonResidualsFitter::selectPeakResiduals(), tmtt::DigitalStub::setCfgParams(), HDRShower::setFuncParam(), HGCUncalibratedRecHit::setJitterError(), EcalUncalibratedRecHit::setJitterError(), l1t::PhysicsToBitConverter::SetObject(), HGCRecHit::setOutOfTimeEnergy(), MuonTrackCSCChamberResidual::setSegmentResidual(), MuonTrackDT2ChamberResidual::setSegmentResidual(), MuonTrackDT13ChamberResidual::setSegmentResidual(), L1Analysis::L1AnalysisL1UpgradeTfMuon::SetTfMuon(), l1t::CaloParamsHelper::setTowerNBitsE(), l1t::CaloParamsHelperO2O::setTowerNBitsE(), l1t::CaloParamsHelperO2O::setTowerNBitsH(), l1t::CaloParamsHelper::setTowerNBitsH(), l1t::CaloParamsHelperO2O::setTowerNBitsRatio(), l1t::CaloParamsHelper::setTowerNBitsRatio(), l1t::CaloParamsHelperO2O::setTowerNBitsSum(), l1t::CaloParamsHelper::setTowerNBitsSum(), CovarianceMatrix::setupMatrix(), RPixChargeShare::Share(), HGCalImagingAlgo::shareEnergy(), OMTFinput::shiftMyPhi(), SigmaPt::sigma(), WeakEffectsWeightProducer::sigma0_qqbarll(), heppy::resolutionFunction46< T >::sigmaPt(), heppy::resolutionFunction57< T >::sigmaPt(), resolutionFunctionType46< T >::sigmaPt(), resolutionFunctionType47< T >::sigmaPt(), resolutionFunctionType45< T >::sigmaPtError(), resolutionFunctionType46< T >::sigmaPtError(), resolutionFunctionType47< T >::sigmaPtError(), HGCalShowerShape::sigmaRRMax(), HGCalShowerShape::sigmaRRTot(), HGCalShowerShape::sigmaXX(), SSDigitizerAlgorithm::signalShape(), L1GctJetFinderParams::simpleCorrect(), tmtt::SimpleLR4::SimpleLR4(), TotemTimingRecHitProducerAlgorithm::simplifiedLinearRegression(), smearFunctionType4::smear(), smearFunctionType5::smear(), smearFunctionType6::smear(), HelixExtrapolatorToLine2Order::solve3rdOrder(), DAClusterizerInZT_vect::split(), sqr(), l1t::Stage1Layer2EtSumAlgorithmImpHI::Stage1Layer2EtSumAlgorithmImpHI(), l1t::Stage1Layer2EtSumAlgorithmImpHW::Stage1Layer2EtSumAlgorithmImpHW(), lhef::LHERunInfo::statistics(), MuonResidualsTwoBin::stdev(), trackerDTC::Stub::Stub(), tmtt::Sector::subEtaFwCalc(), l1tpf_impl::PFAlgo2HGC::sum_tk2calo(), l1tpf_impl::PFAlgo3::sum_tk2calo(), sistrip::MeasureLA::summarize_module_muH_byLayer(), TrackEfficiencyMonitor::testSTATracks(), TrackEfficiencyMonitor::testTrackerTracks(), EcalRecHit::timeError(), CTPPSTimingTrackRecognition< CTPPSDiamondLocalTrack, CTPPSDiamondRecHit >::timeEval(), hgcalsimclustertime::ComputeClusterTime::timeResolution(), TtFullLepKinSolver::TopRec(), PFMuonAlgo::tracksPointingAtMET(), PFMuonAlgo::tracksWithBetterMET(), TrackVertexArbitration< VTX >::trackVertexArbitrator(), HectorTransport::transportProton(), tmtt::TrkRZfilter::TrkRZfilter(), TtFullHadSignalSel::TtFullHadSignalSel(), CalibrationScanAlgorithm::tuneSimultaneously(), FullModelReactionDynamics::TwoCluster(), EcalTPGParamBuilder::uncodeWeight(), PtAssignmentEngineAux2017::unpack8bMode15(), PtAssignmentEngineAux2017::unpackCLCT(), PtAssignmentEngineAux2017::unpackSt1Ring2(), PtAssignmentEngineAux2017::unpackTheta(), EcalSimHitsValidProducer::update(), DAClusterizerInZ::update(), HcalTB02Analysis::update(), ZdcTestAnalysis::update(), CastorTestAnalysis::update(), MuonPathAnalyzerPerSL::validate(), L1MuonPixelTrackFitter::valInversePt(), MultiTrackVertexLinkKinematicConstraint::value(), MultiTrackPointingKinematicConstraint::value(), trklet::VarAdd::VarAdd(), trklet::VarAdjustK::VarAdjustK(), trklet::VarAdjustKR::VarAdjustKR(), trklet::VarDef::VarDef(), trklet::VarDSPPostadd::VarDSPPostadd(), trklet::VarInv::VarInv(), trklet::VarMult::VarMult(), trklet::VarNounits::VarNounits(), trklet::VarParam::VarParam(), trklet::VarSubtract::VarSubtract(), trklet::VarTimesC::VarTimesC(), VertexClassifier::vertexInformation(), TrackClassifier::vertexInformation(), heppy::FSRWeightAlgo::weight(), VertexWeighter::weight(), XMLConfigWriter::writeConnectionsData(), l1t::L1TCaloStage1LutWriter::writeIsoTauLut(), CSCXonStrip_MatchGatti::xfError_Noise(), CSCXonStrip_MatchGatti::xfError_XTasym(), lhef::LHERunInfo::xsec(), RealisticHitToClusterAssociator::XYdistanceFromMaxHit(), and RealisticHitToClusterAssociator::XYdistanceFromPointOnSameLayer().
funct::PRIMIT_RULE | ( | TYPX | , |
RATIO_S(NUM(1), POWER_S(SIN_S(X), NUM(2))) | , | ||
RATIO(NUM(-1), TAN(X)) | , | ||
num<-1 > | )/tan(_._2._1._ | ||
) |
funct::PRIMIT_RULE | ( | TYPX | , |
SQRT_S(X) | , | ||
PRIMIT(X, POWER_S(X, FRACT_S(1, 2))) | , | ||
(fract< 2, 3 >() *pow(_._, fract< 3, 2 >())) | |||
) |
funct::PRIMIT_RULE | ( | TYPXN1 | , |
POWER_S(RATIO_S(NUM(1), X), NUM(n)) | , | ||
RATIO(NUM(-1), PROD(NUM(n - 1), POWER(X, NUM(n - 1)))) | , | ||
num<-1 > | )/(num< n - 1 >() *pow(_._1._2, num< n - 1 >()) | ||
) |
funct::PRIMIT_RULE | ( | TYPXN1 | , |
POWER_S(X, NUM(n)) | , | ||
RATIO(POWER(X, NUM(n+1)), NUM(n+1)) | , | ||
pow(_._1, num< n+1 >())/num< n+1 >() | |||
) |
funct::PRIMIT_RULE | ( | TYPXN1 | , |
RATIO_S(NUM(1), POWER_S(X, NUM(n))) | , | ||
RATIO(NUM(-1), PROD(NUM(n - 1), POWER(X, NUM(n - 1)))) | , | ||
num<-1 > | )/(num< n - 1 >() *pow(_._2._1, num< n - 1 >()) | ||
) |
funct::PRIMIT_RULE | ( | TYPXN2 | , |
POWER_S(X, FRACT_S(n, m)) | , | ||
PROD(FRACT(m, n+m), POWER(X, FRACT(n+m, m))) | , | ||
(fract< m, n+m >() *pow(_._1, fract< n+m, m >())) | |||
) |
funct::PRIMIT_RULE | ( | TYPXT2 | , |
SUM_S(A, B) | , | ||
SUM(PRIMIT(X, A), PRIMIT(X, B)) | , | ||
primitive< X > | _._1)+primitive< X >(_._2 | ||
) |
Definition at line 41 of file Primitive.h.
References f, and funct::ConstPrimitive< X, F >::get().
Referenced by DTTrigPhase2Prod::assignIndex(), MuonPath::isAnalyzable(), MuonPath::isEqualTo(), and MuonPath::setLateralCombFromPrimitives().
Definition at line 46 of file Primitive.h.
References f, and funct::ConstPrimitive< X, F >::get().
Definition at line 145 of file Factorize.h.
References crabWrapper::_, B, GET(), get, PROD_S(), and value.
Definition at line 21 of file Sgn.h.
References funct::Sgn< T >::compose(), and submitPVValidationJobs::t.
Definition at line 22 of file Sin.h.
References funct::Sin< T >::compose(), and submitPVValidationJobs::t.
Referenced by GflashTrajectory::_cacheSinesAndCosines(), GflashTrajectory::_refreshCache(), egPM::AbsEtaNrClusEt::AbsEtaNrClusEt(), FullModelReactionDynamics::AddBlackTrackParticles(), fireworks::addCircle(), fireworks::addDashedArrow(), fireworks::addDashedLine(), PreshowerHitMaker::addHit(), HcalHitMaker::addHit(), EcalHitMaker::addHit(), EcalHitMaker::addHitDepth(), metsig::significanceAlgo::addObjects(), Hector::addPartToHepMC(), MuonCSCChamberResidual::addResidual(), FWMuonDetailView::addSceneInfo(), fireworks::addStraightLineSegment(), algorithm(), myFastSimVal::analyze(), OuterTrackerMonitorTrackingParticles::analyze(), ElectronTagProbeAnalyzer::analyze(), EcalEBTrigPrimAnalyzer::analyze(), EcalPileUpDepMonitor::analyze(), DQMSourcePi0::analyze(), MuonSeedsAnalyzer::analyze(), RecoMuonValidator::analyze(), ElectronSeedAnalyzer::analyze(), edm::FlatEGunASCIIWriter::analyze(), ValidationMisalignedTracker::analyze(), TrackBuildingAnalyzer::analyze(), EcalTrigPrimAnalyzer::analyze(), L1GctValidation::analyze(), TrackParameterAnalyzer::analyze(), HGCalShowerSeparation::analyze(), EnergyScaleAnalyzer::analyze(), HGCGeometryValidation::analyze(), TestOutliers::analyze(), EcalTPGParamBuilder::analyze(), PhotonValidator::analyze(), DisplayGeom::analyze(), ResolutionAnalyzer::analyze(), EcalCosmicsHists::analyze(), HLTExoticaSubAnalysis::analyze(), MuonTrackValidator::analyze(), HGCalHitValidation::analyzeHGCalRecHit(), HGCalSimHitStudy::analyzeHits(), HGCalSimHitValidation::analyzeHits(), ThirdHitPredictionFromCircle::angle(), CSCAlignmentCorrections::applyAlignment(), BaseProtonTransport::ApplyBeamCorrection(), EMEnrichingFilterAlgo::applyBFieldCurv(), AreaSeededTrackingRegionsBuilder::Area::Area(), Thrust::axis(), BeamHaloPairGenerator::BeamHaloPairGenerator(), BeamSpotTransientTrackingRecHit::BeamSpotTransientTrackingRecHit(), BremsstrahlungSimulator::brem(), fastsim::Bremsstrahlung::brem(), MuonBremsstrahlungSimulator::brem(), fastsim::MuonBremsstrahlung::brem(), PixelTrackBuilder::build(), FWPFEcalRecHitRPProxyBuilder::build(), FWMET3DProxyBuilder::build(), FWTauProxyBuilderBase::buildBaseTau(), magneticfield::BaseVolumeHandle::buildPhiZSurf(), FWPFClusterRPZUtils::buildRhoPhiClusterLineSet(), FWPFClusterRPZUtils::buildRhoZClusterLineSet(), FWMETProxyBuilder::buildViewType(), FWJetProxyBuilder::buildViewType(), ClusterShapeAlgo::calc_AbsZernikeMoment(), EcalClusterToolsT< noZS >::calc_AbsZernikeMoment(), tmtt::Stub::calcDphiOverBend(), pat::PATPackedCandidateProducer::calcDxy(), HLTEcalResonanceFilter::calcPaircluster(), calcPzeta(), ClusterShapeAlgo::Calculate_lat(), TBPositionCalc::CalculateCMSPos(), trklet::TrackDerTable::calculateDerivatives(), OptOOpticalSquare::calculateFaces(), LASAlignmentTubeAlgorithm::CalculateParameters(), LASEndcapAlgorithm::CalculateParameters(), CSCPairResidualsConstraint::calculatePhi(), ThirdHitPrediction::calculateRangesBarrel(), ThirdHitPrediction::calculateRangesForward(), reco::ForwardProton::calculateT(), L1TkElectronTrackMatchAlgo::calorimeterPosition(), CandidatePointSeededTrackingRegionsProducer::CandidatePointSeededTrackingRegionsProducer(), reco::GhostTrackPrediction::cartesianError(), TwoBodyDecayModel::cartesianSecondaryMomenta(), SSDigitizerAlgorithm::cbc3PulsePolarExpansion(), OuterDetCompatibility::center(), ALIUtils::checkMatrixEquations(), OpticalObject::checkMatrixEquations(), DreamSD::cherenkovDeposit_(), SETFilter::chi2AtSpecificStep(), CutBasedElectronID::cicSelection(), TangentApproachInRPhi::circleParameters(), MultipleScatteringSimulator::compute(), PairProductionSimulator::compute(), NuclearInteractionFTFSimulator::compute(), NuclearInteractionSimulator::compute(), ForwardDiskSectorBuilderFromWedges::computeBounds(), ForwardDiskSectorBuilderFromDet::computeBounds(), ParticleKinematicLinearizedTrackState::computeChargedJacobians(), PerigeeLinearizedTrackState::computeChargedJacobians(), tauImpactParameter::TrackHelixVertexFitter::computedxydz(), SeedingOTEDProducer::computeInverseMomentumError(), EcalTPGParamBuilder::computeLinearizerParam(), tauImpactParameter::TrackHelixVertexFitter::computeLorentzVectorPar(), PFMETAlgorithmMVA::computeMET(), HFCherenkov::computeNbOfPhotons(), ParticleKinematicLinearizedTrackState::computeNeutralJacobians(), PerigeeLinearizedTrackState::computeNeutralJacobians(), DDPixFwdBlades::computeNippleParameters(), HFCherenkov::computeNPE(), HFCherenkov::computeNPEinPMT(), HFCherenkov::computeNPhTrapped(), HTrack::computePull(), TotemTimingRecHitProducerAlgorithm::constantFractionDiscriminator(), TwoBodyDecayModel::convertCurvilinearToCartesian(), HFRecoEcalCandidateAlgo::correctEPosition(), ElectronEnergyCalibrator::correctLinearity(), MuonMETAlgo::correctMETforMuon(), TCMETAlgo::correctMETforTrack(), VVIObjDetails::cosint(), sistripvvi::VVIObjDetails::cosint(), ZeeKinematicTools::cosThetaElectrons_SC(), ZeeKinematicTools::cosThetaElectrons_TK(), covarianceUpdate(), TSCPBuilderNoMaterial::createFTSatTransverseImpactPointNeutral(), OutInConversionSeedFinder::createSeedFTS(), TGeoMgrFromDdd::createShape(), CSCLayerGeometry::CSCLayerGeometry(), CSCSlantedWireGeometry::CSCSlantedWireGeometry(), TwoBodyDecayModel::curvilinearToCartesianJacobian(), DDcreateRotationMatrix(), DDrot(), DDrotReflect(), FullModelReactionDynamics::Defs1(), EMEnrichingFilterAlgo::deltaRxyAtEE(), egammaisolation::EgammaHcalExtractor::deposit(), egammaisolation::EgammaRecHitExtractor::deposit(), egammaisolation::EgammaEcalExtractor::deposit(), egammaisolation::EgammaTowerExtractor::deposit(), DetaDtheta(), DetectorVector(), HelixBarrelPlaneCrossingByCircle::direction(), reco::GhostTrackPrediction::direction(), IterativeHelixExtrapolatorToLine::directionInDouble(), CMSCGEN::dNdEmudEnu(), MuonAlignmentInputXML::do_rotatebeamline(), MuonAlignmentInputXML::do_rotateglobalaxis(), MuonAlignmentInputXML::do_setposition(), Decay3Body::doDecay(), SurveyPxbDicer::doDice(), SurveyPxbImageLocalFit::doFit(), HoughGrouping::doHoughTransform(), LowEnergyFastSimModel::DoIt(), DDEcalPreshowerAlgo::doLadders(), DDTECModuleAlgo::doPos(), HLTEcalResonanceFilter::doSelection(), HLTRegionalEcalResonanceFilter::doSelection(), CSCPairResidualsConstraint::dphidzFromTrack(), MultiTrackValidatorGenPs::dqmAnalyze(), TwoBodyDecayDerivatives::dqsdm(), TwoBodyDecayDerivatives::dqsdphi(), TwoBodyDecayDerivatives::dqsdpx(), TwoBodyDecayDerivatives::dqsdpy(), TwoBodyDecayDerivatives::dqsdpz(), TwoBodyDecayDerivatives::dqsdtheta(), geometryDiffVisualization::draw_disk(), geometryDiffVisualization::draw_wheel(), TEveEllipsoidProjectedGL::drawArch(), plot_utils::drawEtaValues(), plot_hgcal_utils::drawHalfEtaValues(), TrackerMap::drawModule(), TEveEllipsoidProjectedGL::DrawRhoZ(), Pixel3DDigitizerAlgorithm::drift(), RunManagerMTWorker::DumpMagneticField(), RunManager::DumpMagneticField(), Pi0FixedMassWindowCalibration::duringLoop(), ZeeCalibration::duringLoop(), TrackingParticleIP::dxy(), trklet::L1SimTrack::dxy(), pat::PackedGenParticle::dxy(), pat::PackedCandidate::dxy(), IdealCastorTrapezoid::dy(), pat::PackedGenParticle::dz(), pat::PackedCandidate::dz(), EcalTBMCInfoProducer::EcalTBMCInfoProducer(), EcalTPGParamBuilder::EcalTPGParamBuilder(), EcalTrapezoidParameters::EcalTrapezoidParameters(), CaloTower::emEt(), CaloTower::emP4(), LASGeometryUpdater::EndcapUpdate(), HGCalClusterTools::energyInCone(), tauImpactParameter::MultiProngTauSolver::estimateNu(), fireworks::etScaledBox3DCorners(), fireworks::etTower3DCorners(), metsig::SignAlgoResolutions::eval(), metsig::SignAlgoResolutions::evalPF(), MuonCaloCompatibility::evaluate(), l1t::CorrCondition::evaluateCondition(), l1t::CorrWithOverlapRemovalCondition::evaluateCondition(), trklet::TrackletCalculatorDisplaced::exactprojdisk(), trklet::TrackletCalculatorBase::exactprojdisk(), trklet::TrackletCalculatorBase::exacttracklet(), trklet::TrackletCalculatorDisplaced::exacttracklet(), trklet::TrackletCalculatorBase::exacttrackletdisk(), trklet::TrackletCalculatorBase::exacttrackletOverlap(), DDLinear::execute(), DDTIDModulePosAlgo::execute(), DDTotemAngular::execute(), DDAngular::execute(), DDTrackerAngular::execute(), DDTrackerLinear::execute(), DDTrackerPhiAltAlgo::execute(), DDTrackerPhiAlgo::execute(), DDMTDLinear::execute(), DDTIDRingAlgo::execute(), DDGEMAngular::execute(), DDPixFwdDiskAlgo::execute(), DDTECOptoHybAlgo::execute(), DDTECPhiAltAlgo::execute(), DDTIDModuleAlgo::execute(), DDHCalAngular::execute(), DDHCalTestBeamAlgo::execute(), DDHCalXtalAlgo::execute(), DDPixPhase1FwdDiskAlgo::execute(), DDHCalTBZposAlgo::execute(), DDCutTubsFromPoints::execute(), DDPixBarLayerAlgo::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDTIBLayerAlgo::execute(), DDHCalTBCableAlgo::execute(), DDTECCoolAlgo::execute(), DDTECModuleAlgo::execute(), DDEcalBarrelAlgo::execute(), DDEcalBarrelNewAlgo::execute(), DDTrackerRingAlgo::execute(), ClusterShapeAlgo::fast_AbsZernikeMoment(), EcalClusterToolsT< noZS >::fast_AbsZernikeMoment(), CTPPSFastTrackingProducer::FastReco(), VVIObj::fcn(), sistripvvi::VVIObj::fcn(), fcn(), DAClusterizerInZ::fill(), HiEvtPlaneFlatten::fill(), RecoMuonValidator::MuonME::fill(), EvtPlaneProducer::fillCastor(), GenSpecificAlgo::fillCommonMETData(), MuScleFit::fillComparisonHistograms(), MuonSimHitsValidAnalyzer::fillDT(), L1TStage2CaloLayer2Offline::fillEnergySums(), HcalHardcodeGeometryLoader::fillHBHO(), HcalFlexiHardcodeGeometryLoader::fillHBHO(), HcalHardcodeGeometryLoader::fillHE(), HcalFlexiHardcodeGeometryLoader::fillHE(), HcalHardcodeGeometryLoader::fillHF(), HcalFlexiHardcodeGeometryLoader::fillHF(), EvtPlaneProducer::fillHF(), tadqm::TrackAnalyzer::fillHistosForState(), TrackerValidationVariables::fillHitQuantities(), HFShowerLibrary::fillHits(), AlCaHOCalibProducer::fillHOStore(), reco::Mustache::FillMustacheVar(), EvtPlaneProducer::fillTracker(), PrimaryVertexValidation::fillTrackHistos(), EnergyScaleAnalyzer::fillTree(), DTSurvey::FillWheelInfo(), TwoTrackMinimumDistanceHelixHelix::finalPoints(), TwoTrackMinimumDistanceHelixLine::finalPoints(), SETFilter::find3MoreStartingPoints(), spr::findDetIdCalo(), spr::findDetIdECAL(), spr::findDetIdHCAL(), SETFilter::findMinChi2(), TrackerSystematicMisalignments::findSystematicMis(), tauImpactParameter::TauA1NuConstrainedFitter::fit(), BSFitter::Fit_d0phi(), OutInConversionSeedFinder::fixPointRadius(), SpecialCylindricalMFGrid::fromGridFrame(), fromPtEtaPhiToPxPyPz(), MuScleFitUtils::fromPtEtaPhiToPxPyPz(), DDAngular::fUnitVector(), FWExpressionValidator::FWExpressionValidator(), FWLegoCandidate::FWLegoCandidate(), FWLegoEvePFCandidate::FWLegoEvePFCandidate(), gen::Pythia6PartonPtGun::generateEvent(), gen::Pythia6JetGun::generateEvent(), gen::Pythia6PtGun::generateEvent(), FullModelReactionDynamics::GenerateNBodyEvent(), gen::Py8MassGun::generatePartonsAndHadronize(), gen::Py8PtGun::generatePartonsAndHadronize(), gen::Py8PtotGun::generatePartonsAndHadronize(), gen::Py8EGun::generatePartonsAndHadronize(), gen::Py8JetGun::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), LaserBeamsTEC2::GeneratePrimaries(), LaserBeamsBarrel::GeneratePrimaries(), LaserBeamsTEC1::GeneratePrimaries(), FullModelReactionDynamics::GenerateXandPt(), HGCalGeometry::get8Corners(), LASEndcapAlgorithm::GetAlignmentParameterCorrection(), heppy::Apc::getApcJetMetMin(), calib::CalibElectron::getCalibModulesWeights(), ConvertedPhotonProducer::getCircleCenter(), egamma::conv::getConversionInfo(), FastTimeDDDConstants::getCorners(), HGCalGeometry::getCorners(), TrackFitter::getCotThetaAndUpdateZip(), IsolatedPixelTrackCandidateProducer::getDistInCM(), IsolatedPixelTrackCandidateL1TProducer::getDistInCM(), IsoTrig::getDistInCM(), EgammaEcalIsolation::getEcalEtSum(), MultipleAlgoIterator::getEt(), ReflectedIterator::getEt(), ParametrizedSubtractor::getEt(), HLTGenericFilter< T1 >::getEt(), IsolatedPixelTrackCandidateProducer::GetEtaPhiAtEcal(), IsolatedPixelTrackCandidateL1TProducer::GetEtaPhiAtEcal(), PythiaFilterIsolatedTrack::GetEtaPhiAtEcal(), IsoTrig::GetEtaPhiAtEcal(), HiEvtPlaneFlatten::getFlatPsi(), NtupleManager::GetGlobalAngles(), IsoTrig::getGoodTracks(), HFShowerLibrary::getHits(), reco::TauMassTagInfo::getInvariantMass(), MixBoostEvtVtxGenerator::GetInvLorentzBoost(), BetaBoostEvtVtxGenerator::GetInvLorentzBoost(), WtoLNuSelector::getMt(), HGCalGeometry::getNewCorners(), SiStripFineDelayTOF::getPhi(), FastTimeDDDConstants::getPosition(), TangentCircle::getPosition(), fastsim::HelixTrajectory::getRadParticle(), pat::helper::ResolutionHelper::getResolE(), pat::helper::ResolutionHelper::getResolEt(), pat::helper::ResolutionHelper::getResolPt(), pat::helper::ResolutionHelper::getResolPx(), pat::helper::ResolutionHelper::getResolPy(), pat::helper::ResolutionHelper::getResolPz(), ALIUtils::getRotationAnglesFromMatrix(), EnergyScaleCorrection_class::getSmearingSigma(), LASAlignmentTubeAlgorithm::GetTEC2TECAlignmentParameterCorrection(), HcalDDDRecConstants::getThickActive(), LASAlignmentTubeAlgorithm::GetTIBTOBAlignmentParameterCorrection(), HcalTB02HcalNumberingScheme::getUnitID(), EcalClusterEnergyCorrectionObjectSpecific::getValue(), CachedTrajectory::getWideTrajectory(), HFGflash::gfParameterization(), CaloTower::hadEt(), CaloTower::hadP4(), HCalEndcapAlgo::HCalEndcapAlgo(), BaseParticlePropagator::helixCentreX(), HGCalMouseBite::HGCalMouseBite(), HGCMouseBite::HGCMouseBite(), CSCMake2DRecHit::hitFromStripAndWire(), RectangularEtaPhiTrackingRegion::hits(), CosmicTrackingRegion::hits_(), HLTEgammaGenericQuadraticFilter::hltFilter(), HLTEgammaGenericQuadraticEtaFilter::hltFilter(), GflashHadronShowerProfile::hoProfile(), MSLayersKeeperX0Averaged::init(), PreshowerStrip::initCorners(), IdealCastorTrapezoid::initCorners(), Thrust::initialAxis(), DDHCalTestBeamAlgo::initialize(), AlignableBeamSpot::initialize(), DDHCalEndcapAlgo::initialize(), TCMETAlgo::initialize_MET_with_PFClusters(), GflashTrajectory::initializeTrajectory(), reco::MustacheKernel::inMustache(), HLLHCEvtVtxGenerator::integrandCC(), HLLHCEvtVtxGenerator::intensity(), fastsim::PairProduction::interact(), fastsim::MultipleScattering::interact(), fastsim::NuclearInteraction::interact(), fastsim::NuclearInteractionFTF::interact(), PolyFit2DParametrizedMagneticField::inTeslaUnchecked(), isClusterEtLess(), IsotropicR3(), jacobianCurvilinearToCartesian(), SimG4HcalValidation::jetAnalysis(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), reco::HcalIsolatedTrackCandidate::l1jetp(), EcalClusterToolsT< noZS >::lat(), OuterDetCompatibility::loc_dist(), IdealCastorTrapezoid::localCorners(), TruncatedPyramid::localCorners(), DTBtiCard::localDirection(), DTTracoCard::localDirection(), GEMStripTopology::localError(), CSCRadialStripTopology::localError(), TkRadialStripTopology::localError(), CSCLayerGeometry::localError(), GEMStripTopology::localPitch(), CSCRadialStripTopology::localPitch(), Conv4HitsReco2::LocalTransformation(), HGCalDDDConstants::locateCell(), HGCalDDDConstants::locateCellTrap(), GflashEMShowerProfile::locateHitPosition(), GflashHadronShowerProfile::locateHitPosition(), trklet::L1TStub::lorentzcor(), edm::RandomtXiGunProducer::make_particle(), SteppingHelixPropagator::makeAtomStep(), FWRPZViewGeometry::makeCaloOutlineRhoPhi(), CaloTowerHardcodeGeometryLoader::makeCell(), CastorHardcodeGeometryLoader::makeCell(), HcalDDDGeometryLoader::makeCell(), BremRecoveryClusterAlgo::makeIslandSuperClusters(), HiBremRecoveryClusterAlgo::makeIslandSuperClusters(), Multi5x5BremRecoveryClusterAlgo::makeIslandSuperClusters(), PiZeroAnalyzer::makePizero(), cms::makeRotation3D(), cms::makeRotReflect(), DDLRotationAndReflection::makeX(), DDLRotationAndReflection::makeY(), DDLRotationAndReflection::makeZ(), ErrorsPropagationAnalyzer::massResolution(), MuScleFitUtils::massResolution(), FastTrackerRecHitMatcher::match(), tmtt::KFParamsComb::matrixV(), ThirdHitPredictionFromCircle::HelixRZ::maxCurvature(), OuterDetCompatibility::maximalLocalDisplacement(), GlobalTrackerMuonAlignment::misalignMuon(), GlobalTrackerMuonAlignment::misalignMuonL(), CylindricalState::momentum(), VectorHit::momentum(), multiTrajectoryStateMode::momentumFromModePPhiEta(), KinematicPerigeeConversions::momentumFromPerigee(), FinalTreeBuilder::momentumPart(), fastsim::HelixTrajectory::move(), heppy::Davismt2::mt2_massless(), muonisolation::CaloExtractor::MuonAtCaloPosition(), MuonDT13ChamberResidual::MuonDT13ChamberResidual(), MuonTrackDT13ChamberResidual::MuonTrackDT13ChamberResidual(), heppy::RochCor::musclefit_data(), heppy::RochCor2012::musclefit_data(), BeamProfileVtxGenerator::newVertex(), fastsim::HelixTrajectory::nextCrossingTimeC(), CosmicMuonGenerator::nextEvent(), CosmicMuonGenerator::nextMultiEvent(), FullModelReactionDynamics::NuclearReaction(), OffsetRadialStripTopology::OffsetRadialStripTopology(), TwoTrackMinimumDistanceHelixHelix::oneIteration(), TwoTrackMinimumDistanceHelixLine::oneIteration(), SuperClusterEt::operator()(), funct::SinStruct< T >::operator()(), BeamSpotAlignmentDerivatives::operator()(), fftjetcms::PtEtaP4Builder::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), TtHadLRSignalSelObservables::operator()(), fftjetcms::EnergyEtaP4Builder::operator()(), TtSemiLRSignalSelObservables::operator()(), reco::parser::sin_f::operator()(), reco::isodeposit::Direction::operator+(), SimG4HcalHitCluster::operator+=(), reco::PreshowerCluster::operator<(), reco::GhostTrackPrediction::origin(), CaloTower::outerEt(), CaloTower::p4(), CaloTower::p4_HO(), pat::PackedCandidate::packVtx(), tmtt::TrackerModule::paramB(), TTStubAlgorithm_official< T >::PatternHitCorrelation(), BSpdfsFcn::PDFGauss_d(), BSpdfsFcn::PDFGauss_d_resolution(), PhiInterval::PhiInterval(), PhysicsVector(), PhysicsVectorRaw(), TopologyWorker::planes_sphe(), TopologyWorker::planes_sphe_wei(), TopologyWorker::planes_thrust(), HFFibreFiducial::PMTNumber(), HelixBarrelPlaneCrossingByCircle::position(), reco::GhostTrackPrediction::positionError(), IterativeHelixExtrapolatorToLine::positionInDouble(), printRot(), HcalDDDSimConstants::printTileHB(), TrajSeedMatcher::processSeed(), edm::RandomMultiParticlePGunProducer::produce(), edm::FileRandomMultiParticlePGunProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomMultiParticlePGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::GaussRandomPThetaGunProducer::produce(), edm::CloseByParticleGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), ElectronSqPtTkIsolationProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), DistortedMETProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::BeamMomentumGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::ExpoRandomPGunProducer::produce(), EcalDigiSelector::produce(), FSRWeightProducer::produce(), edm::FlatRandomPtAndDxyGunProducer::produce(), PreshowerClusterShapeProducer::produce(), HFRecoEcalCandidateAlgo::produce(), HLTCaloTowerHtMhtProducer::produce(), pf2pat::PFMETAlgo::produce(), PreshowerPhiClusterProducer::produce(), HLTMhtProducer::produce(), HLTHtMhtProducer::produce(), PreshowerClusterProducer::produce(), EgammaSCCorrectionMaker::produce(), HiEgammaSCCorrectionMaker::produce(), EgammaIsoHcalDetIdCollectionProducer::produce(), EgammaIsoESDetIdCollectionProducer::produce(), EgammaEcalRecHitIsolationProducer::produce(), HLTTrackMETProducer::produce(), NoPileUpPFMEtDataProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), HiFJRhoFlowModulationProducer::produce(), SeedToTrackProducer::produce(), L2MuonSeedGeneratorFromL1T::produce(), TkMSParameterizationBuilder::produce(), L2MuonSeedGenerator::produce(), pat::PATMHTProducer::produce(), TestHits::projectHit(), TestSmoothHits::projectHit(), TestTrackHits::projectHit(), SiStripRecHitsValid::projectHit(), GlobalRecHitsAnalyzer::projectHit(), GlobalRecHitsProducer::projectHit(), SiStripTrackingRecHitsValid::projectHit(), Strip1DMeasurementTransformator::projectionMatrix(), BaseParticlePropagator::propagate(), spr::propagateCalo(), BaseParticlePropagator::propagateToBeamCylinder(), BaseParticlePropagator::propagateToNominalVertex(), TrackKinematicStatePropagator::propagateToTheTransversePCANeutral(), tauImpactParameter::TrackTools::propagateToXPosition(), tauImpactParameter::TrackTools::propagateToYPosition(), tauImpactParameter::TrackTools::propagateToZPosition(), spr::propagateTrackerEnd(), reco::PFCluster::pt(), MagneticFieldGrid::putCoordGetInd(), MagneticFieldGrid::putIndGetCoord(), trigger::TriggerObject::py(), ApeEstimator::radialPositionAndError2(), Conv4HitsReco2::Reconstruct(), TrackClassifier::reconstructionInformation(), SteppingHelixPropagator::refToDest(), AreaSeededTrackingRegionsBuilder::Builder::regionImpl(), L1MuonRegionProducer::regions(), HITRegionalPixelSeedGenerator::regions(), PointSeededTrackingRegionsProducer::regions(), CandidatePointSeededTrackingRegionsProducer::regions(), ElectronEnergyRegressionEvaluate::regressionUncertaintyNoTrkVar(), ElectronEnergyRegressionEvaluate::regressionUncertaintyNoTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithSubClusters(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithTrkVar(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionUncertaintyWithTrkVarV2(), ElectronEnergyRegressionEvaluate::regressionValueNoTrkVar(), ElectronEnergyRegressionEvaluate::regressionValueNoTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionValueWithSubClusters(), ElectronEnergyRegressionEvaluate::regressionValueWithTrkVar(), ElectronEnergyRegressionEvaluate::regressionValueWithTrkVarV1(), ElectronEnergyRegressionEvaluate::regressionValueWithTrkVarV2(), FWConversionProxyBuilder::requestCommon(), trklet::rinv(), pTFrom2Stubs::rInvFrom2(), CutBasedElectronID::robustSelection(), LocalError::rotate(), FullModelReactionDynamics::Rotate(), Alignable::rotateAroundGlobalX(), Alignable::rotateAroundGlobalY(), Alignable::rotateAroundGlobalZ(), Alignable::rotateAroundLocalX(), Alignable::rotateAroundLocalY(), Alignable::rotateAroundLocalZ(), gen::HijingHadronizer::rotateEvtPlane(), gen::AMPTHadronizer::rotateEvtPlane(), gen::PyquenHadronizer::rotateEvtPlane(), gen::HydjetHadronizer::rotateEvtPlane(), gen::Hydjet2Hadronizer::rotateEvtPlane(), tauImpactParameter::MultiProngTauSolver::rotateToTauFrame(), BeamSpotAlignmentParameters::rotation(), geometryDiff::rotFromEuler(), geometryDiff::rotFromPhi(), hitfit::rottheta(), BeamHaloPairGenerator::run(), PixelFitterByHelixProjections::run(), PFSpecificAlgo::run(), KFBasedPixelFitter::run(), EcalRecHitWorkerRecover::run(), UrbanMscModel93::SampleCosineTheta(), UrbanMscModel93::SampleScattering(), CMSmplIonisationWithDeltaModel::SampleSecondaries(), heppy::scaleFunction50< T >::scale(), scaleFunctionType50< T >::scale(), scaleToEt(), BSFitter::scanPDF(), trackerDTC::SensorModule::SensorModule(), L1Analysis::L1AnalysisRecoCluster::Set(), BetafuncEvtVtxGenerator::setBoost(), L1EGCrystalClusterEmulatorProducer::SimpleCaloHit::setEnergy(), EcalDeadCellTriggerPrimitiveFilter::setEvtRecHitstatus(), HDRShower::setHit(), TFitParticleEtThetaPhi::setIni4Vec(), TFitParticleEtEtaPhi::setIni4Vec(), LaserBeamsBarrel::setOptPhotonPolar(), LaserBeamsTEC2::setOptPhotonPolar(), LaserBeamsTEC1::setOptPhotonPolar(), HcalForwardAnalysis::setPhotons(), L1EGCrystalClusterEmulatorProducer::SimpleCaloHit::setPt(), HGCalHistoSeedingImpl::setSeedEnergyAndPosition(), metsig::significanceAlgo::setSignifMatrix(), tauImpactParameter::MultiProngTauSolver::setTauDirectionatThetaGJMax(), EcalSelectiveReadoutValidation::setTtEtSums(), EcalSelectiveReadoutSuppressor::setTtFlags(), EnergyScaleCorrection::SmearCorrection::sigma(), CSCStripHitSim::simulate(), GflashShowino::simulateFirstInteractionPoint(), ME0PreRecoGaussianModel::simulateNoise(), VVIObjDetails::sincosint(), sistripvvi::VVIObjDetails::sincosint(), VVIObjDetails::sinint(), sistripvvi::VVIObjDetails::sinint(), TtFullHadSignalSel::sinTheta(), smearFunctionType1::smear(), smearFunctionType2::smear(), smearFunctionType3::smear(), smearFunctionType4::smear(), smearFunctionType5::smear(), tauImpactParameter::TauA1NuConstrainedFitter::SolveAmbiguityAnalyticallywithRot(), pat::LeptonJetIsolationAngle::spaceAngle(), DAClusterizerInZT_vect::split(), l1t::Stage1Layer2EtSumAlgorithmImpHI::Stage1Layer2EtSumAlgorithmImpHI(), l1t::Stage1Layer2EtSumAlgorithmImpHW::Stage1Layer2EtSumAlgorithmImpHW(), l1t::Stage1Layer2EtSumAlgorithmImpPP::Stage1Layer2EtSumAlgorithmImpPP(), l1t::Stage1Layer2FlowAlgorithm::Stage1Layer2FlowAlgorithm(), metsig::significanceAlgo::subtractObjects(), TangentCircle::TangentCircle(), spr::timeOfFlight(), HcalTestAnalysis::timeOfFlight(), HcalTB04Analysis::timeOfFlight(), SiStripFineDelayTOF::timeOfFlightBeamB(), SiStripFineDelayTOF::timeOfFlightCosmicB(), TkRotation< align::Scalar >::TkRotation(), SpecialCylindricalMFGrid::toGridFrame(), align::toMatrix(), track_associator::trackAssociationChi2(), reco::trackingParametersAtClosestApproachToBeamSpot(), MTDNavigableLayer::trackingRange(), MuonNavigableLayer::trackingRange(), SeedForPhotonConversion1Leg::trajectorySeed(), SeedForPhotonConversionFromQuadruplets::trajectorySeed(), TFitParticleEtEtaPhi::transform(), TFitParticleEtThetaPhi::transform(), OpticalObject::transformCylindrical2Cartesian(), HoughGrouping::transformPair(), DDG4SolidConverter::trunctubs(), TtFullHadSignalSel::TtFullHadSignalSel(), TTTrack< T >::TTTrack(), FullModelReactionDynamics::TwoBody(), FullModelReactionDynamics::TwoCluster(), InvariantMassFromVertex::uncertainty(), HcalNumberingFromDDD::unitID(), pat::PackedCandidate::unpackVtx(), GflashG4Watcher::update(), CastorShowerLibraryMaker::update(), CaloSpecificAlgo::update_sumEtInpHF_MExInpHF_MEyInpHF_sumEtInmHF_MExInmHF_MEyInmHF(), TwoTrackMinimumDistanceHelixLine::updateCoeffs(), CylinderFromSectorMFGrid::valueInTesla(), EcalTrapezoidParameters::vertexList(), reco::isodeposit::ThresholdVetoFromTransverse::veto(), reco::isodeposit::AbsThresholdVetoFromTransverse::veto(), DDI::Polyhedra::volume(), VVIObj::VVIObj(), sistripvvi::VVIObj::VVIObj(), DDEcalBarrelAlgo::web(), DDEcalBarrelNewAlgo::web(), heppy::FSRWeightAlgo::weight(), DiskSectorBounds::width(), GlobalTrackerMuonAlignment::writeGlPosRcd(), SiStripFineDelayTOF::x(), Geom::Polar2Cartesian< T >::y(), Geom::Cylindrical2Cartesian< T >::y(), Geom::Spherical2Cartesian< T >::y(), and PhotonFix::yZ().
Definition at line 22 of file Sqrt.h.
References funct::Sqrt< T >::compose(), and submitPVValidationJobs::t.
Referenced by funct::SqrtStruct< T >::operator double(), and funct::SqrtStruct< T >::operator()().
Definition at line 22 of file Tan.h.
References funct::Tan< T >::compose(), and submitPVValidationJobs::t.
Referenced by fireworks::addRhoZEnergyProjection(), FWMuonDetailView::addSceneInfo(), algorithm(), DQMHOAlCaRecoStream::analyze(), MCPhotonAnalyzer::analyze(), OuterTrackerMonitorTrackingParticles::analyze(), TrackerHitAnalyzer::analyze(), ZMuMuEfficiency::analyze(), ValidationMisalignedTracker::analyze(), EcalPreshowerSimHitsValidation::analyze(), EcalSimHitsValidation::analyze(), HGCalShowerSeparation::analyze(), HGCGeometryValidation::analyze(), SiPixelTrackResidualSource::analyze(), EcalRecHitsValidation::analyze(), EcalDigisValidation::analyze(), PrimaryVertexValidation::analyze(), analyzer::SiPixelLorentzAngle::analyze(), L1MuonRecoTreeProducer::analyze(), TrackerDpgAnalysis::analyze(), TrackerOfflineValidation::analyze(), LASGeometryUpdater::ApplyBeamKinkCorrections(), HcalParametersFromDD::build(), FWCSCStripDigiProxyBuilder::build(), ConvertedPhotonProducer::buildCollections(), FWPFClusterRPZUtils::buildRhoZClusterLineSet(), FWJetProxyBuilder::buildViewType(), emtf::calc_eta_from_theta_rad(), EnergyResolutionVsLumi::calcmuTot(), calculateEta(), MTDNavigationSchool::calculateEta(), DirectTrackerNavigation::calculateEta(), MuonNavigationSchool::calculateEta(), CandidatePointSeededTrackingRegionsProducer::CandidatePointSeededTrackingRegionsProducer(), reco::modules::TrackerTrackHitFilter::checkHitAngle(), reco::modules::TrackerTrackHitFilter::checkPXLCorrClustCharge(), TCMETAlgo::closeToElectron(), MTDSectorForwardDoubleLayer::compatible(), MTDRingForwardDoubleLayer::compatible(), MuRingForwardDoubleLayer::compatible(), RPCRecHitStandardAlgo::compute(), ParticleKinematicLinearizedTrackState::computeChargedJacobians(), PerigeeLinearizedTrackState::computeChargedJacobians(), tauImpactParameter::TrackHelixVertexFitter::computedxydz(), tauImpactParameter::TrackHelixVertexFitter::computeLorentzVectorPar(), ParticleKinematicLinearizedTrackState::computeNeutralJacobians(), PerigeeLinearizedTrackState::computeNeutralJacobians(), DDHCalEndcapAlgo::constructGeneralVolume(), HCalEndcapAlgo::constructGeneralVolume(), DDHCalBarrelAlgo::constructInsideLayers(), HcalBarrelAlgo::constructInsideLayers(), DDHCalEndcapModuleAlgo::constructInsideModule(), DDHCalEndcapAlgo::constructInsideModule(), HCalEndcapModuleAlgo::constructInsideModule(), HCalEndcapAlgo::constructInsideModule(), DDHCalEndcapAlgo::constructInsideModule0(), HCalEndcapAlgo::constructInsideModule0(), DDHCalBarrelAlgo::constructInsideSector(), DDHCalEndcapAlgo::constructInsideSector(), HCalEndcapAlgo::constructInsideSector(), DDHGCalGeom::constructLayers(), TwoBodyDecayModel::convertCurvilinearToCartesian(), L1TkEmParticleProducer::CorrectedEta(), TSCPBuilderNoMaterial::createFTSatTransverseImpactPointNeutral(), MuonSeedCreator::createSeed(), fireworks::createSegment(), L1TkElectronTrackMatchAlgo::deltaEta(), EMEnrichingFilterAlgo::deltaRxyAtEE(), PF_PU_AssoMapAlgos::dR(), plot_utils::drawEtaValues(), plot_hgcal_utils::drawHalfEtaValues(), DTBtiChip::DTBtiChip(), DTTrigGeom::dumpLUT(), Pi0FixedMassWindowCalibration::duringLoop(), EcalHitMaker::ecalCellLine(), ContainmentCorrectionAnalyzer::ecalEta(), egammaTools::ecalEta(), EgammaSuperClusters::ecalEta(), EgammaObjects::ecalEta(), EcalTrapezoidParameters::EcalTrapezoidParameters(), CSCStripTopology::equationOfStrip(), CSCWireGeometry::equationOfWire(), tmtt::TrkRZfilter::estRZhelix(), kinem::eta(), Geom::OnePiRange< T >::eta(), tmtt::KFTrackletTrack::eta(), tmtt::L1track3D::eta(), RawParticle::eta(), tmtt::L1fittedTrack::eta(), FlatHexagon::etaSpan(), FlatTrd::etaSpan(), MCElectronAnalyzer::etaTransformation(), MCPhotonAnalyzer::etaTransformation(), MCPizeroAnalyzer::etaTransformation(), PhotonsWithConversionsAnalyzer::etaTransformation(), SimpleConvertedPhotonAnalyzer::etaTransformation(), SimplePhotonAnalyzer::etaTransformation(), TkConvValidator::etaTransformation(), PhotonValidator::etaTransformation(), ConversionProducer::etaTransformation(), DDHGCalWafer::execute(), DDHGCalWaferAlgo::execute(), DDHCalTBZposAlgo::execute(), DDHCalTBCableAlgo::execute(), DDTECModuleAlgo::execute(), DAClusterizerInZ::fill(), HcalTestAnalysis::fill(), SimG4HcalValidation::fill(), LA_Filler_Fitter::fill(), MTVHistoProducerAlgoForTracker::fill_ResoAndPull_recoTrack_histos(), HcalTB04Analysis::fillBuffer(), TrackerHitProducer::fillG4MC(), PrimaryVertexValidation::fillTrackHistos(), TrackingNtuple::fillTrackingParticles(), TrackingNtuple::fillTracks(), EnergyScaleAnalyzer::fillTree(), TCMETAlgo::findDuplicateTracks(), OutInConversionSeedFinder::fixPointRadius(), FWExpressionValidator::FWExpressionValidator(), EcalEndcapGeometry::getCells(), L1TMuon::TriggerPrimitive::getCMSGlobalPoint(), HcalDDDSimConstants::getDetEta(), DetIdAssociator::getDetIdsCloseToAPoint(), IsolatedPixelTrackCandidateProducer::getDistInCM(), IsolatedPixelTrackCandidateL1TProducer::getDistInCM(), EopTreeWriter::getDistInCM(), IsoTrig::getDistInCM(), ZdcSD::getEnergyDeposit(), CastorSD::getEnergyDeposit(), HcalGeomParameters::getEta(), HcalDDDSimConstants::getEta(), PtAssignmentEngineAux2016::getEtaFromThetaInt(), TopologyWorker::getetaphi(), IsolatedPixelTrackCandidateProducer::GetEtaPhiAtEcal(), IsolatedPixelTrackCandidateL1TProducer::GetEtaPhiAtEcal(), PythiaFilterIsolatedTrack::GetEtaPhiAtEcal(), IsoTrig::GetEtaPhiAtEcal(), EcalTrivialConditionRetriever::getIntercalibConstantsFromConfiguration(), MixBoostEvtVtxGenerator::GetInvLorentzBoost(), BetaBoostEvtVtxGenerator::GetInvLorentzBoost(), ConversionSeedFilter::getKine(), CastorShowerLibraryMaker::GetKinematics(), EcalTrivialConditionRetriever::getPFRecHitThresholdsFromConfiguration(), SiStripFineDelayTOF::getPhi(), CastorShowerLibrary::getShowerHits(), HcalTB02HcalNumberingScheme::getUnitID(), EcalEleCalibLooper::giveLimit(), HcalBarrelAlgo::HcalBarrelAlgo(), HCalEndcapAlgo::HCalEndcapAlgo(), PPSTools::HectorParticle2LorentzVector(), HGCalMouseBite::HGCalMouseBite(), HGCSD::HGCSD(), FastTimeDDDConstants::initialize(), DDHCalBarrelAlgo::initialize(), DDHCalEndcapAlgo::initialize(), CosmicMuonGenerator::initialize(), CSCLayerGeometry::intersectionOfStripAndWire(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), HGCalGeomParameters::loadCellTrapezoid(), HGCalGeomParameters::loadWaferHexagon(), IdealZDCTrapezoid::localCorners(), TruncatedPyramid::localCorners(), FlatTrd::localCorners(), GEMStripTopology::localError(), CSCRadialStripTopology::localError(), GEMStripTopology::localPosition(), CSCRadialStripTopology::localPosition(), OffsetRadialStripTopology::localPosition(), fireworks::localSiStrip(), RPCtoDTTranslator::localXX(), FWRPZViewGeometry::makeCaloOutlineRhoZ(), HcalDDDGeometryLoader::makeCell(), fireworks::makeEveJetCone(), tmtt::Make3Dtracks::makeUnfilteredTrks(), KinematicPerigeeConversions::momentumFromPerigee(), FinalTreeBuilder::momentumPart(), muonisolation::CaloExtractor::MuonAtCaloPosition(), CosmicMuonGenerator::nextMultiEvent(), funct::TanStruct< T >::operator double(), funct::TanStruct< T >::operator()(), reco::parser::tan_f::operator()(), SimG4HcalHitCluster::operator+=(), DD4hep_ListGroups::overlayEtaReferences(), ListGroups::overlayEtaReferences(), reco::Conversion::pairCotThetaSeparation(), DDHCalEndcapModuleAlgo::parameterLayer(), DDHCalEndcapAlgo::parameterLayer(), HCalEndcapModuleAlgo::parameterLayer(), HCalEndcapAlgo::parameterLayer(), DDHCalEndcapModuleAlgo::parameterLayer0(), DDHCalEndcapAlgo::parameterLayer0(), HCalEndcapModuleAlgo::parameterLayer0(), HCalEndcapAlgo::parameterLayer0(), DDHGCalHEFileAlgo::positionMix(), DDHGCalHEAlgo::positionMix(), HGCalHEAlgo::positionMix(), HGCalHEFileAlgo::positionMix(), DDHGCalTBModule::positionSensitive(), DDHGCalModuleAlgo::positionSensitive(), DDHGCalModule::positionSensitive(), ConversionProducer::preselectTrackPair(), HcalDDDSimConstants::printTileHE(), RecHitProcessor::process(), RecHitProcessor::processLook(), ShallowTrackClustersProducer::produce(), ConversionSeedFilterCharge::produce(), EcalTrivialConditionRetriever::produceEcalLaserAlphas(), EcalTrivialConditionRetriever::produceEcalLaserAPDPNRatios(), TrackKinematicStatePropagator::propagateToTheTransversePCANeutral(), tauImpactParameter::TrackTools::propagateToXPosition(), tauImpactParameter::TrackTools::propagateToYPosition(), tauImpactParameter::TrackTools::propagateToZPosition(), SiStripTrackingRecHitsValid::rechitanalysis(), SiStripTrackingRecHitsValid::rechitanalysis_matched(), heppy::Hemisphere::Reconstruct(), SteppingHelixPropagator::refToMatVolume(), AreaSeededTrackingRegionsBuilder::Builder::regionImpl(), PointSeededTrackingRegionsProducer::regions(), CandidatePointSeededTrackingRegionsProducer::regions(), heppy::Hemisphere::RejectISR(), FWConversionProxyBuilder::requestCommon(), KFBasedPixelFitter::run(), RecoTracktoTP::s_eta(), TPtoRecoTrack::s_eta(), tmtt::Sector::Sector(), BetafuncEvtVtxGenerator::setBoost(), ME0PreRecoGaussianModel::simulateNoise(), smearFunctionBase::smearEta(), CSCLayerGeometry::stripWireIntersection(), tmtt::Sector::subEtaFwCalc(), IdealZDCTrapezoid::ta(), kinem::tanl_from_theta(), hitfit::theta_to_eta(), SiStripFineDelayTOF::timeOfFlightCosmicB(), TkRadialStripTopology::TkRadialStripTopology(), MuonNavigableLayer::trackingRange(), MTDNavigableLayer::trackingRange(), HoughGrouping::transformPair(), HectorTransport::transportProton(), DTTrigGeomUtils::trigPos(), DTTrigGeomUtils::trigToSeg(), tmtt::TrkRZfilter::TrkRZfilter(), InvariantMassFromVertex::uncertainty(), HcalNumberingFromDDD::unitID(), EcalSimHitsValidProducer::update(), TrackingVerboseAction::update(), HcalTestAnalysis::update(), HcalTB02Analysis::update(), DoCastorAnalysis::update(), CastorTestAnalysis::update(), FP420Test::update(), BscTest::update(), ValidateGeometry::validateCSCLayerGeometry(), ValidateGeometry::validateStripTopology(), EcalTrapezoidParameters::vertexList(), CSCWireGeometry::wireEnds(), GEMStripTopology::xOfStrip(), CSCRadialStripTopology::xOfStrip(), TkRadialStripTopology::xOfStrip(), CSCWireGeometry::yLimitsOfWirePlane(), and SiStripFineDelayTOF::z().
funct::TEMPL | ( | N1 | ) |
funct::TEMPL | ( | N1T2 | ) |
funct::TEMPL | ( | N2 | ) |
funct::TEMPL | ( | N2T1 | ) |
funct::TEMPL | ( | T1 | ) |
funct::TEMPL | ( | T2 | ) |
funct::TEMPL | ( | T3 | ) |
funct::TEMPL | ( | T4 | ) |
funct::TEMPL | ( | XT2 | ) |
double funct::trapezoid_integral | ( | const F & | f, |
double | min, | ||
double | max, | ||
unsigned int | samples | ||
) |
Definition at line 20 of file NumericalIntegration.h.
References dumpMFGeometry_cfg::delta, f, mps_fire::i, cmsLHEtoEOSManager::l, SiStripPI::max, min(), and EgammaValidation_cff::samples.
Referenced by funct::TrapezoidIntegrator::operator()().
true funct::__pad0__ |
Definition at line 36 of file Factorize.h.
X funct::__pad1__ |
Definition at line 182 of file Factorize.h.
true funct::__pad2__ |
Definition at line 248 of file Primitive.h.
X funct::__pad3__ |
Definition at line 268 of file Primitive.h.
X funct::A {} |
Definition at line 45 of file Factorize.h.
Referenced by PROD_S().
X funct::B {} |
Definition at line 24 of file Factorize.h.
Referenced by PROD_S().
C funct::C |
Definition at line 133 of file Factorize.h.
Referenced by abcd(), heppy::FSRWeightAlgo::alphaRatio(), FSRWeightProducer::alphaRatio(), L1TConfigDumper::analyze(), tauImpactParameter::LagrangeMultipliersFitter::applyLagrangianConstraints(), magfieldparam::BFit::BFit(), CalcABCD(), dt_crc::calcCRC(), SiTrackerMultiRecHitUpdator::calcParameters(), MEzCalculator::Calculate(), METzCalculator::Calculate(), DTMuonMillepede::calculationMillepede(), magfieldparam::poly2d_base::Collect(), funct::SimplSumOrd< A, B, ProductStruct< C, D > >::combine(), funct::RatioP1< A, B, Numerical< n > >::combine(), funct::Product< ProductStruct< F, G >, H >::combine(), funct::RatioP2< A, B, ProductStruct< C, D > >::combine(), SiTrackerMultiRecHitUpdator::ComputeWeight(), LzmaFile::DecodeBuffer(), SiStripCorrelateNoise::DoPlots(), Chi2Strip1DEstimator::estimate(), MRHChi2MeasurementEstimator::estimate(), magfieldparam::rz_poly::Expand(), JanAlignmentAlgorithm::feed(), TriggerSummaryProducerAOD::fillFilterObjectMembers(), TFParams::fitpj(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), reco::componenthelper::SingleComponent< C, T, F >::get(), reco::componenthelper::MultipleComponents< C, T, F, S >::get(), EcalEndcapGeometry::getClosestCell(), EcalBarrelGeometry::getClosestCell(), PFEnergyResolution::getEnergyResolutionEm(), magfieldparam::BFit::GetField(), edm::refitem::GetRefPtrImpl< C, T, F, KEY >::getRefPtr_(), edm::refitem::GetRefPtrImpl< C, T, F, unsigned int >::getRefPtr_(), magfieldparam::rz_poly::GetSVal(), HelixBarrelCylinderCrossing::HelixBarrelCylinderCrossing(), ConversionFastHelix::helixStateAtVertex(), SeedForPhotonConversion1Leg::initialError(), SeedFromConsecutiveHitsCreator::initialError(), SeedForPhotonConversionFromQuadruplets::initialError(), CRackTrajectoryBuilder::innerState(), edm::IDVectorMap< ID, C, P >::insert(), EvolutionECAL::LightCollectionEfficiency(), EvolutionECAL::LightCollectionEfficiencyWeighted(), FrameToFrameDerivative::linearEulerAngles(), SeedFromConsecutiveHitsCreator::makeSeed(), CSCTMBData::nextCRC22_D16(), reco::componenthelper::MultipleComponents< C, T, F, S >::numberOf(), TrajectoryStateWithArbitraryError::operator()(), TtHadLRSignalSelObservables::operator()(), TtSemiLRSignalSelObservables::operator()(), magfieldparam::rz_poly::operator*=(), L1GctJetFinderParams::orcaStyleCorrect(), HelixBarrelPlaneCrossingByCircle::pathLength(), L1GctJetFinderParams::piecewiseCubicCorrect(), magfieldparam::poly2d_term::poly2d_term(), edm::RangeMap< det_id_type, edm::OwnVector< B > >::post_insert(), PROD_S(), TtEvtBuilder< C >::produce(), TkMSParameterizationBuilder::produce(), cms::CosmicTrackFinder::produce(), R_min_expected_function(), RealQuadEquation::RealQuadEquation(), EnergyResolutionVsLumi::Resolution(), KFBasedPixelFitter::run(), SiG4UniversalFluctuation::SampleFluctuations(), LandauFP420::SampleFluctuations(), magfieldparam::poly2d_base::Scale(), magfieldparam::BFit::SetField(), HGCal_helpers::SimpleTrackPropagator::SimpleTrackPropagator(), IdealResult::solve(), JanAlignmentAlgorithm::solve(), SeedForPhotonConversionFromQuadruplets::trajectorySeed(), TreeBranch::TreeBranch(), and KFStrip1DUpdator::update().
true funct::false |
Definition at line 29 of file Factorize.h.
Referenced by GEMGeometryBuilder::buildChamber(), l1t::ConditionEvaluation::checkRangeDeltaEta(), l1t::ConditionEvaluation::checkRangeEta(), RectangularPixelTopology::containsBigPixelInX(), RectangularMTDTopology::containsBigPixelInX(), RectangularPixelTopology::containsBigPixelInY(), RectangularMTDTopology::containsBigPixelInY(), edm::PileUp::doPileUp(), CastorSD::getFromLibrary(), CTPPSPixelDataFormatter::interpretRawData(), PixelDataFormatter::interpretRawData(), DTTopology::isWireValid(), sistrip::RawToDigiUnpacker::locateStartOfFedBuffer(), edm::ThinnedAssociationsHelper::lower_bound(), TkAccumulatingSensitiveDetector::newHit(), math::Graph< N, E >::const_iterator::operator!=(), SimG4HcalHitCluster::operator<(), CaloHit::operator<(), edm::operator<(), PFBlockAlgo::packLinks(), pat::PATJetProducer::PATJetProducer(), CutBasedElectronID::robustSelection(), StackingAction::rrApplicable(), and hcaldqm::filter::HashFilter::skip().
funct::m |
Definition at line 45 of file Factorize.h.
Referenced by funct::Sum< ProductStruct< Numerical< m >, PowerStruct< CosStruct< A >, Numerical< 2 > > >, ProductStruct< Numerical< n >, PowerStruct< SinStruct< A >, Numerical< 2 > > > >::combine(), funct::GaussLegendreIntegrator::GaussLegendreIntegrator(), funct::Numerical< n >::Numerical(), funct::FractionStruct< n, m >::operator double(), funct::FractionStruct< n, m >::operator()(), operator<<(), and slave().
Definition at line 9 of file Gaussian.h.
Referenced by funct::Gaussian::operator()().
|
static |
Definition at line 48 of file Factorize.h.
Referenced by funct::Primitive< Parameter >::get(), and operator<<().
true funct::true |
Definition at line 173 of file Factorize.h.
Referenced by DTMeantimerPatternReco::addHits(), L1TMP7ZeroSupp::analyze(), CSCSegAlgoSK::areHitsCloseInGlobalPhi(), CSCSegAlgoTC::areHitsCloseInGlobalPhi(), CSCSegAlgoRU::areHitsCloseInGlobalPhi(), CSCSegAlgoTC::areHitsCloseInLocalX(), CSCSegAlgoSK::areHitsCloseInLocalX(), cscdqm::Collection::book(), Phase2TrackerMonitorDigi::bookLayerHistos(), Phase2TrackerValidateDigi::bookLayerHistos(), MuonTrajectoryCleaner::clean(), FastLineRecognition::Cluster::Cluster(), AlcaBeamSpotManager::createWeightedPayloads(), BiasedTauDecayer::decay(), HGCalSimHitValidation::defineGeometry(), Phase2TrackerDigitizerAlgorithm::digitize(), SiStripDigitizerAlgorithm::digitize(), CSCEfficiency::efficienciesPerChamber(), TopSingleLepton::MonitorEnsemble::fill(), SingleTopTChannelLepton::MonitorEnsemble::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), HFShowerLibrary::fillHits(), edm::Prescaler::filter(), cms::MTCCHLTrigger::filter(), MuonSeedBuilder::foundMatchingSegment(), CastorSD::getFromLibrary(), ZdcShowerLibrary::getHits(), TrackTransformerForCosmicMuons::getTransientRecHits(), HCalSD::hitForFibre(), CosmicHitPairGeneratorFromLayerPair::hitPairs(), reco::CandidatePtrTransientTrack::impactPointStateAvailable(), reco::TrackTransientTrack::impactPointStateAvailable(), hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), DDXMLElement::isEmpty(), CSCSegAlgoSK::isHitNearSegment(), CSCSegAlgoTC::isHitNearSegment(), CSCSegAlgoRU::isHitNearSegment(), MuonTrackResidualAnalyzer::isInTheAcceptance(), MuonTrackAnalyzer::isInTheAcceptance(), CSCSegment::isME11a_duplicate(), TtGenEvent::isSemiLeptonic(), DTRecSegment2D::ist0Valid(), hcaldqm::mapper::HashMapper::isTHash(), edm::ThinnedAssociationsHelper::lower_bound(), modules::ZHLTMatchFilter::operator()(), ZGoldenFilter::operator()(), edm::ELextendedID::operator<(), reco::PreshowerCluster::operator<(), operator<(), StepID::operator<(), edm::operator<(), CaloCellId::operator==(), CaloHitID::operator==(), math::Graph< N, E >::const_iterator::operator==(), StepID::operator==(), StepID::operator>(), L1MuBMSecProcId::ovl(), L1MuDTSecProcId::ovl(), EgammaCutBasedEleId::PassTriggerCuts(), hcaldqm::filter::HashFilter::preserve(), MFProducer::produce(), ecaldqm::LaserClient::producePlots(), ecaldqm::LedClient::producePlots(), readSRF(), readTTF(), CSCEfficiency::recHitSegment_Efficiencies(), CSCEfficiency::recSimHitEfficiency(), FP420ClusterMain::run(), TtDecayChannelSelector::search(), SelectionStep< Object >::select(), CSCEfficiency::stripWire_Efficiencies(), EgammaCutBasedEleId::TestWP(), TrackTransformerForGlobalCosmicMuons::transform(), TrackTransformerForCosmicMuons::transform(), CaloSteppingAction::update(), and PrimaryVertexValidation::vtxSort().
const double funct::twoOverPi = 2. / M_PI |
Definition at line 8 of file BreitWigner.h.
Referenced by funct::BreitWigner::operator()().
|
static |
Definition at line 100 of file Factorize.h.
TEMPL (T2) struct Divides funct::void |
Definition at line 24 of file Factorize.h.
Referenced by dqmstorepb::ROOTFilePB_Histo::_InternalSerialize(), dqmstorepb::ROOTFilePB::_InternalSerialize(), dqmstorepb::ROOTFilePB_Histo::ByteSizeLong(), dqmstorepb::ROOTFilePB::ByteSizeLong(), dqmstorepb::ROOTFilePB_Histo::Clear(), dqmstorepb::ROOTFilePB::Clear(), spu::def(), edm::ParameterSet::getParameterNamesForType(), l1t::Parameter::getVector(), QueryAttrHandler::HandleResponse(), XrdAdaptor::RequestManager::OpenHandler::HandleResponseWithHosts(), spu::inf(), DTCCablingMapProducer::LoadModulesToDTCCablingMapFromCSV(), L1GtVhdlWriterCore::makeFirmware(), dqmstorepb::ROOTFilePB_Histo::MergeFrom(), dqmstorepb::ROOTFilePB::MergeFrom(), XrdAdaptor::RequestManager::OpenHandler::open(), edm::detail::getValueType< T, false >::operator()(), edm::detail::getMemberType< T, false >::operator()(), cscdqm::Dispatcher::processStandby(), TkMSParameterizationBuilder::produce(), edm::stream::ProducingModuleAdaptorBase< EDProducerBase >::registerProductsAndCallbacks(), PythonEventProcessor::run(), ExternalGeneratorFilter::streamBeginLuminosityBlock(), ExternalGeneratorFilter::streamEndRun(), edm::test::TestProcessor::TestProcessor(), edm::PtrVectorBase::typeInfo(), and cscdqm::Dispatcher::updateFractionAndEfficiencyHistos().