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 ::boost::mpl::if_< D1, D1, typename::boost::mpl::if_< D2, 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), PRIMIT(X, PROD(A1, B1))) type |
typedef | DIFF (PROD(A, B1), AB1) 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, pow(Dec::getBase(_), num< p >())) | |
GET (arg, Div::get(_._)) | |
GET (arg, Div::get(D::get(_))) | |
static type | get (const PROD_S(A, B)&_) |
static type | get (const PROD_S(B, A)&_) |
GET (PROD_S(A, B), _._1 *primitive< X >(_._2)) | |
GET (PROD_S(A, B), _._2 *primitive< X >(_._1)) | |
GET (PROD_S(A, B), _ *X()) | |
static type | get (const RATIO_S(A, B)&_) |
static type | get (const RATIO_S(B, A)&_) |
GET (RATIO_S(A, B), _._1 *primitive< X >(num< 1 >/_._2)) | |
GET (RATIO_S(A, B), primitive< X >(_._1)/_._2) | |
GET (RATIO_S(A, B), _ *X()) | |
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 , typename Integrator > | |
Integral< F >::type | integral_f (const F &f, const Integrator &integrator) |
template<typename F > | |
Integral< F >::type | integral_f (const F &f) |
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) |
MINUS_S (B)> | |
MINUS_S (C)> | |
typedef | MINUS_S (A) arg |
MINUS_S (PROD_S(B, C))> | |
MINUS_S (PROD_S(C, D))> | |
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 (n)) | |
NUM (m)> | |
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 , typename B > | |
Difference< 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 > | |
Ratio< A, B >::type | operator/ (const A &a, const B &b) |
template<int n> | |
std::ostream & | operator<< (std::ostream &cout, const Numerical< n > &) |
template<int n, int m> | |
std::ostream & | operator<< (std::ostream &cout, const funct::FractionStruct< n, m > &) |
template<int n, int m> | |
std::ostream & | operator<< (std::ostream &cout, const funct::MinusStruct< funct::FractionStruct< n, m > > &) |
std::ostream & | operator<< (std::ostream &cout, const funct::Parameter &p) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::SqrtStruct< T > &f) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::ExpStruct< T > &f) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::LogStruct< T > &f) |
std::ostream & | operator<< (std::ostream &cout, const Expression &e) |
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::CosStruct< T > &f) |
template<typename T > | |
std::ostream & | operator<< (std::ostream &cout, const funct::TanStruct< T > &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::AbsStruct< T > &f) |
std::ostream & | operator<< (std::ostream &cout, const funct::DefaultVariable &) |
template<typename X1 , typename X2 , typename X3 > | |
std::ostream & | operator<< (std::ostream &cout, const Function< X1, X2, X3 > &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 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::ProductStruct< A, B > &f) |
template<typename A , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< A, B > &f) |
template<typename A , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< A, B > &f) |
template<typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::MinusStruct< A > &f) |
template<typename A , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::SumStruct< A, funct::MinusStruct< 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 , typename B > | |
std::ostream & | operator<< (std::ostream &cout, const funct::SumStruct< funct::MinusStruct< A >, B > &f) |
template<typename A , int n> | |
std::ostream & | operator<< (std::ostream &cout, const funct::SumStruct< A, funct::Numerical< n > > &f) |
template<typename A , int n> | |
std::ostream & | operator<< (std::ostream &cout, const funct::SumStruct< funct::MinusStruct< A >, funct::Numerical< n > > &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 , 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 , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::ProductStruct< funct::SumStruct< A, B >, C > &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 > | |
std::ostream & | operator<< (std::ostream &cout, const funct::ProductStruct< C, funct::RatioStruct< A, B > > &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::RatioStruct< funct::SumStruct< A, B >, C > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< C, funct::SumStruct< A, B > > &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 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< 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 > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< C, funct::RatioStruct< A, B > > &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::PowerStruct< C, funct::SumStruct< A, B > > &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 , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< C, funct::ProductStruct< A, B > > &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::ProductStruct< A, B >, C > &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 > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< C, funct::RatioStruct< A, B > > &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<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, 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<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< A, funct::MinusStruct< funct::FractionStruct< n, m > > > &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, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::FractionStruct< n, m >, A > &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, 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< A, funct::MinusStruct< funct::FractionStruct< n, m > > > &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 > | |
std::ostream & | operator<< (std::ostream &cout, const funct::MinusStruct< funct::SumStruct< A, B > > &f) |
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 |
POWER_S (A, NUM(n))> | |
POWER_S (A, NUM(m))> | |
typedef | PRIMIT (X, PROD(A1, B1)) AB1 |
PRIMIT_RULE (TYPXT2, POWER_S(A, B), UndefinedIntegral, type()) | |
PRIMIT_RULE (TYPX, X, RATIO(POWER(X, NUM(2)), NUM(2)), pow(_, num< 2 >())/num< 2 >()) | |
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 (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 (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 (TYPX, SQRT_S(X), PRIMIT(X, POWER_S(X, FRACT_S(1, 2))),(fract< 2, 3 >()*pow(_._, fract< 3, 2 >()))) | |
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, SGN_S(X), ABS(X), abs(_._)) | |
PRIMIT_RULE (TYPX, SIN_S(X), MINUS(COS(X)),-cos(_._)) | |
PRIMIT_RULE (TYPX, COS_S(X), SIN(X), sin(_._)) | |
PRIMIT_RULE (TYPX, TAN_S(X), MINUS(LOG(ABS(COS(X)))),-log(abs(cos(_._)))) | |
PRIMIT_RULE (TYPX, RATIO_S(NUM(1), X), LOG(ABS(X)), log(abs(_._2))) | |
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 (TYPXT2, SUM_S(A, B), SUM(PRIMIT(X, A), PRIMIT(X, B)), primitive< X >(_._1)+primitive< X >(_._2)) | |
PRIMIT_RULE (TYPXT1, MINUS_S(A), MINUS(PRIMIT(X, A)),-primitive< X >(_._)) | |
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 (A, B)> | |
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 (T1) struct Divides0 | |
TEMPL (T2) struct Divides | |
TEMPL (N1T1) struct Divides< POWER_S(A | |
TEMPL (N2T1) struct ParametricDivN<n | |
TEMPL (N2) struct Divides< NUM(n) | |
TEMPL (N1) struct Divides< NUM(n) | |
TEMPL (T3) struct Divides< PROD_S(A | |
TEMPL (T4) struct Divides< PROD_S(A | |
TEMPL (XT2) struct PartIntegral<X | |
TEMPL (N1T2) struct Sum< PROD_S(A | |
template<typename F > | |
double | trapezoid_integral (const F &f, double min, double max, unsigned int samples) |
Variables | |
void | __pad0__ |
A | __pad1__ |
A | __pad2__ |
C | __pad3__ |
C | __pad4__ |
A { } | |
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 |
typedef A funct::arg |
Definition at line 37 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 151 of file Factorize.h.
Definition at line 144 of file Factorize.h.
Definition at line 145 of file Factorize.h.
Definition at line 146 of file Factorize.h.
typedef DecomposePower<A, NUM(n)> funct::Dec |
Definition at line 61 of file Factorize.h.
Definition at line 148 of file Factorize.h.
typedef Div::type funct::type |
Definition at line 38 of file Factorize.h.
Definition at line 22 of file Abs.h.
References funct::Abs< T >::compose().
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(), reco::tau::disc::AbsEta(), egPM::AbsEtaNrClus::AbsEtaNrClus(), egPM::AbsEtaNrClusEt::AbsEtaNrClusEt(), egPM::AbsEtaNrClusPhi::AbsEtaNrClusPhi(), reco::tau::disc::AbsJetEta(), MCTruthHelper< P >::absPdgId(), KineParticleFilter::acceptParticle(), fastsim::ParticleFilter::accepts(), fastsim::ParticleFilter::acceptsEn(), CaloTruthAccumulator::accumulateEvent(), PuppiAlgo::add(), EventWithHistory::add(), CTPPSHector::add(), Hector::add(), GoldenPattern::addCount(), CustomParticleFactory::addCustomParticle(), EGHcalRecHitSelector::addDetIds(), CosmicTrajectoryBuilder::AddHit(), ReferenceTrajectory::addMaterialEffectsCurvlinGbl(), ReferenceTrajectory::addMaterialEffectsLocalGbl(), reco::PFRecHit::addNeighbour(), FBaseSimEvent::addParticles(), PFTrackTransformer::addPoints(), PFTrackTransformer::addPointsAndBrems(), CSCHitFromWireOnly::addToCluster(), CATopJetAlgorithm::adjacentCells(), GroupedCkfTrajectoryBuilder::advanceOneLayer(), SiStripHitEffFromCalibTree::algoAnalyze(), algorithm(), AlignmentTwoBodyDecayTrackSelector::AlignmentTwoBodyDecayTrackSelector(), SiStripElectronSeedGenerator::altCheckHitsAndTSOS(), PedsFullNoiseAlgorithm::analyse(), EWKSystUnc::analyze(), ZLONLOHistogrammer::analyze(), zPdfUnc::analyze(), ZHistogrammer::analyze(), ZMuPtScaleAnalyzer::analyze(), ME0HitsValidation::analyze(), ZMCHistogrammer::analyze(), GEMHitsValidation::analyze(), GEMRecHitsValidation::analyze(), ME0DigisValidation::analyze(), DQMHOAlCaRecoStream::analyze(), JetToDigiDump::analyze(), myFastSimVal::analyze(), ME0SegmentsValidation::analyze(), JetAnaPythia< Jet >::analyze(), L1TScalersSCAL::analyze(), PatElectronAnalyzer::analyze(), RPCDigiValid::analyze(), ElectronMcSignalValidatorMiniAOD::analyze(), PatBJetTagAnalyzer::analyze(), L1TStage2EMTF::analyze(), ElectronMcSignalValidator::analyze(), RPCRecHitValid::analyze(), L1THIonImp::analyze(), L1TStage2uGMT::analyze(), PatBTagAnalyzer::analyze(), DijetMass< Jet >::analyze(), BTagPerformanceAnalyzerMC::analyze(), SiPixelPhase1RecHitsV::analyze(), PatTrackAnalyzer::analyze(), AnalysisTasksAnalyzerBTag::analyze(), HcalTB06Analysis::analyze(), SUSYDQMAnalyzer::analyze(), TauDecay_GenParticle::Analyze(), DTT0CalibrationRMS::analyze(), HLTMCtruth::analyze(), L1TdeStage2CaloLayer1::analyze(), SiPixelPhase1HitsV::analyze(), PatBJetTrackAnalyzer::analyze(), WValidation::analyze(), ZMuMuIsolationAnalyzer::analyze(), SUSY_HLT_PhotonMET::analyze(), ValidationMisalignedTracker::analyze(), ElectronSeedAnalyzer::analyze(), DTT0Calibration::analyze(), TrackingRecoMaterialAnalyser::analyze(), DrellYanValidation::analyze(), ElectronMcFakeValidator::analyze(), MuonSeedsAnalyzer::analyze(), PatBJetVertexAnalyzer::analyze(), QcdPhotonsDQM::analyze(), BasicHepMCValidation::analyze(), MuonEnergyDepositAnalyzer::analyze(), dqm::TrackAnalyzer::analyze(), MBUEandQCDValidation::analyze(), TauDecay_CMSSW::Analyze(), BPhysicsSpectrum::analyze(), BPhysicsValidation::analyze(), HiggsValidation::analyze(), MonitorTrackResidualsBase< pixel_or_strip >::analyze(), SiStripMonitorCluster::analyze(), ElectronAnalyzer::analyze(), ResolutionCreator::analyze(), ZMuMuPerformances::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), edm::FlatEGunASCIIWriter::analyze(), GsfElectronFakeAnalyzer::analyze(), RPCPhiEff::analyze(), GsfElectronMCAnalyzer::analyze(), TopDiLeptonDQM::analyze(), MCEfficiencyAnalyzer::analyze(), ZMuMu_vtxAnalyzer::analyze(), SUSY_HLT_Razor::analyze(), MuonAlignmentAnalyzer::analyze(), ElectronStudy::analyze(), HLTBTagPerformanceAnalyzer::analyze(), HcalSimHitsValidation::analyze(), ZMuMu_efficiencyAnalyzer::analyze(), ElectronConversionRejectionValidator::analyze(), SiStripElectronAnalyzer::analyze(), DTTrigTest::analyze(), HGCalShowerSeparation::analyze(), ZMuMu_MCanalyzer::analyze(), HcalHBHEMuonSimAnalyzer::analyze(), SiPixelHitEfficiencySource::analyze(), DQMHcalIsoTrackAlCaReco::analyze(), EnergyScaleAnalyzer::analyze(), DQMSourcePi0::analyze(), PhiSymmetryCalibration::analyze(), HLTInclusiveVBFSource::analyze(), gamma_radiative_analyzer::analyze(), ZMuMu_Radiative_analyzer::analyze(), EcalSimHitsValidation::analyze(), TestPythiaDecays::analyze(), SiPixelTrackResidualSource::analyze(), L1TCaloLayer1Validator::analyze(), CaloParticleDebugger::analyze(), DTDigiReader::analyze(), DQMExample_Step1::analyze(), IsolatedParticlesGeneratedJets::analyze(), HcalLutAnalyzer::analyze(), EcalRecHitsValidation::analyze(), TauValidation::analyze(), BDHadronTrackMonitoringAnalyzer::analyze(), HitEff::analyze(), TkConvValidator::analyze(), MuonTrackResidualAnalyzer::analyze(), HeavyFlavorValidation::analyze(), MuonDTDigis::analyze(), TestTrackHits::analyze(), LepHTMonitor::analyze(), TestOutliers::analyze(), ObjMonitor::analyze(), L1GenTreeProducer::analyze(), EcalTPGParamBuilder::analyze(), LhcTrackAnalyzer::analyze(), EcalDigisValidation::analyze(), MCvsRecoVerticesAnalyzer::analyze(), cms::Analyzer_minbias::analyze(), TopMonitor::analyze(), L1TStage2CaloLayer1::analyze(), OverlapProblemTPAnalyzer::analyze(), CTPPSDiamondDQMSource::analyze(), L1TdeCSCTF::analyze(), TestCorrection::analyze(), PhotonValidator::analyze(), SiPixelErrorEstimation::analyze(), L1TCSCTF::analyze(), L1CaloTowerTreeProducer::analyze(), TrackingMonitor::analyze(), L1Validator::analyze(), PrimaryVertexValidation::analyze(), RazorMonitor::analyze(), SiPixelTrackingRecHitsValid::analyze(), ValidIsoTrkCalib::analyze(), ZMuMuMassConstraintParameterFinder::analyze(), EcalCosmicsHists::analyze(), DQMPFCandidateAnalyzer::analyze(), HcalDigisValidation::analyze(), JetMonitor::analyze(), HcalHBHEMuonAnalyzer::analyze(), IsoTrackCalibration::analyze(), FSQDQM::analyze(), StudyHLT::analyze(), L1TSync::analyze(), ErsatzMEt::analyze(), HLTObjectMonitorProtonLead::analyze(), HLTObjectMonitor::analyze(), HLTObjectsMonitor::analyze(), L1TSync_Offline::analyze(), IsolatedGenParticles::analyze(), IsolatedTracksCone::analyze(), MuonTrackValidator::analyze(), IsolatedTracksNxN::analyze(), HOCalibAnalyzer::analyze(), Rivet::HiggsTemplateCrossSections::analyze(), PackedCandidateTrackValidator::analyze(), B2GDQM::analyzeAllHad(), ExoticaDQM::analyzeDisplacedJets(), ExoticaDQM::analyzeDisplacedLeptons(), EgammaObjects::analyzeElectrons(), RecAnalyzerHF::analyzeHcal(), GenHFHadronMatcher::analyzeMothers(), EgammaObjects::analyzePhotons(), B2GDQM::analyzeSemiE(), B2GDQM::analyzeSemiMu(), JetTagPlotter::analyzeTag(), TauDecay_GenParticle::AnalyzeTau(), TauDecay_CMSSW::AnalyzeTau(), ThirdHitPredictionFromCircle::angle(), SignedImpactParameter3D::apply(), SignedTransverseImpactParameter::apply(), gen::PhotosInterface::apply(), OOTPileupCorrData::apply(), EmbeddingHepMCFilter::apply_cuts(), HLTMuonDimuonL3Filter::applyDiMuonSelection(), HPSPFRecoTauAlgorithm::applyElectronRejection(), GlobalHaloAlgo::ApplyMatchingCuts(), HLTMuonDimuonL3Filter::applyMuonSelection(), HLTMuonL3PreFilter::applySelection(), approx_erf(), MuonIdProducer::approxEqual(), tnp::TagProbePairMaker::arbitrate(), CACell::areAlignedRZ(), RPCConeBuilder::areConnected(), MaxAbsEtaCut::asCandidate(), EtaMultiRangeCut::asCandidate(), MinPtCutInEtaRanges::asCandidate(), CSCUpgradeMotherboardLUTGenerator::assignRoll(), StGenEvent::associatedB(), 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(), SiStripAPVRestorer::baselineAndSaturationInspect(), SiStripAPVRestorer::baselineFollowerInspect(), gen::JetMatchingMGFastJet::beforeHadronisation(), MuonAlignment::beginJob(), HGCalTrackCollectionProducer::beginLuminosityBlock(), DTnoiseDBValidation::beginRun(), MCatNLOSource::beginRun(), PFCandidateRecalibrator::beginRun(), 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(), RPCConeBuilder::buildCones(), RBCProcessRPCSimDigis::builddata(), RBCProcessRPCDigis::builddata(), RPCDetId::buildfromDB(), TtFullHadHypGenMatch::buildHypo(), TtSemiLepHypGenMatch::buildHypo(), DetIdAssociator::buildMap(), PFRecoTauAlgorithm::buildPFTau(), CSCSegAlgoTC::buildSegments(), CSCSegAlgoSK::buildSegments(), CSCSegAlgoRU::buildSegments(), HPSPFRecoTauAlgorithm::buildThreeProngs(), Basic2DGenericTopoClusterizer::buildTopoCluster(), TrackProducerAlgorithm< reco::Track >::buildTrack(), TrackProducerAlgorithm< reco::GsfTrack >::buildTrack(), FWGEMSegmentProxyBuilder::buildViewType(), FWPSimHitProxyBuilder::buildViewType(), reco::FlavorHistoryEvent::cache(), L1RCTParameters::calcCrate(), CalcDeltaPhiSums(), HcalObjRepresent::CalcEtaBin(), HcalObjRepresent::CalcIeta(), BTagWeightCalculator.BTagWeightCalculator::calcJetWeight(), EnergyResolutionVsLumi::calcLightCollectionEfficiencyWeighted(), EnergyResolutionVsLumi::calcmuTot(), EnergyResolutionVsLumi::calcnoiseADC(), calcSampleName(), HLTEcalResonanceFilter::calcShowerShape(), HLTRegionalEcalResonanceFilter::calcShowerShape(), reco::helper::JetIDHelper::calculate(), HcalHaloAlgo::Calculate(), EcalHaloAlgo::Calculate(), GlobalHaloAlgo::Calculate(), CSCHaloAlgo::Calculate(), PtAssignmentEngine2016::calculate_address(), AngleCalculation::calculate_angles(), ClusterShapeAlgo::Calculate_BarrelBasketEnergyFraction(), PFEGammaAlgo::calculate_ele_mva(), PtAssignmentEngine2016::calculate_pt_xml(), ECAL2DPositionCalcWithDepthCorr::calculateAndSetPositionActual(), PixelLumiDQM::calculateBunchMask(), barrelUtil::calculatePhiWindow(), tkDetUtil::calculatePhiWindow(), emtf::Huber::calculateQuantile(), PFMETBenchmark::calculateQuantities(), ElectronEnergyRegressionEvaluate::calculateRegressionEnergy(), ElectronEnergyRegressionEvaluate::calculateRegressionEnergyUncertainty(), Vispa.Gui.PortConnection.PointToPointConnection::calculateRoute(), TSGForOI::calculateSFFromL2(), TSGForOIFromL2::calculateSFFromL2(), PFMultiDepthClusterizer::calculateShowerShapes(), MeasurementDiffEntry::calculateSimulatedValue(), CSCXonStrip_MatchGatti::calculateXonStripError(), l1t::CaloTools::calHwEtSum(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::calibLutIndex(), PhotonEnergyCalibratorRun2::calibrate(), ElectronEnergyCalibratorRun2::calibrate(), l1t::Stage2Layer2JetAlgorithmFirmwareImp1::calibrate(), PhotonEnergyCalibrator::calibrate(), ElectronEnergyCalibrator::calibrate(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::calibrationLutIndex(), EleTkIsolFromCands::calIsol(), l1t::CaloTools::caloTowerHash(), TopGenEvent::candidate(), PFCandidateStripMerger::candidateMatches(), PhotonIDValueMapProducer::candidatePdgId(), 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(), utils.BinToBin::checkBinningMatches(), utils.BinToBin1percent::checkBinningMatches(), AlignmentTwoBodyDecayTrackSelector::checkCharge(), HitEff::checkConsistency(), GsfElectronAlgo::ElectronData::checkCtfTrack(), EmDQM::checkGeneratedParticlesRequirement(), SiStripElectronSeedGenerator::checkHitsAndTSOS(), Fit::CheckIfFitPossible(), Fit::CheckIfMeasIsProportionalToAnother(), TagProbeFitTreeProducer::checkMother(), MuonTrackAnalyzer::checkMuonSimHitPresence(), TIBRing::checkPeriodicity(), checkPhiInRange(), HGCalNumberingScheme::checkPosition(), HGCDigitizer::checkPosition(), l1t::ConditionEvaluation::checkRangeDeltaPhi(), RectangularEtaPhiTrackingRegion::checkRZOld(), TopDecaySubset::checkShowerModel(), RPCSeedPattern::checkSimplePattern(), 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(), EpCombinationTool::combine(), btagbtvdeep::commonCandidateToFeatures(), MEtoMEComparitor::compare(), EcalCondTools::compareBarrelBorder(), DEcompare< T >::CompareCollections(), ME0SegAlgoRU::compareProtoSegment(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::compareTowers(), GenObject.GenObject::compareTwoItems(), L1TOccupancyClient::compareWithStrip(), ForwardDetLayer::compatible(), BarrelDetLayer::compatible(), PixelRod::compatibleDetsV(), PixelHitMatcher::compatibleHits(), RPCSeedrecHitFinder::complete(), RPCCosmicSeedrecHitFinder::complete(), PFMEtSignInterfaceBase::compResolution(), RPCRecHitStandardAlgo::compute(), MultipleScatteringUpdator::compute(), NuclearInteractionSimulator::compute(), ClosestApproachInRPhi::compute(), DTLinearDriftFromDBAlgo::compute(), FastHelix::compute(), magfieldparam::BCycl< float >::compute(), DTRecHitQuality::compute(), svgfig.Ticks::compute_logticks(), svgfig.Ticks::compute_miniticks(), svgfig.Ticks::compute_ticks(), EcalUncalibRecHitRatioMethodAlgo< C >::computeAmplitudeImpl(), EnergyLossUpdator::computeBetheBloch(), ForwardDiskSectorBuilderFromDet::computeBounds(), NoPileUpMEtUtilities::computeCandidateSum(), ParticleKinematicLinearizedTrackState::computeChargedJacobians(), PerigeeLinearizedTrackState::computeChargedJacobians(), ZeeCalibration::computeCoefficientDistanceAtIteration(), CompositeTECWedge::computeCrossings(), TECLayer::computeCrossings(), TIDRing::computeCrossings(), TOBRod::computeCrossings(), Phase2EndcapRing::computeCrossings(), Phase2OTBarrelRod::computeCrossings(), PixelBlade::computeCrossings(), CompositeTECPetal::computeCrossings(), PixelForwardLayer::computeCrossings(), PixelForwardLayerPhase1::computeCrossings(), TIBRing::computeCrossings(), GeneratorTau::computeDecayMode(), 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(), HTrack::computeResolution(), MuonTrackResidualAnalyzer::computeResolution(), HTrack::computeResolutionAndPull(), DTTrigGeomUtils::computeSCCoordinates(), vertexTools::computeSharedTracks(), HTrack::computeTDRResolution(), UrbanMscModel93::ComputeTheta0(), reco::PFMETProducerMVA::computeVertexInfo(), TIBLayer::computeWindowSize(), TOBRod::computeWindowSize(), Phase2OTBarrelRod::computeWindowSize(), sim::LocalFieldManager::ConfigureForTrack(), hitfit::Top_Fit_Args::constrainer_args(), DDHGCalEEAlgo::constructLayers(), DDHGCalHEAlgo::constructLayers(), DDHCalBarrelAlgo::constructSideLayer(), HGCalTriggerClusterIdentificationBDT::Category::contains(), Vispa.Views.LineDecayView.DecayLine::containsPoint(), MicroGMTConverter::convert(), GEMELMap::convert(), HiggsValidation::MonitoredDecays::convert(), PixelIndices::convertDcolToCol(), CTPPSPixelIndices::convertDcolToCol(), Phase2TrackerDigitizerAlgorithm::convertSignalToAdc(), L1TMuonBarrelKalmanAlgo::convertToBMTF(), l1t::Stage1Layer2EtSumAlgorithmImpHW::cordicToMETPhi(), l1t::Stage1Layer2EtSumAlgorithmImpHI::cordicToMETPhi(), PFClusterEMEnergyCorrector::correctEnergies(), HCALResponse::correctHF(), plotscripts::corrections2D(), MuonMETAlgo::correctMETforMuon(), ThirdHitCorrection::correctRZRange(), PSFitter::HybridMinimizer::Correlation(), HcaluLUTTPGCoder::cosh_ieta(), TauValidation::countParticles(), LutXml::create_lut_map(), GsfElectronAlgo::createElectron(), MuonSensitiveDetector::createHit(), L1MuGMTMerger::createMergedCand(), MonitorTrackResidualsBase< pixel_or_strip >::createMEs(), SiStripMonitorDigi::createMEs(), SiStripMonitorCluster::createMEs(), SiStripRecHitsValid::createMEs(), SiStripTrackingRecHitsValid::createMEs(), GsfVertexUpdator::createNewComponent(), DDHGCalNoTaperEndcap::createQuarter(), RPCStripsRing::createRefConnections(), TGeoMgrFromDdd::createShape(), tauImpactParameter::ParticleBuilder::createTrackParticle(), fastsim::Trajectory::createTrajectory(), ThirdHitPredictionFromCircle::curvature(), Electron.Electron::cutBasedId(), BsJpsiPhiFilter::cuts(), BdecayFilter::cuts(), TopGenEvent::daughterQuarkOfTop(), TopGenEvent::daughterQuarkOfWPlus(), pat::Electron::dB(), pat::Muon::dB(), plotscripts::DBdiff(), MEEEGeom::dcc(), AntiElectronIDMVA5::dCrackEta(), AntiElectronIDMVA6::dCrackEta(), AntiElectronIDMVA5::dCrackPhi(), AntiElectronIDMVA6::dCrackPhi(), gen::TauolappInterface::decay(), gen::EvtGenInterface::decay(), fastsim::Decayer::decay(), EmbeddingHepMCFilter::decay_and_sump4Vis(), StGenEvent::decayB(), GeneratorTau::decayToPDGClassification(), MCMisalignmentScaler::decodeSubDetectors(), GlobalTrajectoryBuilderBase::defineRegionOfInterest(), FullModelReactionDynamics::Defs1(), HBHEDarkening::degradation(), npstat::Private::AbsHelper< T, Unsigned >::delta(), l1t::deltaGctPhi(), HLTHemiDPhiFilter::deltaPhi(), DTRPCBxCorrection::deltaPhi(), IsolatedGenParticles::deltaPhi(), IsolatedTracksCone::deltaPhi(), IsolatedTracksNxN::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(), ClusterProducerFP420::difNarr(), ClusterProducerFP420::difWide(), L1RCT::digiInput(), DiJetMonitor::dijet_selection(), l1t::Stage1Layer2EtSumAlgorithmImpPP::DiJetPhi(), l1t::Stage1Layer2EtSumAlgorithmImpHW::DiJetPhi(), l1t::Stage1Layer2EtSumAlgorithmImpHI::DiJetPhi(), HelixArbitraryPlaneCrossing::directionInDouble(), PFRecoTauDiscriminationByCharge::discriminate(), PFRecoTauDiscriminationByHPSSelection::discriminate(), PATTauDiscriminationAgainstElectronMVA6::discriminate(), PFRecoTauDiscriminationAgainstElectronMVA6::discriminate(), reco::tau::PFRecoTauDiscriminationByMVAIsolationRun2::discriminate(), ElectronTagger::discriminator(), dqmMemoryStats::displayDirectoryStatistics(), MSLayer::distance2(), EBDetId::distanceEta(), EBDetId::distancePhi(), EEDetId::distanceX(), EEDetId::distanceY(), HGCalDDDConstants::distFromEdgeHex(), HGCalDDDConstants::distFromEdgeTrap(), distsector(), distsector_tmp(), distwheel(), 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(), Pythia8::PowhegHooksBB4L::doVetoFSREmission(), EmissionVetoHook1::doVetoMPIStep(), IsoTrig::dP(), EcalDeadCellDeltaRFilter::dPhiToMETfunc(), DTSegment2DQuality::dqmAnalyze(), MultiTrackValidator::dqmAnalyze(), DTSegment4DQuality::dqmAnalyze(), RPCEfficiencyPerRingLayer::dqmEndJob(), ECALpedestalPCLHarvester::dqmEndJob(), MuonAlignmentSummary::dqmEndJob(), EcalZmassClient::dqmEndJob(), DTResolutionAnalysisTest::dqmEndJob(), DTResolutionTest::dqmEndLuminosityBlock(), ECALpedestalPCLHarvester::dqmPlots(), Vispa.Gui.PortConnection.PointToPointConnection::drawSection(), PixelCPEBase::driftDirection(), DTTracoCand::DTTracoCand(), Fit::dumpEntryAfterFit(), Fit::dumpEntryCorrelations(), InvRingCalib::duringLoop(), EcalEleCalibLooper::duringLoop(), Pi0FixedMassWindowCalibration::duringLoop(), ZeeCalibration::duringLoop(), Tau.Tau::dxy(), VVIObjFDetails::dzero(), PFPhotonClusters::E5x5Element(), EgammaObjects::ecalEta(), CSCHaloAlgo::ECALSegmentMatching(), pat::Electron::edB(), pat::Muon::edB(), CalorimetryManager::EMShowerSimulation(), reco::HitPattern::encode(), CSCMotherboard::encodePattern(), PhiSymmetryCalibration_step2_SM::endJob(), PhiSymmetryCalibration_step2::endJob(), DTTTrigCorrectionFirst::endJob(), DTT0CalibrationRMS::endJob(), DTT0Calibration::endJob(), HcalSimHitsValidation::endJob(), MuonAlignmentAnalyzer::endJob(), MuonAlignment::endJob(), HOCalibAnalyzer::endJob(), Pi0FixedMassWindowCalibration::endOfJob(), ZeeCalibration::endOfJob(), Pi0FixedMassWindowCalibration::endOfLoop(), ZeeCalibration::endOfLoop(), PFEnergyCalibration::energyEmHad(), EcalSimHitsValidProducer::energyInEBMatrix(), EcalBarrelSimHitsValidation::energyInMatrixEB(), EtaPhiMeasurementEstimator::estimate(), ForwardMeasurementEstimator::estimate(), BarrelMeasurementEstimator::estimate(), CSCXonStrip_MatchGatti::estimated2GattiCorrection(), RectangularEtaPhiTrackingRegion::estimator(), MuonGmtPair::etaRegion(), Photon.Photon::etaRegionID(), BoostedDoubleSVProducer::etaRelToTauAxis(), EcalDeadCellDeltaRFilter::etaToBoundary(), MCElectronAnalyzer::etaTransformation(), TH2Analyzer::Eval(), L1GtMuonCondition::evaluateCondition(), L1GtCaloCondition::evaluateCondition(), l1t::CorrCondition::evaluateCondition(), l1t::CorrWithOverlapRemovalCondition::evaluateCondition(), HGCMouseBite::exclude(), DDTIBLayerAlgo::execute(), DDHCalXtalAlgo::execute(), DDHCalTestBeamAlgo::execute(), DDTIBLayerAlgo_MTCC::execute(), l1t::MicroGMTIsolationUnit::extrapolateMuons(), sistripvvi::VVIObjDetails::f2(), ElectronEnergyCorrector::fEtaBarrelBad(), ElectronEnergyCorrector::fEtaBarrelGood(), ElectronEnergyCorrector::fEtaEndcapBad(), ElectronEnergyCorrector::fEtaEndcapGood(), PFIsolationEstimator::fGetIsolationInRings(), PFPhotonIsolationCalculator::fGetIsolationInRings(), PixelRecoUtilities::FieldAt0::FieldAt0(), SingleTopTChannelLepton_miniAOD::MonitorEnsemble::fill(), TopSingleLepton_miniAOD::MonitorEnsemble::fill(), BPhysicsValidation::ParticleMonitor::Fill(), FBaseSimEvent::fill(), PixelData::fill(), SingleTopTChannelLepton::MonitorEnsemble::fill(), HGCalTriggerNtupleGen::fill(), AdHocNTupler::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(), PFPhotonClusters::FillClusterShape(), PFPhotonClusters::FillClusterWidth(), OMTFProcessor::fillCounts(), BPhysicsValidation::FillDaughters(), MuonSimHitsValidAnalyzer::fillDT(), MatrixFillMap::fillEBMap(), EcalSimHitsValidProducer::fillEBMatrix(), EcalBarrelSimHitsValidation::fillEBMatrix(), L1TEGammaOffline::fillElectrons(), ZeePlots::fillEleMCInfo(), L1TStage2CaloLayer2Offline::fillEnergySums(), MuScleFitPlotter::fillGen(), HcalFlexiHardcodeGeometryLoader::fillHE(), HFShowerLibrary::fillHits(), MuonShowerInformationFiller::fillHitsByStation(), AlCaHOCalibProducer::fillHOStore(), reco::tau::fillIsoMVARun2Inputs(), Py8toJetInputHEPEVT::fillJetAlgoInput(), L1TStage2CaloLayer2Offline::fillJetEfficiencies(), L1TStage2CaloLayer2Offline::fillJets(), cms::PileupJPTJetIdAlgo::fillJPTBlock(), pat::PATMuonProducer::fillL1TriggerInfo(), MaterialBudgetHcalHistos::fillLayer(), reco::modules::JetFlavourIdentifier::fillLeptons(), LHETablesProducer::fillLHEObjectTable(), TopDecaySubset::fillListing(), JetMETHLTOfflineSource::fillMEforEffAllTrigger(), MuonIdProducer::fillMuonId(), TopInitSubset::fillOutput(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), lhef::LHEEvent::fillPdfInfo(), MaterialBudgetHcalHistos::fillPerStep(), L1TEGammaOffline::fillPhotons(), JetPartonMatcher::fillPhysicsDefinition(), MuonTrackAnalyzer::fillPlots(), Phase2EndcapLayer::fillRingPars(), TIDLayer::fillRingPars(), MuScleFitPlotter::fillSim(), TrackingTruthAccumulator::fillSimHits(), TrackingNtuple::fillSimHits(), SiStripCertificationInfo::fillSiStripCertificationMEs(), DeepBoostedJetTagInfoProducer::fillSVFeatures(), PrimaryVertexValidation::fillTrackHistos(), ApeEstimator::fillTrackVariables(), HcalIsoTrkAnalyzer::fillTree(), HcalObjRepresent::FillUnphysicalHEHFBins(), SimMuFilter::filter(), STFilter::filter(), BadGlobalMuonTagger::filter(), cms::CosmicTIFTrigFilter::filter(), PFJetFilter::filter(), ComphepSingletopFilter::filter(), ComphepSingletopFilterPy8::filter(), DYToMuMuGenFilter::filter(), HeavyQuarkFromMPIFilterAlgo::filter(), PythiaFilterMultiMother::filter(), PythiaHepMCFilterGammaGamma::filter(), BCToEFilterAlgo::filter(), doubleEMEnrichingFilterAlgo::filter(), PythiaFilterEMJet::filter(), BadParticleFilter::filter(), ChargedHadronTrackResolutionFilter::filter(), PythiaFilterZgamma::filter(), TotalKinematicsFilter::filter(), MuonBadTrackFilter::filter(), LHEDYdecayFilter::filter(), PythiaFilterGammaJet::filter(), PythiaFilterGammaJetIsoPi0::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJetWithOutBg::filter(), PythiaFilterZJet::filter(), PythiaFilterZJetWithOutBg::filter(), HLTRHemisphere::filter(), TauHadronDecayFilter::filter(), PythiaFilterEMJetHeep::filter(), LHEVpTFilter::filter(), TwoVBGenFilter::filter(), HighMultiplicityGenFilter::filter(), GenHTFilter::filter(), LHEGenericFilter::filter(), LQGenFilter::filter(), Zto2lFilter::filter(), MCDecayingPionKaonFilter::filter(), MCDijetResonance::filter(), MCMultiParticleFilter::filter(), MCZll::filter(), PythiaFilter::filter(), PythiaFilterHT::filter(), DJpsiFilter::filter(), FourLepFilter::filter(), HZZ4lFilter::filter(), MCParticlePairFilter::filter(), PythiaHLTSoupFilter::filter(), ZgMassFilter::filter(), PythiaDauVFilter::filter(), ZgammaMassFilter::filter(), L1TComparisonResultFilter< T >::filter(), PhotonEnrichmentFilter::filter(), HGCalTBCheckGunPostion::filter(), HerwigMaxPtPartonFilter::filter(), JetHTJetPlusHOFilter::filter(), PythiaFilterIsolatedTrack::filter(), JetVertexChecker::filter(), PythiaDauVFilterMatchID::filter(), UEDMultiLeptonFilter::filter(), SimpleJetFilter::filter(), PythiaFilterTTBar::filter(), SinglePhotonJetPlusHOFilter::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), FFTJetDijetFilter::filter(), AlCaIsoTracksFilter::filter(), EcalDeadCellTriggerPrimitiveFilter::filter(), EmbeddingHepMCFilter::filter(), EcalDeadCellDeltaRFilter::filter(), pat::PATSingleVertexSelector::filter_(), filterCells3x3(), filterCells5x5(), reco::PFTauDecayMode::filteredObjectCandidates(), VBFGenJetFilter::filterGenLeptons(), EMEnrichingFilterAlgo::filterIsoGenPar(), doubleEMEnrichingFilterAlgo::filterIsoGenPar(), EMEnrichingFilterAlgo::filterPhotonElectronSeed(), doubleEMEnrichingFilterAlgo::filterPhotonElectronSeed(), gen::Pythia6Hadronizer::finalizeEvent(), Herwig6Hadronizer::finalizeEvent(), ElectronMCTruthFinder::find(), PizeroMCTruthFinder::find(), PhotonMCTruthFinder::find(), DAClusterizerInZT_vect::find_nearest(), ttHFGenFilter::FindAllTopMothers(), EcalRecHitsValidation::findBarrelMatrix(), MuScleFitUtils::findBestRecoRes(), PixelBlade::findBin(), Phase1PixelBlade::findBin(), reco::modules::JetFlavourIdentifier::findCandidates(), TIDLayer::findClosest(), CompositeTECWedge::findClosestDet(), spr::findCone(), 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(), BdecayFilter::findParticle(), GenParticlesHelper::findParticles(), TauValidation::FindPhotosFSR(), TopDecaySubset::findPrimalTops(), TopDecaySubset::findPrimalW(), CalibratableTest::findPrimarySimParticles(), Pythia8::PowhegHooksBB4L::findresscale(), LocalMaximumSeedFinder::findSeeds(), SiStripElectronSeedGenerator::findSeedsFromCluster(), 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(), LagrangeParentParticleFitter::fit(), PulseShapeFitOOTPileupCorrection::fit(), CSCComparatorDigiFitter::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::fixSizeHighestDensity(), AlignableModifier::flatRandomVector(), reco::flavour(), MuonSimClassifier::flavour(), MuonMCClassifier::flavour(), GenHFHadronMatcher::flavourSign(), ChargeDividerFP420::fluctuateEloss(), Phase2TrackerDigitizerAlgorithm::fluctuateEloss(), SiPixelDigitizerAlgorithm::fluctuateEloss(), diffTreeTool::format(), 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::Hydjet2Hadronizer::generatePartonsAndHadronize(), Pythia8Hadronizer::generatePartonsAndHadronize(), FullModelReactionDynamics::GenerateXandPt(), PixelCPEGeneric::generic_position_formula(), GenHFHadronMatcher::GenHFHadronMatcher(), pat::PATObject< ObjectType >::genParticleById(), VertexClassifier::genPrimaryVertices(), TrackClassifier::genPrimaryVertices(), JetMCTagUtils::genTauDecayMode(), DTMeantimerPatternReco::geometryFilter(), tkMSParameterization::FromToData::get(), HcalDeterministicFit::get205Frac(), HcalDeterministicFit::get206Frac(), HcalDeterministicFit::get207Frac(), StripCPE::getAlgoParam(), Py8toJetInput::getAncestor(), CaloSD::getAttenuation(), getBestVertex(), getBestVertex_withError(), TrajSeedMatcher::MatchingCutsV2::getBinNr(), 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(), l1t::MicroGMTCancelOutUnit::getCoordinateCancelBits(), HBHERecalibration::getCorr(), HFRecalibration::getCorr(), OOTPileupCorrData::getCorrectionByID(), HitPairGeneratorFromLayerPairForPhotonConversion::getCot(), metsig::METSignificance::getCovariance(), GsfElectronCoreBaseProducer::getCtfTrackRef(), ECalSD::getDepth(), DetIdAssociator::getDetIdsCloseToAPoint(), IsolatedPixelTrackCandidateProducer::getDistInCM(), IsolatedPixelTrackCandidateL1TProducer::getDistInCM(), TrajSeedMatcher::MatchingCutsV1::getDRZCutValue(), PtAssignmentEngineAux2017::getdTheta(), EffectiveAreas::getEffectiveArea(), ZElectronsSelector::getEffectiveArea(), GsfElectronAlgo::ElectronData::getEleBasicCluster(), ZdcSD::getEnergyDeposit(), HGCScintSD::getEnergyDeposit(), HFNoseSD::getEnergyDeposit(), HGCalSD::getEnergyDeposit(), HGCSD::getEnergyDeposit(), CastorSD::getEnergyDeposit(), EcalClusterToolsT< noZS >::getEnergyDepTopology(), SiPixelTrackResidualSource::getepixrococcupancyofftrk(), SiPixelTrackResidualSource::getepixrococcupancyontrk(), 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(), HcalDDDRecConstants::getHFCellParameters(), HFShower::getHits(), ZdcShowerLibrary::getHits(), HFShowerParam::getHits(), getHitTowerLocation(), 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(), reco::tau::RecoTauVertexAssociator::getLeadTrack(), HcalLutManager::getLinearizationLutXmlFromAsciiMasterEmap(), HcalLutManager::getLinearizationLutXmlFromAsciiMasterEmap_new(), HcalLutManager::getLinearizationLutXmlFromCoderEmap(), L1RPCConeBuilder::TCompressedCon::getLogStrip(), L1MuSymmetricBinnedScale::getLowEdge(), PVValHelper::getMAD(), 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(), ParticleTowerProducer::getNearestTower(), reco::PFRecHit::getNeighbour(), BsJpsiPhiFilter::getNextBs(), BdecayFilter::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(), HcalTB02HcalNumberingScheme::getphiID(), hgcal::RecHitTools::getPositionLayer(), MuonSeedPtExtractor::getPt(), L1MuDTAssignmentUnit::getPtMethod(), L1MuBMAssignmentUnit::getPtMethod(), PuppiContainer::getPuppiId(), ECalSD::getRadiationLength(), TauSpinnerCMS::GetRecoDaughters(), PrimaryVertexAnalyzer4PUSlimmed::getRecoPVs(), pat::helper::ResolutionHelper::getResolEta(), pat::helper::ResolutionHelper::getResolTheta(), RPCStripsRing::getRingId(), SiPixelTrackResidualSource::getrococcupancy(), SiPixelClusterSource::getrococcupancy(), SiPixelClusterSource::getrococcupancye(), RPCLBLinkMapHandler::getRPCDetId(), heppy::BTagSF::getSFl(), CastorShowerLibrary::getShowerHits(), PrimaryVertexAnalyzer4PUSlimmed::getSimPVs(), MuonTrackAnalyzer::getSimTrack(), Rivet::HiggsTemplateCrossSections::getStage0Category(), Rivet::HiggsTemplateCrossSections::getStage1Category(), LaserSorter::getStream(), HBHELinearMap::getSubdetector(), HcalAssistant::getSubdetectorString(), l1t::CaloTools::getTower(), RPCStripsRing::getTowerForRefRing(), HDetIdAssociator::getTrajectory(), RPCTechnicalTrigger::TTUResults::getTriggerForWheel(), EcalElectronicsMapping::getTrigTowerDetId(), PFJetBenchmark::gettrue(), JetCharge::getWeight(), PixelMapPlotter.Barrel::GetXYCoords(), HFGflash::gfParameterization(), GlobalTrajectoryParameters::GlobalTrajectoryParameters(), 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(), HcalHF_PETalgorithm::HFSetFlagFromPET(), HcalHFStatusBitFromRecHits::hfSetFlagFromRecHits(), HcalHF_S9S1algorithm::HFSetFlagFromS9S1(), HcalTrigTowerGeometry::hfTowerEtaSize(), HGCalTriggerDetId::HGCalTriggerDetId(), HGCScintillatorDetId::HGCScintillatorDetId(), HGCSiliconDetId::HGCSiliconDetId(), CAHitTripletGenerator::hitNtuplets(), CAHitQuadrupletGenerator::hitNtuplets(), CosmicHitPairGeneratorFromLayerPair::hitPairs(), CosmicHitTripletGeneratorFromLayerTriplet::hitTriplets(), HLTDiMuonGlbTrkFilter::hltFilter(), HLTMuonTrkL1TFilter::hltFilter(), HLTMuonTrkFilter::hltFilter(), HLTEcalPixelIsolTrackFilter::hltFilter(), HLTCSCOverlapFilter::hltFilter(), HLTRapGapFilter::hltFilter(), HLTPhi2METFilter::hltFilter(), HLTJetPairDzMatchFilter< T >::hltFilter(), HLTPFTauPairLeadTrackDzMatchFilter::hltFilter(), HLT2jetGapFilter::hltFilter(), HLTJetCollectionsFilter< jetType >::hltFilter(), HLTMuonL3SimplePreFilter::hltFilter(), HLTEgammaGenericQuadraticEtaFilter::hltFilter(), HLTEgammaGenericQuadraticFilter::hltFilter(), HLTHcalTowerFilter::hltFilter(), HLTMuonL2PreFilter::hltFilter(), HLTMuonDimuonL2FromL1TFilter::hltFilter(), HLTMuonL2FromL1TPreFilter::hltFilter(), HLTDisplacedEgammaFilter::hltFilter(), HLTMonoJetFilter< T >::hltFilter(), HLTDiJetAveEtaFilter< T >::hltFilter(), HLTDiJetAveFilter< T >::hltFilter(), HLTDiJetEtaTopologyFilter< T >::hltFilter(), HLTJetEtaTopologyFilter< T >::hltFilter(), HLTJetVBFFilter< T >::hltFilter(), HLTMuonDimuonL2Filter::hltFilter(), HLTExclDiJetFilter< T >::hltFilter(), HLTJetCollectionsVBFFilter< T >::hltFilter(), HLTFatJetMassFilter< jetType >::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTEgammaL1TMatchFilterRegional::hltFilter(), HLTSinglet< T >::hltFilter(), HLTAcoFilter::hltFilter(), HLTGlobalSums< T >::hltFilter(), HLTAlphaTFilter< T >::hltFilter(), HLTPixlMBForAlignmentFilter::hltFilter(), HLTMuonL3PreFilter::hltFilter(), HLTMinDPhiMETFilter::hltFilter(), HLTMuonDimuonL3Filter::hltFilter(), HLTCaloTowerFilter::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), HLTGenericFilter< T1 >::hltFilter(), HLTJetSortedVBFFilter< T >::hltFilter(), HLTVertexFilter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTmmkFilter::hltFilter(), HOTPDigiTwinMux::HOTPDigiTwinMux(), HOTriggerPrimitiveDigi::HOTriggerPrimitiveDigi(), SiStripAPVRestorer::hybridEmulationInspect(), ElectronTagProbeAnalyzer::idCut(), ElectronAnalyzer::idCut(), l1t::Stage2Layer2ClusterAlgorithmFirmwareImp1::idHoverE(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::idShapeLutIndex(), MSLayersKeeperX0AtEta::idxBin(), reco::tau::disc::ImpactParameterSignificance(), PFHFRecHitCreator::importRecHits(), gen::Cascade2Hadronizer::imposeProperTime(), gen::Pythia6Hadronizer::imposeProperTime(), reco::HFValueStruct::indexByIeta(), HcalHPDRBXMap::indexHPD(), HcalHPDRBXMap::indexHPDfromEtaPhi(), HcalHPDRBXMap::indexRBXfromEtaPhi(), InduceChargeFP420::induce(), SiTrivialInduceChargeOnStrips::induceOriginal(), SiTrivialInduceChargeOnStrips::induceVector(), reco::MustacheKernel::inDynamicDPhiWindow(), gen::TauolappInterface::init(), GeneratorTau::init(), ThirdHitCorrection::init(), EcalUncalibRecHitRatioMethodAlgo< C >::init(), ThirdHitPredictionFromInvParabola::init(), ResonanceDecayFilterHook::initAfterBeams(), PixelRecoLineRZ::initCot(), PuppiContainer::initialize(), DDAngular::initialize(), gen::Hydjet2Hadronizer::initializeForInternalPartons(), ParticlePropagator::initProperDecayTime(), CaloCellGeometry::initSpan(), RectangularPlaneBounds::inout(), RectangularEtaPhiRegion::inRegion(), CSCEfficiency::inSensitiveLocalRegion(), DiskSectorBounds::inside(), RectangularPlaneBounds::inside(), TrapezoidalPlaneBounds::inside(), TrackingRecHitLessFromGlobalPosition::insideOutLess(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::inspectTrack(), fastsim::Bremsstrahlung::interact(), fastsim::MultipleScattering::interact(), fastsim::MuonBremsstrahlung::interact(), MaterialEffects::interact(), fastsim::NuclearInteraction::interact(), fastsim::NuclearInteractionFTF::interact(), gen.GeneratorAnalyzer::interestingPdgId(), SiPixelTemplate::interpolate(), svgfig.Ticks::interpret(), ALILine::intersect(), LightRay::intersect(), PhotonDataCertification::invMassZtest(), InvRingCalib::InvRingCalib(), Lepton.Lepton::ip3D(), EEDetId::iPhiOuterRing(), Onia2MuMuPAT::isAbHadron(), FFTJetPFPileupCleaner::isAcceptableVtx(), Onia2MuMuPAT::isAMixedbHadron(), TTClusterAlgorithm_neighbor< T >::isANeighbor(), EBEECutValuesT< int >::isBarrel(), GenHFHadronMatcher::isBaryonPdgId(), BCToEFilterAlgo::isBCBaryon(), doubleEMEnrichingFilterAlgo::isBCBaryon(), BCToEFilterAlgo::isBCMeson(), doubleEMEnrichingFilterAlgo::isBCMeson(), EgAmbiguityTools::isBetter(), PseudoTopProducer::isBHadron(), Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleDataList::isBosonId(), heppy::BTagSF::isbtagged(), HGCalTriggerNtupleGenTau::isChargedHadron(), HGCalTriggerNtupleGenTau::isChargedHadronFromResonance(), HepMCValidationHelper::isChargedLepton(), PFPhotonIsolationCalculator::isChargedParticleVetoed(), PFIsolationEstimator::isChargedParticleVetoed(), EcalDeadCellDeltaRFilter::isCloseToBadEcalChannel(), GeomDetCompatibilityChecker::isCompatible(), TrackCleaner::isCompatible(), AngleConverter::isCSCCounterClockwise(), L1TMuon::GeometryTranslator::isCSCCounterClockwise(), AnomalousECALVariables::isDeadEcalCluster(), reco::isElectron(), HGCalTriggerNtupleGenTau::isElectron(), TwoVBGenFilter::isElectron(), Generator::isExotic(), Generator::isExoticNonDetectable(), BasicHepMCValidation::ParticleMonitor::isFirst(), objects.LeptonAnalyzer.LeptonAnalyzer::isFromB(), ConversionFinder::isFromConversion(), PseudoTopProducer::isFromHadron(), HGCalTriggerNtupleGenTau::isGamma(), G4TrackToParticleID::isGammaElectronPositron(), Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleDataList::isGluonId(), muon::isGoodMuon(), MuonIdProducer::isGoodRPCMuon(), HGCalTriggerNtupleGenTau::isGoodTau(), ME0SegmentAlgorithm::isGoodToMerge(), GEMSegmentAlgorithm::isGoodToMerge(), MuonIdProducer::isGoodTrack(), MuonIdProducer::isGoodTrackerMuon(), HcalObjRepresent::isHB(), HcalObjRepresent::isHE(), HcalObjRepresent::isHF(), Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleDataList::isHiggsId(), HGCalTriggerNtupleGenTau::isIntermediateResonance(), MuonTrackResidualAnalyzer::isInTheAcceptance(), MuonTrackAnalyzer::isInTheAcceptance(), Generator::IsInTheFilterList(), HiGammaJetSignalDef::IsIsolated(), DDLRotationAndReflection::isLeftHanded(), reco::isLepton(), UEDMultiLeptonFilter::isLepton(), Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleDataList::isLeptonId(), CandMCTagUtils::isLightParton(), GenHFHadronMatcher::isMesonPdgId(), reco::isMuon(), G4TrackToParticleID::isMuon(), HGCalTriggerNtupleGenTau::isMuon(), TwoVBGenFilter::isMuon(), MBUEandQCDValidation::isNeutral(), PFPhotonIsolationCalculator::isNeutralParticleVetoed(), PFIsolationEstimator::isNeutralParticleVetoed(), GenHFHadronMatcher::isNeutralPdg(), HGCalTriggerNtupleGenTau::isNeutralPion(), HGCalTriggerNtupleGenTau::isNeutralPionFromResonance(), reco::isNeutrino(), TwoVBGenFilter::isNeutrino(), HepMCValidationHelper::isNeutrino(), MBUEandQCDValidation::isNeutrino(), genutils::isNotFromHadronicShower(), genutils::isNotHadronicId(), l1t::Stage1Layer2EGammaAlgorithmImpPP::Isolation(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::isoLutIndex(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::isoLutIndex(), heppy::IsolationComputer::isoSumNeutralsWeighted(), heppy::IsolationComputer::isoSumRaw(), CandMCTagUtils::isParton(), PFPhotonIsolationCalculator::isPhotonParticleVetoed(), PFIsolationEstimator::isPhotonParticleVetoed(), genutils::isPromptLepton(), TwoVBGenFilter::isQuark(), Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleDataList::isQuarkId(), ME0SegmentsValidation::isSimTrackGood(), GEMTrackMatch::isSimTrackGood(), MuonIDTableProducer::isSoftMuonHIP(), G4TrackToParticleID::isStableHadron(), G4TrackToParticleID::isStableHadronIon(), HGCalTriggerNtupleGenTau::isStableLepton(), HGCalTriggerNtupleGenTau::isStableNeutralHadron(), PixelClusterShapeExtractor::isSuitable(), Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleDataList::isSusyId(), reco::isTau(), TwoVBGenFilter::isTau(), HepMCValidationHelper::isTau(), TauDecay::isTauFinalStateParticle(), gen::PhotosInterface::isTauLeptonicDecay(), TauDecay::isTauParticleCounter(), TauDecay::isTauResonanceCounter(), MuonIDTableProducer::isTrackerHighPt(), HcalHPDRBXMap::isValid(), l1t::CaloTools::isValidIEtaIPhi(), CmsMTDDetIdBuilder::iterate(), CmsTrackerDetIdBuilder::iterate(), PerigeeConversions::jacobianCurvilinear2Perigee(), JacobianCurvilinearToLocal::JacobianCurvilinearToLocal(), PerigeeConversions::jacobianParameters2Cartesian(), JetAnalyzer.JetAnalyzer::jerCorrection(), objects.JetAnalyzer.JetAnalyzer::jetFlavour(), Jet.Jet::jetID(), reco::tau::disc::JetWidth(), DTBtiChip::keepTrig(), DTBtiChip::keepTrigPatt(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), L1MuBMTrackSegLoc::L1MuBMTrackSegLoc(), L1MuDTTrackSegLoc::L1MuDTTrackSegLoc(), L1TCaloLayer1FetchLUTs(), magfieldparam::rz_harm_poly::LadderDwn(), magfieldparam::rz_harm_poly::LadderUp(), AlignmentParameterSelector::layerDeselected(), 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(), PFEGammaAlgo::linkRefinableObjectBremTangentsToECAL(), 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(), L1MuBMSecProcId::locwheel(), L1MuDTSecProcId::locwheel(), ME0SegAlgoRU::lookForSegments(), L1RCTLookupTables::lookup(), geometryDiff::loopover(), motionPolicyChamber::loopover(), l1t::Stage1TauIsolationLUT::lutAddress(), reco::Conversion::lz(), main(), EMTFSubsystemCollector::make_copad_gem(), objects.LeptonAnalyzer.LeptonAnalyzer::makeAllElectrons(), objects.LeptonAnalyzer.LeptonAnalyzer::makeAllMuons(), 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(), reco::makeSpecific(), objects.TauAnalyzer.TauAnalyzer::makeTaus(), hcalCalib::makeTextFile(), MuonTrackResidualAnalyzer::mapMuSimHitsPerId(), plotscripts::mapplot(), MuScleFitUtils::massProb(), MuScleFitUtils::massResolution(), pat::GenJetMatcher::match(), DiObject.DiTau::match(), objects.LeptonAnalyzer.LeptonAnalyzer::matchAnyLeptons(), TrackingNtuple::matchCluster(), HLTEgammaL1TMatchFilterRegional::matchedToL1Cand(), JetPlusTrackCorrector::matchElectrons(), CSCComparatorDigiFitter::matchingComparatorDigisLCT(), CSCGEMMotherboard::matchingPads(), objects.JetAnalyzer.JetAnalyzer::matchJets(), objects.LeptonAnalyzer.LeptonAnalyzer::matchLeptons(), deltar::matchObjectCollection3(), PuppiPhoton::matchPFCandidate(), PFPhotonIsolationCalculator::matchPFObject(), objects.PhotonAnalyzer.PhotonAnalyzer::matchPhotons(), SimHitMatcher::matchSimHitsToSimTrack(), objects.LeptonAnalyzer.LeptonAnalyzer::matchToPhotons(), ElectronMVANtuplizer::matchToTruth(), MCSingleParticleFilter::MCSingleParticleFilter(), MCSmartSingleParticleFilter::MCSmartSingleParticleFilter(), helpers::MCTruthPairSelector< T >::MCTruthPairSelector(), CovarianceParameterization::meanValue(), TrackMerger::merge(), HcalDDDRecConstants::mergedDepthList29(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::merging(), objects.VertexAnalyzer.VertexAnalyzer::mindist(), PulseChiSqSNNLS::Minimize(), MahiFit::minimize(), MuScleFitUtils::minimizeLikelihood(), AntiElectronIDMVA5::minimum(), AntiElectronIDMVA6::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(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), fastsim::LayerNavigator::moveParticleToNextLayer(), MuonTruth::muonFraction(), MuonGeometrySanityCheckPoint::MuonGeometrySanityCheckPoint(), MuonTruth::muonHits(), ZMuMuIsolationAnalyzer::muTag(), ElectronMVAEstimator::mva(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), Electron.Electron::mvaIDTight(), PhotonMVAEstimator::mvaValue(), AntiElectronIDMVA5::MVAValue(), AntiElectronIDMVA6::MVAValue(), pileupCalc::MyErf(), TracksClusteringFromDisplacedSeed::nearTracks(), L1MuDTSectorProcessor::neighbour(), L1MuBMSectorProcessor::neighbour(), L1MuBMMuonSorter::neighbour(), L1MuDTMuonSorter::neighbour(), TtGenEvent::neutrino(), TtGenEvent::neutrinoBar(), L1CaloHcalScaleConfigOnlineProd::newObject(), RBCProcessRPCSimDigis::next(), RBCProcessRPCDigis::next(), fastsim::HelixTrajectory::nextCrossingTimeC(), fastsim::ParticleManager::nextGenParticle(), UEDMultiLeptonFilter::nLeptons(), L1TTwinMuxRawToDigi::normBx(), HelixArbitraryPlaneCrossing::notAtSurface(), HcalTrigTowerGeometry::nPhiBins(), TopGenEvent::numberOfBQuarks(), reco::RecoTauPiZero::numberOfElectrons(), TopGenEvent::numberOfLeptons(), TrackDetMatchInfo::nXnEnergy(), CaloNavigator< T, TOPO >::offsetBy(), l1t::CaloStage2Nav::offsetIEta(), L1GctMet::oldGctAlgo(), OmtfName::OmtfName(), GsfEleFull5x5SigmaIEtaIEtaCut::operator()(), PhoFull5x5SigmaIEtaIEtaCut::operator()(), PhoFull5x5SigmaIEtaIEtaValueMapCut::operator()(), GsfEleEcalDrivenCut::operator()(), GsfEleEffAreaPFIsoCut::operator()(), GsfEleRelPFIsoScaledCut::operator()(), GsfEleSCMaxAbsEtaCut::operator()(), PhoAnyPFIsoWithEAAndExpoScalingCut::operator()(), PhoAnyPFIsoWithEAAndQuadScalingCut::operator()(), PhoAnyPFIsoWithEACut::operator()(), PhoAnyPFIsoWithEAAndExpoScalingEBCut::operator()(), GsfEleDxyCut::operator()(), GsfEleDzCut::operator()(), MuonDzCut::operator()(), MuonDxyCut::operator()(), GsfEleDeltaBetaIsoCut::operator()(), GsfEleDeltaBetaIsoCutStandalone::operator()(), PixelTrackFilterByKinematics::operator()(), GsfEleCalPFClusterIsoCut::operator()(), GsfEleSigmaIEtaIEtaCut::operator()(), GsfEleDEtaInSeedCut::operator()(), GsfEleEInverseMinusPInverseCut::operator()(), GsfEleHadronicOverEMCut::operator()(), GsfEleNormalizedGsfChi2Cut::operator()(), PhoHadronicOverEMCut::operator()(), PhoSingleTowerHadOverEmCut::operator()(), GsfEleDEtaInCut::operator()(), GsfEleDPhiInCut::operator()(), GsfEleMissingHitsCut::operator()(), CSCDetIdSameDetLayerComparator::operator()(), GsfEleDEtaInLinearCut::operator()(), CordicXilinx::operator()(), GsfEleSCEtaMultiRangeCut::operator()(), PhoSCEtaMultiRangeCut::operator()(), RKOne4OrderStep< T, N >::operator()(), GenJetParticleSelector::operator()(), CompareHitPairsY::operator()(), tautools::RecoTauDistanceFromTruthPlugin::operator()(), ForwardDiskSectorBuilderFromWedges::operator()(), GsfEleHadronicOverEMEnergyScaledCut::operator()(), ForwardDiskSectorBuilderFromDet::operator()(), TtDecayChannelSelector::operator()(), helpers::MCTruthPairSelector< T >::operator()(), Adjacent< T1, Comp >::operator()(), reco::tau::RecoTauChargeCleanerPlugin::operator()(), TtDilepLRSignalSelObservables::operator()(), PdgIdSelector::operator()(), PdgIdExcluder::operator()(), ThirdHitZPrediction::operator()(), reco::VertexSorting< SecondaryVertex >::operator()(), reco::MCMatchSelector< T1, T2 >::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), reco::VertexFilter::operator()(), reco::V0Filter::operator()(), tautools::RecoTauDecayModeTruthMatchPlugin::operator()(), pat::eventhypothesis::ByPdgId::operator()(), TrackingParticleSelector::operator()(), EgammaHLTFilteredObjProducer< OutCollType >::SelectionCut::operator()(), reco::tau::PFRecoTauChargedHadronFromPFCandidatePlugin::operator()(), ZElectronsSelector::operator()(), muonisolation::NominalEfficiencyThresholds::locless::operator()(), pat::VertexAssociationSelector::operator()(), reco::tau::PFRecoTauChargedHadronFromTrackPlugin::operator()(), PixelBarrelLinkMaker::Order::operator()(), EtaPhiRegion::operator()(), TauTagTools::filterChargedAndNeutralsByPt::operator()(), funct::GaussIntegrator::operator()(), TrigObjTnPHistColl::TrigObjVarF::operator()(), L1TMuonBarrelKalmanAlgo::TrackSorter::operator()(), PFMEtSignInterfaceBase::operator()(), fftjetcms::PeakEtaMagSsqDependent::operator()(), TrajSeedMatcher::MatchingCutsV1::operator()(), TrajSeedMatcher::MatchingCutsV2::operator()(), MSLayer::operator<(), l1t::CaloCluster::operator<(), hitfit::operator<(), operator<<(), operator<<(), CocoaMaterialElementary::operator==(), MSLayer::operator==(), OptimalHelixPlaneCrossing::OptimalHelixPlaneCrossing(), svgfig.Ticks::orient_tickmark(), TIBLayer::overlap(), PixelBlade::overlap(), Phase1PixelBlade::overlap(), muon::overlap(), Phase2EndcapLayer::overlapInR(), TIDLayer::overlapInR(), L1MuBMSecProcId::ovl(), L1MuDTSecProcId::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(), pat::PackedCandidate::packTimeNoError(), pat::PackedCandidate::packTimeWithError(), HGCalTriggerGeometryV9Imp1::packWaferId(), SiStripTrackerMapCreator::paintTkMapFromHistogram(), GflashEMShowerProfile::parameterization(), python.rootplot.core::parse_range(), MuonAlignmentFromReference::parseReference(), PFEGammaFilters::passElectronSelection(), L1TEGammaOffline::passesLooseEleId(), L1TEGammaOffline::passesMediumEleId(), MvaMEtUtilities::passesMVA(), PrimaryVertexValidation::passesTrackCuts(), ElectronIdentifier::passID(), reco::PFMETProducerMVA::passPFLooseId(), EleTkIsolFromCands::passPIDVeto(), EleTkIsolFromCands::passTrkSel(), HelixArbitraryPlaneCrossing::pathLength(), HelixBarrelPlaneCrossingByCircle::pathLength(), HelixForwardPlaneCrossing::pathLength(), HelixArbitraryPlaneCrossing2Order::pathLength(), CSCAnodeLCTProcessor::patternDetection(), TTStubAlgorithm_official< T >::PatternHitCorrelation(), RawParticle::PDGcTau(), PdgIdExcluder::PdgIdExcluder(), PdgIdSelector::PdgIdSelector(), DTSegmentAnalysisTest::performClientDiagnostic(), RPCMonitorDigi::performSourceOperation(), PFPhotonClusters::PFCrystalCoor(), ThirdHitPredictionFromCircle::phi(), ParticleTowerProducer::phi2iphi(), L1MuBMAssignmentUnit::PhiAU(), InnerDeltaPhi::phiRange(), Photon.Photon::photonIDCSA14(), MuonErrorMatrix::Pindex(), PixelBarrelName::PixelBarrelName(), PixelBarrelNameUpgrade::PixelBarrelNameUpgrade(), pos::PixelCalibConfiguration::PixelCalibConfiguration(), SelectedElectronFEDListProducer< TEle, TCand >::pixelFedDump(), SiPixelDigitizerAlgorithm::PixelTempRewgt2D(), bigStructure::plot(), bigModule::plot(), timeStructure::plot(), subModule::plot(), HCalSD::plotHF(), HCalSD::plotProfile(), HelixForwardPlaneCrossing::position(), HiggsValidation::MonitoredDecays::position(), HelixArbitraryPlaneCrossing::positionInDouble(), DDHGCalHEAlgo::positionMix(), HelixBarrelPlaneCrossing2OrderLocal::positionOnly(), DDHGCalEEAlgo::positionSensitive(), DDHGCalHEAlgo::positionSensitive(), TotemSD::posizioEvo(), RPCLogCone::possibleTrigger(), plotscripts::postalAddressToId(), FullModelHadronicProcess::PostStepDoIt(), SimpleCosmicBONSeeder::pqFromHelixFit(), CosmicClusterAlgo::prepareCluster(), Multi5x5ClusterAlgo::prepareCluster(), HLTPrescaleProvider::prescaleValuesInDetail(), SiStripElectronSeedGenerator::preselection(), ConversionProducer::preselectTrackPair(), primitive(), L1MuDTPhiLut::print(), L1MuDTPtaLut::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(), RPCWheel::process(), gen.GenHeavyFlavourAnalyzer.GenHeavyFlavourAnalyzer::process(), PFJetBenchmark::process(), PFTauElecRejectionBenchmark::process(), JetAnalyzer.JetAnalyzer::process(), DTTFFEDReader::process(), ResonanceBuilder.ResonanceBuilder::process(), hcalCalib::Process(), GoldenPattern::process1Layer1RefLayer(), PrimitiveMatching::process_single_zone_station(), PFAlgo::processBlock(), cscdqm::EventProcessor::processCSC(), VertexClassifier::processesAtGenerator(), TrackClassifier::processesAtGenerator(), VertexClassifier::processesAtSimulation(), TrackClassifier::processesAtSimulation(), l1t::Stage2Layer2DemuxTauAlgoFirmwareImp1::processEvent(), l1t::Stage2Layer2DemuxEGAlgoFirmwareImp1::processEvent(), l1t::Stage2Layer2JetSumAlgorithmFirmwareImp1::processEvent(), l1t::Stage2Layer2EtSumAlgorithmFirmwareImp1::processEvent(), l1t::Stage2Layer2DemuxSumsAlgoFirmwareImp1::processEvent(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::processEvent(), l1t::Stage1Layer2TauAlgorithmImpPP::processEvent(), l1t::Stage1Layer2TauAlgorithmImpHW::processEvent(), DeDxHitInfoProducer::processHit(), AlignmentMonitorSegmentDifferences::processMuonResidualsFromTrack(), OmtfName::processor(), PixelClusterShapeExtractor::processRec(), OMTFinputMaker::processRPC(), WeakEffectsWeightProducer::produce(), edm::FlatRandomMultiParticlePGunProducer::produce(), edm::RandomMultiParticlePGunProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::GaussRandomPThetaGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), edm::RandomtXiGunProducer::produce(), TrackingParticleConversionRefSelector::produce(), PseudoTopProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), CastorFastTowerProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), GEDGsfElectronFinalizer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::ExpoRandomPGunProducer::produce(), ISRGammaWeightProducer::produce(), FSRWeightProducer::produce(), MuonFromPVSelector::produce(), ISRWeightProducer::produce(), L2TauPixelTrackMatch::produce(), HLTTriMuonIsolation::produce(), PdfWeightProducer::produce(), TtSemiLepHitFitProducer< LeptonCollection >::produce(), IsolatedEcalPixelTrackCandidateProducer::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), PFCandidateMuonUntagger::produce(), JetCoreClusterSplitter::produce(), PATPuppiJetSpecificProducer::produce(), TrackFromPVSelector::produce(), ZllArbitrator::produce(), L3MuonCandidateProducerFromMuons::produce(), edm::FlatRandomPtAndDxyGunProducer::produce(), GenVisTauProducer::produce(), TauGenJetProducer::produce(), L2TauPixelIsoTagProducer::produce(), HLTPFJetIDProducer::produce(), GenParticles2HepMCConverter::produce(), PuppiPhoton::produce(), GsfElectronFromPVSelector::produce(), ParticleTowerProducer::produce(), pat::PATGenCandsFromSimTracksProducer::produce(), HLTMuonL2SelectorForL3IO::produce(), HLTCaloTowerHtMhtProducer::produce(), MuonReSeeder::produce(), HLTDisplacedmumumuVtxProducer::produce(), SoftPFMuonTagInfoProducer::produce(), TSGForOI::produce(), HLTEcalPFClusterIsolationProducer< T1 >::produce(), HLTDisplacedmumuVtxProducer::produce(), HLTMhtProducer::produce(), ME0SegmentMatcher::produce(), SoftPFElectronTagInfoProducer::produce(), HLTTauMCProducer::produce(), HLTHcalPFClusterIsolationProducer< T1 >::produce(), L2MuonCandidateProducer::produce(), HLTMETCleanerUsingJetID::produce(), TrackListMerger::produce(), HLTHtMhtProducer::produce(), PuppiProducer::produce(), GtPsbTextToDigi::produce(), NoPileUpPFMEtProducer::produce(), RecoTauJetRegionProducer::produce(), MultShiftMETcorrInputProducer::produce(), MultShiftMETcorrDBInputProducer::produce(), TSGForOIFromL2::produce(), DeDxHitInfoProducer::produce(), HLTDisplacedtktkVtxProducer::produce(), pat::PATPackedCandidateProducer::produce(), HLTDisplacedtktktkVtxProducer::produce(), EnergyRingsTableProducer::produce(), HLTCaloJetIDProducer::produce(), L3MuonCandidateProducer::produce(), PFCTRecHitProducer::produce(), EgammaHLTBcHcalIsolationProducersRegional::produce(), PartonSelector::produce(), pat::GenPlusSimParticleProducer::produce(), pat::PATPackedGenParticleProducer::produce(), OutsideInMuonSeeder::produce(), TrackTimeValueMapProducer::produce(), SiStripFineDelayHit::produce(), TextToRaw::produce(), HLTTrackMETProducer::produce(), RecoTauPiZeroProducer::produce(), HcalHitReconstructor::produce(), HLTJetCollForElePlusJets< T >::produce(), HLTL1MuonNoL2Selector::produce(), HLTmumutkVtxProducer::produce(), MuMuForEmbeddingSelector::produce(), HGCalTrackCollectionProducer::produce(), SourceCardTextToRctDigi::produce(), CandMCMatchTableProducer::produce(), MaskedRctInputDigiProducer::produce(), HTXSRivetProducer::produce(), BSCTrigger::produce(), IsolatedPixelTrackCandidateProducer::produce(), PFClusterMatchedToPhotonsSelector::produce(), InterestingDetIdFromSuperClusterProducer::produce(), InterestingDetIdCollectionProducer::produce(), TauSpinnerCMS::produce(), TruthTauDecayModeProducer::produce(), IsolatedPixelTrackCandidateL1TProducer::produce(), DeepFlavourTagInfoProducer::produce(), RecoTauProducer::produce(), DeepDoubleBTagInfoProducer::produce(), L1TMuonCaloSumProducer::produce(), RctInputTextToDigi::produce(), CastorClusterProducer::produce(), HLTScoutingMuonProducer::produce(), MuonProducer::produce(), TriggerObjectTableProducer::produce(), L1TMicroGMTInputProducerFromGen::produce(), EcalSimpleProducer::produce(), PFRecoTauChargedHadronProducer::produce(), reco::CentralityProducer::produce(), FastPrimaryVertexWithWeightsProducer::produce(), HFPhase1Reconstructor::produce(), SimPFProducer::produce(), PFCandidateRecalibrator::produce(), FlavorHistoryProducer::produce(), L1TCaloLayer1::produce(), reco::BeamHaloSummaryProducer::produce(), CTPPSSimHitProducer::produce(), l1t::GenToInputProducer::produce(), TkMSParameterizationBuilder::produce(), BoostedDoubleSVProducer::produce(), EgammaHLTGsfTrackVarProducer::produce(), MuonSimClassifier::produce(), ME0MuonConverter::produce(), L1TStage2Layer1Producer::produce(), FastSimProducer::produce(), MuonMCClassifier::produce(), RPCTechnicalTrigger::produce(), MuonSimHitProducer::produce(), GoodSeedProducer::produce(), GenTtbarCategorizer::produce(), PFTau3ProngReco::produce(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce(), BJetEnergyRegressionVarProducer< T >::produce(), TemplatedSecondaryVertexProducer< IPTI, VTX >::produce(), IPProducer< Container, Base, Helper >::produce(), JetFlavourClustering::produce(), EcalTrivialConditionRetriever::produceEcalLaserAlphas(), ecaldqm::TrigPrimClient::producePlots(), ecaldqm::PedestalClient::producePlots(), ecaldqm::TimingClient::producePlots(), ecaldqm::LedClient::producePlots(), ecaldqm::OccupancyClient::producePlots(), ecaldqm::LaserClient::producePlots(), SiStripElectronAlgo::projectPhiBand(), noPuUtils::promoteAssocToHSAssoc(), spr::propagateCALO(), spr::propagateCalo(), spr::propagateCosmicCALO(), spr::propagateIdECAL(), RKPropagatorInS::propagateParametersOnCylinder(), AnalyticalPropagator::propagateParametersOnCylinder(), RKPropagatorInS::propagateParametersOnPlane(), AnalyticalPropagator::propagateParametersOnPlane(), BaseParticlePropagator::propagateToHOLayer(), spr::propagateTrackerEnd(), DDG4SolidConverter::pseudotrap(), CSCTFPtMethods::Pt3StnChiSq(), MuonSeedPtExtractor::pT_extract(), reco::tau::pt_weighted_dx_T(), L1MuBMAssignmentUnit::PtAU(), EmissionVetoHook1::pTpythia(), Pythia8::PowhegHooksBB4L::pTpythia(), Jet.Jet::puJetId(), PulseShapeFitOOTPileupCorrection::pulseShapeFit(), SiPixelGenError::qbin(), SiPixelTemplate::qbin(), objects.PhotonAnalyzer.PhotonAnalyzer::randomCone(), AlignableModifier::randomise(), HGCalDDDConstants::rangeR(), PixelRecoLineRZ::rAtZ(), ThirdHitPredictionFromCircle::HelixRZ::rAtZ(), BeamFitter::readEvent(), SurveyDataReader::readFile(), DeviationsFromFileSensor2D::readFile(), MillePedeFileReader::readMillePedeResultFile(), readParticlesFromHepMC(), TauSpinnerCMS::readParticlesfromReco(), popcon::EcalPedestalsHandler::readPedestalTimestamp(), popcon::EcalPedestalsHandler::readPedestalTree(), RecAnalyzerHF::RecAnalyzerHF(), RecAnalyzerMinbias::RecAnalyzerMinbias(), L1MuBMSectorReceiver::receiveBBMXData(), L1MuDTSectorReceiver::receiveDTBXData(), SiStripTrackingRecHitsValid::rechitanalysis(), SiStripTrackingRecHitsValid::rechitanalysis_matched(), btagbtvdeep::recoCandidateToFeatures(), ESRecHitSimAlgo::reconstruct(), CalorimetryManager::reconstructHCAL(), TrackClassifier::reconstructionInformation(), CalorimetryManager::reconstructTrack(), MuonPFAnalyzer::recoToGenMatch(), reco::reduceRange(), LightRay::refract(), MuonTrackingRegionBuilder::region(), 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(), value.Value::relerr(), edm::PileUp::reload(), MuonSeedOrcaPatternRecognition::rememberCrackSegments(), lhef::LHEEvent::removeResonances(), BtoCharmDecayVertexMergerT< VTX >::resolveBtoDchain(), HCALResponse::responseHCAL(), HGCalWaferType::rLimits(), AlignableModifier::rotateAlignable(), AlignableModifier::rotateAlignableLocal(), EcalClusterToolsT< noZS >::roundnessBarrelSuperClustersUserExtended(), EcalClusterToolsT< noZS >::roundnessSelectedBarrelRecHits(), RPCLogCone::RPCLogCone(), RPCStripsRing::RPCStripsRing(), RPCTCGhostBusterSorter::run(), PFSpecificAlgo::run(), GEMCoPadProcessor::run(), RPCHitCleaner::run(), RPCtoDTTranslator::run(), CSCGEMMotherboardME21::run(), FP420DigiMain::run(), L1MuDTEUX::run(), L1MuBMEUX::run(), L1MuBMTrackFinder::run(), L1MuBMMuonSorter::runCOL(), L1MuDTMuonSorter::runCOL(), DTLocalTriggerBaseTask::runDDUAnalysis(), RPCPac::runEnergeticPatternsGroups(), RPCHalfSorter::runHalf(), PileupJetIdAlgo::runMva(), ecaldqm::TimingTask::runOnUncalibRecHits(), CSCHitFromStripOnly::runStrip(), Comp2RefKolmogorov::runTest(), 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_isSLepton(), CustomPDGParser::s_isstopHadron(), CustomPDGParser::s_spin(), svgfig.Curve::sample(), UrbanMscModel93::SampleScattering(), reco::tau::disc::ScaledEtaJetCollimation(), reco::tau::disc::ScaledPhiJetCollimation(), PowhegResHook::scaleResonance(), BSFitter::scanPDF(), PrimaryVertexSorting::score(), TtDecayChannelSelector::search(), SeedFilter::seeds(), plotscripts::segdiff(), plotscripts::segdiff_xalign(), GhostBuster::select(), GhostBusterPreferRefDt::select(), CosmicTrackSelector::select(), MultiTrackSelector::select(), HIMultiTrackSelector::select(), DOTExport.DotExport::selectNode(), BaseHiGenEvtSelector::selectParticle(), PartonHadronDecayGenEvtSelector::selectParticle(), HadronDecayGenEvtSelector::selectParticle(), MuScleFitMuonSelector::selGlobalMuon(), MuScleFitMuonSelector::selTrackerMuon(), TtGenEvent::semiLeptonicChannel(), EcalUncalibRecHitWorkerMultiFit::set(), MEGeom::setBinGlobalHist(), DTSectCollPhCand::setBitsSectColl(), GsfElectronAlgo::setCutBasedPreselectionFlag(), FastTimerSD::setDetUnitId(), pat::VertexAssociation::setDistances(), L1Analysis::L1AnalysisCaloTP::SetECAL(), reco::PFCandidate::setEcalEnergy(), DTParametrizedDriftAlgo::setES(), EcalDeadCellTriggerPrimitiveFilter::setEvtRecHitstatus(), EcalDeadCellTriggerPrimitiveFilter::setEvtTPstatus(), ecaldqm::SelectiveReadoutTask::setFIRWeights_(), PSFitter::HybridMinimizer::SetFixedVariable(), JetFlavourClustering::setFlavours(), L1Analysis::L1AnalysisCaloTP::SetHCAL(), reco::PFCandidate::setHcalEnergy(), reco::PFCandidate::setHoEnergy(), SiStripFolderOrganizer::setLayerFolder(), RPCDigiL1Link::setLink(), heppy::IsolationComputer::setPackedCandidates(), Plane::setPosPrec(), HGCal_helpers::SimpleTrackPropagator::setPropagationTargetZ(), EcalGeomPhiSymHelper::setup(), Vispa.Gui.Zoomable.Zoomable::setZoom(), RPCLogCone::shift(), Plane::side(), HGCalShowerShape::sigmaRRMax(), HGCalShowerShape::sigmaRRMean(), HGCalShowerShape::sigmaRRTot(), reco::MET::significance(), TrapezoidalPlaneBounds::significanceInside(), RectangularPlaneBounds::significanceInside(), AlignmentProducerBase::simpleMisalignment(), SiPixelTemplate::simpletemplate2D(), GEMSimpleModel::simulateClustering(), ME0PreRecoNoSmearModel::simulateSignal(), GEMTrivialModel::simulateSignal(), ME0PreRecoGaussianModel::simulateSignal(), GEMSimpleModel::simulateSignal(), ME0SimpleModel::simulateSignal(), TrackClassifier::simulationInformation(), StGenEvent::singleLepton(), TtGenEvent::singleLepton(), StGenEvent::singleNeutrino(), TtGenEvent::singleNeutrino(), StGenEvent::singleTop(), StGenEvent::singleW(), Lepton.Lepton::sip3D(), objects.JetAnalyzer.JetAnalyzer::smearJets(), hitfit::Top_Decaykin::solve_nu(), hitfit::Top_Decaykin::solve_nu_tmass(), npstat::LinInterpolatedTableND< Numeric, Axis >::solveForRatioArg(), DTTSM::sortTSM1(), DTTSS::sortTSS1(), TauValidation::spinEffectsWHpm(), TauValidation::spinEffectsZH(), DAClusterizerInZT_vect::split(), MaterialBudgetHcal::stopAfter(), MaterialBudget::stopAfter(), MaterialBudgetForward::stopAfter(), DTTracoChip::storeCorr(), DTDigitizer::storeDigis(), HcalIsoTrkAnalyzer::storeEnergy(), RPCDigiL1Link::strip(), IsoTrig::studyMipCut(), IsoTrig::studyTrigger(), svgfig.Curve::subsample(), TT6CMNSubtractor::subtract_(), sumDepths(), svgfig.Axes::SVG(), EcalTools::swissCross(), Cylinder::tangentPlane(), emtf::Huber::target(), TtDecayChannelSelector::tauDecay(), TauValidation::tauMother(), ChargeSignificanceTrajectoryFilter::TBC(), 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(), ECALAndHCALLinker::testLink(), HCALAndHOLinker::testLink(), TestPythiaDecays::TestPythiaDecays(), TrackWithVertexSelector::testTrack(), LinkByRecHit::testTrackAndClusterByRecHit(), ZMuMuAnalyzer.ZMuMuAnalyzer::testVertex(), TrackWithVertexSelector::testVertices(), plotscripts::testZeroWithin5Sigma(), ThirdHitPredictionFromInvParabola::ThirdHitPredictionFromInvParabola(), ThirdHitZPrediction::ThirdHitZPrediction(), lumiregperbunch::timeof(), spr::timeOfFlight(), TkRadialStripTopology::TkRadialStripTopology(), align::toAngles(), TopGenEvent::topSisters(), RPCLogCone::toString(), toTrackRef(), EBDetId::tower(), HcalTrigTowerGeometry::towerEtaBounds(), l1t::CaloTools::towerEtaBounds(), HcalTestAnalysis::towersToAdd(), HistoryBase::traceGenHistory(), HistoryBase::traceRecoGenHistory(), TrackProducerFP420::trackFinderSophisticated(), TkLasBeamFitter::trackPhi(), StudyHLT::trackPID(), 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(), DDG4SolidConverter::trunctubs(), TtFullHadSignalSel::TtFullHadSignalSel(), 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< N >::update(), TkAccumulatingSensitiveDetector::update(), CaloSD::update(), CastorShowerLibraryMaker::update(), Vispa.Views.LineDecayView.LineDecayView::updateContent(), PulseChiSqSNNLS::updateCov(), CurvilinearTrajectoryParameters::updateP(), LocalTrajectoryParameters::updateP(), edm::RunningAverage::upper(), SiStripElectronSeedGenerator::useDetLayer(), L1GctMet::useHtMissLutAlgo(), ESDetId::validDetId(), EcalTrigTowerDetId::validDetId(), EBDetId::validDetId(), EcalScDetId::validDetId(), EEDetId::validDetId(), HcalObjRepresent::validDetId(), ZdcTopology::validRaw(), MaxAbsEtaCut::value(), MuonDxyCut::value(), MuonDzCut::value(), PhoAnyPFIsoWithEACut::value(), GsfEleDEtaInCut::value(), GsfEleEInverseMinusPInverseCut::value(), PhoAnyPFIsoWithEAAndExpoScalingEBCut::value(), GsfEleNormalizedGsfChi2Cut::value(), PhoAnyPFIsoWithEAAndExpoScalingCut::value(), GsfEleRelPFIsoScaledCut::value(), GsfEleSCMaxAbsEtaCut::value(), PhoAnyPFIsoWithEAAndQuadScalingCut::value(), GsfEleEffAreaPFIsoCut::value(), GsfEleDEtaInSeedCut::value(), GsfEleDzCut::value(), GsfEleDPhiInCut::value(), GsfEleDxyCut::value(), GsfEleDEtaInLinearCut::value(), EtaMultiRangeCut::value(), GsfEleCalPFClusterIsoCut::value(), GsfEleSCEtaMultiRangeCut::value(), PhoSCEtaMultiRangeCut::value(), JetPartonNamespace::ParametrizationJetParton::value(), npstat::Private::AbsHelper< T, Unsigned >::value(), condex::ParametricEfficiencyInEta::value(), AlphaT::value_(), average.Average::variance(), Rivet::HiggsTemplateCrossSections::vbfTopology(), SiPixelCalibConfiguration::vcalIndexForEvent(), SimpleConeBounds::vertex(), 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(), XMLConfigWriter::writeAlgoMuon(), XMLConfigWriter::writeEventData(), MSLayer::x0(), ZeeCalibration::xtalIsOnModuleBorder(), CSCWireGeometry::yLimitsOfWirePlane(), ThirdHitPredictionFromCircle::HelixRZ::zAtR(), TangentApproachInRPhi::zCoord(), ClosestApproachInRPhi::zCoord(), zMCLeptonDaughters(), JVFJetIdProducer::~JVFJetIdProducer(), and magfieldparam::rz_harm_poly::~rz_harm_poly().
Definition at line 187 of file Factorize.h.
References f, and reco::get().
Referenced by trajectoryToResiduals(), and EpCombinationTool::~EpCombinationTool().
|
inline |
|
inline |
Definition at line 48 of file Convolution.h.
References funct::Convolution< A, B, Integrator >::compose().
Definition at line 22 of file Cos.h.
References funct::Cos< T >::compose().
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(), CTPPSHector::addPartToHepMC(), MuonCSCChamberResidual::addResidual(), FWMuonDetailView::addSceneInfo(), fireworks::addStraightLineSegment(), SiStripGainCosmicCalculator::algoAnalyze(), algorithm(), myFastSimVal::analyze(), OuterTrackerMonitorTrackingParticles::analyze(), ElectronTagProbeAnalyzer::analyze(), HLTTauDQMPathPlotter::analyze(), StandaloneTrackMonitor::analyze(), WValidation::analyze(), ValidationMisalignedTracker::analyze(), DrellYanValidation::analyze(), RecoMuonValidator::analyze(), MBUEandQCDValidation::analyze(), EwkDQM::analyze(), TrackBuildingAnalyzer::analyze(), edm::FlatEGunASCIIWriter::analyze(), L1GctValidation::analyze(), DTEfficiencyTask::analyze(), DTResolutionAnalysisTask::analyze(), TrackParameterAnalyzer::analyze(), HGCalShowerSeparation::analyze(), DQMSourcePi0::analyze(), HGCGeometryValidation::analyze(), TestOutliers::analyze(), DisplayGeom::analyze(), ResolutionAnalyzer::analyze(), PhotonMonitor::analyze(), EcalCosmicsHists::analyze(), HLTExoticaSubAnalysis::analyze(), TrackerDpgAnalysis::analyze(), MuonTrackValidator::analyze(), ExoticaDQM::analyzeDiElectrons(), ExoticaDQM::analyzeDiJets(), ExoticaDQM::analyzeDiMuons(), ExoticaDQM::analyzeDiPhotons(), HGCalHitValidation::analyzeHGCalRecHit(), HGCalSimHitValidation::analyzeHits(), ExoticaDQM::analyzeMonoElectrons(), ExoticaDQM::analyzeMonoMuons(), ThirdHitPredictionFromCircle::angle(), CSCAlignmentCorrections::applyAlignment(), CTPPSHector::ApplyBeamCorrection(), EMEnrichingFilterAlgo::applyBFieldCurv(), doubleEMEnrichingFilterAlgo::applyBFieldCurv(), AreaSeededTrackingRegionsBuilder::Area::Area(), Thrust::axis(), BeamSpotTransientTrackingRecHit::BeamSpotTransientTrackingRecHit(), BremsstrahlungSimulator::brem(), fastsim::Bremsstrahlung::brem(), fastsim::MuonBremsstrahlung::brem(), MuonBremsstrahlungSimulator::brem(), PixelTrackBuilder::build(), HGCalParametersFromDD::build(), FWPFEcalRecHitRPProxyBuilder::build(), FWMET3DProxyBuilder::build(), FWTauProxyBuilderBase::buildBaseTau(), CaloRecoTauAlgorithm::buildCaloTau(), MagGeoBuilderFromDDD::volumeHandle::buildPhiZSurf(), FWPFClusterRPZUtils::buildRhoPhiClusterLineSet(), FWPFClusterRPZUtils::buildRhoZClusterLineSet(), FWMETProxyBuilder::buildViewType(), FWJetProxyBuilder::buildViewType(), ClusterShapeAlgo::calc_AbsZernikeMoment(), EcalClusterToolsT< noZS >::calc_AbsZernikeMoment(), pat::PATPackedCandidateProducer::calcDxy(), HLTEcalResonanceFilter::calcPaircluster(), calcPzeta(), ClusterShapeAlgo::Calculate_lat(), TBPositionCalc::CalculateCMSPos(), OptOOpticalSquare::calculateFaces(), LASAlignmentTubeAlgorithm::CalculateParameters(), LASEndcapAlgorithm::CalculateParameters(), CSCPairResidualsConstraint::calculatePhi(), ThirdHitPrediction::calculateRangesBarrel(), ThirdHitPrediction::calculateRangesForward(), CandidatePointSeededTrackingRegionsProducer::CandidatePointSeededTrackingRegionsProducer(), reco::GhostTrackPrediction::cartesianError(), TwoBodyDecayModel::cartesianSecondaryMomenta(), OuterDetCompatibility::center(), ALIUtils::checkMatrixEquations(), OpticalObject::checkMatrixEquations(), DreamSD::cherenkovDeposit_(), SETFilter::chi2AtSpecificStep(), TangentApproachInRPhi::circleParameters(), PFPhotonAlgo::ClustersPhiRMS(), PixelHitMatcher::compatibleSeeds(), DTRecHitSegmentResidual::compute(), MultipleScatteringSimulator::compute(), PairProductionSimulator::compute(), NuclearInteractionFTFSimulator::compute(), DTCalibValidation::compute(), ForwardDiskSectorBuilderFromWedges::computeBounds(), ForwardDiskSectorBuilderFromDet::computeBounds(), ParticleKinematicLinearizedTrackState::computeChargedJacobians(), PerigeeLinearizedTrackState::computeChargedJacobians(), tauImpactParameter::TrackHelixVertexFitter::computedxydz(), tauImpactParameter::TrackHelixVertexFitter::computeLorentzVectorPar(), PFMETAlgorithmMVA::computeMET(), ParticleKinematicLinearizedTrackState::computeNeutralJacobians(), PerigeeLinearizedTrackState::computeNeutralJacobians(), DDPixFwdBlades::computeNippleParameters(), HFCherenkov::computeNPE(), HFCherenkov::computeNPEinPMT(), HFCherenkov::computeNPhTrapped(), DDHGCalModule::constructLayers(), DDHGCalModuleAlgo::constructLayers(), DDHGCalEEAlgo::constructLayers(), DDHGCalHEAlgo::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(), doubleEMEnrichingFilterAlgo::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(), 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(), TrackerMap::drawModule(), TEveEllipsoidProjectedGL::DrawRhoZ(), Phase2TrackerDigitizerAlgorithm::drift(), DTRecSegment4D::DTRecSegment4D(), RunManagerMT::DumpMagneticField(), RunManager::DumpMagneticField(), Pi0FixedMassWindowCalibration::duringLoop(), TrackingParticleIP::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(), DDTIDModulePosAlgo::execute(), DDTECCoolAlgo::execute(), DDTECOptoHybAlgo::execute(), DDTIDModuleAlgo::execute(), DDTrackerLinear::execute(), DDBHMAngular::execute(), DDTIBLayerAlgo::execute(), DDHCalAngular::execute(), DDHCalTBCableAlgo::execute(), DDHCalTBZposAlgo::execute(), DDHCalTestBeamAlgo::execute(), DDTIBLayerAlgo_MTCC::execute(), DDGEMAngular::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDPixFwdDiskAlgo::execute(), DDPixPhase1FwdDiskAlgo::execute(), DDPixBarLayerAlgo::execute(), DDTECModuleAlgo::execute(), DDTIDRingAlgo::execute(), DDTrackerAngular::execute(), DDTrackerPhiAltAlgo::execute(), DDTrackerPhiAlgo::execute(), DDHCalFibreBundle::execute(), DDTrackerAngularV1::execute(), DDTECPhiAltAlgo::execute(), DDCutTubsFromPoints::execute(), DDLinear::execute(), DDAngular::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(), LA_Filler_Fitter::fill(), HiEvtPlaneFlatten::fill(), h2DSegm::Fill(), TrigObjTnPHistColl::ProbeData::fill(), RecoMuonValidator::MuonME::fill(), GenSpecificAlgo::fillCommonMETData(), MuScleFit::fillComparisonHistograms(), MuonSimHitsValidAnalyzer::fillDT(), MaterialBudgetHGCalHistos::fillEndTrack(), L1TStage2CaloLayer2Offline::fillEnergySums(), HcalHardcodeGeometryLoader::fillHBHO(), HcalFlexiHardcodeGeometryLoader::fillHBHO(), HcalHardcodeGeometryLoader::fillHE(), HcalFlexiHardcodeGeometryLoader::fillHE(), HcalHardcodeGeometryLoader::fillHF(), HcalFlexiHardcodeGeometryLoader::fillHF(), TrackerValidationVariables::fillHitQuantities(), HFShowerLibrary::fillHits(), AlCaHOCalibProducer::fillHOStore(), PrimaryVertexValidation::fillTrackHistos(), DTSurvey::FillWheelInfo(), TwoTrackMinimumDistanceHelixHelix::finalPoints(), TwoTrackMinimumDistanceHelixLine::finalPoints(), SETFilter::find3MoreStartingPoints(), spr::findDetIdCalo(), spr::findDetIdECAL(), spr::findDetIdHCAL(), SETFilter::findMinChi2(), EgammaObjects::findRecoMass(), SiStripElectronSeedGenerator::findSeedsFromCluster(), 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::Py8PtGun::generatePartonsAndHadronize(), gen::Py8JetGun::generatePartonsAndHadronize(), gen::Py8EGun::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), LaserBeamsTEC2::GeneratePrimaries(), LaserBeamsBarrel::GeneratePrimaries(), LaserBeamsTEC1::GeneratePrimaries(), FullModelReactionDynamics::GenerateXandPt(), CTPPSFastTrackingProducer::Get_t_and_xi(), LASEndcapAlgorithm::GetAlignmentParameterCorrection(), heppy::Apc::getApcJetMetMin(), ConvertedPhotonProducer::getCircleCenter(), CaloGeometryHelper::getClosestCell(), ConversionFinder::getConversionInfo(), FastTimeDDDConstants::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(), pftools::CaloEllipse::getMajorMinorAxes(), WtoLNuSelector::getMt(), 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(), CachedTrajectory::getWideTrajectory(), HFGflash::gfParameterization(), BaseParticlePropagator::helixCentreY(), HFCherenkov::HFCherenkov(), HFShowerParam::HFShowerParam(), HGCalDDDConstants::HGCalDDDConstants(), HGCMouseBite::HGCMouseBite(), RectangularEtaPhiTrackingRegion::hits(), CosmicTrackingRegion::hits_(), EGammaMvaEleEstimator::IDIsoCombinedMvaValue(), DTTMax::InfoLayer::InfoLayer(), PreshowerStrip::initCorners(), IdealObliquePrism::initCorners(), IdealCastorTrapezoid::initCorners(), Thrust::initialAxis(), 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(), hitfit::Gentop_Args::kt_res_str(), reco::HcalIsolatedTrackCandidate::l1jetp(), EcalClusterToolsT< noZS >::lat(), DiskSectorBounds::length(), HcalGeomParameters::loadGeometry(), HGCalGeomParameters::loadGeometryHexagon(), IdealObliquePrism::localCorners(), TruncatedPyramid::localCorners(), IdealCastorTrapezoid::localCorners(), DTBtiCard::localDirection(), DTTracoCard::localDirection(), CSCRadialStripTopology::localError(), TkRadialStripTopology::localError(), CSCLayerGeometry::localError(), CSCRadialStripTopology::localPitch(), Conv4HitsReco2::LocalTransformation(), HGCalDDDConstants::locateCellTrap(), GflashEMShowerProfile::locateHitPosition(), GflashHadronShowerProfile::locateHitPosition(), GroupedTrajCandLess::looperPenalty(), CTPPSHector::LorentzBoost(), CTPPSFastTrackingProducer::LorentzBoost(), edm::RandomtXiGunProducer::make_particle(), SteppingHelixPropagator::makeAtomStep(), FWRPZViewGeometry::makeCaloOutlineRhoPhi(), CaloTowerHardcodeGeometryLoader::makeCell(), CastorHardcodeGeometryLoader::makeCell(), ZdcHardcodeGeometryLoader::makeCell(), HcalDDDGeometryLoader::makeCell(), PiZeroAnalyzer::makePizero(), cms::makeRotation3D(), DDLRotationAndReflection::makeX(), DDLRotationAndReflection::makeY(), DDLRotationAndReflection::makeZ(), ErrorsPropagationAnalyzer::massResolution(), MuScleFitUtils::massResolution(), FastTrackerRecHitMatcher::match(), BremRecoveryClusterAlgo::match(), HiBremRecoveryClusterAlgo::match(), 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()(), reco::parser::cos_f::operator()(), BeamSpotAlignmentDerivatives::operator()(), fftjetcms::PtEtaP4Builder::operator()(), TtHadLRSignalSelObservables::operator()(), fftjetcms::EnergyEtaP4Builder::operator()(), TtSemiLRSignalSelObservables::operator()(), reco::isodeposit::Direction::operator+(), SimG4HcalHitCluster::operator+=(), hitfit::operator<<(), reco::GhostTrackPrediction::origin(), pat::PackedCandidate::packVtx(), TTStubAlgorithm_official< T >::PatternHitCorrelation(), BSpdfsFcn::PDFGauss_d(), BSpdfsFcn::PDFGauss_d_resolution(), PFPhotonClusters::PFCrystalCoor(), 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(), primitive(), printRot(), HcalDDDSimConstants::printTileHB(), edm::FlatRandomMultiParticlePGunProducer::produce(), edm::RandomMultiParticlePGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::GaussRandomPThetaGunProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), PseudoTopProducer::produce(), DistortedMETProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), ShallowTrackClustersProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::ExpoRandomPGunProducer::produce(), FSRWeightProducer::produce(), edm::FlatRandomPtAndDxyGunProducer::produce(), HFRecoEcalCandidateAlgo::produce(), HLTCaloTowerHtMhtProducer::produce(), pf2pat::PFMETAlgo::produce(), HLTMhtProducer::produce(), HLTHtMhtProducer::produce(), HLTTrackMETProducer::produce(), NoPileUpPFMEtDataProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), SeedToTrackProducer::produce(), L2MuonSeedGeneratorFromL1T::produce(), L2MuonSeedGenerator::produce(), pat::PATMHTProducer::produce(), TkMSParameterizationBuilder::produce(), MuonIdProducer::produce(), EvtPlaneProducer::produce(), TestHits::projectHit(), TestSmoothHits::projectHit(), TestTrackHits::projectHit(), SiStripRecHitsValid::projectHit(), GlobalRecHitsAnalyzer::projectHit(), GlobalRecHitsProducer::projectHit(), SiStripTrackingRecHitsValid::projectHit(), Strip1DMeasurementTransformator::projectionMatrix(), SiStripElectronAlgo::projectPhiBand(), 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(), 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(), BSFitter::scanPDF(), CTPPSFastTrackingProducer::SearchTrack(), DTCombinatorialPatternReco4D::segmentSpecialZed(), DTResidualCalibration::segmentToWireDistance(), BetafuncEvtVtxGenerator::setBoost(), HDRShower::setHit(), LaserBeamsTEC1::setOptPhotonPolar(), LaserBeamsBarrel::setOptPhotonPolar(), LaserBeamsTEC2::setOptPhotonPolar(), HcalForwardAnalysis::setPhotons(), 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(), sqr(), l1t::Stage1Layer2EtSumAlgorithmImpHI::Stage1Layer2EtSumAlgorithmImpHI(), l1t::Stage1Layer2EtSumAlgorithmImpHW::Stage1Layer2EtSumAlgorithmImpHW(), l1t::Stage1Layer2EtSumAlgorithmImpPP::Stage1Layer2EtSumAlgorithmImpPP(), l1t::Stage1Layer2FlowAlgorithm::Stage1Layer2FlowAlgorithm(), metsig::significanceAlgo::subtractObjects(), TangentCircle::TangentCircle(), CosmicMuonGenerator::terminate(), HcalTestAnalysis::timeOfFlight(), HcalTB04Analysis::timeOfFlight(), spr::timeOfFlight(), SiStripFineDelayTOF::timeOfFlightBeamB(), TkRotation< align::Scalar >::TkRotation(), SpecialCylindricalMFGrid::toGridFrame(), align::toMatrix(), reco::trackingParametersAtClosestApproachToBeamSpot(), SeedForPhotonConversionFromQuadruplets::trajectorySeed(), OpticalObject::transformCylindrical2Cartesian(), DTTrigGeomUtils::trigPos(), DDG4SolidConverter::trunctubs(), 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 funct::Derivative< X, A >::get().
Referenced by MillePedeAlignmentAlgorithm::addLasBeam(), FedTimingAlgorithm::analyse(), ApvTimingAlgorithm::analyse(), FrameToFrameDerivative::getDerivative(), TwoBodyDecayTrajectoryState::primaryWidth(), ThirdOrderDelayODE::ThirdOrderDelayODE(), and AbsODERHS::~AbsODERHS().
Definition at line 22 of file Exp.h.
References funct::Exp< T >::compose().
Referenced by funct::ExpStruct< T >::operator()(), and funct::Gaussian::operator()().
Definition at line 38 of file Fraction.h.
References EnergyCorrector::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 >()) | |||
) |
funct::GET | ( | arg | , |
Div::get(_._) | |||
) |
funct::GET | ( | arg | , |
Div::get(D::get(_)) | |||
) |
Definition at line 183 of file Primitive.h.
References crabWrapper::_, a, b, TEMPL(), and relativeConstraints::value.
Definition at line 244 of file Primitive.h.
References crabWrapper::_, a, b, TEMPL(), and relativeConstraints::value.
Definition at line 69 of file Integral.h.
Referenced by HcalPulseContainmentAlgo::calcpair(), RecoFCcorFactorAlgo< S >::calcpair(), DQMScaleToClient::dqmEndJob(), HigPhotonJetHLTOfflineSource::endRun(), GetMPV(), GetRandom(), PhysicsTools::Calibration::Histogram< float >::normalizedIntegral(), SiStripGainsPCLHarvester::produceTagFilter(), SiStripGainFromCalibTree::produceTagFilter(), and PhysicsTools::Calibration::Histogram< float >::range().
Integral<F, X>::type funct::integral | ( | const F & | f, |
const Integrator & | integrator | ||
) |
Definition at line 74 of file Integral.h.
double funct::integral | ( | const F & | f, |
double | min, | ||
double | max | ||
) |
double funct::integral | ( | const F & | f, |
double | min, | ||
double | max, | ||
const Integrator & | integrator | ||
) |
Integral<F>::type funct::integral_f | ( | const F & | f, |
const Integrator & | integrator | ||
) |
Definition at line 79 of file Integral.h.
Referenced by integral_f(), funct::DefIntegral< F, MIN, MAX, Integrator, no_var >::operator()(), and funct::DefIntegral< F, MIN, MAX, no_var, no_var >::operator()().
Definition at line 94 of file Integral.h.
double funct::integral_f | ( | const F & | f, |
double | min, | ||
double | max | ||
) |
Definition at line 99 of file Integral.h.
References integral_f(), SiStripPI::max, and min().
double funct::integral_f | ( | const F & | f, |
double | min, | ||
double | max, | ||
const Integrator & | integrator | ||
) |
Definition at line 104 of file Integral.h.
References integral_f(), SiStripPI::max, and min().
Definition at line 22 of file Log.h.
References funct::Log< T >::compose().
Referenced by funct::LogStruct< T >::operator()(), and primitive().
Definition at line 68 of file FunctClone.h.
References f.
Referenced by L1TGT::analyze(), DQMStore::extract(), MagFieldConfig::MagFieldConfig(), fireworks::StateOrdering::operator()(), reco::utilsNew::CandMatcher< C >::operator[](), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), reco::modulesNew::IsolationProducer< C1, C2, Alg, OutputCollection, Setup >::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), CandidateProducer< TColl, CColl, Selector, Conv, Creator, Init >::produce(), and DQMStore::saveMonitorElementRangeToROOT().
funct::MINUS_S | ( | B | ) |
Definition at line 100 of file Factorize.h.
Referenced by primitive(), and PROD_S().
funct::MINUS_S | ( | C | ) |
Definition at line 103 of file Factorize.h.
References TEMPL().
typedef funct::MINUS_S | ( | A | ) |
Definition at line 202 of file Factorize.h.
References TEMPL().
NthDerivative<n, X, F>::type funct::nth_derivative | ( | const F & | f | ) |
const Numerical<n>& funct::num | ( | ) |
Definition at line 16 of file Numerical.h.
References EnergyCorrector::c.
Referenced by funct::FractionStruct< n, m >::operator()().
funct::NUM | ( | n | ) |
Definition at line 93 of file Factorize.h.
References crabWrapper::_, and GET().
Referenced by get(), NUM(), primitive(), and TEMPL().
funct::NUM | ( | m | ) |
Definition at line 85 of file Factorize.h.
References GET(), NUM(), and value.
|
inline |
|
inline |
|
inline |
Definition at line 34 of file Minus.h.
References funct::Minus< A >::operate().
|
inline |
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const Numerical< n > & | |||
) |
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::FractionStruct< n, m > & | |||
) |
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::MinusStruct< funct::FractionStruct< n, m > > & | |||
) |
Definition at line 23 of file FunctionsIO.h.
|
inline |
Definition at line 27 of file Parameter.h.
References funct::Parameter::name(), and funct::Parameter::value().
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SqrtStruct< T > & | f | ||
) |
Definition at line 36 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ExpStruct< T > & | f | ||
) |
Definition at line 37 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::LogStruct< T > & | f | ||
) |
Definition at line 38 of file FunctionsIO.h.
|
inline |
Definition at line 39 of file Expression.h.
References gather_cfg::cout, and funct::Expression::print().
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SinStruct< T > & | f | ||
) |
Definition at line 39 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::CosStruct< T > & | f | ||
) |
Definition at line 40 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::TanStruct< T > & | f | ||
) |
Definition at line 41 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SgnStruct< T > & | f | ||
) |
Definition at line 42 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::AbsStruct< T > & | f | ||
) |
Definition at line 43 of file FunctionsIO.h.
|
inline |
Definition at line 49 of file Variables.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const Function< X1, X2, X3 > & | f | ||
) |
|
inline |
Definition at line 50 of file Variables.h.
|
inline |
Definition at line 51 of file Variables.h.
|
inline |
Definition at line 52 of file Variables.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< A, B > & | f | ||
) |
Definition at line 61 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< A, B > & | f | ||
) |
Definition at line 62 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< A, B > & | f | ||
) |
Definition at line 63 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< A, B > & | f | ||
) |
Definition at line 64 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::MinusStruct< A > & | f | ||
) |
Definition at line 65 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< A, funct::MinusStruct< B > > & | f | ||
) |
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< funct::MinusStruct< A >, funct::MinusStruct< B > > & | f | ||
) |
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< funct::MinusStruct< A >, B > & | f | ||
) |
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< A, funct::Numerical< n > > & | f | ||
) |
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::SumStruct< funct::MinusStruct< A >, funct::Numerical< n > > & | f | ||
) |
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< C, funct::SumStruct< A, B > > & | f | ||
) |
Definition at line 162 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 162 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< funct::SumStruct< A, B >, C > & | f | ||
) |
Definition at line 162 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< funct::RatioStruct< A, B >, C > & | f | ||
) |
Definition at line 163 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::ProductStruct< C, funct::RatioStruct< A, B > > & | f | ||
) |
Definition at line 163 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 163 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::SumStruct< A, B >, C > & | f | ||
) |
Definition at line 164 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< C, funct::SumStruct< A, B > > & | f | ||
) |
Definition at line 164 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 164 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< C, funct::ProductStruct< A, B > > & | f | ||
) |
Definition at line 165 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::ProductStruct< A, B >, C > & | f | ||
) |
Definition at line 165 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 165 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::RatioStruct< A, B >, C > & | f | ||
) |
Definition at line 166 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< C, funct::RatioStruct< A, B > > & | f | ||
) |
Definition at line 166 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 166 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< C, funct::SumStruct< A, B > > & | f | ||
) |
Definition at line 168 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::SumStruct< A, B >, C > & | f | ||
) |
Definition at line 168 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 168 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< C, funct::ProductStruct< A, B > > & | f | ||
) |
Definition at line 169 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 169 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::ProductStruct< A, B >, C > & | f | ||
) |
Definition at line 169 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::RatioStruct< A, B >, C > & | f | ||
) |
Definition at line 170 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< C, funct::RatioStruct< A, B > > & | f | ||
) |
Definition at line 170 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 170 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< A, funct::FractionStruct< n, m > > & | f | ||
) |
Definition at line 173 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 173 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 173 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 173 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::FractionStruct< n, m >, A > & | f | ||
) |
Definition at line 173 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::FractionStruct< n, m >, A > & | f | ||
) |
Definition at line 174 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< A, funct::FractionStruct< n, m > > & | f | ||
) |
Definition at line 174 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 174 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 174 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 174 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::MinusStruct< funct::SumStruct< A, B > > & | f | ||
) |
Definition at line 176 of file FunctionsIO.h.
|
inline |
Definition at line 40 of file Power.h.
References funct::Power< A, B >::combine().
Referenced by taus_cff::_tauIdWPMask(), CTPPSHector::add(), MinL3Algorithm::addEvent(), MinL3AlgoUniv< IDdet >::addEvent(), BetaCalculatorECAL::addInfoToCandidate(), StKinFitter::addKinFitInfo(), TrackDetectorAssociator::addTAMuonSegmentMatch(), CSCPairResidualsConstraint::addTrack(), SiStripCalibLorentzAngle::algoBeginJob(), PedsFullNoiseAlgorithm::analyse(), DQMHOAlCaRecoStream::analyze(), EgammaBasicClusters::analyze(), EgammaSuperClusters::analyze(), PhotonsWithConversionsAnalyzer::analyze(), SimpleConvertedPhotonAnalyzer::analyze(), DQMHcalPhiSymAlCaReco::analyze(), JetCorrectorDemo::analyze(), FactorizedJetCorrectorDemo::analyze(), cms::MinBias::analyze(), ElectronSeedAnalyzer::analyze(), ElectronMcFakeValidator::analyze(), MuonSeedsAnalyzer::analyze(), SiStripLAProfileBooker::analyze(), SimplePhotonAnalyzer::analyze(), ElectronAnalyzer::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), DQMAnalyzer::analyze(), GsfElectronFakeAnalyzer::analyze(), GsfElectronMCAnalyzer::analyze(), TrackSplittingMonitor::analyze(), TrackParameterAnalyzer::analyze(), SiStripElectronAnalyzer::analyze(), ElectronCalibration::analyze(), ContainmentCorrectionAnalyzer::analyze(), SiPixelTrackResidualSource::analyze(), PhotonValidatorMiniAOD::analyze(), ElectronCalibrationUniv::analyze(), EcalTPGParamBuilder::analyze(), cms::Analyzer_minbias::analyze(), PhotonValidator::analyze(), ResolutionAnalyzer::analyze(), PrimaryVertexValidation::analyze(), JetAnalyzer_HeavyIons::analyze(), EmDQMReco::analyze(), TrackerDpgAnalysis::analyze(), ZCounting::analyzeElectrons(), EgammaObjects::analyzeElectrons(), EgammaObjects::analyzePhotons(), HIPTwoBodyDecayAnalyzer::analyzeTrackCollection(), ConversionFinder::arbitrateConversionPartnersbyR(), SegmentsTrackAssociator::associate(), BeamSpotFakeConditions::BeamSpotFakeConditions(), BeamSpotTransientTrackingRecHit::BeamSpotTransientTrackingRecHit(), reco::BeamSpot::beamWidthFromBeta(), DAClusterizerInZ::beta0(), DAClusterizerInZ_vect::beta0(), DAClusterizerInZT_vect::beta0(), PtHatReweightUserHook::biasSelectionBy(), RapReweightUserHook::biasSelectionBy(), PtHatRapReweightUserHook::biasSelectionBy(), BinomialProbHelper::BinomialProbHelper(), TopDiLeptonDQM::bookHistograms(), HcalSiPM::Borel(), CaloRecoTauAlgorithm::buildCaloTau(), Basic2DGenericPFlowClusterizer::buildClusters(), PFlow2DClusterizerWithTime::buildClusters(), RealisticSimClusterMapper::buildClusters(), 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(), HcalHF_PETalgorithm::CalcThreshold(), reco::helper::CastorJetIDHelper::calculate(), GsfVertexWeightCalculator::calculate(), pat::CaloIsolationEnergy::calculate(), pat::LeptonVertexSignificance::calculate(), PtAssignmentEngine2017::calculate_address(), PtAssignmentEngine2017::calculate_pt_xml(), CSCWireElectronicsSim::calculateAmpResponse(), CalculateCorrection(), LASAlignmentTubeAlgorithm::CalculateParameters(), LASEndcapAlgorithm::CalculateParameters(), CalculateResponse(), CSCXonStrip_MatchGatti::calculateXonStripError(), QGTagger::calcVariables(), PixelThresholdClusterizer::calibrate(), CaloRecHitResolutionProvider::CaloRecHitResolutionProvider(), CaloTowersDQMClient::CaloTowersEndjob(), Photon.Photon::calScaledIsoValueQuadr(), ThreeThresholdAlgorithm::candidateAccepted(), OMTFSorter::candidates(), reco::modules::TrackerTrackHitFilter::checkHitAngle(), reco::modules::TrackerTrackHitFilter::checkPXLCorrClustCharge(), CSCChamberFitter::chi2(), SymmetryFit::chi2_element(), CutBasedElectronID::cicSelection(), funct::SimplifyPowerRatio< A, B, C, false >::combine(), funct::SimplifyPowerProduct< A, B, C, false >::combine(), DaqData< Format >::compressObject(), GsfMultipleScatteringUpdator::compute(), GenXSecAnalyzer::compute(), NuclearInteractionSimulator::compute(), SiStripGainFromData::ComputeChargeOverPath(), ZeeCalibration::computeCoefficientDistanceAtIteration(), UrbanMscModel93::ComputeCrossSectionPerAtom(), HLTRHemisphere::ComputeHemispheres(), MuonResidualsFitter::computeHistogramRangeAndBinning(), HFCherenkov::computeNPE(), HFCherenkov::computeNPEinPMT(), HTrack::computePull(), HFCherenkov::computeQEff(), EcalTPGParamBuilder::computeWeights(), configureIt(), Phase2TrackerDigitizerAlgorithm::convertSignalToAdc(), Cordic::Cordic(), CordicXilinx::CordicXilinx(), L1RCTParameters::correctedTPGSum(), EcalGlobalShowerContainmentCorrectionsVsEta::correction(), EcalShowerContainmentCorrections::correctionXY(), SamplingAnalysis::correctMeasurement(), MuonMETAlgo::correctMETforMuon(), CSCCondSegFit::correctTheCovX(), DTDigiToRaw::createFedBuffers(), CaloDetIdAssociator::crossedElement(), crystalball(), CSCDriftSim::CSCDriftSim(), Qjets::d_ij(), LzmaFile::DecodeBuffer(), GenericAverageDeDxEstimator::dedx(), GenericTruncatedAverageDeDxEstimator::dedx(), ASmirnovDeDxDiscriminator::dedx(), ProductDeDxDiscriminator::dedx(), SmirnovDeDxDiscriminator::dedx(), HFDarkening::degradation(), HBHEDarkening::degradationYear(), TTStubAlgorithm_official< T >::degradeBend(), AlcaBeamSpotManager::delta(), deltaR(), PFBenchmarkAlgo::deltaR(), CalibratableTest::deltaR(), MuScleFitUtils::deltaR(), GflashHadronShowerProfile::depthScale(), reco::tau::PFRecoTauDiscriminationByMVAIsolationRun2::discriminate(), CandidateChargeBTagComputer::discriminator(), VertexDistanceXY::distance(), external::HEPTopTaggerV2_fixed_R::djademod(), CMSCGEN::dNdEmudEnu(), CSCSkim::doCSCSkimming(), SiPixelGainCalibrationAnalysis::doFits(), CSCSkim::doMessyEventSkimming(), IsoValueMapProducer< T >::doMiniIso(), EvolutionECAL::DoseLongitudinalProfile(), DTOfflineSummaryClients::dqmEndJob(), DTChamberEfficiencyClient::dqmEndJob(), DTConfigLUTs::DSPtoIEEE32(), DSPtoIEEE32(), EcalPulseSymmCovariancesXMLTranslator::dumpXML(), MuScleFit::duringFastLoop(), EcalPulseCovariance::EcalPulseCovariance(), EcalSampleMask::EcalSampleMask(), DAClusterizerInZ::Eik(), reco::InverseCrosstalkMatrix::element(), CordicXilinx::encodeAngle(), cms::MinBias::endJob(), HOCalibAnalyzer::endJob(), AlcaBeamMonitor::endLuminosityBlock(), Vx3DHLTAnalyzer::endLuminosityBlock(), ZeeCalibration::endOfJob(), ZeeCalibration::endOfLoop(), GenXSecAnalyzer::endRun(), trigger::TriggerObject::energy(), energyError(), 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(), PFMETAlgorithmMVA::evaluateMVA(), ClusterShapeAlgo::f51(), EcalClusterToolsT< noZS >::f51(), ClusterShapeAlgo::f53(), EcalClusterToolsT< noZS >::f53(), ClusterShapeAlgo::f55(), EcalClusterToolsT< noZS >::f55(), fcn(), BPHWriteSpecificDecay::fill(), DAClusterizerInZ::fill(), DAClusterizerInZ_vect::fill(), DAClusterizerInZT_vect::fill(), AdHocNTupler::fill(), HMassVSPart::Fill(), HcalTB04Analysis::fillBuffer(), MaterialBudgetHGCalHistos::fillEndTrack(), MaterialBudgetTrackerHistos::fillEndTrack(), dqm::TrackAnalyzer::fillHistosForState(), TrackerValidationVariables::fillHitQuantities(), MuonShowerInformationFiller::fillHitsByStation(), ApeEstimator::fillHitVariables(), reco::tau::fillIsoMVARun2Inputs(), StripCPE::fillParams(), popcon::EcalPulseSymmCovariancesHandler::fillSimPulseSymmCovariance(), PrimaryVertexValidation::fillTrackHistos(), SimpleSystematicsAnalyzer::filter(), CosmicGenFilterLowE::filter(), ChargedHadronTrackResolutionFilter::filter(), GenLeadTrackFilter::filter(), CSCEfficiency::filter(), OMTFResult::finalise(), DAClusterizerInZT_vect::find_nearest(), ConversionFinder::findBestConversionMatch(), SETFilter::findChi2(), TtFullLepKinSolver::FindCoeff(), CSCValidation::findNonAssociatedRecHits(), SETFilter::findParabolaMinimum(), LASPeakFinder::FindPeakIn(), SiStripElectronSeedGenerator::findSeedsFromCluster(), MuonResiduals1DOFFitter::fit(), MuonResidualsAngleFitter::fit(), MuonResidualsBfieldAngleFitter::fit(), MuonResidualsPositionFitter::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(), get_compensation(), DAClusterizerInZT_vect::get_Tc(), PtAssignmentEngineAux2017::getCLCT(), EcalTPGParamBuilder::getCoeff(), ConversionFinder::getConversionInfo(), pat::PATIsolatedTrackProducer::getDeDx(), Tau3MuReco::getDeltaR(), DeviationsFromFileSensor2D::getDevis(), PtAssignmentEngineAux2017::getdTheta(), ZdcShowerLibrary::getEnergyFromLibrary(), EcalHaloAlgo::GetHaloClusterCandidateEE(), pftools::LinearCalibrator::getHessian(), HFShowerParam::getHits(), G4ProcessHelper::GetInclusiveCrossSection(), Tau3MuReco::getInvariantMass(), EcalLaserDbService::getLaserCorrection(), PFMuonAlgo::getMinMaxMET2(), popcon::EcalPulseSymmCovariancesHandler::getNewObjects(), popcon::EcalADCToGeVHandler::getNewObjects(), PtAssignmentEngineAux2017::getNLBdPhiBin(), AngleConverter::getProcessorPhi(), HLTScalersClient::getSlope_(), pftools::ParticleDeposit::getTargetFunctionContrib(), PtAssignmentEngineAux2017::getTheta(), L1TTauOffline::getTightMuons(), HGCFEElectronics< DFr >::getTimeJitter(), HcalTB02HcalNumberingScheme::getUnitID(), EcalClusterLocalContCorrection::getValue(), EcalClusterCrackCorrection::getValue(), HiEvtPlaneFlatten::getW(), JetCharge::getWeight(), CachedTrajectory::getWideTrajectory(), DTNoiseComputation::getYMaximum(), HFGflash::gfParameterization(), ConvBremSeedProducer::GoodCluster(), Pythia8::PowhegHooksBB4L::gSplittingScale(), dEdxHitAnalyzer::harmonic2(), HFCherenkov::HFCherenkov(), HGCalBestChoiceCodecImpl::HGCalBestChoiceCodecImpl(), HGCalTriggerCellBestChoiceCodecImpl::HGCalTriggerCellBestChoiceCodecImpl(), HGCalTriggerCellThresholdCodecImpl::HGCalTriggerCellThresholdCodecImpl(), HGCFEElectronics< DFr >::HGCFEElectronics(), HitDigitizerFP420::HitDigitizerFP420(), L1TMuonBarrelKalmanAlgo::hitPattern(), MuonChamberResidual::hitposition(), PixelTemplateSmearerBase::hitsMerge(), HLTElectronPixelMatchFilter::HLTElectronPixelMatchFilter(), HLTDeDxFilter::hltFilter(), HLTPixelClusterShapeFilter::hltFilter(), HLTVertexFilter::hltFilter(), EGammaMvaEleEstimator::IDIsoCombinedMvaValue(), HadronicProcessHelper::inclusiveCrossSection(), EvolutionECAL::InducedAbsorptionHadronic(), 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(), TkRadialStripTopology::localError(), CSCRadialStripTopology::localError(), Phase2StripCPEGeometric::localParameters(), CSCRadialStripTopology::localPitch(), CSCRadialStripTopology::localStripLength(), TkRadialStripTopology::localStripLength(), l1t::Stage1TauIsolationLUT::lutAddress(), l1t::Stage1TauIsolationLUT::lutPayload(), HadronicProcessHelper::m_phaseSpace(), LRHelpFunctions::makeAndFitPurityHists(), LRHelpFunctions::makeAndFitSoverSplusBHists(), SimplePointingConstraint::makeDerivative(), SmartPointingConstraint::makeDerivative(), HSCPValidator::makeGenPlots(), PVValHelper::makeLogBins(), MuIsoValidation::MakeLogBinsForProfile(), HcalDbHardcode::makePedestalWidth(), BTLUncalibRecHitAlgo::makeRecHit(), HSCPValidator::makeRecoPlots(), FFTGenericScaleCalculator::mapFFTJet(), ErrorsPropagationAnalyzer::massResolution(), MuScleFitUtils::massResolution(), CaloParticle::massSqr(), SimCluster::massSqr(), TrackingParticle::massSqr(), gen::JetMatchingMGFastJet::match(), MuonIdTruthInfo::matchChi2(), JetPlusTrackCorrector::matchElectrons(), 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()(), round_string::operator()(), SmsModeFinder3d::operator()(), RK4PreciseStep::operator()(), CordicXilinx::operator()(), SortMuonSegmentMatches::operator()(), reco::parser::power_of< T >::operator()(), ESShape::operator()(), reco::parser::pow_f::operator()(), FsmwModeFinder3d::operator()(), TtHadLRSignalSelObservables::operator()(), TtSemiLRSignalSelObservables::operator()(), SaturationFcn::operator()(), CalculateHLT::operator()(), Calculate_miniAOD::operator()(), std::hash< std::tuple<> >::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< C >::PerformAnalyticFit(), PetrukhinFunc(), fastsim::MuonBremsstrahlung::PetrukhinFunc(), L1GctJetFinderParams::pfCorrect(), PFMultiDepthClusterizer::PFMultiDepthClusterizer(), PFRecHitCaloNavigatorWithTime< EEDetId, EcalEndcapTopology >::PFRecHitCaloNavigatorWithTime(), G4ProcessHelper::PhaseSpace(), TopologyWorker::planes_sphe(), TopologyWorker::planes_sphe_wei(), MuonResiduals1DOFFitter::plot(), MuonResiduals5DOFFitter::plot(), MuonResiduals6DOFrphiFitter::plot(), MuonResiduals6DOFFitter::plot(), FullModelReactionDynamics::Poisson(), SymmetryFit::pol2_from_pol3(), G4ProcessHelper::Pom(), MultiTrackVertexLinkKinematicConstraint::positionDerivative(), MultiTrackPointingKinematicConstraint::positionDerivative(), L1GctJetFinderParams::powerSeriesCorrect(), commonAnTS::prettyPrintUnits(), primitive(), TrackerMap::printall(), SiPixelRecHitQuality::Packing::probabilityQ(), SiPixelRecHitQuality::Packing::probabilityXY(), l1t::Stage2TowerDecompressAlgorithmFirmwareImp1::processEvent(), AlignmentMonitorMuonSystemMap1D::processMuonResidualsFromTrack(), HIBestVertexProducer::produce(), DistortedMuonProducerFromDB::produce(), ParticleLevelProducer::produce(), CastorFastTowerProducer::produce(), EcalIsolatedParticleCandidateProducer::produce(), CastorFastClusterProducer::produce(), FSRWeightProducer::produce(), ShallowClustersProducer::produce(), SiStripRegFEDSelector::produce(), HLTScoutingPFProducer::produce(), CastorClusterProducer::produce(), FFTJetEFlowSmoother::produce(), GoodSeedProducer::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce(), ecaldqm::LedClient::producePlots(), CachedTrajectory::propagateForward(), EMECALShowerParametrization::pSam(), CSCTFPtMethods::Pt3StnChiSq(), PtHatEmpReweightUserHook::PtHatEmpReweightUserHook(), LA_Filler_Fitter::pull(), pulse_raw(), EcalUncalibRecHitRecAnalFitAlgo< EBDataFrame >::pulseShapeFunction(), EcalUncalibRecHitFixedAlphaBetaAlgo< C >::pulseShapeFunction(), TFParams::pulseShapepj(), TFParams::pulseShapepj2(), reco::EvtPlane::q(), ApeEstimator::radialPositionAndError2(), RPCpg::rate(), cscdqm::Summary::ReadReportingChambersRef(), gen::PyquenHadronizer::readSettings(), FedRawDataInputSource::readSupervisor(), EcalTPGParamBuilder::realignBaseline(), CSCEfficiency::recHitSegment_Efficiencies(), Conv4HitsReco2::Reconstruct(), ParabolaFit::result(), reco::BeamSpot::rotatedCovariance3D(), EcalUncalibRecHitWorkerRatio::run(), EcalUncalibRecHitWorkerGlobal::run(), EcalUncalibRecHitWorkerMultiFit::run(), HIPAlignmentAlgorithm::run(), cms::CSJetProducer::runAlgorithm(), PVFitter::runBXFitter(), PVFitter::runFitter(), BeamFitter::runPVandTrkFitter(), UrbanMscModel93::SampleCosineTheta(), TopologyWorker::sanda(), Pythia8::PowhegHooksBB4L::scaleResonance(), CTPPSFastTrackingProducer::SearchTrack(), MuonHitsChamberResidual::segment_fit(), MultiTrackSelector::select(), HIMultiTrackSelector::select(), TriggerObjectTableProducer::SelectedObject::SelectedObject(), MuonResidualsFitter::selectPeakResiduals(), HDRShower::setFuncParam(), HGCUncalibratedRecHit::setJitterError(), EcalUncalibratedRecHit::setJitterError(), l1t::PhysicsToBitConverter::SetObject(), HGCRecHit::setOutOfTimeEnergy(), TrackerMap::setRange(), MuonTrackDT2ChamberResidual::setSegmentResidual(), MuonTrackDT13ChamberResidual::setSegmentResidual(), MuonTrackCSCChamberResidual::setSegmentResidual(), L1Analysis::L1AnalysisL1UpgradeTfMuon::SetTfMuon(), l1t::CaloParamsHelperO2O::setTowerNBitsE(), l1t::CaloParamsHelper::setTowerNBitsE(), l1t::CaloParamsHelperO2O::setTowerNBitsH(), l1t::CaloParamsHelper::setTowerNBitsH(), l1t::CaloParamsHelperO2O::setTowerNBitsRatio(), l1t::CaloParamsHelper::setTowerNBitsRatio(), l1t::CaloParamsHelperO2O::setTowerNBitsSum(), l1t::CaloParamsHelper::setTowerNBitsSum(), CovarianceMatrix::setupMatrix(), HGCalImagingAlgo::shareEnergy(), OMTFinput::shiftMyPhi(), SigmaPt::sigma(), WeakEffectsWeightProducer::sigma0_qqbarll(), resolutionFunction46< T >::sigmaPt(), resolutionFunction57< T >::sigmaPt(), resolutionFunctionType46< T >::sigmaPt(), resolutionFunctionType47< T >::sigmaPt(), resolutionFunctionType45< T >::sigmaPtError(), resolutionFunctionType46< T >::sigmaPtError(), resolutionFunctionType47< T >::sigmaPtError(), HGCalShowerShape::sigmaRRMax(), HGCalShowerShape::sigmaRRTot(), HGCalShowerShape::sigmaXX(), L1GctJetFinderParams::simpleCorrect(), 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(), DTDigitizer::storeDigis(), sistrip::MeasureLA::summarize_module_muH_byLayer(), TrackEfficiencyMonitor::testSTATracks(), TrackEfficiencyMonitor::testTrackerTracks(), HGCRecHit::timeError(), EcalRecHit::timeError(), TtFullLepKinSolver::TopRec(), PFMuonAlgo::tracksPointingAtMET(), PFMuonAlgo::tracksWithBetterMET(), TrackVertexArbitration< VTX >::trackVertexArbitrator(), TtFullHadSignalSel::TtFullHadSignalSel(), FullModelReactionDynamics::TwoCluster(), EcalTPGParamBuilder::uncodeWeight(), PtAssignmentEngineAux2017::unpack8bMode15(), PtAssignmentEngineAux2017::unpackCLCT(), PtAssignmentEngineAux2017::unpackSt1Ring2(), PtAssignmentEngineAux2017::unpackTheta(), EcalSimHitsValidProducer::update(), HcalTB02Analysis::update(), DAClusterizerInZ::update(), ZdcTestAnalysis::update(), CastorTestAnalysis::update(), DAClusterizerInZ_vect::update(), DAClusterizerInZT_vect::update(), L1MuonPixelTrackFitter::valInversePt(), MultiTrackVertexLinkKinematicConstraint::value(), MultiTrackPointingKinematicConstraint::value(), 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().
Referenced by primitive().
Definition at line 49 of file Factorize.h.
Referenced by primitive().
Definition at line 66 of file Factorize.h.
References TEMPL().
Referenced by get(), and primitive().
Referenced by primitive().
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 | ( | 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 | ( | 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 | ( | TYPX | , |
SQRT_S(X) | , | ||
PRIMIT(X, POWER_S(X, FRACT_S(1, 2))) | , | ||
(fract< 2, 3 >()*pow(_._, fract< 3, 2 >())) | |||
) |
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 | ( | TYPXT2 | , |
SUM_S(A, B) | , | ||
SUM(PRIMIT(X, A), PRIMIT(X, B)) | , | ||
primitive< X > | _._1)+primitive< X >(_._2 | ||
) |
Definition at line 46 of file Primitive.h.
References crabWrapper::_, A, abs(), ABS, B, cos(), COS, COS_S, DIFF(), EXP, EXP_S, FRACT, FRACT_S, funct::ConstPrimitive< X, F >::get(), log(), LOG, LOG_S, m, MINUS, MINUS_S(), gen::n, NUM(), pow(), POWER(), POWER_S(), PRIMIT(), PRIMIT_RULE(), PROD(), RATIO, RATIO_S, SGN_S, sin(), SIN, SIN_S, SQRT_S, SUM, SUM_S, tan(), TAN, TAN_S, TYPX, TYPXN1, TYPXN2, TYPXT1, TYPXT2, and relativeConstraints::value.
Definition at line 122 of file Factorize.h.
References crabWrapper::_, GET(), reco::get(), MINUS_S(), TEMPL(), and value.
Definition at line 155 of file Factorize.h.
References crabWrapper::_, GET(), reco::get(), PROD_S(), and value.
Definition at line 21 of file Sgn.h.
References funct::Sgn< T >::compose().
Definition at line 22 of file Sin.h.
References funct::Sin< T >::compose().
Referenced by GflashTrajectory::_cacheSinesAndCosines(), GflashTrajectory::_refreshCache(), egPM::AbsEtaNrClusEt::AbsEtaNrClusEt(), EgammaHLTHcalIsolation::acceptHit_(), FullModelReactionDynamics::AddBlackTrackParticles(), fireworks::addCircle(), fireworks::addDashedArrow(), fireworks::addDashedLine(), PreshowerHitMaker::addHit(), HcalHitMaker::addHit(), EcalHitMaker::addHit(), EcalHitMaker::addHitDepth(), metsig::significanceAlgo::addObjects(), Hector::addPartToHepMC(), CTPPSHector::addPartToHepMC(), MuonCSCChamberResidual::addResidual(), FWMuonDetailView::addSceneInfo(), fireworks::addStraightLineSegment(), algorithm(), myFastSimVal::analyze(), EcalEBTrigPrimAnalyzer::analyze(), ElectronTagProbeAnalyzer::analyze(), OuterTrackerMonitorTrackingParticles::analyze(), EcalPileUpDepMonitor::analyze(), ValidationMisalignedTracker::analyze(), ElectronSeedAnalyzer::analyze(), MuonSeedsAnalyzer::analyze(), RecoMuonValidator::analyze(), EcalTrigPrimAnalyzer::analyze(), edm::FlatEGunASCIIWriter::analyze(), TrackBuildingAnalyzer::analyze(), L1GctValidation::analyze(), TrackParameterAnalyzer::analyze(), HGCalShowerSeparation::analyze(), EnergyScaleAnalyzer::analyze(), DQMSourcePi0::analyze(), HGCGeometryValidation::analyze(), TestOutliers::analyze(), EcalTPGParamBuilder::analyze(), DisplayGeom::analyze(), PhotonValidator::analyze(), ResolutionAnalyzer::analyze(), EcalCosmicsHists::analyze(), HLTExoticaSubAnalysis::analyze(), MuonTrackValidator::analyze(), HGCalHitValidation::analyzeHGCalRecHit(), HGCalSimHitValidation::analyzeHits(), ThirdHitPredictionFromCircle::angle(), CSCAlignmentCorrections::applyAlignment(), CTPPSHector::ApplyBeamCorrection(), EMEnrichingFilterAlgo::applyBFieldCurv(), doubleEMEnrichingFilterAlgo::applyBFieldCurv(), HPSPFRecoTauAlgorithm::applyElectronRejection(), AreaSeededTrackingRegionsBuilder::Area::Area(), Thrust::axis(), BeamHaloPairGenerator::BeamHaloPairGenerator(), BeamSpotTransientTrackingRecHit::BeamSpotTransientTrackingRecHit(), BremsstrahlungSimulator::brem(), fastsim::Bremsstrahlung::brem(), fastsim::MuonBremsstrahlung::brem(), MuonBremsstrahlungSimulator::brem(), PixelTrackBuilder::build(), FWPFEcalRecHitRPProxyBuilder::build(), FWMET3DProxyBuilder::build(), FWTauProxyBuilderBase::buildBaseTau(), CaloRecoTauAlgorithm::buildCaloTau(), PFRecoTauAlgorithm::buildPFTau(), MagGeoBuilderFromDDD::volumeHandle::buildPhiZSurf(), FWPFClusterRPZUtils::buildRhoPhiClusterLineSet(), FWPFClusterRPZUtils::buildRhoZClusterLineSet(), TrackProducerAlgorithm< reco::GsfTrack >::buildTrack(), FWMETProxyBuilder::buildViewType(), FWJetProxyBuilder::buildViewType(), ClusterShapeAlgo::calc_AbsZernikeMoment(), EcalClusterToolsT< noZS >::calc_AbsZernikeMoment(), pat::PATPackedCandidateProducer::calcDxy(), HLTEcalResonanceFilter::calcPaircluster(), calcPzeta(), ClusterShapeAlgo::Calculate_lat(), TBPositionCalc::CalculateCMSPos(), OptOOpticalSquare::calculateFaces(), LASAlignmentTubeAlgorithm::CalculateParameters(), LASEndcapAlgorithm::CalculateParameters(), CSCPairResidualsConstraint::calculatePhi(), ThirdHitPrediction::calculateRangesBarrel(), ThirdHitPrediction::calculateRangesForward(), CandidatePointSeededTrackingRegionsProducer::CandidatePointSeededTrackingRegionsProducer(), reco::GhostTrackPrediction::cartesianError(), TwoBodyDecayModel::cartesianSecondaryMomenta(), 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(), 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(), doubleEMEnrichingFilterAlgo::deltaRxyAtEE(), egammaisolation::EgammaRecHitExtractor::deposit(), egammaisolation::EgammaHcalExtractor::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(), DDEcalPreshowerAlgo::doLadders(), doPos(), 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(), TrackerMap::drawModule(), TEveEllipsoidProjectedGL::DrawRhoZ(), RunManagerMT::DumpMagneticField(), RunManager::DumpMagneticField(), Pi0FixedMassWindowCalibration::duringLoop(), ZeeCalibration::duringLoop(), TrackingParticleIP::dxy(), pat::PackedGenParticle::dxy(), pat::PackedCandidate::dxy(), IdealCastorTrapezoid::dy(), pat::PackedGenParticle::dz(), pat::PackedCandidate::dz(), CaloTauElementsOperators::EcalRecHitsInAnnulus(), CaloTauElementsOperators::EcalRecHitsInCone(), EcalTBMCInfoProducer::EcalTBMCInfoProducer(), EcalTPGParamBuilder::EcalTPGParamBuilder(), EcalTrapezoidParameters::EcalTrapezoidParameters(), CaloTower::emEt(), CaloTower::emP4(), LASGeometryUpdater::EndcapUpdate(), tauImpactParameter::MultiProngTauSolver::estimateNu(), fireworks::etScaledBox3DCorners(), fireworks::etTower3DCorners(), metsig::SignAlgoResolutions::eval(), metsig::SignAlgoResolutions::evalPF(), MuonCaloCompatibility::evaluate(), l1t::CorrCondition::evaluateCondition(), l1t::CorrWithOverlapRemovalCondition::evaluateCondition(), DDTIDModulePosAlgo::execute(), DDPixBarLayerAlgo::execute(), DDTECCoolAlgo::execute(), DDHCalAngular::execute(), DDTECOptoHybAlgo::execute(), DDTIBLayerAlgo::execute(), DDHCalTestBeamAlgo::execute(), DDHCalTBZposAlgo::execute(), DDTIDModuleAlgo::execute(), DDTrackerLinear::execute(), DDGEMAngular::execute(), DDTIBLayerAlgo_MTCC::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDPixFwdDiskAlgo::execute(), DDPixPhase1FwdDiskAlgo::execute(), DDHCalXtalAlgo::execute(), DDHCalTBCableAlgo::execute(), DDTECModuleAlgo::execute(), DDTECPhiAltAlgo::execute(), DDTrackerAngular::execute(), DDTrackerPhiAlgo::execute(), DDTrackerPhiAltAlgo::execute(), DDTrackerAngularV1::execute(), DDTIDRingAlgo::execute(), DDCutTubsFromPoints::execute(), DDLinear::execute(), DDAngular::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(), GenSpecificAlgo::fillCommonMETData(), MuScleFit::fillComparisonHistograms(), MuonSimHitsValidAnalyzer::fillDT(), L1TStage2CaloLayer2Offline::fillEnergySums(), HcalHardcodeGeometryLoader::fillHBHO(), HcalFlexiHardcodeGeometryLoader::fillHBHO(), HcalHardcodeGeometryLoader::fillHE(), HcalFlexiHardcodeGeometryLoader::fillHE(), HcalHardcodeGeometryLoader::fillHF(), HcalFlexiHardcodeGeometryLoader::fillHF(), dqm::TrackAnalyzer::fillHistosForState(), TrackerValidationVariables::fillHitQuantities(), HFShowerLibrary::fillHits(), AlCaHOCalibProducer::fillHOStore(), reco::Mustache::FillMustacheVar(), PrimaryVertexValidation::fillTrackHistos(), EnergyScaleAnalyzer::fillTree(), DTSurvey::FillWheelInfo(), TwoTrackMinimumDistanceHelixHelix::finalPoints(), TwoTrackMinimumDistanceHelixLine::finalPoints(), SETFilter::find3MoreStartingPoints(), spr::findDetIdCalo(), spr::findDetIdECAL(), spr::findDetIdHCAL(), SETFilter::findMinChi2(), SiStripElectronSeedGenerator::findSeedsFromCluster(), TrackerSystematicMisalignments::findSystematicMis(), tauImpactParameter::TauA1NuConstrainedFitter::fit(), BSFitter::Fit_d0phi(), OutInConversionSeedFinder::fixPointRadius(), SpecialCylindricalMFGrid::fromGridFrame(), fromPtEtaPhiToPxPyPz(), MuScleFitUtils::fromPtEtaPhiToPxPyPz(), DDAngular::fUnitVector(), FWExpressionValidator::FWExpressionValidator(), FWLegoCandidate::FWLegoCandidate(), FWLegoEvePFCandidate::FWLegoEvePFCandidate(), gen::Pythia6JetGun::generateEvent(), gen::Pythia6PartonPtGun::generateEvent(), gen::Pythia6PtGun::generateEvent(), FullModelReactionDynamics::GenerateNBodyEvent(), gen::Py8PtGun::generatePartonsAndHadronize(), gen::Py8EGun::generatePartonsAndHadronize(), gen::Py8JetGun::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), LaserBeamsTEC2::GeneratePrimaries(), LaserBeamsBarrel::GeneratePrimaries(), LaserBeamsTEC1::GeneratePrimaries(), FullModelReactionDynamics::GenerateXandPt(), LASEndcapAlgorithm::GetAlignmentParameterCorrection(), heppy::Apc::getApcJetMetMin(), calib::CalibElectron::getCalibModulesWeights(), ConvertedPhotonProducer::getCircleCenter(), ConversionFinder::getConversionInfo(), FastTimeDDDConstants::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(), pftools::CaloEllipse::getMajorMinorAxes(), WtoLNuSelector::getMt(), 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(), EgammaHLTHcalIsolation::getSum(), LASAlignmentTubeAlgorithm::GetTEC2TECAlignmentParameterCorrection(), HcalDDDRecConstants::getThickActive(), LASAlignmentTubeAlgorithm::GetTIBTOBAlignmentParameterCorrection(), HcalTB02HcalNumberingScheme::getUnitID(), CachedTrajectory::getWideTrajectory(), HFGflash::gfParameterization(), CaloTower::hadEt(), CaloTower::hadP4(), BaseParticlePropagator::helixCentreX(), HGCMouseBite::HGCMouseBite(), CSCMake2DRecHit::hitFromStripAndWire(), RectangularEtaPhiTrackingRegion::hits(), CosmicTrackingRegion::hits_(), HLTEgammaGenericQuadraticEtaFilter::hltFilter(), HLTEgammaGenericQuadraticFilter::hltFilter(), GflashHadronShowerProfile::hoProfile(), MSLayersKeeperX0Averaged::init(), PreshowerStrip::initCorners(), IdealCastorTrapezoid::initCorners(), Thrust::initialAxis(), DDHCalTestBeamAlgo::initialize(), DDHCalEndcapAlgo::initialize(), AlignableBeamSpot::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(), EgammaHLTEcalIsolation::isolPtSum(), EgammaHLTHcalIsolationDoubleCone::isolPtSum(), IsotropicR3(), jacobianCurvilinearToCartesian(), SimG4HcalValidation::jetAnalysis(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), hitfit::Gentop_Args::kt_res_str(), reco::HcalIsolatedTrackCandidate::l1jetp(), EcalClusterToolsT< noZS >::lat(), OuterDetCompatibility::loc_dist(), TruncatedPyramid::localCorners(), IdealCastorTrapezoid::localCorners(), DTBtiCard::localDirection(), DTTracoCard::localDirection(), CSCRadialStripTopology::localError(), TkRadialStripTopology::localError(), CSCLayerGeometry::localError(), CSCRadialStripTopology::localPitch(), Conv4HitsReco2::LocalTransformation(), HGCalDDDConstants::locateCellTrap(), GflashEMShowerProfile::locateHitPosition(), GflashHadronShowerProfile::locateHitPosition(), CTPPSHector::LorentzBoost(), CTPPSFastTrackingProducer::LorentzBoost(), edm::RandomtXiGunProducer::make_particle(), SteppingHelixPropagator::makeAtomStep(), FWRPZViewGeometry::makeCaloOutlineRhoPhi(), CaloTowerHardcodeGeometryLoader::makeCell(), CastorHardcodeGeometryLoader::makeCell(), HcalDDDGeometryLoader::makeCell(), BremRecoveryClusterAlgo::makeIslandSuperClusters(), HiBremRecoveryClusterAlgo::makeIslandSuperClusters(), Multi5x5BremRecoveryClusterAlgo::makeIslandSuperClusters(), PiZeroAnalyzer::makePizero(), cms::makeRotation3D(), DDLRotationAndReflection::makeX(), DDLRotationAndReflection::makeY(), DDLRotationAndReflection::makeZ(), ErrorsPropagationAnalyzer::massResolution(), MuScleFitUtils::massResolution(), FastTrackerRecHitMatcher::match(), ThirdHitPredictionFromCircle::HelixRZ::maxCurvature(), 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(), 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()(), ClusterEtLess::operator()(), BeamSpotAlignmentDerivatives::operator()(), fftjetcms::PtEtaP4Builder::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), reco::parser::sin_f::operator()(), TtHadLRSignalSelObservables::operator()(), fftjetcms::EnergyEtaP4Builder::operator()(), TtSemiLRSignalSelObservables::operator()(), reco::tau::RecoTauPiZeroStripPlugin2::operator()(), reco::tau::RecoTauPiZeroStripPlugin3::operator()(), reco::isodeposit::Direction::operator+(), SimG4HcalHitCluster::operator+=(), reco::PreshowerCluster::operator<(), hitfit::operator<<(), reco::GhostTrackPrediction::origin(), CaloTower::outerEt(), CaloTower::p4(), CaloTower::p4_HO(), pat::PackedCandidate::packVtx(), 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(), primitive(), printRot(), HcalDDDSimConstants::printTileHB(), TrajSeedMatcher::processSeed(), edm::FlatRandomMultiParticlePGunProducer::produce(), edm::RandomMultiParticlePGunProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::GaussRandomPThetaGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), ElectronSqPtTkIsolationProducer::produce(), DistortedMETProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::ExpoRandomPGunProducer::produce(), EcalDigiSelector::produce(), FSRWeightProducer::produce(), edm::FlatRandomPtAndDxyGunProducer::produce(), PreshowerClusterShapeProducer::produce(), PreshowerPhiClusterProducer::produce(), PreshowerClusterProducer::produce(), HFRecoEcalCandidateAlgo::produce(), PiZeroDiscriminatorProducer::produce(), HLTCaloTowerHtMhtProducer::produce(), pf2pat::PFMETAlgo::produce(), EgammaHLTEcalRecIsolationProducer::produce(), HLTMhtProducer::produce(), HLTHtMhtProducer::produce(), EgammaEcalRecHitIsolationProducer::produce(), EgammaSCCorrectionMaker::produce(), HiEgammaSCCorrectionMaker::produce(), HLTTrackMETProducer::produce(), EgammaIsoESDetIdCollectionProducer::produce(), EgammaIsoHcalDetIdCollectionProducer::produce(), NoPileUpPFMEtDataProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), SeedToTrackProducer::produce(), L2MuonSeedGeneratorFromL1T::produce(), L2MuonSeedGenerator::produce(), pat::PATMHTProducer::produce(), TkMSParameterizationBuilder::produce(), JetCrystalsAssociator::produce(), EvtPlaneProducer::produce(), TestHits::projectHit(), TestSmoothHits::projectHit(), TestTrackHits::projectHit(), SiStripRecHitsValid::projectHit(), GlobalRecHitsAnalyzer::projectHit(), GlobalRecHitsProducer::projectHit(), SiStripTrackingRecHitsValid::projectHit(), Strip1DMeasurementTransformator::projectionMatrix(), SiStripElectronAlgo::projectPhiBand(), 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(), 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(), KFBasedPixelFitter::run(), PFSpecificAlgo::run(), EcalRecHitWorkerRecover::run(), PFPhotonAlgo::RunPFPhoton(), UrbanMscModel93::SampleCosineTheta(), UrbanMscModel93::SampleScattering(), scaleFunction50< T >::scale(), scaleFunctionType50< T >::scale(), scaleToEt(), BSFitter::scanPDF(), L1Analysis::L1AnalysisRecoCluster::Set(), BetafuncEvtVtxGenerator::setBoost(), PFElectronAlgo::SetCandidates(), EcalDeadCellTriggerPrimitiveFilter::setEvtRecHitstatus(), HDRShower::setHit(), PFElectronAlgo::SetIDOutputs(), TFitParticleEtThetaPhi::setIni4Vec(), TFitParticleEtEtaPhi::setIni4Vec(), PFElectronAlgo::SetLinks(), LaserBeamsBarrel::setOptPhotonPolar(), LaserBeamsTEC1::setOptPhotonPolar(), LaserBeamsTEC2::setOptPhotonPolar(), HcalForwardAnalysis::setPhotons(), 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(), sqr(), l1t::Stage1Layer2EtSumAlgorithmImpHI::Stage1Layer2EtSumAlgorithmImpHI(), l1t::Stage1Layer2EtSumAlgorithmImpHW::Stage1Layer2EtSumAlgorithmImpHW(), l1t::Stage1Layer2EtSumAlgorithmImpPP::Stage1Layer2EtSumAlgorithmImpPP(), l1t::Stage1Layer2FlowAlgorithm::Stage1Layer2FlowAlgorithm(), metsig::significanceAlgo::subtractObjects(), TangentCircle::TangentCircle(), HcalTestAnalysis::timeOfFlight(), HcalTB04Analysis::timeOfFlight(), spr::timeOfFlight(), SiStripFineDelayTOF::timeOfFlightBeamB(), SiStripFineDelayTOF::timeOfFlightCosmicB(), TkRotation< align::Scalar >::TkRotation(), SpecialCylindricalMFGrid::toGridFrame(), align::toMatrix(), track_associator::trackAssociationChi2(), reco::trackingParametersAtClosestApproachToBeamSpot(), MTDNavigableLayer::trackingRange(), MuonNavigableLayer::trackingRange(), SeedForPhotonConversionFromQuadruplets::trajectorySeed(), SeedForPhotonConversion1Leg::trajectorySeed(), TFitParticleEtEtaPhi::transform(), TFitParticleEtThetaPhi::transform(), OpticalObject::transformCylindrical2Cartesian(), DDG4SolidConverter::trunctubs(), TtFullHadSignalSel::TtFullHadSignalSel(), 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 13 of file Square.h.
References pow().
Referenced by MonopoleTransportation::AlongStepGetPhysicalInteractionLength(), ThirdHitPredictionFromCircle::angle(), HitPairGeneratorFromLayerPairForPhotonConversion::checkRZCompatibilityWithSeedTrack(), RectangularEtaPhiTrackingRegion::checkRZOld(), ThirdHitPredictionFromCircle::curvature(), RectangularEtaPhiTrackingRegion::estimator(), FullModelReactionDynamics::GenerateXandPt(), HitPairGeneratorFromLayerPairForPhotonConversion::getPhiRange(), CAHitTripletGenerator::hitNtuplets(), CAHitQuadrupletGenerator::hitNtuplets(), HitPairGeneratorFromLayerPairForPhotonConversion::hitPairs(), ThirdHitCorrection::init(), SeedForPhotonConversion1Leg::initialError(), SeedFromConsecutiveHitsCreator::initialError(), JacobianLocalToCartesian::JacobianLocalToCartesian(), SeedFromConsecutiveHitsCreator::makeSeed(), RKCurvilinearDistance< T, N >::momentum(), RKCurvilinearDistance< T, N >::operator()(), ThirdHitZPrediction::operator()(), ThirdHitPredictionFromCircle::phi(), InnerDeltaPhi::phiRange(), ThirdHitPredictionFromCircle::HelixRZ::rAtZ(), reco::GhostTrackVertexFinder::reassignTracks(), PrimaryVertexResolution::Resolution::Resolution(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::selectPriVtxCompatibleWithTrack(), MSLayersKeeperX0AtEta::setX0(), reco::SequentialGhostTrackFitter::stable(), MSLayersAtAngle::sumX0D(), ThirdHitPredictionFromCircle::transverseIP(), reco::GhostTrackVertexFinder::vertexCompat(), reco::TrackGhostTrackState::vertexStateOnGhostTrack(), reco::TrackGhostTrackState::vertexStateOnMeasurement(), and ThirdHitPredictionFromCircle::HelixRZ::zAtR().
Definition at line 22 of file Sqrt.h.
References funct::Sqrt< T >::compose().
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().
Referenced by fireworks::addRhoZEnergyProjection(), FWMuonDetailView::addSceneInfo(), algorithm(), DQMHOAlCaRecoStream::analyze(), MCPhotonAnalyzer::analyze(), OuterTrackerMonitorTrackingParticles::analyze(), TrackerHitAnalyzer::analyze(), ZMuMuEfficiency::analyze(), ValidationMisalignedTracker::analyze(), EcalPreshowerSimHitsValidation::analyze(), HGCalShowerSeparation::analyze(), HGCGeometryValidation::analyze(), SiPixelTrackResidualSource::analyze(), EcalSimHitsValidation::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(), MuonNavigationSchool::calculateEta(), DirectTrackerNavigation::calculateEta(), CandidatePointSeededTrackingRegionsProducer::CandidatePointSeededTrackingRegionsProducer(), reco::modules::TrackerTrackHitFilter::checkHitAngle(), reco::modules::TrackerTrackHitFilter::checkPXLCorrClustCharge(), TCMETAlgo::closeToElectron(), MTDRingForwardDoubleLayer::compatible(), MuRingForwardDoubleLayer::compatible(), RPCRecHitStandardAlgo::compute(), ParticleKinematicLinearizedTrackState::computeChargedJacobians(), PerigeeLinearizedTrackState::computeChargedJacobians(), tauImpactParameter::TrackHelixVertexFitter::computedxydz(), tauImpactParameter::TrackHelixVertexFitter::computeLorentzVectorPar(), ParticleKinematicLinearizedTrackState::computeNeutralJacobians(), PerigeeLinearizedTrackState::computeNeutralJacobians(), DDHCalEndcapAlgo::constructGeneralVolume(), DDHCalBarrelAlgo::constructInsideLayers(), DDHCalEndcapModuleAlgo::constructInsideModule(), DDHCalEndcapAlgo::constructInsideModule(), DDHCalEndcapAlgo::constructInsideModule0(), DDHCalBarrelAlgo::constructInsideSector(), DDHCalEndcapAlgo::constructInsideSector(), TwoBodyDecayModel::convertCurvilinearToCartesian(), TSCPBuilderNoMaterial::createFTSatTransverseImpactPointNeutral(), MuonSeedCreator::createSeed(), fireworks::createSegment(), EMEnrichingFilterAlgo::deltaRxyAtEE(), doubleEMEnrichingFilterAlgo::deltaRxyAtEE(), PF_PU_AssoMapAlgos::dR(), plot_utils::drawEtaValues(), DTBtiChip::DTBtiChip(), DTTrigGeom::dumpLUT(), Pi0FixedMassWindowCalibration::duringLoop(), EcalHitMaker::ecalCellLine(), ECALPositionCalculator::ecalEta(), ContainmentCorrectionAnalyzer::ecalEta(), EgammaSuperClusters::ecalEta(), EgammaObjects::ecalEta(), EcalTrapezoidParameters::EcalTrapezoidParameters(), CSCStripTopology::equationOfStrip(), CSCWireGeometry::equationOfWire(), kinem::eta(), Geom::OnePiRange< T >::eta(), RawParticle::eta(), PhotonsWithConversionsAnalyzer::etaTransformation(), SimpleConvertedPhotonAnalyzer::etaTransformation(), MCElectronAnalyzer::etaTransformation(), MCPhotonAnalyzer::etaTransformation(), MCPizeroAnalyzer::etaTransformation(), SimplePhotonAnalyzer::etaTransformation(), TkConvValidator::etaTransformation(), PhotonValidator::etaTransformation(), ConversionProducer::etaTransformation(), DDHCalTBCableAlgo::execute(), DDHCalTBZposAlgo::execute(), DDHGCalWafer::execute(), DDHGCalWaferAlgo::execute(), DDTECModuleAlgo::execute(), HcalTestAnalysis::fill(), DAClusterizerInZ::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::TTTriggerPrimitive::getCMSGlobalPoint(), L1TMuon::TriggerPrimitive::getCMSGlobalPoint(), ConversionFinder::getConversionInfo(), 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(), PythiaFilterIsolatedTrack::GetEtaPhiAtEcal(), IsolatedPixelTrackCandidateL1TProducer::GetEtaPhiAtEcal(), IsoTrig::GetEtaPhiAtEcal(), EcalTrivialConditionRetriever::getIntercalibConstantsFromConfiguration(), MixBoostEvtVtxGenerator::GetInvLorentzBoost(), BetaBoostEvtVtxGenerator::GetInvLorentzBoost(), ConversionSeedFilter::getKine(), CastorShowerLibraryMaker::GetKinematics(), SiStripFineDelayTOF::getPhi(), CastorShowerLibrary::getShowerHits(), HcalTB02HcalNumberingScheme::getUnitID(), EcalEleCalibLooper::giveLimit(), HGCSD::HGCSD(), FastTimeDDDConstants::initialize(), DDHCalBarrelAlgo::initialize(), DDHCalEndcapAlgo::initialize(), CosmicMuonGenerator::initialize(), CSCLayerGeometry::intersectionOfStripAndWire(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), HGCalGeomParameters::loadCellTrapezoid(), HcalGeomParameters::loadGeometry(), HGCalGeomParameters::loadWaferHexagon(), IdealZDCTrapezoid::localCorners(), TruncatedPyramid::localCorners(), FlatTrd::localCorners(), CSCRadialStripTopology::localError(), CSCRadialStripTopology::localPosition(), OffsetRadialStripTopology::localPosition(), fireworks::localSiStrip(), RPCtoDTTranslator::localXX(), CTPPSHector::LorentzBoost(), CTPPSFastTrackingProducer::LorentzBoost(), FWRPZViewGeometry::makeCaloOutlineRhoZ(), HcalDDDGeometryLoader::makeCell(), fireworks::makeEveJetCone(), 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+=(), ListGroups::overlayEtaReferences(), reco::Conversion::pairCotThetaSeparation(), DDHCalEndcapModuleAlgo::parameterLayer(), DDHCalEndcapAlgo::parameterLayer(), DDHCalEndcapModuleAlgo::parameterLayer0(), DDHCalEndcapAlgo::parameterLayer0(), DDHGCalHEAlgo::positionMix(), DDHGCalTBModule::positionSensitive(), DDHGCalModule::positionSensitive(), DDHGCalModuleAlgo::positionSensitive(), ConversionProducer::preselectTrackPair(), primitive(), HcalDDDSimConstants::printTileHE(), ShallowTrackClustersProducer::produce(), ConversionSeedFilterCharge::produce(), 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(), BetafuncEvtVtxGenerator::setBoost(), ME0PreRecoGaussianModel::simulateNoise(), smearFunctionBase::smearEta(), CSCLayerGeometry::stripWireIntersection(), IdealZDCTrapezoid::ta(), kinem::tanl_from_theta(), hitfit::theta_to_eta(), SiStripFineDelayTOF::timeOfFlightCosmicB(), TkRadialStripTopology::TkRadialStripTopology(), MuonNavigableLayer::trackingRange(), MTDNavigableLayer::trackingRange(), DTTrigGeomUtils::trigPos(), DTTrigGeomUtils::trigToSeg(), 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(), CSCRadialStripTopology::xOfStrip(), TkRadialStripTopology::xOfStrip(), CSCWireGeometry::yLimitsOfWirePlane(), and SiStripFineDelayTOF::z().
funct::TEMPL | ( | T1 | ) |
Definition at line 19 of file Factorize.h.
References A, GET(), and NUM().
Referenced by funct::SimplSumOrd< A, B, ProductStruct< C, D > >::combine(), get(), MINUS_S(), POWER_S(), and PROD_S().
funct::TEMPL | ( | T2 | ) |
Definition at line 26 of file Factorize.h.
funct::TEMPL | ( | N1T1 | ) |
funct::TEMPL | ( | N2T1 | ) |
funct::TEMPL | ( | N2 | ) |
funct::TEMPL | ( | N1 | ) |
funct::TEMPL | ( | T3 | ) |
funct::TEMPL | ( | T4 | ) |
funct::TEMPL | ( | XT2 | ) |
funct::TEMPL | ( | N1T2 | ) |
double funct::trapezoid_integral | ( | const F & | f, |
double | min, | ||
double | max, | ||
unsigned int | samples | ||
) |
Definition at line 20 of file NumericalIntegration.h.
References delta, f, mps_fire::i, checklumidiff::l, min(), and hcalTTPDigis_cfi::samples.
Referenced by funct::TrapezoidIntegrator::operator()().
true funct::__pad0__ |
Definition at line 29 of file Factorize.h.
X funct::__pad1__ |
Definition at line 43 of file Factorize.h.
true funct::__pad2__ |
Definition at line 73 of file Factorize.h.
X funct::__pad3__ |
Definition at line 193 of file Factorize.h.
C funct::__pad4__ |
Definition at line 199 of file Factorize.h.
X funct::A { } |
Definition at line 55 of file Factorize.h.
Referenced by primitive(), and TEMPL().
X funct::B { } |
Definition at line 29 of file Factorize.h.
Referenced by primitive().
C funct::C |
Definition at line 142 of file Factorize.h.
true funct::false |
Definition at line 35 of file Factorize.h.
Referenced by L1GtTriggerMenuConfigOnlineProd::addJetCountsCondition(), GsfElectronAlgo::addPflowInfo(), MonopoleTransportation::AlongStepGetPhysicalInteractionLength(), L1CondDBPayloadWriterExt::analyze(), L1CondDBIOVWriterExt::analyze(), ElectronMcSignalValidatorMiniAOD::analyze(), ElectronMcSignalValidator::analyze(), ElectronTagProbeAnalyzer::analyze(), ElectronAnalyzer::analyze(), L1CondDBPayloadWriter::analyze(), L1CondDBIOVWriter::analyze(), SiStripElectronAnalyzer::analyze(), L1TdeRCT::analyze(), cond::auth::Cipher::b64encrypt(), AlignmentTrackSelector::basicCuts(), FWTrackingParticleProxyBuilderFullFramework::build(), PhotonEnergyCorrector::calculate(), FWPSetTableManager::cellDataIsSortable(), FWGeometryTableManagerBase::cellDataIsSortable(), pos::PixelNameTranslation::checkFor(), TTClusterAlgorithm_neighbor< T >::Cluster(), SiStripElectronAlgo::coarseHitSelection(), pos::PixelHdwAddress::compare(), MTDTrayBarrelLayer::compatibleDets(), MuRodBarrelLayer::compatibleDets(), GsfElectronAlgo::completeElectrons(), EcalTPGParamBuilder::computeLinearizerParam(), pos::PixelConfigFile::configurationDataExists(), ElectronMomentumCorrector::correct(), reco::BeamHaloSummary::CSCLooseHaloId(), reco::BeamHaloSummary::CSCTightHaloId(), reco::BeamHaloSummary::CSCTightHaloId2015(), reco::BeamHaloSummary::CSCTightHaloIdTrkMuUnveto(), DDSolid::DDSolid(), HcalTTPDigiProducer::decision(), DDHtmlLpDetails::details(), DDHtmlMaDetails::details(), DDHtmlRoDetails::details(), DetStatus::DetStatus(), L1MetFilterRecoTreeProducer::doMetFilters(), edmtest::DQMReferenceHistogramRootFileEventSetupAnalyzer::DQMReferenceHistogramRootFileEventSetupAnalyzer(), DQMStoreStats::DQMStoreStats(), edmtest::DQMXMLFileEventSetupAnalyzer::DQMXMLFileEventSetupAnalyzer(), EcalDCCTB07UnpackingModule::EcalDCCTB07UnpackingModule(), EcalDigiProducer::EcalDigiProducer(), reco::BeamHaloSummary::EcalLooseHaloId(), EcalTBDigiProducer::EcalTBDigiProducer(), reco::BeamHaloSummary::EcalTightHaloId(), cond::auth::Cipher::encrypt(), equivalent(), ForwardMeasurementEstimator::estimate(), BarrelMeasurementEstimator::estimate(), ElectronTagProbeAnalyzer::etCut(), ElectronAnalyzer::etCut(), DQMAnalyzer::etCut(), L1ExtraParticleMapProd::evaluateForwardRapidityGap(), FWECALCaloDataDetailViewBuilder::fillData(), MTDGeometricTimingDetESModule::fillDescriptions(), TrackerGeometricDetESModule::fillDescriptions(), MTDDigiGeometryESModule::fillDescriptions(), TrackerDigiGeometryESModule::fillDescriptions(), FastTimerServiceClient::fillDescriptions(), Tau3MuMonitor::fillDescriptions(), ThroughputService::fillDescriptions(), TotemRPUVPatternFinder::fillDescriptions(), edm::PrintEventSetupContent::fillDescriptions(), CaloTowerConstituentsMapBuilder::fillDescriptions(), LumiMonitor::fillDescriptions(), GenHFHadronMatcher::fillDescriptions(), BPHMonitor::fillDescriptions(), cms::CATopJetProducer::fillDescriptions(), VirtualJetProducer::fillDescriptionsFromVirtualJetProducer(), l1t::DataWriter::fillLastTriggerKeyList(), l1t::DataWriterExt::fillLastTriggerKeyList(), TopDecaySubset::fillListing(), TopInitSubset::fillOutput(), l1t::OMDSReader::QueryResults::fillVariableFromRow(), EcalGenEvtSelectorFrag::filter(), HcalCalibTypeFilter::filter(), SinglePhotonJetPlusHOFilter::filter(), RPCRecHitFilter::filter(), ElectronSeedProducer::filterClusters(), FilterScrapingPixelProbability::FilterScrapingPixelProbability(), GenHFHadronMatcher::findHadronJets(), GenHFHadronMatcher::findInMothers(), MuonSeedBuilder::foundMatchingSegment(), FWRecoGeometryESProducer::FWRecoGeometryESProducer(), ElectronTagProbeAnalyzer::generalCut(), ElectronAnalyzer::generalCut(), DQMAnalyzer::generalCut(), GenericTriggerEventFlag::GenericTriggerEventFlag(), SiStripConfigDb::getDeviceDescriptions(), SiStripConfigDb::getFedConnections(), cond::persistency::IOV::Table::getLastIov(), pos::PixelPortcardMap::getName(), L1ConfigOnlineProdBaseExt< TRcd, TData >::getObjectKey(), L1ConfigOnlineProdBase< TRcd, TData >::getObjectKey(), HLTObjectsMonitor::getPlotPSet(), cond::persistency::IOV::Table::getRange(), RPCLBPacker::getRPCLBRecords(), reco::BeamHaloSummary::GlobalLooseHaloId(), reco::BeamHaloSummary::GlobalSuperTightHaloId2016(), reco::BeamHaloSummary::GlobalTightHaloId(), reco::BeamHaloSummary::GlobalTightHaloId2016(), DTSegmentCand::good(), reco::BeamHaloSummary::HcalLooseHaloId(), reco::BeamHaloSummary::HcalTightHaloId(), HLTHcalNZSFilter::hltFilter(), HLTHcalSimpleRecHitFilter::hltFilter(), HSCPTreeBuilder::HSCPTreeBuilder(), ElectronTagProbeAnalyzer::idCut(), DQMAnalyzer::idCut(), ElectronAnalyzer::idCut(), MuonSeedBuilder::IdentifyShowering(), reco::GsfElectron::init(), JetIDSelectionFunctor::initialize(), MuonVPlusJetsIDSelectionFunctor::initialize(), CaloSamples::isBlank(), DDBase< DDName, std::unique_ptr< DDI::Material > >::isDefined(), isLooseMuonCustom(), HcalTTPDigiProducer::isMasked(), ElectronTagProbeAnalyzer::isolationCut(), ElectronAnalyzer::isolationCut(), DQMAnalyzer::isolationCut(), JetMETDQMDCSFilter::JetMETDQMDCSFilter(), EEHitResponse::keepBlank(), ESHitResponse::keepBlank(), EBHitResponse::keepBlank(), l1t::L1TCaloStage1LutWriter::L1TCaloStage1LutWriter(), main(), EcalDeadChannelRecoveryNN< EBDetId >::makeNxNMatrice_RelDC(), EcalDeadChannelRecoveryNN< EEDetId >::makeNxNMatrice_RelDC(), EcalDeadChannelRecoveryNN< DetIdT >::makeNxNMatrice_RelMC(), gen::JetMatchingMGFastJet::match(), MuonServiceProxy::MuonServiceProxy(), operator<(), CaloCellId::operator==(), PFProducer::PFProducer(), PhotonAnalyzer::photonSelection(), ZToMuMuGammaAnalyzer::photonSelection(), pos::PixelFEDCard::PixelFEDCard(), SiStripGainFromCalibTree::processEvent(), TTClusterAssociator< T >::produce(), GsfElectronCoreProducer::produce(), HcalTTPTriggerRecord::produce(), DistortedPFCandProducer::produce(), HcalCalibFEDSelector::produce(), L1ExtraParticleMapProd::produce(), dqmBmtfAlgoSelector::L1TBMTFAlgoSelector::produce(), HiSpikeCleaner::produce(), JetDeltaRTagInfoValueMapProducer< T, I >::produce(), JetDeltaRValueMapProducer< T, C >::produce(), reco::modules::TrackerTrackHitFilter::produce(), reco::modules::CosmicTrackSplitter::produce(), SiStripElectronAlgo::projectPhiBand(), SiStripPartition::pset(), SiStripDbParams::pset(), gen::Pythia6Gun::Pythia6Gun(), EcalTPGParamBuilder::realignBaseline(), EcalDeadChannelRecoveryNN< DetIdT >::recover(), FWConversionProxyBuilder::requestCommon(), FWElectronProxyBuilder::requestCommon(), FWJetProxyBuilder::requestCommon(), pos::PixelNameTranslation::ROCexists(), MuonSeedCleaner::SeedCandidates(), cond::persistency::IOV::Table::select(), ElectronTagProbeAnalyzer::selected(), DQMAnalyzer::selected(), ElectronAnalyzer::selected(), SelectedElectronFEDListProducer< TEle, TCand >::SelectedElectronFEDListProducer(), GsfElectronAlgo::setAmbiguityData(), GsfElectronAlgo::setCutBasedPreselectionFlag(), Selector< edm::Ptr< reco::Photon > >::setIgnoredCuts(), SimpleEventFilter::SimpleEventFilter(), PedsOnlyAnalysis::summary(), NoiseAnalysis::summary(), PedestalsAnalysis::summary(), DaqScopeModeAnalysis::summary(), PedsFullNoiseAnalysis::summary(), TemplatedSecondaryVertexProducer< IPTI, VTX >::TemplatedSecondaryVertexProducer(), TemplatedTrackCountingComputer< Container, Base >::TemplatedTrackCountingComputer(), TwoBodyDecayTrajectoryFactory::trajectories(), DQMAnalyzer::trigger(), HLTPerformanceInfo::uniqueModule(), HcalUnpacker::unpackUTCA(), l1t::DataWriterExt::updateIOV(), l1t::DataWriter::updateIOV(), PrimaryVertexValidation::vtxSort(), CaloGeometryDBReader::writeFlag(), edmtest::DQMReferenceHistogramRootFileEventSetupAnalyzer::~DQMReferenceHistogramRootFileEventSetupAnalyzer(), and edmtest::DQMXMLFileEventSetupAnalyzer::~DQMXMLFileEventSetupAnalyzer().
funct::m |
Definition at line 55 of file Factorize.h.
Referenced by CMSTopTagger::_find_min_mass(), edm::StatsCount::add(), HLTPerformanceInfo::addModuleToPath(), cms::DDNamespace::addVolume(), cms::DDNamespace::addVolumeNS(), pat::TriggerObjectStandAlone::allLabels(), MixBoostEvtVtxGenerator::Alpha(), BetaBoostEvtVtxGenerator::Alpha(), CkfDebugger::analyseCompatibleMeasurements(), ParticleDecayDrawer::analyze(), HLTTauDQML1Plotter::analyze(), SiPixelPhase1RecHitsV::analyze(), CompareToObjectMapRecord::analyze(), SiPixelRecHitsValid::analyze(), ZMuMuAnalyzer::analyze(), ResolutionCreator::analyze(), ZMuMuPerformances::analyze(), HLTBTagPerformanceAnalyzer::analyze(), ZMuMuAnalyzer_cynematics::analyze(), L1RCTLutWriter::analyze(), B2GDoubleLeptonHLTValidation::analyze(), B2GSingleLeptonHLTValidation::analyze(), TopSingleLeptonHLTValidation::analyze(), TestHits::analyze(), MCAcceptanceAnalyzer::analyze(), TestSmoothHits::analyze(), TopDiLeptonHLTValidation::analyze(), METplusTrackMonitor::analyze(), TestTrackHits::analyze(), TestOutliers::analyze(), DiDispStaMuonMonitor::analyze(), ObjMonitor::analyze(), NoBPTXMonitor::analyze(), TopMonitor::analyze(), SiPixelErrorEstimation::analyze(), SiPixelTrackingRecHitsValid::analyze(), METMonitor::analyze(), HTMonitor::analyze(), ErsatzMEt::analyze(), BPHMonitor::analyze(), dqm::RamdiskMonitor::analyzeFile(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTEventAnalyzerRAW::analyzeTrigger(), heppy::MuScleFitCorrector::applyPtCorrection(), heppy::MuScleFitCorrector::applyPtSmearing(), asSMatrix(), gen::PhotosInterface::attachParticles(), Chamber_AutoCorrMat::autocorrmat(), SiStripAPVRestorer::baselineFollower(), BeamProfileVtxGenerator::beamPos(), edm::IDVectorMap< ID, C, P >::begin(), HLTPrescaleRecorder::beginRun(), MixBoostEvtVtxGenerator::Beta(), BetaBoostEvtVtxGenerator::Beta(), BetafuncEvtVtxGenerator::betastar(), MixBoostEvtVtxGenerator::betastar(), BetaBoostEvtVtxGenerator::betastar(), L1TOccupancyClient::book(), dqm::RamdiskMonitor::bookHistograms(), L1TdeRCT::bookHistograms(), BPHDecayVertex::BPHDecayVertex(), BPHKinematicFit::BPHKinematicFit(), PixelTrackBuilder::build(), FWSecVertexProxyBuilder::build(), FWSecVertexCandidateProxyBuilder::build(), FWVertexCandidateProxyBuilder::build(), FWVertexProxyBuilder::build(), BPHRecoBuilder::build(), gen::AMPTHadronizer::build_ampt(), l1t::PhysicsToBitConverter::BuildDecimalValue(), Averages::calc(), ClusterShapeAlgo::calc_AbsZernikeMoment(), EcalClusterToolsT< noZS >::calc_AbsZernikeMoment(), reco::Candidate::Candidate(), external::HEPTopTaggerV2_fixed_R::check_mass_criteria(), TagProbeFitTreeProducer::checkMother(), DCCEETCCBlock::checkTccIdAndNumbTTs(), Chi2::Chi2(), edmNew::DetSetVector< edm::Ref< edmNew::DetSetVector< SiStripCluster >, SiStripCluster, edmNew::DetSetVector< SiStripCluster >::FindForDetSetVector > >::clean(), SiStripAPVRestorer::cleaner_HighSlopeChecker(), SiStripAPVRestorer::cleaner_LocalMinimumAdder(), hitfit::clear(), HLTPerformanceInfo::clearModules(), ClusterShapeAlgo::ClusterShapeAlgo(), TkGluedMeasurementDet::collectRecHits(), JetCombinatorics::Combinatorics(), PixelHitMatcher::compatibleHits(), TMarkov::computeChain(), L1TMuonBarrelParamsHelper::configFromDB(), ConfigurableAdaptiveReconstructor::configure(), ConfigurableKalmanFitter::configure(), ConfigurableTrimmedKalmanFinder::configure(), ConfigurableAdaptiveFitter::configure(), ConfigurableMultiVertexFitter::configure(), hitfit::Constrained_Z::constrain(), OptOCameraDetector::constructSolidShape(), OptOXLaser::constructSolidShape(), OptORisleyPrism::constructSolidShape(), OptOLens::constructSolidShape(), OptOPinhole::constructSolidShape(), OptOScreen::constructSolidShape(), OptOLaser::constructSolidShape(), OptOSource::constructSolidShape(), OptOTiltmeter::constructSolidShape(), OptODistancemeter::constructSolidShape(), OptODistancemeter3dim::constructSolidShape(), OptOOpticalSquare::constructSolidShape(), OptOPlateSplitter::constructSolidShape(), OptOMirror::constructSolidShape(), OptOCubeSplitter::constructSolidShape(), OptOModifiedRhomboidPrism::constructSolidShape(), OptOCOPS::constructSolidShape(), OptOSensor2D::constructSolidShape(), OpticalObject::constructSolidShape(), BPHRecoBuilder::contained(), Conv4HitsReco::ConversionCandidate(), DDG4Builder::convertLV(), CaloSubdetectorGeometry::cornersMgr(), PFEnergyCalibration::CorrEta(), reco::Vertex::covariance(), reco::TrackBase::covariance(), reco::Vertex::covariance4D(), reco::GsfTrack::covarianceMode(), pftools::SpaceManager::createCalibrators(), OutInConversionSeedFinder::createSeedFTS(), createStaticMatrix(), edm::stream::EDAnalyzerAdaptorBase::createStreamModules(), edm::stream::ProducingModuleAdaptorBase< EDProducerBase >::createStreamModules(), CSCMotherboardME11::CSCMotherboardME11(), CSCUpgradeMotherboard::CSCUpgradeMotherboard(), PFResolutionMap::dCrackPhi(), PFEnergyCalibration::dCrackPhi(), SiStripFecCabling::dcuId(), gen::TauolappInterface::decay(), GenericHouseholder::decompose(), npstat::densityScanHistoMap(), PhysicsTools::VarProcessor::deriv(), DDHtmlMaDetails::details(), SiStripFecCabling::detId(), doBZ2Compression(), DDEcalPreshowerAlgoTB::doWedges(), SiStripGainsPCLWorker::dqmAnalyze(), BrilClient::dqmEndLuminosityBlock(), DTSegtoRPC::DTSegtoRPC(), HLTConfigData::dump(), dumpHcalMatrixObject(), DTTrigGeom::dumpLUT(), dumpLutDiff(), ElectronIsolatorFromEffectiveArea::EEA_target(), ElectronIsolatorFromEffectiveArea::EEA_type(), edm::ELseverityLevel::ELseverityLevel(), BetafuncEvtVtxGenerator::emittance(), MixBoostEvtVtxGenerator::emittance(), BetaBoostEvtVtxGenerator::emittance(), edm::IDVectorMap< ID, C, P >::end(), DQMOfflineHLTEventInfoClient::endRun(), reco::VertexCompositePtrCandidate::error(), reco::Vertex::error(), reco::VertexCompositePtrCandidate::error4D(), reco::Vertex::error4D(), ESDataFormatterV4::ESDataFormatterV4(), ESDigiToRaw::ESDigiToRaw(), ESElectronicsMapper::ESElectronicsMapper(), ESIntegrityClient::ESIntegrityClient(), ESIntegrityTask::ESIntegrityTask(), ESPedestalClient::ESPedestalClient(), Chi2Strip1DEstimator::estimate(), hitfit::Fourvec_Constraint_Calculator::eval(), RooCBExGaussShape::evaluate(), l1t::CaloCondition::evaluateCondition(), AlignmentMonitorGeneric::event(), EcalTBEventHeader::eventType(), HLTConfigData::extract(), DQMStore::extract(), EcalClusterToolsT< noZS >::f55(), external::HEPTopTaggerV2_fixed_R::f_rec(), FullModelReactionDynamics::Factorial(), fastInvertPDM2(), LMFSeqDat::fetchLast(), BPHWriteSpecificDecay::fill(), JetPartonMatcher::fillAlgoritDefinition(), GenParticleProducer::fillDaughters(), HiEvtPlaneFlatten::fillOffset(), fireworks::OptionNode::fillOptionForType(), JetPartonMatcher::fillPhysicsDefinition(), FastTimerServiceClient::fillPlotsVsLumi(), MiniFloatConverter::filltables(), GlobalRecHitsAnalyzer::fillTrk(), GlobalRecHitsProducer::fillTrk(), STFilter::filter(), LocalFileSystem::findCachePath(), TauValidation::FindPhotosFSR(), InOutConversionSeedFinder::findSeeds(), sistrip::MeanAndStdDev::fit(), AdaptiveVertexFitter::fit(), hitfit::Top_Fit::fit_one_perm(), BPHKinematicFit::fitMomentum(), pos::PixelConfigFile::forceAliasesReload(), pos::PixelConfigFile::forceConfigReload(), DQMStore::forceReset(), funct::GaussLegendreIntegrator::GaussLegendreIntegrator(), FullModelReactionDynamics::GenerateXandPt(), VertexClassifier::genPrimaryVertices(), TrackClassifier::genPrimaryVertices(), DQMStore::getContents(), TotemRPLocalTrack::getCovarianceMatrix(), PSFitter::HybridMinimizer::GetCovMatrix(), HeavyFlavorValidation::getFilterLevel(), PSFitter::HybridMinimizer::GetHessianMatrix(), CalorimetryManager::getHFShowerLibrary(), HSCParticleProducer::getHSCPSeedCollection(), SurveyPxbImage::getIdPair(), FlatEvtVtxGenerator::GetInvLorentzBoost(), TMom::getM3(), evf::MicroStateService::getMicroState2(), PhotonMIPHaloTagger::GetMipTrailFit(), ClusterSummary::getModuleLocation(), tauImpactParameter::TauA1NuConstrainedFitter::getMother(), LMFDat::getReverseMap(), TMom::getRMS(), FWTrackResidualDetailView::getSignedResidual(), SiStripPI::getTheRange(), AlignmentPI::getTheRange(), ROOT::Math::Transform3DPJ::GetTransformMatrix(), pos::PixelGlobalDelay25::getTTCrxDelay(), HcalTB02HcalNumberingScheme::getUnitID(), l1t::stage1::CaloSetup::getUnpackers(), FWGUIEventFilter::HandleKey(), edm::stream::EDAnalyzerAdaptorBase::hasAccumulator(), HCALResponse::HCALResponse(), hinfo::hinfo(), SiStripMonitorTrack::hitStudy(), HLTConfigDataEx::HLTConfigDataEx(), edm::EventSelector::identical(), FWProxyBuilderBase::increaseComponentTransparency(), CandMatcherBase< C1, C2 >::init(), ParametersToParametersDerivatives::initBowedRigid(), LocalFileSystem::initFSInfo(), LocalFileSystem::initFSList(), PixelUnpackingRegions::initialize(), CandMatcherBase< C1, C2 >::initMaps(), initMatrix(), ParametersToParametersDerivatives::initRigidRigid(), HLTExoticaSubAnalysis::insertCandidates(), invertPosDefMatrix(), invertPosDefMatrix< double, 1 >(), invertPosDefMatrix< double, 2 >(), invertPosDefMatrix< float, 1 >(), invertPosDefMatrix< float, 2 >(), ClusterShapeHitFilter::isCompatible(), BasicHepMCValidation::ParticleMonitor::isFirst(), LocalFileSystem::isLocalPath(), l1t::TriggerSystem::isMasked(), GenericHouseholder::iterate(), GlobalTrackQualityProducer::kink(), BPHKinematicFit::kinParticles(), hitfit::Gentop_Args::kt_res_str(), popcon::EcalChannelStatusHandler::laserMasking(), edm::loadMap(), DDErrorDetection::ma_lp(), OutInConversionSeedFinder::makeTrackState(), FFTGenericScaleCalculator::mapFFTJet(), L1TOccupancyClientHistogramService::maskBins(), edm::EventSelector::maskTriggerResults(), MassKinematicConstraint::MassKinematicConstraint(), pat::PackedCandidate::massSqr(), FastTrackerRecHitMatcher::match(), MatcherByPullsAlgorithm::match(), SiStripRecHitMatcher::match(), GlobalMuonTrackMatcher::match_Chi2(), TSGForOI::match_Chi2(), TSGForOIFromL2::match_Chi2(), GlobalMuonTrackMatcher::match_dist(), gen::TauolappInterface::MatchedLHESpinUp(), PATObjectCrossLinker::matchElectronToPhoton(), MatcherByPullsAlgorithm::matchMany(), PATObjectCrossLinker::matchOneToMany(), fftjetcms::matchOneToOne(), MaterialBudgetHcal::MaterialBudgetHcal(), EcalDumpRaw::max(), GaussEvtVtxGenerator::meanX(), BeamProfileVtxGenerator::meanX(), GaussEvtVtxGenerator::meanY(), BeamProfileVtxGenerator::meanY(), GaussEvtVtxGenerator::meanZ(), KDTreeLinkerAlgo< DATA, DIM >::medianSearch(), fit::RootMinuit< Function >::migrad(), EcalDumpRaw::min(), fit::RootMinuit< Function >::minimize(), MLP_MatrixVector(), MLP_MatrixVectorBias(), MLP_Out(), MLP_Out2(), MLP_Out_T(), MLP_Test_MM(), TauValidation::motherP4(), GeneralTracksImporter::muAssocToTrack(), GeneralTracksImporterWithVeto::muAssocToTrack(), MuonResidualsFitter_logGaussPowerTails(), SiStripFecCabling::nApvPairs(), TracksClusteringFromDisplacedSeed::nearTracks(), GlobalTrackQualityProducer::newChi2(), L1RCTChannelMaskOnlineProd::newObject(), NuclearTrackCorrector::newTrajNeeded(), CSCRecoConditions::noiseMatrix(), NanoAODSimpleCrossCleaner::objectSelection(), oldComputeBetheBloch(), oldMUcompute(), funct::FractionStruct< n, m >::operator double(), ODJBH4Cycle::operator!=(), ODCCSCycle::operator!=(), ODDCCCycle::operator!=(), ODDCUCycle::operator!=(), ODLaserCycle::operator!=(), ODLTSCycle::operator!=(), ODSRPCycle::operator!=(), ODTCCEECycle::operator!=(), ODTTCciCycle::operator!=(), ODTTCFCycle::operator!=(), ODTCCCycle::operator!=(), ODScanCycle::operator!=(), ODLTCCycle::operator!=(), LMFTrigType::operator!=(), DCUIOV::operator!=(), CaliIOV::operator!=(), MODRunIOV::operator!=(), MonRunIOV::operator!=(), LMFColor::operator!=(), LMFSeqDat::operator!=(), LMFRunIOV::operator!=(), LMFLmrSubIOV::operator!=(), funct::FractionStruct< n, m >::operator()(), reco::modules::MCMatchCandRefSelector::operator()(), FastCandMatcher< C >::operator()(), ZSelector::operator()(), CandMatcherBase< C1, C2 >::operator()(), TransientTrackKinematicStateBuilder::operator()(), npstat::Private::ArrayMapper< Num1, Len1, Dim1, Num2, Len2, Dim2 >::operator()(), operator<<(), operator<<(), ROOT::Math::operator<<(), hitfit::Row_Vector::operator=(), operator==(), reco::utilsNew::CandMatcher< C >::operator[](), l1t::stage1::RCTEmRegionPacker::pack(), pat::PackedCandidate::packCovarianceElement(), EmulatedME0Segment::parameters(), VertexKinematicConstraint::parametersDerivative(), TRecHit1DMomConstraint::parametersError(), RecHit2DLocalPos::parametersError(), TRecHit2DPosConstraint::parametersError(), RecHit1D::parametersError(), KFBasedPixelFitter::MyBeamSpotHit::parametersError(), BeamSpotTransientTrackingRecHit::parametersError(), DTRecSegment2D::parametersError(), HelpertRecHit2DLocalPos::parError(), DTSLRecCluster::parError(), parse_int(), RawParticle::PDGmass(), popcon::EcalChannelStatusHandler::pedMasking(), popcon::EcalChannelStatusHandler::pedOnlineMasking(), trajectoryStateTransform::persistentState(), reco::PFCandidateEGammaExtra::PFCandidateEGammaExtra(), reco::PFCandidateElectronExtra::PFCandidateElectronExtra(), BeamProfileVtxGenerator::phi(), MixBoostEvtVtxGenerator::Phi(), BetaBoostEvtVtxGenerator::Phi(), popcon::EcalChannelStatusHandler::physicsMasking(), l1t::PhysicsToBitConverter::PhysicsToBitConverter(), PixelMatchNextLayers::PixelMatchNextLayers(), VertexKinematicConstraint::positionDerivative(), edm::service::SimpleMemoryCheck::postEndJob(), FullModelHadronicProcess::PostStepDoIt(), DTMuonMillepede::prepareForLagrange(), primitive(), DTTracoLUTs::print(), EPOS::EPOS_Wrapper::print_hepcom_particle(), DQMStore::print_trace(), FastTimerService::printEvent(), FastTimerService::printSummary(), DDLMap::processElement(), CastorDigiMonitor::processEvent(), SiStripGainFromCalibTree::processEvent(), TTStubBuilder< T >::produce(), PseudoTopProducer::produce(), SiPixelFakeTemplateDBObjectESSource::produce(), SiPixelFakeGenErrorDBObjectESSource::produce(), CandOneToManyDeltaRMatcher::produce(), HcalTimeSlewEP::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), ZMuMuMuonUserData::produce(), QjetsAdder::produce(), PartonSelector::produce(), pat::GenPlusSimParticleProducer::produce(), pat::PATIsolatedTrackProducer::produce(), pat::MatcherByPulls< T >::produce(), PATObjectCrossLinker::produce(), NanoAODBaseCrossCleaner::produce(), HiEvtPlaneFlatProducer::produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), MuonSimHitProducer::produce(), JetPartonMatcher::produce(), TemplatedSecondaryVertexProducer< IPTI, VTX >::produce(), BaseMVAValueMapProducer< T >::produce(), JetFlavourClustering::produce(), RecHitPropagator::propagate(), CSCSegAlgoST::prune_bad_hits(), BeamProfileVtxGenerator::psi(), SiPixelGenError::pushfile(), SiPixelTemplate2D::pushfile(), SiPixelTemplate::pushfile(), Conv4HitsReco::qFromM_print(), TrackAssociatorByPositionImpl::quality(), SiStripRecHitsValid::rechitanalysis(), SiStripTrackingRecHitsValid::rechitanalysis(), SiStripRecHitsValid::rechitanalysis_matched(), SiStripTrackingRecHitsValid::rechitanalysis_matched(), edm::EDConsumerBase::recordConsumes(), NuclearInteractionFinder::rescaleError(), DQMStore::reset(), Majority< T >::result(), AdaptiveVertexFitter::reWeightTracks(), external::HEPTopTaggerV2::run(), RawToDigiConverter::runCommon(), magfieldparam::rz_poly::rz_poly(), hitfit::scalar(), DQMStore::scaleElements(), TrajectorySegmentBuilder::segments(), SelectedElectronFEDListProducer< TEle, TCand >::SelectedElectronFEDListProducer(), reco::VertexCompositeCandidate::setChi2AndNdof(), reco::VertexCompositePtrCandidate::setChi2AndNdof(), EcalElectronicsMapper::setEcalElectronicsMapping(), HBHEStatusBitSetter::SetFrontEndMap(), EventShapeVariables::setFWmax(), Conv4HitsReco::SetLinSystCoeff(), L1TOccupancyClientHistogramService::setMaskedBins(), RawParticle::setMass(), reco::LeafCandidate::setMass(), pat::PackedGenParticle::setMass(), pat::PackedCandidate::setMass(), BPHMassCuts::setMassMax(), MaterialProperties::setMaterialProperties(), pat::Photon::setMaxDR(), pat::Photon::setMaxDRDEta(), pat::Photon::setMaxDRDPhi(), pat::Photon::setMaxDRRawEnergy(), evf::MicroStateServiceClassic::setMicroState(), evf::FastMonitoringService::setMicroState(), PSFitter::HybridMinimizer::SetMinimizer(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::setMinNumEntries(), SiStripHotStripAlgorithmFromClusterOccupancy::setMinNumEntries(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::setMinNumEntriesPerStrip(), SiStripHotStripAlgorithmFromClusterOccupancy::setMinNumEntriesPerStrip(), edm::MessageLoggerQ::setMLscribe_ptr(), SimpleL1MuGMTCand::setMomentum(), function::ZMuStandaloneScaledFunction::setParameters(), function::ZMuTrackScaledFunction::setParameters(), function::ZMuTrackFunction::setParameters(), RecoTracktoTP::SetShared(), ROOT::Math::Transform3DPJ::SetTransformMatrix(), FWGeoTopNode::setupBuffMtx(), FWPFTrackUtils::setupLegoTrack(), slave(), TSLToyGen::smearParticles(), DDErrorDetection::so_lp(), GenericHouseholder::solve(), CRackTrajectoryBuilder::SortHits(), TauValidation::spinEffectsZH(), FastTSGFromPropagation::stateOnDet(), external::HEPTopTaggerV2_fixed_R::store_topsubjets(), DDI::ExtrudedPolygon::stream(), APVGain::subdetectorSide(), LA_Filler_Fitter::summarize_ensembles(), sistrip::MeasureLA::summarize_module_muH_byLayer(), FWTableViewManager::tableFormats(), edm::EventSelector::testSelectionOverlap(), ConversionSeedFinder::trackStateFromClusters(), SiStripMonitorTrack::trajectoryStudy(), edm::OneToValue< reco::CaloJetCollection, reco::L2TauIsolationInfo >::transientKeyVector(), edm::OneToOneGeneric< std::vector< TrackCandidate >, std::vector< Trajectory >, unsigned int >::transientKeyVector(), edm::OneToMany< reco::TrackJetCollection, reco::TrackCollection >::transientKeyVector(), edm::OneToManyWithQualityGeneric< std::vector< reco::Track >, std::vector< reco::Vertex >, int, unsigned int >::transientKeyVector(), edm::OneToValue< reco::CaloJetCollection, reco::L2TauIsolationInfo >::transientMap(), edm::OneToOneGeneric< std::vector< TrackCandidate >, std::vector< Trajectory >, unsigned int >::transientMap(), edm::OneToMany< reco::TrackJetCollection, reco::TrackCollection >::transientMap(), edm::OneToManyWithQualityGeneric< std::vector< reco::Track >, std::vector< reco::Vertex >, int, unsigned int >::transientMap(), trajectoryStateTransform::transientState(), edm::OneToValue< reco::CaloJetCollection, reco::L2TauIsolationInfo >::transientValVector(), edm::OneToOneGeneric< std::vector< TrackCandidate >, std::vector< Trajectory >, unsigned int >::transientValVector(), edm::OneToMany< reco::TrackJetCollection, reco::TrackCollection >::transientValVector(), edm::OneToManyWithQualityGeneric< std::vector< reco::Track >, std::vector< reco::Vertex >, int, unsigned int >::transientValVector(), FullModelReactionDynamics::TwoCluster(), TwoTrackMinimumDistance::TwoTrackMinimumDistance(), HLTPerformanceInfo::uniqueModule(), TrajectorySegmentBuilder::unlockedMeasurements(), pat::PackedGenParticle::unpack(), pat::PackedCandidate::unpackCovariance(), pat::PackedCandidate::unpackCovarianceElement(), RctRawToDigi::unpackCTP7(), pat::TriggerObjectStandAlone::unpackFilterLabels(), unsafe_logf_impl(), MonopoleSteppingAction::update(), KFStrip1DUpdator::update(), CheckSecondary::update(), TrackingVerboseAction::update(), FWLegoEvePFCandidate::updateScale(), FWLegoCandidate::updateScale(), FWBoxRecHit::updateScale(), FWPFLegoRecHit::updateScale(), ctfseeding::HitExtractorSTRP::useMatchedHits(), ctfseeding::HitExtractorSTRP::useRPhiHits(), ctfseeding::HitExtractorPIX::useSkipClusters_(), ctfseeding::HitExtractorSTRP::useSkipClusters_(), ctfseeding::HitExtractorSTRP::useStereoHits(), VertexKinematicConstraint::value(), reco::Candidate::vertexCovariance(), reco::LeafCandidate::vertexCovariance(), pat::PackedGenParticle::vertexCovariance(), pat::PackedCandidate::vertexCovariance(), reco::VertexCompositePtrCandidate::vertexCovariance4D(), PFDisplacedVertexHelper::VertexIdentifier::VertexIdentifier(), AdaptiveVertexFitter::weightTracks(), BPHWriteSpecificDecay::write(), EPOS::IO_EPOS::write_event(), DCULVRVoltagesDat::writeArrayDB(), gs::writeCompressedStringArchive(), BetafuncEvtVtxGenerator::X0(), MixBoostEvtVtxGenerator::X0(), BetaBoostEvtVtxGenerator::X0(), SiPixelTemplate2D::xytemp(), BetafuncEvtVtxGenerator::Y0(), MixBoostEvtVtxGenerator::Y0(), BetaBoostEvtVtxGenerator::Y0(), BetafuncEvtVtxGenerator::Z0(), MixBoostEvtVtxGenerator::Z0(), BetaBoostEvtVtxGenerator::Z0(), BPHMassCuts::~BPHMassCuts(), BPHMultiSelect< T >::~BPHMultiSelect(), BPHRecoBuilder::~BPHRecoBuilder(), edm::stream::EDAnalyzerAdaptorBase::~EDAnalyzerAdaptorBase(), EventShapeVariables::~EventShapeVariables(), edm::stream::ProducingModuleAdaptorBase< T >::~ProducingModuleAdaptorBase(), and TransientTrackKinematicStateBuilder::~TransientTrackKinematicStateBuilder().
Definition at line 9 of file Gaussian.h.
|
static |
Definition at line 58 of file Factorize.h.
Referenced by funct::Primitive< Parameter >::get().
true funct::true |
Definition at line 184 of file Factorize.h.
Referenced by edm::eventsetup::EventSetupRecordImpl::add(), GsfElectronAlgo::addPflowInfo(), MonopoleTransportation::AlongStepGetPhysicalInteractionLength(), L1CondDBPayloadWriterExt::analyze(), L1CondDBIOVWriterExt::analyze(), testEcalTPGScale::analyze(), ElectronMcSignalValidatorMiniAOD::analyze(), L1TStage2EMTF::analyze(), ElectronMcSignalValidator::analyze(), ElectronTagProbeAnalyzer::analyze(), ElectronMcFakeValidator::analyze(), ZeePlots::analyze(), L1CondDBIOVWriter::analyze(), L1CondDBPayloadWriter::analyze(), DQMAnalyzer::analyze(), SiStripElectronAnalyzer::analyze(), DQMExample_Step1::analyze(), EcalTPGParamBuilder::analyze(), PhotonAnalyzer::analyze(), edm::HepMCProduct::applyVtxGen(), AlignmentTrackSelector::basicCuts(), GsfElectronProducer::beginEvent(), GsfElectronBaseProducer::beginEvent(), edmtest::DQMReferenceHistogramRootFileEventSetupAnalyzer::beginRun(), edmtest::DQMXMLFileEventSetupAnalyzer::beginRun(), SiStripCommissioningOfflineClient::beginRun(), edm::HepMCProduct::boostToLab(), MuonSeedBuilder::build(), GsfElectronAlgo::ElectronData::calculateTSOS(), FWTableManagerBase::cellDataIsSortable(), pos::PixelNameTranslation::checkFor(), pos::PixelNameTranslation::checkROCExistence(), PhotonIsolationCalculator::classify(), SiStripElectronAlgo::coarseHitSelection(), GsfElectronAlgo::completeElectrons(), EcalTPGParamBuilder::computeLinearizerParam(), pos::PixelConfigFile::configurationDataExists(), ElectronMomentumCorrector::correct(), GsfElectronAlgo::createElectron(), cond::CredentialStore::createSchema(), ElectronDqmHarvesterBase::dqmEndJob(), ElectronDqmHarvesterBase::dqmEndLuminosityBlock(), DQMStoreStats::DQMStoreStats(), EcalDCCTB07UnpackingModule::EcalDCCTB07UnpackingModule(), ElectronSeedProducer::ElectronSeedProducer(), EcalCoder::encode(), ElectronDqmAnalyzerBase::endLuminosityBlock(), ElectronDqmAnalyzerBase::endRun(), equivalent(), ConversionForwardEstimator::estimate(), ForwardMeasurementEstimator::estimate(), ElectronTagProbeAnalyzer::etCut(), DQMAnalyzer::etCut(), ElectronAnalyzer::etCut(), L1ExtraParticleMapProd::evaluateDoubleDifferentCaloObjectTrigger(), L1ExtraParticleMapProd::evaluateDoubleDifferentObjectSameTypeTrigger(), L1ExtraParticleMapProd::evaluateDoubleDifferentObjectTrigger(), L1ExtraParticleMapProd::evaluateDoublePlusSingleObjectTrigger(), L1ExtraParticleMapProd::evaluateDoubleSameObjectTrigger(), L1ExtraParticleMapProd::evaluateJetGapJetTrigger(), L1ExtraParticleMapProd::evaluateQuadSameObjectTrigger(), L1ExtraParticleMapProd::evaluateSingleObjectTrigger(), L1ExtraParticleMapProd::evaluateTripleSameObjectTrigger(), MTDGeometricTimingDetESModule::fillDescriptions(), TrackerGeometricDetESModule::fillDescriptions(), MTDDigiGeometryESModule::fillDescriptions(), TrackerDigiGeometryESModule::fillDescriptions(), HLTTriMuonIsolation::fillDescriptions(), CTPPSLocalTrackLiteProducer::fillDescriptions(), FastTimerServiceClient::fillDescriptions(), Tau3MuMonitor::fillDescriptions(), BPHWriteSpecificDecay::fillDescriptions(), GenHFHadronMatcher::fillDescriptions(), l1t::DataWriter::fillLastTriggerKeyList(), l1t::DataWriterExt::fillLastTriggerKeyList(), TopDecaySubset::fillListing(), l1t::OMDSReader::QueryResults::fillVariableFromRow(), EcalGenEvtSelectorFrag::filter(), PythiaFilterEMJet::filter(), SinglePhotonJetPlusHOFilter::filter(), FilterScrapingPixelProbability::FilterScrapingPixelProbability(), ElectronDqmHarvesterBase::find(), GenHFHadronMatcher::findInMothers(), FWRecoGeometryESProducer::FWRecoGeometryESProducer(), FWTGeoRecoGeometryESProducer::FWTGeoRecoGeometryESProducer(), ElectronTagProbeAnalyzer::generalCut(), DQMAnalyzer::generalCut(), ElectronAnalyzer::generalCut(), BetaCalculatorECAL::getDetailedTrackLengthInXtals(), BTagPerformanceAnalyzerMC::getEtaPtBin(), pos::PixelPortcardMap::getName(), HLTObjectsMonitor::getPlotPSet(), CaloGeometry::getValidDetIds(), MuonSeedCleaner::GroupSeeds(), GsfElectronBaseProducer::GsfElectronBaseProducer(), GsfElectronFull5x5Filler::GsfElectronFull5x5Filler(), GzInputStream::GzInputStream(), HLTHcalNZSFilter::hltFilter(), HSCPTreeBuilder::HSCPTreeBuilder(), ElectronTagProbeAnalyzer::idCut(), DQMAnalyzer::idCut(), ElectronAnalyzer::idCut(), MuonSeedBuilder::IdentifyShowering(), reco::GsfElectron::init(), CaloCellGeometry::inside(), CaloSamples::isBlank(), VIterator< Item >::IsDone(), reco::GsfElectron::isElectron(), NuclearTester::isNuclearInteraction(), reco::Photon::isPhoton(), CaloHitResponse::keepBlank(), PhotonConversionTrajectorySeedProducerFromQuadrupletsAlgo::loop(), EcalDeadChannelRecoveryNN< EBDetId >::makeNxNMatrice_RelDC(), EcalDeadChannelRecoveryNN< EEDetId >::makeNxNMatrice_RelDC(), EcalDeadChannelRecoveryNN< DetIdT >::makeNxNMatrice_RelMC(), MuonServiceProxy::MuonServiceProxy(), CosmicMuonGenerator::nextMultiEvent(), CalibCoeff::operator*=(), SimG4HcalHitCluster::operator<(), CaloHit::operator<(), HcalTTPDigi::operator==(), pos::PixelFEDCard::PixelFEDCard(), PixelTemplateSmearerBase::PixelTemplateSmearerBase(), MonopoleTransportation::PostStepDoIt(), PFAlgoTestBenchElectrons::processBlock(), PFAlgo::processBlock(), SiStripGainFromCalibTree::processEvent(), GsfElectronCoreProducer::produce(), UnifiedSCCollectionProducer::produce(), HcalCalibFEDSelector::produce(), L1ExtraParticleMapProd::produce(), L1ExtraParticlesProd::produce(), PFEGammaProducer::produce(), SiStripElectronAlgo::projectPhiBand(), MTDGeometricTimingDetExtraESModule::putOne(), TrackerGeometricDetExtraESModule::putOne(), GsfElectronAlgo::EventData::retreiveOriginalTrackCollections(), pos::PixelNameTranslation::ROCexists(), EcalRecHitWorkerRecover::run(), ElectronTagProbeAnalyzer::selected(), DQMAnalyzer::selected(), ElectronAnalyzer::selected(), TwoBodyDecayDerivatives::selectedDerivatives(), SelectedElectronFEDListProducer< TEle, TCand >::SelectedElectronFEDListProducer(), GsfElectronAlgo::setAmbiguityData(), reco::GsfElectron::setCorrectedEcalEnergy(), reco::ElectronSeed::setCtfTrack(), CalibCoeff::setValue(), PedsOnlyAnalysis::summary(), NoiseAnalysis::summary(), PedestalsAnalysis::summary(), DaqScopeModeAnalysis::summary(), PedsFullNoiseAnalysis::summary(), EgammaCutBasedEleId::TestWP(), TwoBodyDecayTrajectoryFactory::trajectories(), DQMAnalyzer::trigger(), TwoBodyDecayEstimator::TwoBodyDecayEstimator(), HLTPerformanceInfo::uniqueModule(), l1t::stage2::emtf::CountersBlockUnpacker::unpack(), l1t::stage2::emtf::HeadersBlockUnpacker::unpack(), l1t::stage2::emtf::TrailersBlockUnpacker::unpack(), HcalUnpacker::unpackUTCA(), l1t::DataWriter::updateIOV(), l1t::DataWriterExt::updateIOV(), SiStripConfigDb::uploadDeviceDescriptions(), SiStripConfigDb::uploadFedConnections(), ValidateGeometry::ValidateGeometry(), MultiVertexBSeeder::vertices(), CaloGeometryDBWriter::writeFlag(), and SignedTransverseImpactParameter::zImpactParameter().
const double funct::twoOverPi = 2./M_PI |
Definition at line 8 of file BreitWigner.h.
|
static |
Definition at line 108 of file Factorize.h.