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 36 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 150 of file Factorize.h.
Definition at line 143 of file Factorize.h.
Definition at line 144 of file Factorize.h.
Definition at line 145 of file Factorize.h.
typedef DecomposePower<A, NUM(n)> funct::Dec |
Definition at line 60 of file Factorize.h.
Definition at line 147 of file Factorize.h.
typedef Div::type funct::type |
Definition at line 37 of file Factorize.h.
Definition at line 22 of file Abs.h.
References funct::Abs< T >::compose().
Referenced by dataset.Dataset::__getMagneticFieldForRun(), plotting.Plot::_calculateRatios(), SiStripAPVRestorer::AbnormalBaselineInspect(), reco::tau::disc::AbsEta(), egPM::AbsEtaNrClus::AbsEtaNrClus(), egPM::AbsEtaNrClusEt::AbsEtaNrClusEt(), egPM::AbsEtaNrClusPhi::AbsEtaNrClusPhi(), reco::tau::disc::AbsJetEta(), MCTruthHelper< P >::absPdgId(), PuppiAlgo::add(), EventWithHistory::add(), Hector::add(), GoldenPattern::addCount(), CustomParticleFactory::addCustomParticle(), EgammaIsoHcalDetIdCollectionProducer::addDetIds(), CosmicTrajectoryBuilder::AddHit(), reco::PFRecHit::addNeighbour(), FBaseSimEvent::addParticles(), PFTrackTransformer::addPoints(), PFTrackTransformer::addPointsAndBrems(), CSCHitFromWireOnly::addToCluster(), CATopJetAlgorithm::adjacentCells(), GroupedCkfTrajectoryBuilder::advanceOneLayer(), SiStripHitEffFromCalibTree::algoAnalyze(), AlignmentTwoBodyDecayTrackSelector::AlignmentTwoBodyDecayTrackSelector(), SiStripElectronSeedGenerator::altCheckHitsAndTSOS(), zPdfUnc::analyze(), EWKSystUnc::analyze(), ZLONLOHistogrammer::analyze(), ZHistogrammer::analyze(), ZMuPtScaleAnalyzer::analyze(), ZMCHistogrammer::analyze(), GEMHitsValidation::analyze(), GEMRecHitsValidation::analyze(), DQMHOAlCaRecoStream::analyze(), HcalSummaryClient::analyze(), myFastSimVal::analyze(), JetToDigiDump::analyze(), JetAnaPythia< Jet >::analyze(), L1TScalersSCAL::analyze(), PatElectronAnalyzer::analyze(), RPCDigiValid::analyze(), PatBJetTagAnalyzer::analyze(), ElectronMcSignalValidator::analyze(), RPCRecHitValid::analyze(), L1THIonImp::analyze(), SUSYDQMAnalyzer::analyze(), PatBTagAnalyzer::analyze(), DijetMass< Jet >::analyze(), PatTrackAnalyzer::analyze(), AnalysisTasksAnalyzerBTag::analyze(), BTagPerformanceAnalyzerMC::analyze(), L1TdeStage2CaloLayer1::analyze(), HLTMCtruth::analyze(), AcceptanceHistoProducer::analyze(), TauDecay_GenParticle::Analyze(), PatBJetTrackAnalyzer::analyze(), SUSY_HLT_PhotonMET::analyze(), HcalRawDataMonitor::analyze(), DTT0Calibration::analyze(), WValidation::analyze(), ZMuMuIsolationAnalyzer::analyze(), ElectronSeedAnalyzer::analyze(), ElectronStudy::analyze(), ValidationMisalignedTracker::analyze(), TrackAnalyzer::analyze(), DTT0CalibrationNew::analyze(), PatBJetVertexAnalyzer::analyze(), QcdPhotonsDQM::analyze(), DrellYanValidation::analyze(), MuonSeedsAnalyzer::analyze(), ElectronMcFakeValidator::analyze(), BasicHepMCValidation::analyze(), MuonEnergyDepositAnalyzer::analyze(), ElectronMcSignalValidatorMiniAOD::analyze(), IsolatedParticlesGeneratedJets::analyze(), MonitorTrackResidualsBase< pixel_or_strip >::analyze(), DTSegment2DQuality::analyze(), MBUEandQCDValidation::analyze(), TauDecay_CMSSW::Analyze(), BPhysicsSpectrum::analyze(), BPhysicsValidation::analyze(), ResolutionCreator::analyze(), ElectronAnalyzer::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), HcalCorrPFCalculation::analyze(), StudyHLT::analyze(), edm::FlatEGunASCIIWriter::analyze(), ZMuMuPerformances::analyze(), GsfElectronFakeAnalyzer::analyze(), GsfElectronMCAnalyzer::analyze(), TopDiLeptonDQM::analyze(), RPCPhiEff::analyze(), HLTBTagPerformanceAnalyzer::analyze(), SUSY_HLT_Razor::analyze(), MCEfficiencyAnalyzer::analyze(), ZMuMu_vtxAnalyzer::analyze(), MuonAlignmentAnalyzer::analyze(), ZMuMu_efficiencyAnalyzer::analyze(), SiPixelHitEfficiencySource::analyze(), SiStripElectronAnalyzer::analyze(), DTTrigTest::analyze(), ElectronConversionRejectionValidator::analyze(), myJetAna::analyze(), DQMHcalIsoTrackAlCaReco::analyze(), ZMuMu_MCanalyzer::analyze(), DTSegment4DQuality::analyze(), EnergyScaleAnalyzer::analyze(), HLTInclusiveVBFSource::analyze(), SiPixelTrackResidualSource::analyze(), PhiSymmetryCalibration::analyze(), gamma_radiative_analyzer::analyze(), ZMuMu_Radiative_analyzer::analyze(), TestPythiaDecays::analyze(), HitEff::analyze(), L1TCaloLayer1Validator::analyze(), EcalSimHitsValidation::analyze(), DQMSourcePi0::analyze(), DTDigiReader::analyze(), TrackingMonitor::analyze(), EcalTPGParamBuilder::analyze(), DQMExample_Step1::analyze(), cms::Analyzer_minbias::analyze(), HeavyFlavorValidation::analyze(), EcalRecHitsValidation::analyze(), TauValidation::analyze(), TkConvValidator::analyze(), MuonTrackResidualAnalyzer::analyze(), TestTrackHits::analyze(), MuonDTDigis::analyze(), TestOutliers::analyze(), L1GenTreeProducer::analyze(), LhcTrackAnalyzer::analyze(), EcalDigisValidation::analyze(), MCvsRecoVerticesAnalyzer::analyze(), L1Validator::analyze(), L1TStage2CaloLayer1::analyze(), OverlapProblemTPAnalyzer::analyze(), L1TCSCTF::analyze(), TestCorrection::analyze(), SiPixelErrorEstimation::analyze(), L1TdeCSCTF::analyze(), PhotonValidator::analyze(), L1CaloTowerTreeProducer::analyze(), HcalDigisValidation::analyze(), ValidIsoTrkCalib::analyze(), HLTJets::analyze(), HcalDigiMonitor::analyze(), SiPixelTrackingRecHitsValid::analyze(), EcalCosmicsHists::analyze(), IsoTrackCalibration::analyze(), L1TSync::analyze(), IsolatedGenParticles::analyze(), ErsatzMEt::analyze(), HLTObjectMonitor::analyze(), IsolatedTracksCone::analyze(), L1TSync_Offline::analyze(), IsolatedTracksNxN::analyze(), MuonTrackValidator::analyze(), HOCalibAnalyzer::analyze(), PackedCandidateTrackValidator::analyze(), B2GDQM::analyzeAllHad(), EgammaObjects::analyzeElectrons(), GenHFHadronMatcher::analyzeMothers(), EgammaObjects::analyzePhotons(), B2GDQM::analyzeSemiE(), B2GDQM::analyzeSemiMu(), JetTagPlotter::analyzeTag(), TauDecay_GenParticle::AnalyzeTau(), TauDecay_CMSSW::AnalyzeTau(), ThirdHitPredictionFromCircle::angle(), SignedImpactParameter3D::apply(), SignedTransverseImpactParameter::apply(), HcalDeterministicFit::apply(), gen::PhotosInterface::apply(), OOTPileupCorrData::apply(), HPSPFRecoTauAlgorithm::applyElectronRejection(), GlobalHaloAlgo::ApplyMatchingCuts(), approx_erf(), MuonIdProducer::approxEqual(), tnp::TagProbePairMaker::arbitrate(), RPCConeBuilder::areConnected(), MaxAbsEtaCut::asCandidate(), EtaMultiRangeCut::asCandidate(), MinPtCutInEtaRanges::asCandidate(), StGenEvent::associatedB(), VertexAssociatorByPositionAndTracks::associateRecoToSim(), TrackAssociatorByHitsImpl::associateRecoToSim(), QuickTrackAssociatorByHitsImpl::associateRecoToSim(), QuickTrackAssociatorByHitsImpl::associateRecoToSimImplementation(), VertexAssociatorByPositionAndTracks::associateSimToReco(), QuickTrackAssociatorByHitsImpl::associateSimToReco(), QuickTrackAssociatorByHitsImpl::associateSimToRecoImplementation(), objects.LeptonAnalyzer.LeptonAnalyzer::attachIsolationScan(), objects.LeptonAnalyzer.LeptonAnalyzer::attachMiniIsolation(), GeomDetLess::barrelForwardLess(), TrackingRecHitLessFromGlobalPosition::barrelForwardLess(), SiStripAPVRestorer::BaselineAndSaturationInspect(), SiStripAPVRestorer::BaselineFollowerInspect(), ParticleReplacerParticleGun::beginJob(), MuonAlignment::beginJob(), DTnoiseDBValidation::beginRun(), MCatNLOSource::beginRun(), reco::PFCandidate::bestTrack(), SoftElectronMVAEstimator::bindVariables(), HcalBeamMonitor::bookHistograms(), DTtTrigDBValidation::bookHistograms(), RPCMonitorDigi::bookRollME(), genutils::bosonToX(), TECLayerBuilder::build(), TECPetalBuilder::build(), TECWedgeBuilder::build(), TIDRingBuilder::build(), GlobalTrajectoryBuilderBase::build(), DTClusterer::buildClusters(), CSCMotherboardME21GEM::buildCoincidencePads(), CSCMotherboardME11GEM::buildCoincidencePads(), RPCConeBuilder::buildCones(), RBCProcessRPCSimDigis::builddata(), RBCProcessRPCDigis::builddata(), RPCDetId::buildfromDB(), TtFullHadHypGenMatch::buildHypo(), TtSemiLepHypGenMatch::buildHypo(), DetIdAssociator::buildMap(), PFRecoTauAlgorithm::buildPFTau(), CSCSegAlgoTC::buildSegments(), CSCSegAlgoSK::buildSegments(), HPSPFRecoTauAlgorithm::buildThreeProngs(), Basic2DGenericTopoClusterizer::buildTopoCluster(), TrackProducerAlgorithm< reco::Track >::buildTrack(), TrackProducerAlgorithm< reco::GsfTrack >::buildTrack(), FWPSimHitProxyBuilder::buildViewType(), reco::FlavorHistoryEvent::cache(), L1RCTParameters::calcCrate(), HcalObjRepresent::CalcEtaBin(), CalcEtaBin(), HcalObjRepresent::CalcIeta(), CalcIeta(), BTagWeightCalculator.BTagWeightCalculator::calcJetWeight(), calcSampleName(), HLTEcalResonanceFilter::calcShowerShape(), HLTRegionalEcalResonanceFilter::calcShowerShape(), reco::helper::JetIDHelper::calculate(), EcalHaloAlgo::Calculate(), HcalHaloAlgo::Calculate(), GlobalHaloAlgo::Calculate(), CSCHaloAlgo::Calculate(), ClusterShapeAlgo::Calculate_BarrelBasketEnergyFraction(), PFEGammaAlgo::calculate_ele_mva(), l1t::EmtfPtAssignment::calculateAddress(), ECAL2DPositionCalcWithDepthCorr::calculateAndSetPositionActual(), PixelLumiDQM::calculateBunchMask(), barrelUtil::calculatePhiWindow(), tkDetUtil::calculatePhiWindow(), HcalCoarsePedestalClient::calculateProblems(), HcalDeadCellClient::calculateProblems(), HcalBeamClient::calculateProblems(), HcalTrigPrimClient::calculateProblems(), PFMETBenchmark::calculateQuantities(), Vispa.Gui.PortConnection.PointToPointConnection::calculateRoute(), TSGForOI::calculateSFFromL2(), PFMultiDepthClusterizer::calculateShowerShapes(), MeasurementDiffEntry::calculateSimulatedValue(), l1t::CaloTools::calHwEtSum(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::calibLutIndex(), PhotonEnergyCalibratorRun2::calibrate(), ElectronEnergyCalibratorRun2::calibrate(), l1t::Stage2Layer2JetAlgorithmFirmwareImp1::calibrate(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::calibrationLutIndex(), l1t::CaloTools::caloTowerHash(), TopGenEvent::candidate(), PFCandidateStripMerger::candidateMatches(), PhotonIDValueMapProducer::candidatePdgId(), pat::PATPackedCandidateProducer::candsOrdering(), HGCalDDDConstants::cellHex(), HGCalGeomParameters::cellPosition(), spr::cGenSimInfo(), DTTFFEDSim::channel(), DTTFFEDReader::channel(), FTSFromSimHitFactory::charge(), CoreSimTrack::charge(), MCParticlePairFilter::charge(), pat::PackedCandidate::charge(), reco::PFMETProducerMVA::chargedFracInCone(), PrimaryVertexAssignment::chargedHadronVertex(), spr::chargeIsolation(), spr::chargeIsolationEcal(), siStripClusterTools::chargePerCM(), GenParticleProducer::chargeTimesThree(), utils.BinToBin::checkBinningMatches(), utils.BinToBin1percent::checkBinningMatches(), AlignmentTwoBodyDecayTrackSelector::checkCharge(), HitEff::checkConsistency(), GsfElectronAlgo::ElectronData::checkCtfTrack(), TkAccumulatingSensitiveDetector::checkExitPoint(), EmDQM::checkGeneratedParticlesRequirement(), SiStripElectronSeedGenerator::checkHitsAndTSOS(), Fit::CheckIfFitPossible(), Fit::CheckIfMeasIsProportionalToAnother(), TagProbeFitTreeProducer::checkMother(), MuonTrackAnalyzer::checkMuonSimHitPresence(), TIBRing::checkPeriodicity(), l1t::ConditionEvaluation::checkRangeDeltaPhi(), RectangularEtaPhiTrackingRegion::checkRZOld(), TopDecaySubset::checkShowerModel(), RPCSeedPattern::checkSimplePattern(), ResonanceDecayFilterHook::checkVetoResonanceDecays(), TopDecaySubset::checkWBosons(), l1t::Stage2Layer2JetAlgorithmFirmwareImp1::chunkyDonutPUEstimate(), 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(), EcalClusterToolsT< noZS >::cluster2ndMoments(), GapClusterizerInZ::clusterize(), DAClusterizerInZ_vect::clusterize(), MEtoMEComparitor::compare(), EcalCondTools::compareBarrelBorder(), DEcompare< T >::CompareCollections(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::compareTowers(), L1TOccupancyClient::compareWithStrip(), ForwardDetLayer::compatible(), BarrelDetLayer::compatible(), PixelRod::compatibleDetsV(), PixelHitMatcher::compatibleHits(), PixelHitMatcher::compatibleSeeds(), compGenParticleP4afterRad(), RPCSeedrecHitFinder::complete(), RPCCosmicSeedrecHitFinder::complete(), PFMEtSignInterfaceBase::compResolution(), 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(), EnergyLossUpdator::computeBetheBloch(), ForwardDiskSectorBuilderFromDet::computeBounds(), NoPileUpMEtUtilities::computeCandidateSum(), ParticleKinematicLinearizedTrackState::computeChargedJacobians(), PerigeeLinearizedTrackState::computeChargedJacobians(), ZeeCalibration::computeCoefficientDistanceAtIteration(), CompositeTECWedge::computeCrossings(), TECLayer::computeCrossings(), TIDRing::computeCrossings(), TOBRod::computeCrossings(), Phase2OTBarrelRod::computeCrossings(), Phase2OTEndcapRing::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(), sim::LocalFieldManager::ConfigureForTrack(), ElectronMVAEstimatorRun2Phys14NonTrig::constrainMVAVariables(), DDHCalBarrelAlgo::constructSideLayer(), Vispa.Views.LineDecayView.DecayLine::containsPoint(), HiggsValidation::MonitoredDecays::convert(), PixelIndices::convertDcolToCol(), MuonHOAcceptance::convertRegions(), l1t::Stage1Layer2EtSumAlgorithmImpHW::cordicToMETPhi(), l1t::Stage1Layer2EtSumAlgorithmImpHI::cordicToMETPhi(), HCALResponse::correctHF(), plotscripts::corrections2D(), MuonMETAlgo::correctMETforMuon(), ThirdHitCorrection::correctRZRange(), ParticleReplacerParticleGun::correctTauMass(), PSFitter::HybridMinimizer::Correlation(), 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(), edmStreamStallGrapher::createPDFImage(), DDHGCalNoTaperEndcap::createQuarter(), RPCStripsRing::createRefConnections(), CSCMotherboardME3141RPC::createRPCRollLUT(), TGeoMgrFromDdd::createShape(), tauImpactParameter::ParticleBuilder::createTrackParticle(), ThirdHitPredictionFromCircle::curvature(), MCParticleReplacer_cfi::customise(), 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(), StGenEvent::decayB(), GeneratorTau::decayToPDGClassification(), GlobalTrajectoryBuilderBase::defineRegionOfInterest(), npstat::Private::AbsHelper< T, Unsigned >::delta(), l1t::deltaGctPhi(), CSCMotherboardME11GEM::deltaPad(), HLTHemiDPhiFilter::deltaPhi(), IsolatedGenParticles::DeltaPhi(), IsolatedTracksCone::DeltaPhi(), IsolatedTracksNxN::DeltaPhi(), reco::deltaR2(), CSCMotherboardME11GEM::deltaRoll(), Deltas(), egammaisolation::EgammaRecHitExtractor::deposit(), PFCandWithSuperClusterExtractor::depositFromObject(), 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(), HLTAlCa::diff_nphi_s(), ClusterProducerFP420::difNarr(), ClusterProducerFP420::difWide(), L1RCT::digiInput(), l1t::Stage1Layer2EtSumAlgorithmImpPP::DiJetPhi(), l1t::Stage1Layer2EtSumAlgorithmImpHW::DiJetPhi(), l1t::Stage1Layer2EtSumAlgorithmImpHI::DiJetPhi(), HelixArbitraryPlaneCrossing::directionInDouble(), PFRecoTauDiscriminationByCharge::discriminate(), PFRecoTauDiscriminationByHPSSelection::discriminate(), PFRecoTauDiscriminationAgainstElectronMVA6::discriminate(), ElectronTagger::discriminator(), CandidateBoostedDoubleSecondaryVertexComputer::discriminator(), MSLayer::distance2(), EBDetId::distanceEta(), EBDetId::distancePhi(), EEDetId::distanceX(), EEDetId::distanceY(), 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(), EmissionVetoHook1::doVetoMPIStep(), IsoTrig::dP(), EcalDeadCellDeltaRFilter::dPhiToMETfunc(), RPCEfficiencyPerRingLayer::dqmEndJob(), MuonAlignmentSummary::dqmEndJob(), DTResolutionAnalysisTest::dqmEndJob(), DTResolutionTest::dqmEndLuminosityBlock(), Vispa.Gui.PortConnection.PointToPointConnection::drawSection(), PixelCPEBase::driftDirection(), DTTracoCand::DTTracoCand(), Fit::dumpEntryAfterFit(), Fit::dumpEntryCorrelations(), Pi0FixedMassWindowCalibration::duringLoop(), ZeeCalibration::duringLoop(), Tau.Tau::dxy(), DYGenFilter::DYGenFilter(), VVIObjFDetails::dzero(), PFPhotonClusters::E5x5Element(), EgammaObjects::ecalEta(), CSCHaloAlgo::ECALSegmentMatching(), pat::Electron::edB(), pat::Muon::edB(), CalorimetryManager::EMShowerSimulation(), CordicXilinx::encodeAngle(), CSCMotherboard::encodePattern(), PhiSymmetryCalibration_step2::endJob(), PhiSymmetryCalibration_step2_SM::endJob(), ParticleReplacerParticleGun::endJob(), DTTTrigCorrectionFirst::endJob(), DTT0Calibration::endJob(), DTT0CalibrationNew::endJob(), MuonAlignmentAnalyzer::endJob(), MuonAlignment::endJob(), HOCalibAnalyzer::endJob(), HcalBeamMonitor::endLuminosityBlock(), Pi0FixedMassWindowCalibration::endOfJob(), ZeeCalibration::endOfJob(), Pi0FixedMassWindowCalibration::endOfLoop(), ZeeCalibration::endOfLoop(), PFEnergyCalibration::energyEmHad(), EcalSimHitsValidProducer::energyInEBMatrix(), EcalBarrelSimHitsValidation::energyInMatrixEB(), ForwardMeasurementEstimator::estimate(), BarrelMeasurementEstimator::estimate(), RectangularEtaPhiTrackingRegion::estimator(), Photon.Photon::etaRegionID(), CandidateBoostedDoubleSecondaryVertexComputer::etaRelToTauAxis(), EcalDeadCellDeltaRFilter::etaToBoundary(), MCElectronAnalyzer::etaTransformation(), TH2Analyzer::Eval(), L1GtMuonCondition::evaluateCondition(), L1GtCaloCondition::evaluateCondition(), l1t::CorrCondition::evaluateCondition(), DDHCalTestBeamAlgo::execute(), DDHCalXtalAlgo::execute(), DDTIBLayerAlgo_MTCC::execute(), DDTIBLayerAlgo::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(), FBaseSimEvent::fill(), BPhysicsValidation::ParticleMonitor::Fill(), SingleTopTChannelLepton::MonitorEnsemble::fill(), DAClusterizerInZ_vect::fill(), AdHocNTupler::fill(), MTVHistoProducerAlgoForTracker::fill_generic_recoTrack_histos(), HcalCoarsePedestalMonitor::fill_Nevents(), HcalDigiMonitor::fill_Nevents(), EPOS::IO_EPOS::fill_next_event(), MTVHistoProducerAlgoForTracker::fill_recoAssociated_simTrack_histos(), JetPartonMatcher::fillAlgoritDefinition(), SurveyInputCSCfromPins::fillAllRecords(), PFPhotonClusters::FillClusterShape(), OMTFProcessor::fillCounts(), BPhysicsValidation::FillDaughters(), MuonSimHitsValidAnalyzer::fillDT(), MatrixFillMap::fillEBMap(), EcalSimHitsValidProducer::fillEBMatrix(), EcalBarrelSimHitsValidation::fillEBMatrix(), ZeePlots::fillEleMCInfo(), MuScleFitPlotter::fillGen(), HcalDetDiagLEDMonitor::fillHistos(), HcalDetDiagPedestalMonitor::fillHistos(), HcalDetDiagLaserMonitor::fillHistos(), HFShowerLibrary::fillHits(), MuonShowerInformationFiller::fillHitsByStation(), AlCaHOCalibProducer::fillHOStore(), Py8toJetInputHEPEVT::fillJetAlgoInput(), cms::PileupJPTJetIdAlgo::fillJPTBlock(), MaterialBudgetHcalHistos::fillLayer(), reco::modules::JetFlavourIdentifier::fillLeptons(), TopDecaySubset::fillListing(), JetMETHLTOfflineSource::fillMEforEffAllTrigger(), MuonIdProducer::fillMuonId(), ElectronMVAEstimatorRun2Phys14NonTrig::fillMVAVariables(), ElectronMVAEstimatorRun2Spring15NonTrig::fillMVAVariables(), HcalDeadCellMonitor::fillNevents_problemCells(), HcalHotCellMonitor::fillNevents_problemCells(), HcalDeadCellMonitor::fillNevents_recentdigis(), HcalDeadCellMonitor::fillNevents_recentrechits(), TopInitSubset::fillOutput(), lhef::LHEEvent::fillPdfInfo(), MaterialBudgetHcalHistos::fillPerStep(), JetPartonMatcher::fillPhysicsDefinition(), MuonTrackAnalyzer::fillPlots(), Phase2OTEndcapLayer::fillRingPars(), TIDLayer::fillRingPars(), SiStripCertificationInfo::fillSiStripCertificationMEs(), ApeEstimator::fillTrackVariables(), HcalIsoTrkAnalyzer::fillTree(), HcalObjRepresent::FillUnphysicalHEHFBins(), FillUnphysicalHEHFBins(), myFilter::filter(), STFilter::filter(), cms::CosmicTIFTrigFilter::filter(), PFJetFilter::filter(), ComphepSingletopFilter::filter(), ComphepSingletopFilterPy8::filter(), HeavyQuarkFromMPIFilterAlgo::filter(), PythiaFilterGammaGamma::filter(), BCToEFilterAlgo::filter(), doubleEMEnrichingFilterAlgo::filter(), PythiaFilterMultiMother::filter(), PythiaFilterEMJet::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(), PythiaFilterIsolatedTrack::filter(), MCMultiParticleFilter::filter(), PythiaFilterHT::filter(), TwoVBGenFilter::filter(), HighMultiplicityGenFilter::filter(), GenHTFilter::filter(), LHEGenericFilter::filter(), LQGenFilter::filter(), Zto2lFilter::filter(), SelectZmumuevents::filter(), MCDecayingPionKaonFilter::filter(), MCDijetResonance::filter(), MCZll::filter(), DYGenFilter::filter(), DJpsiFilter::filter(), FourLepFilter::filter(), HZZ4lFilter::filter(), MCParticlePairFilter::filter(), PythiaDauVFilter::filter(), PythiaFilter::filter(), PythiaHLTSoupFilter::filter(), ZgMassFilter::filter(), ZgammaMassFilter::filter(), PhotonEnrichmentFilter::filter(), HerwigMaxPtPartonFilter::filter(), JetVertexChecker::filter(), SimpleJetFilter::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), FFTJetDijetFilter::filter(), AlCaIsoTracksFilter::filter(), EcalDeadCellTriggerPrimitiveFilter::filter(), EcalDeadCellDeltaRFilter::filter(), pat::PATSingleVertexSelector::filter_(), filterCells3x3(), filterCells5x5(), reco::PFTauDecayMode::filteredObjectCandidates(), EMEnrichingFilterAlgo::filterIsoGenPar(), doubleEMEnrichingFilterAlgo::filterIsoGenPar(), EMEnrichingFilterAlgo::filterPhotonElectronSeed(), doubleEMEnrichingFilterAlgo::filterPhotonElectronSeed(), gen::Pythia6Hadronizer::finalizeEvent(), Herwig6Hadronizer::finalizeEvent(), ElectronMCTruthFinder::find(), PizeroMCTruthFinder::find(), PhotonMCTruthFinder::find(), EcalRecHitsValidation::findBarrelMatrix(), PixelBlade::findBin(), Phase1PixelBlade::findBin(), reco::modules::JetFlavourIdentifier::findCandidates(), PhotonMVAEstimatorRun2Spring15NonTrig::findCategory(), PhotonMVAEstimatorRun2Phys14NonTrig::findCategory(), ElectronMVAEstimatorRun2Phys14NonTrig::findCategory(), ElectronMVAEstimatorRun2Spring15Trig::findCategory(), ElectronMVAEstimatorRun2Spring15NonTrig::findCategory(), TIDLayer::findClosest(), CompositeTECWedge::findClosestDet(), spr::findCone(), Tau3MuReco::findCorrectPairing(), TopDecaySubset::findDecayingTops(), spr::findDetIdECAL(), spr::findDetIdHCAL(), TauValidation::findFSRandBrem(), GenHFHadronMatcher::findHadronJets(), AlCaHOCalibProducer::findHOEtaPhi(), GenHFHadronMatcher::findInMothers(), gen::EvtGenInterface::findLastinChain(), TopDecaySubset::findLastParticleInChain(), CSCCathodeLCTProcessor::findLCTs(), reco::modules::JetFlavourIdentifier::findLeptons(), TrackDetMatchInfo::findMaxDeposition(), ContainmentCorrectionAnalyzer::findMcTruth(), DTHitQualityUtils::findMuSimHit(), TTUTrackingAlg::findNeighbors(), l1t::Stage1Layer2TauAlgorithmImpPP::findNESW(), l1t::Stage1Layer2TauAlgorithmImpHW::findNESW(), TIDLayer::findNextIndex(), BsJpsiPhiFilter::findParticle(), BdecayFilter::findParticle(), TauValidation::FindPhotosFSR(), TopDecaySubset::findPrimalTops(), TopDecaySubset::findPrimalW(), CalibratableTest::findPrimarySimParticles(), LocalMaximumSeedFinder::findSeeds(), SiStripElectronSeedGenerator::findSeedsFromCluster(), FFTJetPFPileupCleaner::findSomeVertexWFakes(), genutils::findStatus1Leptons(), Phase2OTEndcapLayer::findThreeClosest(), TopDecaySubset::findTops(), CSCMake2DRecHit::findWireBx(), PFJetIDSelectionFunctor::firstDataCuts(), HcalTrigTowerGeometry::firstHFRingInTower(), LagrangeParentParticleFitter::fit(), PulseShapeFitOOTPileupCorrection::fit(), hitfit::Chisq_Constrainer::fit(), BSFitter::Fit_d0phi(), V0Fitter::fitAll(), KFTrajectoryFitter::fitOne(), JetCoreClusterSplitter::fittingSplit(), alpgen::fixEventHiggsTTbar(), alpgen::fixEventMultiBoson(), alpgen::fixEventSingleTop(), alpgen::fixEventTTbar(), GenHFHadronMatcher::fixExtraSameFlavours(), AlignableModifier::flatRandomVector(), reco::flavour(), MuonMCClassifier::flavour(), GenHFHadronMatcher::flavourSign(), ChargeDividerFP420::fluctuateEloss(), SiPixelDigitizerAlgorithm::fluctuateEloss(), diffTreeTool::format(), pat::PackedCandidate::fromPV(), TtGenEvent::fromQuarkAnnihilation(), PerigeeConversions::ftsToPerigeeParameters(), TtGenEvent::fullLeptonicChannel(), FitterFuncs::PulseShapeFunctor::funcHPDShape(), FWExpressionValidator::FWExpressionValidator(), RPCCompDetId::gasDBname(), PixelUnpackingRegions::gatherFromRange(), AlignableModifier::gaussianRandomVector(), RPCTBGhostBuster::gBEta(), TauDecayModes.TauDecayModes::genDecayMode(), ElectronTagProbeAnalyzer::generalCut(), ElectronAnalyzer::generalCut(), Pythia8Hadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), PixelCPEGeneric::generic_position_formula(), GenHFHadronMatcher::GenHFHadronMatcher(), pat::PATObject< ObjectType >::genParticleById(), VertexClassifier::genPrimaryVertices(), TrackClassifier::genPrimaryVertices(), JetMCTagUtils::genTauDecayMode(), DTMeantimerPatternReco::geometryFilter(), Py8toJetInput::getAncestor(), CaloSD::getAttenuation(), HcalDetDiagLEDMonitor::GetCalib(), HcalDetDiagLaserMonitor::GetCalib(), EcalEndcapGeometry::getCells(), EcalBarrelGeometry::getCells(), L1MuSymmetricBinnedScale::getCenter(), PuppiContainer::getChi2FromdZ(), HcalGeometry::getClosestCell(), hcalCalib::GetCoefFromMtrxInvOfAve(), RPCLogCone::getCompressedCone(), HcalLutManager::getCompressionLutXmlFromAsciiMaster(), HcalLutManager::getCompressionLutXmlFromCoder(), l1t::MicroGMTCancelOutUnit::getCoordinateCancelBits(), HFRecalibration::getCorr(), HERecalibration::getCorr(), OOTPileupCorrData::getCorrectionByID(), HitPairGeneratorFromLayerPairForPhotonConversion::getCot(), metsig::METSignificance::getCovariance(), GsfElectronCoreBaseProducer::getCtfTrackRef(), DetIdAssociator::getDetIdsCloseToAPoint(), IsolatedPixelTrackCandidateProducer::getDistInCM(), IsolatedPixelTrackCandidateL1TProducer::getDistInCM(), EffectiveAreas::getEffectiveArea(), GsfElectronAlgo::ElectronData::getEleBasicCluster(), CastorSD::getEnergyDeposit(), EcalClusterToolsT< noZS >::getEnergyDepTopology(), CovarianceMatrix::getEtaDependentScaleFactor(), HcalTB02HcalNumberingScheme::getetaID(), HBHENegativeEFilter::getEtaIndex(), IsolatedPixelTrackCandidateProducer::GetEtaPhiAtEcal(), IsolatedPixelTrackCandidateL1TProducer::GetEtaPhiAtEcal(), BasicHepMCValidation::ParticleMonitor::GetFinal(), RPCLogCone::getFiredPlanesCnt(), EcalSelectiveReadoutValidation::getFIRWeights(), EcalSelectiveReadoutSuppressor::getFIRWeigths(), Fit::getFitQuality(), DTTimeBoxFitter::getFitSeeds(), TrackDetectorAssociator::getFreeTrajectoryState(), HLTTauMCProducer::getGenDecayProducts(), HcalAssistant::getGeomId(), EcalHaloAlgo::GetHaloClusterCandidateEB(), EcalHaloAlgo::GetHaloClusterCandidateEE(), HcalHaloAlgo::GetHaloClusterCandidateHB(), HcalHaloAlgo::GetHaloClusterCandidateHE(), HcalAssistant::getHcalDepth(), HcalAssistant::getHcalIphi(), HcalAssistant::getHcalSubdetector(), HcalDDDRecConstants::getHFCellParameters(), HFShower::getHits(), HFShowerParam::getHits(), EcalBarrelSimHitsValidation::getIdsAroundMax(), gbl::GblTrajectory::getJacobian(), PileupJetIdAlgo::getJetIdKey(), CSCStripElectronicsSim::getKeyStrips(), HcalDeterministicFit::getLandauFrac(), TkLasBeamFitter::getLasBeams(), TkLasBeamFitter::getLasHits(), HcalTB02HcalNumberingScheme::getlayerID(), HcalLutManager::getLinearizationLutXmlFromAsciiMasterEmap(), HcalLutManager::getLinearizationLutXmlFromAsciiMasterEmap_new(), HcalLutManager::getLinearizationLutXmlFromCoderEmap(), L1RPCConeBuilder::TCompressedCon::getLogStrip(), L1MuSymmetricBinnedScale::getLowEdge(), CustomParticleFactory::getMassTable(), MatacqProducer::getMatacqEvent(), magfieldparam::rz_harm_poly::GetMaxM(), OptOCOPS::getMeasFromInters(), HCALResponse::getMIPfraction(), plotscripts::getname(), ParticleTowerProducer::getNearestTower(), reco::PFRecHit::getNeighbour(), BsJpsiPhiFilter::getNextBs(), BdecayFilter::getNextBs(), ClusterNoiseFP420::ElectrodData::getNoise(), FastLineRecognition::getOneLine(), MatacqProducer::getOrbitId(), RPCPacManager< RPCPacData >::getPac(), 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(), HcalTB02HcalNumberingScheme::getphiID(), MuonSeedPtExtractor::getPt(), L1MuDTAssignmentUnit::getPtMethod(), L1MuBMAssignmentUnit::getPtMethod(), PuppiContainer::getPuppiId(), TauSpinnerCMS::GetRecoDaughters(), PrimaryVertexAnalyzer4PUSlimmed::getRecoPVs(), pat::helper::ResolutionHelper::getResolEta(), pat::helper::ResolutionHelper::getResolTheta(), RPCStripsRing::getRingId(), SiPixelTrackResidualSource::getrococcupancy(), CastorShowerLibrary::getShowerHits(), PrimaryVertexAnalyzer4PUSlimmed::getSimPVs(), MuonTrackAnalyzer::getSimTrack(), LaserSorter::getStream(), HBHELinearMap::getSubdetector(), HcalAssistant::getSubdetectorString(), RPCStripsRing::getTowerForRefRing(), HDetIdAssociator::getTrajectory(), RPCTechnicalTrigger::TTUResults::getTriggerForWheel(), EcalElectronicsMapping::getTrigTowerDetId(), PFJetBenchmark::gettrue(), JetCharge::getWeight(), 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(), TkPixelMeasurementDet::hasBadComponents(), CandMCTagUtils::hasBottom(), CandMCTagUtils::hasCharm(), TauDecay::hasResonance(), 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(), HcalHF_PETalgorithm::HFSetFlagFromPET(), HcalHFStatusBitFromRecHits::hfSetFlagFromRecHits(), HcalHF_S9S1algorithm::HFSetFlagFromS9S1(), HcalTrigTowerGeometry::hfTowerEtaSize(), CosmicHitPairGeneratorFromLayerPair::hitPairs(), CosmicHitTripletGeneratorFromLayerTriplet::hitTriplets(), HLTDiMuonGlbTrkFilter::hltFilter(), HLTMuonTrkFilter::hltFilter(), HLTMuonTrkL1TFilter::hltFilter(), HLTCSCOverlapFilter::hltFilter(), HLTRapGapFilter::hltFilter(), HLTPhi2METFilter::hltFilter(), HLTJetPairDzMatchFilter< T >::hltFilter(), HLTPFTauPairLeadTrackDzMatchFilter::hltFilter(), HLT2jetGapFilter::hltFilter(), HLTJetCollectionsFilter< jetType >::hltFilter(), HLTMuonDimuonL3Filter::hltFilter(), HLTHcalTowerFilter::hltFilter(), HLTMonoJetFilter< T >::hltFilter(), HLTMuonDimuonL2FromL1TFilter::hltFilter(), HLTDisplacedEgammaFilter::hltFilter(), HLTDiJetAveEtaFilter< T >::hltFilter(), HLTDiJetAveFilter< T >::hltFilter(), HLTDiJetEtaTopologyFilter< T >::hltFilter(), HLTJetEtaTopologyFilter< T >::hltFilter(), HLTMuonDimuonL2Filter::hltFilter(), HLTMuonL2FromL1TPreFilter::hltFilter(), HLTMuonL2PreFilter::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTJetVBFFilter< T >::hltFilter(), HLTExclDiJetFilter< T >::hltFilter(), HLTFatJetMassFilter< jetType >::hltFilter(), HLTJetCollectionsVBFFilter< T >::hltFilter(), HLTMuonL3PreFilter::hltFilter(), HLTSinglet< T >::hltFilter(), HLTAcoFilter::hltFilter(), HLTGlobalSums< T >::hltFilter(), HLTAlphaTFilter< T >::hltFilter(), HLTPixlMBForAlignmentFilter::hltFilter(), HLTMinDPhiMETFilter::hltFilter(), HLTCaloTowerFilter::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), HLTGenericFilter< T1 >::hltFilter(), HLTJetSortedVBFFilter< T >::hltFilter(), HLTVertexFilter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTmmkFilter::hltFilter(), HOTriggerPrimitiveDigi::HOTriggerPrimitiveDigi(), HT< T >::HT(), 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(), ThirdHitCorrection::init(), GeneratorTau::init(), ThirdHitPredictionFromInvParabola::init(), ResonanceDecayFilterHook::initAfterBeams(), PixelRecoLineRZ::initCot(), PuppiContainer::initialize(), gen::Hydjet2Hadronizer::initializeForInternalPartons(), ParticlePropagator::initProperDecayTime(), CaloCellGeometry::initSpan(), MuonHOAcceptance::inNotDeadGeom(), RectangularPlaneBounds::inout(), EcalEtaPhiRegion::inRegion(), CSCEfficiency::inSensitiveLocalRegion(), DiskSectorBounds::inside(), RectangularPlaneBounds::inside(), TrapezoidalPlaneBounds::inside(), GeomDetLess::insideOutLess(), TrackingRecHitLessFromGlobalPosition::insideOutLess(), MuonHOAcceptance::inSiPMGeom(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::inspectTrack(), MaterialEffects::interact(), gen.GeneratorAnalyzer::interestingPdgId(), SiStripTemplate::interpolate(), SiPixelTemplate::interpolate(), svgfig.Ticks::interpret(), ALILine::intersect(), LightRay::intersect(), gbl::BorderedBandMatrix::invertBand(), PhotonDataCertification::invMassZtest(), InvRingCalib::InvRingCalib(), Lepton.Lepton::ip3D(), EEDetId::iPhiOuterRing(), Onia2MuMuPAT::isAbHadron(), FFTJetPFPileupCleaner::isAcceptableVtx(), Onia2MuMuPAT::isAMixedbHadron(), EBEECutValues::isBarrel(), GenHFHadronMatcher::isBaryonPdgId(), BCToEFilterAlgo::isBCBaryon(), doubleEMEnrichingFilterAlgo::isBCBaryon(), BCToEFilterAlgo::isBCMeson(), doubleEMEnrichingFilterAlgo::isBCMeson(), EgAmbiguityTools::isBetter(), PseudoTopProducer::isBHadron(), Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleDataList::isBosonId(), HepMCValidationHelper::isChargedLepton(), PFPhotonIsolationCalculator::isChargedParticleVetoed(), PFIsolationEstimator::isChargedParticleVetoed(), EcalDeadCellDeltaRFilter::isCloseToBadEcalChannel(), GeomDetCompatibilityChecker::isCompatible(), TrackCleaner::isCompatible(), AngleConverter::isCSCCounterClockwise(), L1TMuon::GeometryTranslator::isCSCCounterClockwise(), AnomalousECALVariables::isDeadEcalCluster(), reco::isElectron(), TwoVBGenFilter::isElectron(), BasicHepMCValidation::ParticleMonitor::isFirst(), objects.LeptonAnalyzer.LeptonAnalyzer::isFromB(), ConversionFinder::isFromConversion(), PseudoTopProducer::isFromHadron(), Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleDataList::isGluonId(), muon::isGoodMuon(), MuonIdProducer::isGoodRPCMuon(), ME0SegAlgoMM::isGoodToMerge(), MuonIdProducer::isGoodTrack(), MuonIdProducer::isGoodTrackerMuon(), HcalObjRepresent::isHB(), isHB(), HcalObjRepresent::isHE(), isHE(), HcalObjRepresent::isHF(), isHF(), Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleDataList::isHiggsId(), MuonTrackResidualAnalyzer::isInTheAcceptance(), MuonTrackAnalyzer::isInTheAcceptance(), HiGammaJetSignalDef::IsIsolated(), DDLRotationAndReflection::isLeftHanded(), reco::isLepton(), Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleDataList::isLeptonId(), CandMCTagUtils::isLightParton(), GenHFHadronMatcher::isMesonPdgId(), reco::isMuon(), TwoVBGenFilter::isMuon(), MBUEandQCDValidation::isNeutral(), PFPhotonIsolationCalculator::isNeutralParticleVetoed(), PFIsolationEstimator::isNeutralParticleVetoed(), GenHFHadronMatcher::isNeutralPdg(), reco::isNeutrino(), TwoVBGenFilter::isNeutrino(), HepMCValidationHelper::isNeutrino(), MBUEandQCDValidation::isNeutrino(), genutils::isNotFromHadronicShower(), genutils::isNotHadronicId(), KineParticleFilter::isOKForMe(), 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(), GEMTrackMatch::isSimTrackGood(), Vispa.Plugins.EdmBrowser.ParticleDataList.ParticleDataList::isSusyId(), reco::isTau(), TwoVBGenFilter::isTau(), HepMCValidationHelper::isTau(), TauDecay::isTauFinalStateParticle(), gen::PhotosInterface::isTauLeptonicDecay(), TauDecay::isTauParticleCounter(), TauDecay::isTauResonanceCounter(), HcalHPDRBXMap::isValid(), isValidGeom(), l1t::CaloTools::isValidIEtaIPhi(), 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(), PFEGammaAlgo::linkRefinableObjectBremTangentsToECAL(), MEEEGeom::lmr(), FSimEvent::load(), HcalGeomParameters::loadGeometry(), HGCalGeomParameters::loadGeometryHexagon(), CaloTPGTranscoderULUT::loadHCALCompress(), CalorimetryManager::loadMuonSimTracks(), StripCPEfromTrackAngle::localParameters(), TkRadialStripTopology::localPitch(), Plane::localZclamped(), L1MuBMSecProcId::locwheel(), L1MuDTSecProcId::locwheel(), L1RCTLookupTables::lookup(), geometryDiff::loopover(), motionPolicyChamber::loopover(), l1t::Stage1TauIsolationLUT::lutAddress(), reco::Conversion::lz(), main(), objects.LeptonAnalyzer.LeptonAnalyzer::makeAllElectrons(), gen.GenHeavyFlavourAnalyzer.GenHeavyFlavourAnalyzer::makeBPartons(), CaloTowerHardcodeGeometryLoader::makeCell(), HcalDDDGeometryLoader::makeCell(), XMLDocument::makeChId(), HFClusterAlgo::makeCluster(), EcalCondTools::makedist(), L1TCaloLayer1RawToDigi::makeECalTPGs(), HSCPValidator::makeGenPlots(), objects.METAnalyzer::makeGenTkMet(), L1TCaloLayer1RawToDigi::makeHCalTPGs(), Multi5x5BremRecoveryClusterAlgo::makeIslandSuperClusters(), objects.IsoTrackAnalyzer.IsoTrackAnalyzer::makeIsoTrack(), gen.GeneratorAnalyzer.GeneratorAnalyzer::makeMCInfo(), OptOSensor2D::makeMeasurement(), OptOCOPS::makeMeasurement(), objects.PhotonAnalyzer.PhotonAnalyzer::makePhotons(), HouseholderDecomposition::makeRegions(), reco::makeSpecific(), objects.TauAnalyzer.TauAnalyzer::makeTaus(), hcalCalib::makeTextFile(), HcalRawDataClient::mapChannproblem(), HcalRawDataMonitor::mapChannproblem(), HcalRawDataClient::mapDCCproblem(), HcalRawDataMonitor::mapDCCproblem(), HcalRawDataClient::mapHTRproblem(), HcalRawDataMonitor::mapHTRproblem(), MuonTrackResidualAnalyzer::mapMuSimHitsPerId(), plotscripts::mapplot(), pat::GenJetMatcher::match(), DiObject.DiTau::match(), objects.LeptonAnalyzer.LeptonAnalyzer::matchAnyLeptons(), JetPlusTrackCorrector::matchElectrons(), CSCMotherboardME21GEM::matchingGEMPads(), CSCMotherboardME11GEM::matchingGEMPads(), CSCMotherboardME3141RPC::matchingRPCDigis(), objects.JetAnalyzer.JetAnalyzer::matchJets(), objects.LeptonAnalyzer.LeptonAnalyzer::matchLeptons(), deltar::matchObjectCollection3(), PuppiPhoton::matchPFCandidate(), PFPhotonIsolationCalculator::matchPFObject(), objects.PhotonAnalyzer.PhotonAnalyzer::matchPhotons(), SimHitMatcher::matchSimHitsToSimTrack(), objects.LeptonAnalyzer.LeptonAnalyzer::matchToPhotons(), helpers::MCTruthPairSelector< T >::MCTruthPairSelector(), TrackMerger::merge(), DAClusterizerInZ_vect::merge(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::merging(), objects.VertexAnalyzer.VertexAnalyzer::mindist(), PulseChiSqSNNLS::Minimize(), AntiElectronIDMVA5::minimum(), AntiElectronIDMVA6::minimum(), SymmetricLayerFinder::mirrorPartner(), AlignableModifier::modify(), EGExtraInfoModifierFromDB::modifyObject(), RKCurvilinearDistance< T, N >::momentum(), CylindricalState::momentum(), LocalTrajectoryParameters::momentum(), KinematicPerigeeConversions::momentumFromPerigee(), PerigeeConversions::momentumFromPerigee(), npstat::ComplexComparesAbs< std::complex< T > >::more(), Vispa.Gui.VispaWidgetOwner.VispaWidgetOwner::mouseMoveEvent(), MuonTruth::muonFraction(), MuonGeometrySanityCheckPoint::MuonGeometrySanityCheckPoint(), MuonTruth::muonHits(), ZMuMuIsolationAnalyzer::muTag(), ElectronMVAEstimator::mva(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), Electron.Electron::mvaIDTight(), AntiElectronIDMVA5::MVAValue(), AntiElectronIDMVA6::MVAValue(), pileupCalc::MyErf(), L1MuDTSectorProcessor::neighbour(), L1MuBMSectorProcessor::neighbour(), L1MuBMMuonSorter::neighbour(), L1MuDTMuonSorter::neighbour(), TtGenEvent::neutrino(), TtGenEvent::neutrinoBar(), L1CaloHcalScaleConfigOnlineProd::newObject(), RBCProcessRPCSimDigis::next(), RBCProcessRPCDigis::next(), UEDMultiLeptonFilter::nLeptons(), L1TTwinMuxRawToDigi::normBx(), HelixArbitraryPlaneCrossing::notAtSurface(), HcalTrigTowerGeometry::nPhiBins(), TopGenEvent::numberOfBQuarks(), reco::RecoTauPiZero::numberOfElectrons(), TopGenEvent::numberOfLeptons(), TrackDetMatchInfo::nXnEnergy(), CaloNavigator< EBDetId >::offsetBy(), l1t::CaloStage2Nav::offsetIEta(), L1GctMet::oldGctAlgo(), GsfEleFull5x5SigmaIEtaIEtaCut::operator()(), PhoFull5x5SigmaIEtaIEtaValueMapCut::operator()(), PhoFull5x5SigmaIEtaIEtaCut::operator()(), GsfEleEffAreaPFIsoCut::operator()(), GsfEleSCMaxAbsEtaCut::operator()(), PhoAnyPFIsoWithEAAndExpoScalingEBCut::operator()(), PhoAnyPFIsoWithEACut::operator()(), PhoAnyPFIsoWithEAAndExpoScalingCut::operator()(), PhoAnyPFIsoWithEAAndQuadScalingCut::operator()(), GsfEleDxyCut::operator()(), GsfEleDzCut::operator()(), MuonDxyCut::operator()(), MuonDzCut::operator()(), GsfEleDeltaBetaIsoCut::operator()(), GsfEleDeltaBetaIsoCutStandalone::operator()(), GsfEleSigmaIEtaIEtaCut::operator()(), GsfEleDEtaInSeedCut::operator()(), PhoSingleTowerHadOverEmCut::operator()(), GsfEleDEtaInCut::operator()(), GsfEleHadronicOverEMCut::operator()(), PhoHadronicOverEMCut::operator()(), GsfEleEInverseMinusPInverseCut::operator()(), GsfEleDPhiInCut::operator()(), GsfEleEcalDrivenCut::operator()(), GsfEleMissingHitsCut::operator()(), CSCDetIdSameDetLayerComparator::operator()(), GsfEleDEtaInLinearCut::operator()(), CordicXilinx::operator()(), RKOne4OrderStep< T, N >::operator()(), PhoSCEtaMultiRangeCut::operator()(), GsfEleSCEtaMultiRangeCut::operator()(), CompareHitPairsY::operator()(), GenJetParticleSelector::operator()(), tautools::RecoTauDistanceFromTruthPlugin::operator()(), ForwardDiskSectorBuilderFromWedges::operator()(), TtDecayChannelSelector::operator()(), ForwardDiskSectorBuilderFromDet::operator()(), reco::tau::RecoTauChargeCleanerPlugin::operator()(), helpers::MCTruthPairSelector< T >::operator()(), Adjacent< T1, Comp >::operator()(), TtDilepLRSignalSelObservables::operator()(), PdgIdExcluder::operator()(), PdgIdSelector::operator()(), TrackingParticleSelector::operator()(), ThirdHitZPrediction::operator()(), OuterHitPhiPrediction::operator()(), reco::VertexSorting< SecondaryVertex >::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), reco::MCMatchSelector< T1, T2 >::operator()(), reco::VertexFilter::operator()(), reco::V0Filter::operator()(), tautools::RecoTauDecayModeTruthMatchPlugin::operator()(), pat::eventhypothesis::ByPdgId::operator()(), muonisolation::NominalEfficiencyThresholds::locless::operator()(), pat::VertexAssociationSelector::operator()(), PixelBarrelLinkMaker::Order::operator()(), TauTagTools::filterChargedAndNeutralsByPt::operator()(), EtaPhiRegion::operator()(), funct::GaussIntegrator::operator()(), PFMEtSignInterfaceBase::operator()(), fftjetcms::PeakEtaMagSsqDependent::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(), Phase2OTEndcapLayer::overlapInR(), TIDLayer::overlapInR(), L1MuDTSecProcId::ovl(), L1MuBMSecProcId::ovl(), TopDecaySubset::p4(), l1t::stage2::EGammaPacker::pack(), l1t::stage2::JetPacker::pack(), l1t::stage2::TauPacker::pack(), logintpack::pack8log(), logintpack::pack8logCeil(), logintpack::pack8logClosed(), L1MuPseudoSignedPacking::packedFromIdx(), GflashEMShowerProfile::parameterization(), python.rootplot.core::parse_range(), MuonAlignmentFromReference::parseReference(), MvaMEtUtilities::passesMVA(), reco::PFMETProducerMVA::passPFLooseId(), HelixArbitraryPlaneCrossing::pathLength(), HelixForwardPlaneCrossing::pathLength(), HelixBarrelPlaneCrossingByCircle::pathLength(), HelixArbitraryPlaneCrossing2Order::pathLength(), CSCAnodeLCTProcessor::patternDetection(), RawParticle::PDGcTau(), PdgIdExcluder::PdgIdExcluder(), PdgIdSelector::PdgIdSelector(), DTSegmentAnalysisTest::performClientDiagnostic(), RPCMonitorDigi::performSourceOperation(), PFPhotonClusters::PFCrystalCoor(), ThirdHitPredictionFromCircle::phi(), ParticleTowerProducer::phi2iphi(), InnerDeltaPhi::phiRange(), Photon.Photon::photonIDCSA14(), MuonErrorMatrix::Pindex(), PixelBarrelName::PixelBarrelName(), PixelBarrelNameUpgrade::PixelBarrelNameUpgrade(), pos::PixelCalibConfiguration::PixelCalibConfiguration(), SelectedElectronFEDListProducer< TEle, TCand >::pixelFedDump(), HCalSD::plotHF(), HCalSD::plotProfile(), HelixForwardPlaneCrossing::position(), HiggsValidation::MonitoredDecays::position(), HelixArbitraryPlaneCrossing::positionInDouble(), HelixBarrelPlaneCrossing2OrderLocal::positionOnly(), RPCLogCone::possibleTrigger(), plotscripts::postalAddressToId(), FastTimerService::postPathEvent(), SimpleCosmicBONSeeder::pqFromHelixFit(), CosmicClusterAlgo::prepareCluster(), Multi5x5ClusterAlgo::prepareCluster(), HLTPrescaleProvider::prescaleValuesInDetail(), SiStripElectronSeedGenerator::preselection(), ConversionProducer::preselectTrackPair(), L1MuDTPhiLut::print(), L1MuDTPtaLut::print(), L1MuDTExtLut::print(), L1TMuon::InternalTrack::print(), L1MuBMLUTHandler::print_ext_lut(), L1MuBMLUTHandler::print_phi_lut(), L1MuBMLUTHandler::print_pta_lut(), process(), gen.LHEAnalyzer.LHEAnalyzer::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(), PFAlgo::processBlock(), OMTFinputMaker::processCSC(), cscdqm::EventProcessor::processCSC(), VertexClassifier::processesAtGenerator(), TrackClassifier::processesAtGenerator(), VertexClassifier::processesAtSimulation(), TrackClassifier::processesAtSimulation(), HcalTrigPrimMonitor::processEvent(), l1t::Stage2Layer2JetSumAlgorithmFirmwareImp1::processEvent(), l1t::Stage2Layer2DemuxTauAlgoFirmwareImp1::processEvent(), l1t::Stage2Layer2DemuxEGAlgoFirmwareImp1::processEvent(), l1t::Stage2Layer2EtSumAlgorithmFirmwareImp1::processEvent(), HcalCoarsePedestalMonitor::processEvent(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::processEvent(), HcalBeamMonitor::processEvent(), l1t::Stage1Layer2TauAlgorithmImpPP::processEvent(), HcalDeadCellMonitor::processEvent(), l1t::Stage1Layer2TauAlgorithmImpHW::processEvent(), HcalDigiMonitor::processEvent(), HcalRecHitMonitor::processEvent_rechit(), HcalHotCellMonitor::processEvent_rechitenergy(), DeDxHitInfoProducer::processHit(), HcalHotCellMonitor::processHit_rechitNeighbors(), HCalSD::ProcessHits(), AlignmentMonitorSegmentDifferences::processMuonResidualsFromTrack(), WeakEffectsWeightProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), PseudoTopProducer::produce(), TrackingParticleConversionSelector::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), edm::FlatRandomEGunProducer::produce(), CastorFastTowerProducer::produce(), GEDGsfElectronFinalizer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::ExpoRandomPGunProducer::produce(), ISRGammaWeightProducer::produce(), L2TauPixelTrackMatch::produce(), IsolatedEcalPixelTrackCandidateProducer::produce(), FSRWeightProducer::produce(), ISRWeightProducer::produce(), PdfWeightProducer::produce(), TtSemiLepHitFitProducer< LeptonCollection >::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), L3MuonCandidateProducerFromMuons::produce(), HLTMuonL2SelectorForL3IO::produce(), L2TauPixelIsoTagProducer::produce(), TauGenJetProducer::produce(), HLTPFJetIDProducer::produce(), ParticleTowerProducer::produce(), ParticleReplacerParticleGun::produce(), GenParticleProducer::produce(), pat::PATGenCandsFromSimTracksProducer::produce(), HLTDisplacedmumumuVtxProducer::produce(), MuonReSeeder::produce(), HLTCaloTowerHtMhtProducer::produce(), SoftPFMuonTagInfoProducer::produce(), HLTDisplacedmumuVtxProducer::produce(), HLTMETCleanerUsingJetID::produce(), L2MuonCandidateProducer::produce(), TrackListMerger::produce(), HLTMhtProducer::produce(), HLTTauMCProducer::produce(), SoftPFElectronTagInfoProducer::produce(), TSGForOI::produce(), NoPileUpPFMEtProducer::produce(), GtPsbTextToDigi::produce(), HLTHtMhtProducer::produce(), DeDxHitInfoProducer::produce(), MultShiftMETcorrInputProducer::produce(), pat::PATPackedCandidateProducer::produce(), HLTDisplacedtktkVtxProducer::produce(), HLTCaloJetIDProducer::produce(), L1ITMuonBarrelPrimitiveProducer::produce(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce(), L3MuonCandidateProducer::produce(), PFCTRecHitProducer::produce(), PartonSelector::produce(), SiStripFineDelayHit::produce(), pat::GenPlusSimParticleProducer::produce(), pat::PATPackedGenParticleProducer::produce(), TextToRaw::produce(), HLTmumutkVtxProducer::produce(), HLTTrackMETProducer::produce(), ParticleReplacerZtautau::produce(), HLTJetCollForElePlusJets< T >::produce(), OutsideInMuonSeeder::produce(), SourceCardTextToRctDigi::produce(), IsolatedPixelTrackCandidateProducer::produce(), BSCTrigger::produce(), MaskedRctInputDigiProducer::produce(), InterestingDetIdFromSuperClusterProducer::produce(), IsolatedPixelTrackCandidateL1TProducer::produce(), HcalHitReconstructor::produce(), InterestingDetIdCollectionProducer::produce(), TruthTauDecayModeProducer::produce(), MuonProducer::produce(), RctInputTextToDigi::produce(), CastorClusterProducer::produce(), L1TMuonCaloSumProducer::produce(), TauSpinnerCMS::produce(), L1TMicroGMTInputProducerFromGen::produce(), EcalSimpleProducer::produce(), reco::CentralityProducer::produce(), FastPrimaryVertexWithWeightsProducer::produce(), reco::BeamHaloSummaryProducer::produce(), FlavorHistoryProducer::produce(), L1TCaloLayer1::produce(), l1t::GenToInputProducer::produce(), ME0MuonConverter::produce(), L1TStage2Layer1Producer::produce(), MuonMCClassifier::produce(), RPCTechnicalTrigger::produce(), MuonSimHitProducer::produce(), HepMCSplitter::produce(), GoodSeedProducer::produce(), GenTtbarCategorizer::produce(), ME0SegmentMatcher::produce(), PFTau3ProngReco::produce(), TemplatedSecondaryVertexProducer< IPTI, VTX >::produce(), IPProducer< Container, Base, Helper >::produce(), JetFlavourClustering::produce(), EcalTrivialConditionRetriever::produceEcalLaserAlphas(), ecaldqm::LedClient::producePlots(), ecaldqm::OccupancyClient::producePlots(), ecaldqm::LaserClient::producePlots(), ecaldqm::PedestalClient::producePlots(), ecaldqm::PresampleClient::producePlots(), ecaldqm::TrigPrimClient::producePlots(), ecaldqm::TimingClient::producePlots(), SiStripElectronAlgo::projectPhiBand(), noPuUtils::promoteAssocToHSAssoc(), spr::propagateCALO(), spr::propagateCalo(), spr::propagateCosmicCALO(), RKPropagatorInS::propagateParametersOnCylinder(), AnalyticalPropagator::propagateParametersOnCylinder(), RKPropagatorInS::propagateParametersOnPlane(), AnalyticalPropagator::propagateParametersOnPlane(), BaseParticlePropagator::propagateToHOLayer(), spr::propagateTrackerEnd(), DDG4SolidConverter::pseudotrap(), CSCTFPtMethods::Pt3StnChiSq(), MuonSeedPtExtractor::pT_extract(), L1MuBMAssignmentUnit::PtAU(), EmissionVetoHook1::pTpythia(), Jet.Jet::puJetId(), PulseShapeFitOOTPileupCorrection::pulseShapeFit(), SiPixelGenError::qbin(), SiPixelTemplate::qbin(), objects.PhotonAnalyzer.PhotonAnalyzer::randomCone(), AlignableModifier::randomise(), PixelRecoLineRZ::rAtZ(), ThirdHitPredictionFromCircle::HelixRZ::rAtZ(), BeamFitter::readEvent(), SurveyDataReader::readFile(), DeviationsFromFileSensor2D::readFile(), MillePedeFileReader::readMillePedeResultFile(), readParticlesFromHepMC(), TauSpinnerCMS::readParticlesfromReco(), RecAnalyzerMinbias::RecAnalyzerMinbias(), L1MuBMSectorReceiver::receiveBBMXData(), L1MuDTSectorReceiver::receiveDTBXData(), SiStripTrackingRecHitsValid::rechitanalysis(), SiStripTrackingRecHitsValid::rechitanalysis_matched(), ESRecHitSimAlgo::reconstruct(), CalorimetryManager::reconstruct(), CalorimetryManager::reconstructHCAL(), TrackClassifier::reconstructionInformation(), MuonPFAnalyzer::recoToGenMatch(), reco::reduceRange(), LightRay::refract(), MuonTrackingRegionBuilder::region(), l1t::CaloTools::regionEta(), CosmicRegionalSeedGenerator::regions(), TrackingRegionsFromBeamSpotAndL2Tau::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(), lhef::LHEEvent::removeResonances(), BtoCharmDecayVertexMergerT< VTX >::resolveBtoDchain(), HCALResponse::responseHCAL(), AlignableModifier::rotateAlignable(), AlignableModifier::rotateAlignableLocal(), EcalClusterToolsT< noZS >::roundnessBarrelSuperClustersUserExtended(), RPCLogCone::RPCLogCone(), RPCStripsRing::RPCStripsRing(), RPCTCGhostBusterSorter::run(), PFSpecificAlgo::run(), CSCMotherboardME3141RPC::run(), CSCMotherboardME21GEM::run(), FP420DigiMain::run(), L1MuBMEUX::run(), L1MuDTEUX::run(), L1MuBMTrackFinder::run(), HEPTopTagger::run_tagger(), L1MuDTMuonSorter::runCOL(), L1MuBMMuonSorter::runCOL(), DTLocalTriggerBaseTask::runDDUAnalysis(), RPCPac::runEnergeticPatternsGroups(), RPCHalfSorter::runHalf(), PileupJetIdAlgo::runMva(), ecaldqm::TimingTask::runOnUncalibRecHits(), DTLocalTriggerBaseTask::runTMAnalysis(), RPCPac::runTrackPatternsGroup(), CustomPDGParser::s_charge(), CustomPDGParser::s_containedQuarksCode(), CustomPDGParser::s_isChargino(), 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(), BSFitter::scanPDF(), TtDecayChannelSelector::search(), SeedFilter::seeds(), plotscripts::segdiff(), plotscripts::segdiff_xalign(), OMTFGhostBuster::select(), CosmicTrackSelector::select(), MultiTrackSelector::select(), HIMultiTrackSelector::select(), AlCaIsoTracksProducer::select(), DOTExport.DotExport::selectNode(), BaseHiGenEvtSelector::selectParticle(), HadronDecayGenEvtSelector::selectParticle(), PartonHadronDecayGenEvtSelector::selectParticle(), TtGenEvent::semiLeptonicChannel(), EcalUncalibRecHitWorkerMultiFit::set(), MEGeom::setBinGlobalHist(), DTSectCollPhCand::setBitsSectColl(), GsfElectronAlgo::setCutBasedPreselectionFlag(), pat::VertexAssociation::setDistances(), L1Analysis::L1AnalysisCaloTP::SetECAL(), reco::PFCandidate::setEcalEnergy(), 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(), SiPixelCalibDigiProducer::setPattern(), Plane::setPosPrec(), EcalGeomPhiSymHelper::setup(), HcalBeamMonitor::setup(), Vispa.Gui.Zoomable.Zoomable::setZoom(), RPCLogCone::shift(), Plane::side(), WeakEffectsWeightProducer::sigma0_qqbarll(), reco::MET::significance(), PCLTrackerAlProducer::simpleMisalignment(), AlignmentProducer::simpleMisalignment_(), SiPixelTemplate::simpletemplate2D(), ME0PreRecoNoSmearModel::simulateSignal(), GEMTrivialModel::simulateSignal(), ME0PreRecoGaussianModel::simulateSignal(), GEMSimpleModel::simulateSignal(), TrackClassifier::simulationInformation(), StGenEvent::singleLepton(), TtGenEvent::singleLepton(), StGenEvent::singleNeutrino(), TtGenEvent::singleNeutrino(), StGenEvent::singleTop(), StGenEvent::singleW(), Lepton.Lepton::sip3D(), LinearEquation3< T >::solution(), hitfit::Top_Decaykin::solve_nu(), hitfit::Top_Decaykin::solve_nu_tmass(), npstat::LinInterpolatedTableND< Numeric, Axis >::solveForRatioArg(), OMTFSorter::sortProcessorAndFillCandidates(), DTTSM::sortTSM1(), DTTSS::sortTSS1(), TauValidation::spinEffectsWHpm(), TauValidation::spinEffectsZH(), MaterialBudgetHcal::stopAfter(), MaterialBudgetForward::stopAfter(), MaterialBudget::stopAfter(), HEPTopTagger::store_topsubjets(), DTTracoChip::storeCorr(), DTDigitizer::storeDigis(), RPCDigiL1Link::strip(), IsoTrig::studyMipCut(), IsoTrig::studyTrigger(), svgfig.Curve::subsample(), sumDepths(), svgfig.Axes::SVG(), EcalTools::swissCross(), Cylinder::tangentPlane(), TtDecayChannelSelector::tauDecay(), TauValidation::tauMother(), ParticleReplacerParticleGun::tauola_forParticleGun(), ChargeSignificanceTrajectoryFilter::TBC(), hcalCalib::Terminate(), PFRecHitQTestHOThreshold::test(), PFRecHitQTestHCALCalib29::test(), HcalLutManager::test_emap(), JetAnalyzer.JetAnalyzer::testBJet(), plotscripts::testDeltaWithin5Sigma(), ElectronCalibrationUniv::TestEEvalidDetId(), ParticleReplacerZtautau::testEvent(), objects.VertexAnalyzer.VertexAnalyzer::testGoodVertex(), JetAnalyzer.JetAnalyzer::testJet(), objects.JetAnalyzer.JetAnalyzer::testJetNoID(), StripSubClusterShapeFilterBase::testLastHit(), DiLeptonAnalyzer.DiLeptonAnalyzer::testLegKine(), ECALAndHCALLinker::testLink(), HCALAndHOLinker::testLink(), TestPythiaDecays::TestPythiaDecays(), TrackWithVertexSelector::testTrack(), ZMuMuAnalyzer.ZMuMuAnalyzer::testVertex(), TrackWithVertexSelector::testVertices(), TrackMultiSelector::testVtx(), plotscripts::testZeroWithin5Sigma(), ThirdHitPredictionFromInvParabola::ThirdHitPredictionFromInvParabola(), ThirdHitZPrediction::ThirdHitZPrediction(), lumiregperbunch::timeof(), spr::timeOfFlight(), TkRadialStripTopology::TkRadialStripTopology(), align::toAngles(), TopGenEvent::topSisters(), RPCLogCone::toString(), EBDetId::tower(), HcalTrigTowerGeometry::towerEtaBounds(), l1t::CaloTools::towerEtaBounds(), HcalTestAnalysis::towersToAdd(), HistoryBase::traceGenHistory(), TrackProducerFP420::trackFinderSophisticated(), TkLasBeamFitter::trackPhi(), reco::TrackSelector::trackSelection(), TrajectoryAtInvalidHit::TrajectoryAtInvalidHit(), SeedForPhotonConversionFromQuadruplets::trajectorySeed(), ParticleReplacerZtautau::transformMuMu2LepLep(), ParticleReplacerZtautau::transformMuMu2TauNu(), SelectReplacementCandidates::transformMuMu2TauTau(), reco::PFCandidate::translatePdgIdToType(), TangentApproachInRPhi::transverseCoord(), ClosestApproachInRPhi::transverseCoord(), ThirdHitPredictionFromCircle::transverseIP(), TrapezoidalCylindricalMFGrid::TrapezoidalCylindricalMFGrid(), TrapezoidalPlaneBounds::TrapezoidalPlaneBounds(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::trimmingLutIndex(), DDG4SolidConverter::trunctubs(), TtFullHadSignalSel::TtFullHadSignalSel(), PFEGammaAlgo::unlinkRefinableObjectKFandECALWithBadEoverP(), l1t::stage2::emtf::MEBlockUnpacker::unpack(), logintpack::unpack8log(), logintpack::unpack8logClosed(), unsafe_acos(), unsafe_asin(), unsafe_atan2f_impl(), unsafe_atan2i_impl(), SaveSimTrack::update(), GflashG4Watcher::update(), HcaluLUTTPGCoder::update(), KalmanVertexUpdator< N >::update(), CastorShowerLibraryMaker::update(), Vispa.Views.LineDecayView.LineDecayView::updateContent(), 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(), MuonDzCut::value(), MuonDxyCut::value(), PhoAnyPFIsoWithEAAndQuadScalingCut::value(), PhoAnyPFIsoWithEAAndExpoScalingCut::value(), PhoAnyPFIsoWithEACut::value(), GsfEleEInverseMinusPInverseCut::value(), PhoAnyPFIsoWithEAAndExpoScalingEBCut::value(), GsfEleDEtaInCut::value(), GsfEleDEtaInSeedCut::value(), GsfEleSCMaxAbsEtaCut::value(), GsfEleEffAreaPFIsoCut::value(), GsfEleDPhiInCut::value(), GsfEleDzCut::value(), GsfEleDxyCut::value(), EtaMultiRangeCut::value(), GsfEleDEtaInLinearCut::value(), GsfEleSCEtaMultiRangeCut::value(), PhoSCEtaMultiRangeCut::value(), JetPartonNamespace::ParametrizationJetParton::value(), npstat::Private::AbsHelper< T, Unsigned >::value(), condex::ParametricEfficiencyInEta::value(), AlphaT::value_(), average.Average::variance(), SiPixelCalibConfiguration::vcalIndexForEvent(), SimpleConeBounds::vertex(), TauValidation::visibleTauEnergy(), VVIObj::VVIObj(), VVIObjF::VVIObjF(), RPCConst::vxIntegMuRate(), heppy::FSRWeightAlgo::weight(), SimpleNavigableLayer::wellInside(), MuonDTDigis::WheelHistos(), CSCOfflineMonitor::withinSensitiveRegion(), CSCValidation::withinSensitiveRegion(), MSLayer::x0(), ZeeCalibration::xtalIsOnModuleBorder(), SiPixelTemplate2D::xytemp(), CSCWireGeometry::yLimitsOfWirePlane(), ThirdHitPredictionFromCircle::HelixRZ::zAtR(), TangentApproachInRPhi::zCoord(), ClosestApproachInRPhi::zCoord(), zMCLeptonDaughters(), and magfieldparam::rz_harm_poly::~rz_harm_poly().
Definition at line 186 of file Factorize.h.
References f, and reco::get().
Referenced by CandCombinerBase< OutputCollection, CandPtr >::combine(), and trajectoryToResiduals().
|
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(), fireworks::addCircle(), fireworks::addDashedArrow(), fireworks::addDashedLine(), PreshowerHitMaker::addHit(), HcalHitMaker::addHit(), EcalHitMaker::addHit(), EcalHitMaker::addHitDepth(), metsig::significanceAlgo::addObjects(), Hector::addPartToHepMC(), MuonCSCChamberResidual::addResidual(), FWMuonDetailView::addSceneInfo(), fireworks::addStraightLineSegment(), SiStripGainCosmicCalculator::algoAnalyze(), myFastSimVal::analyze(), MultiTrackValidatorGenPs::analyze(), MultiTrackValidator::analyze(), TrackerSeedValidator::analyze(), ElectronTagProbeAnalyzer::analyze(), StandaloneTrackMonitor::analyze(), HLTTauDQMPathPlotter::analyze(), WValidation::analyze(), TrackBuildingAnalyzer::analyze(), ValidationMisalignedTracker::analyze(), DrellYanValidation::analyze(), RecoMuonValidator::analyze(), MBUEandQCDValidation::analyze(), EwkDQM::analyze(), edm::FlatEGunASCIIWriter::analyze(), L1GctValidation::analyze(), DTEfficiencyTask::analyze(), DTResolutionAnalysisTask::analyze(), TrackParameterAnalyzer::analyze(), myJetAna::analyze(), DTSegment4DQuality::analyze(), DQMSourcePi0::analyze(), TestOutliers::analyze(), DisplayGeom::analyze(), HLTAlCa::analyze(), ResolutionAnalyzer::analyze(), EcalCosmicsHists::analyze(), HLTExoticaSubAnalysis::analyze(), TrackerDpgAnalysis::analyze(), MuonTrackValidator::analyze(), ExoticaDQM::analyzeDiElectrons(), ExoticaDQM::analyzeDiJets(), ExoticaDQM::analyzeDiMuons(), ExoticaDQM::analyzeDiPhotons(), HGCalSimHitValidation::analyzeHits(), ExoticaDQM::analyzeMonoElectrons(), ExoticaDQM::analyzeMonoMuons(), ThirdHitPredictionFromCircle::angle(), CSCAlignmentCorrections::applyAlignment(), EMEnrichingFilterAlgo::applyBFieldCurv(), doubleEMEnrichingFilterAlgo::applyBFieldCurv(), Thrust::axis(), BeamSpotTransientTrackingRecHit::BeamSpotTransientTrackingRecHit(), BremsstrahlungSimulator::brem(), MuonBremsstrahlungSimulator::brem(), PixelTrackBuilder::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(), reco::GhostTrackPrediction::cartesianError(), TwoBodyDecayModel::cartesianSecondaryMomenta(), OuterDetCompatibility::center(), ALIUtils::checkMatrixEquations(), OpticalObject::checkMatrixEquations(), DreamSD::cherenkovDeposit_(), SETFilter::chi2AtSpecificStep(), TangentApproachInRPhi::circleParameters(), PFPhotonAlgo::ClustersPhiRMS(), 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(), DDHGCalModuleAlgo::constructLayers(), tauImpactParameter::ParticleBuilder::convertCMSSWTrackParToSFTrackPar(), TwoBodyDecayModel::convertCurvilinearToCartesian(), HFRecoEcalCandidateAlgo::correctEPosition(), MuonMETAlgo::correctMETforMuon(), TCMETAlgo::correctMETforTrack(), VVIObjDetails::cosint(), sistripvvi::VVIObjDetails::cosint(), ZIterativeAlgorithmWithFit::cosTheta12(), ZeeKinematicTools::cosThetaElectrons_SC(), ZeeKinematicTools::cosThetaElectrons_TK(), covarianceUpdate(), TSCPBuilderNoMaterial::createFTSatTransverseImpactPointNeutral(), OutInConversionSeedFinder::createSeedFTS(), fireworks::createSegment(), TGeoMgrFromDdd::createShape(), CSCLayerGeometry::CSCLayerGeometry(), CSCSlantedWireGeometry::CSCSlantedWireGeometry(), TtFullLepKinSolver::cubic(), TwoBodyDecayModel::curvilinearToCartesianJacobian(), DDcreateRotationMatrix(), DDrot(), DDrotReflect(), 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(), TwoBodyDecayDerivatives::dqsdm(), TwoBodyDecayDerivatives::dqsdphi(), TwoBodyDecayDerivatives::dqsdpx(), TwoBodyDecayDerivatives::dqsdpy(), TwoBodyDecayDerivatives::dqsdpz(), TwoBodyDecayDerivatives::dqsdtheta(), geometryDiffVisualization::draw_disk(), geometryDiffVisualization::draw_wheel(), TEveEllipsoidProjectedGL::drawArch(), TrackerMap::drawModule(), TEveEllipsoidProjectedGL::DrawRhoZ(), DTRecSegment4D::DTRecSegment4D(), RunManager::DumpMagneticField(), RunManagerMT::DumpMagneticField(), Pi0FixedMassWindowCalibration::duringLoop(), 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(), VoronoiAlgorithm::event_fourier(), CMSCGENnorm::events_n100cos(), DDLinear::execute(), DDAngular::execute(), DDTIDModulePosAlgo::execute(), DDBHMAngular::execute(), DDPixBarLayerUpgradeAlgoCoverage::execute(), DDPixBarStackLinear::execute(), DDPixBarStackLinearGap::execute(), DDPixBarStackTrigLayerAlgo::execute(), DDHCalAngular::execute(), DDHCalTBCableAlgo::execute(), DDHCalTBZposAlgo::execute(), DDHCalTestBeamAlgo::execute(), DDPixBarTPGStackLayerAlgo::execute(), DDGEMAngular::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDTECCoolAlgo::execute(), DDTECOptoHybAlgo::execute(), DDPixFwdDiskAlgo::execute(), DDTIBLayerAlgo::execute(), DDTIDModuleAlgo::execute(), DDTrackerLinear::execute(), DDPixBarStackLayerAlgo::execute(), DDTIBLayerAlgo_MTCC::execute(), DDPixBarLayerAlgo::execute(), DDHCalFibreBundle::execute(), DDTECModuleAlgo::execute(), DDTECPhiAltAlgo::execute(), DDTrackerAngular::execute(), DDTIDRingAlgo::execute(), DDTrackerAngularV1::execute(), DDTrackerPhiAlgo::execute(), DDTrackerPhiAltAlgo::execute(), DDEcalBarrelAlgo::execute(), DDEcalBarrelNewAlgo::execute(), DDTrackerRingAlgo::execute(), ClusterShapeAlgo::fast_AbsZernikeMoment(), EcalClusterToolsT< noZS >::fast_AbsZernikeMoment(), VVIObj::fcn(), sistripvvi::VVIObj::fcn(), fcn(), MuonPFAnalyzer::fDeltaPhi(), DAClusterizerInZ::fill(), LA_Filler_Fitter::fill(), HiEvtPlaneFlatten::fill(), h2DSegm::Fill(), RecoMuonValidator::MuonME::fill(), MTVHistoProducerAlgoForTracker::fill_ResoAndPull_recoTrack_histos(), GenSpecificAlgo::fillCommonMETData(), MuScleFit::fillComparisonHistograms(), MuonSimHitsValidAnalyzer::fillDT(), HcalHardcodeGeometryLoader::fillHBHO(), HcalFlexiHardcodeGeometryLoader::fillHBHO(), HcalHardcodeGeometryLoader::fillHE(), HcalFlexiHardcodeGeometryLoader::fillHE(), HcalHardcodeGeometryLoader::fillHF(), HcalFlexiHardcodeGeometryLoader::fillHF(), TrackerValidationVariables::fillHitQuantities(), HFShowerLibrary::fillHits(), AlCaHOCalibProducer::fillHOStore(), DTSurvey::FillWheelInfo(), myFilter::filter(), TwoTrackMinimumDistanceHelixHelix::finalPoints(), TwoTrackMinimumDistanceHelixLine::finalPoints(), SETFilter::find3MoreStartingPoints(), spr::findDetIdCalo(), spr::findDetIdECAL(), spr::findDetIdHCAL(), SETFilter::findMinChi2(), DTHitQualityUtils::findMuSimSegmentDirAndPos(), 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(), gen::Py8JetGun::generatePartonsAndHadronize(), gen::Py8PtGun::generatePartonsAndHadronize(), gen::Py8EGun::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), LaserBeamsTEC2::GeneratePrimaries(), LaserBeamsBarrel::GeneratePrimaries(), LaserBeamsTEC1::GeneratePrimaries(), FTSFromVertexToPointFactory::get(), LASEndcapAlgorithm::GetAlignmentParameterCorrection(), heppy::Apc::getApcJetMetMin(), ConvertedPhotonProducer::getCircleCenter(), CaloGeometryHelper::getClosestCell(), ConversionFinder::getConversionInfo(), TrackFitter::getCotThetaAndUpdateZip(), PythiaFilterIsolatedTrack::getDistInCM(), IsolatedPixelTrackCandidateProducer::getDistInCM(), IsolatedPixelTrackCandidateL1TProducer::getDistInCM(), EopTreeWriter::getDistInCM(), IsoTrig::getDistInCM(), ValidationHcalIsoTrackAlCaReco::getDistInCM(), spr::getDistInCMatEcal(), spr::getDistInCMatHcal(), HiEvtPlaneFlatten::getFlatPsi(), NtupleManager::GetGlobalAngles(), IsoTrig::getGoodTracks(), HFShowerLibrary::getHits(), reco::TauMassTagInfo::getInvariantMass(), BetafuncEvtVtxGenerator::GetInvLorentzBoost(), MixBoostEvtVtxGenerator::GetInvLorentzBoost(), BetaBoostEvtVtxGenerator::GetInvLorentzBoost(), pftools::CaloEllipse::getMajorMinorAxes(), WtoLNuSelector::getMt(), SiStripFineDelayTOF::getPhi(), TangentCircle::getPosition(), 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(), 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(), PolyFit2DParametrizedMagneticField::inTeslaUnchecked(), DTSegmentExtendedCand::isCompatible(), cms::MuonTCMETValueMapProducer::isGoodCaloMuon(), EGammaMvaEleEstimator::isoMvaValue(), IsotropicR3(), jacobianCurvilinearToCartesian(), SimG4HcalValidation::jetAnalysis(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), reco::HcalIsolatedTrackCandidate::l1jetp(), EcalClusterToolsT< noZS >::lat(), DiskSectorBounds::length(), HcalGeomParameters::loadGeometry(), HGCalGeomParameters::loadGeometryHexagon(), IdealObliquePrism::localCorners(), TruncatedPyramid::localCorners(), IdealCastorTrapezoid::localCorners(), DTBtiCard::localDirection(), DTTracoCard::localDirection(), TkRadialStripTopology::localError(), CSCRadialStripTopology::localError(), CSCLayerGeometry::localError(), CSCRadialStripTopology::localPitch(), Conv4HitsReco2::LocalTransformation(), GflashEMShowerProfile::locateHitPosition(), GflashHadronShowerProfile::locateHitPosition(), GroupedTrajCandLess::looperPenalty(), SteppingHelixPropagator::makeAtomStep(), FWRPZViewGeometry::makeCaloOutlineRhoPhi(), CaloTowerHardcodeGeometryLoader::makeCell(), CastorHardcodeGeometryLoader::makeCell(), ZdcHardcodeGeometryLoader::makeCell(), HcalDDDGeometryLoader::makeCell(), PiZeroAnalyzer::makePizero(), 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(), heppy::Davismt2::mt2_massless(), muonisolation::CaloExtractor::MuonAtCaloPosition(), MuonDT13ChamberResidual::MuonDT13ChamberResidual(), MuonTrackDT13ChamberResidual::MuonTrackDT13ChamberResidual(), BeamProfileVtxGenerator::newVertex(), CosmicMuonGenerator::nextEvent(), CosmicMuonGenerator::nextMultiEvent(), OffsetRadialStripTopology::OffsetRadialStripTopology(), ESRecHitSimAlgo::oldreconstruct(), TwoTrackMinimumDistanceHelixHelix::oneIteration(), TwoTrackMinimumDistanceHelixLine::oneIteration(), DTSegmentCand::operator DTChamberRecSegment2D *(), CosDphiCalculator::operator()(), funct::CosStruct< T >::operator()(), PixelTrackFilterByKinematics::operator()(), reco::parser::cos_f::operator()(), BeamSpotAlignmentDerivatives::operator()(), fftjetcms::PtEtaP4Builder::operator()(), TtHadLRSignalSelObservables::operator()(), fftjetcms::EnergyEtaP4Builder::operator()(), TtSemiLRSignalSelObservables::operator()(), reco::isodeposit::Direction::operator+(), SimG4HcalHitCluster::operator+=(), reco::GhostTrackPrediction::origin(), pat::PackedCandidate::packVtx(), DDHGCalHEAlgo::parameterLayer(), DDHGCalEEAlgo::parameterLayer(), BSpdfsFcn::PDFGauss_d(), BSpdfsFcn::PDFGauss_d_resolution(), PFPhotonClusters::PFCrystalCoor(), ThirdHitPredictionFromCircle::phi(), PhysicsVector(), PhysicsVectorRaw(), TopologyWorker::planes_sphe(), TopologyWorker::planes_sphe_wei(), TopologyWorker::planes_thrust(), HFFibreFiducial::PMTNumber(), HelixBarrelPlaneCrossingByCircle::position(), reco::GhostTrackPrediction::positionError(), IterativeHelixExtrapolatorToLine::positionInDouble(), printRot(), HcalDDDSimConstants::printTileHB(), HcalBeamMonitor::processEvent(), BuildElasticCorrectionsFile::ProcessOnePot(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), DistortedMETProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), ShallowTrackClustersProducer::produce(), edm::FlatRandomPtGunProducer::produce(), edm::FlatRandomEGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::ExpoRandomPGunProducer::produce(), FSRWeightProducer::produce(), L1ExtraMEtMixerPlugin::produce(), HFRecoEcalCandidateAlgo::produce(), HLTCaloTowerHtMhtProducer::produce(), pf2pat::PFMETAlgo::produce(), HLTMhtProducer::produce(), HLTHtMhtProducer::produce(), L1ITMuonBarrelPrimitiveProducer::produce(), HLTTrackMETProducer::produce(), NoPileUpPFMEtDataProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), L2MuonSeedGeneratorFromL1T::produce(), L2MuonSeedGenerator::produce(), SeedToTrackProducer::produce(), pat::PATMHTProducer::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(), Conv4HitsReco2::Reconstruct(), ESRecHitAnalyticAlgo::reconstruct(), ESRecHitFitAlgo::reconstruct(), TrackClassifier::reconstructionInformation(), SteppingHelixPropagator::refToDest(), L1MuonRegionProducer::regions(), HITRegionalPixelSeedGenerator::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(), VZeroFinder::rotate(), LocalError::rotate(), Alignable::rotateAroundGlobalX(), Alignable::rotateAroundGlobalY(), Alignable::rotateAroundGlobalZ(), Alignable::rotateAroundLocalX(), Alignable::rotateAroundLocalY(), Alignable::rotateAroundLocalZ(), gen::HijingHadronizer::rotateEvtPlane(), gen::PyquenHadronizer::rotateEvtPlane(), gen::AMPTHadronizer::rotateEvtPlane(), gen::HydjetHadronizer::rotateEvtPlane(), gen::Hydjet2Hadronizer::rotateEvtPlane(), tauImpactParameter::MultiProngTauSolver::rotateToTauFrame(), BeamSpotAlignmentParameters::rotation(), geometryDiff::rotFromEuler(), geometryDiff::rotFromPhi(), hitfit::rottheta(), KFBasedPixelFitter::run(), PixelFitterByHelixProjections::run(), UrbanMscModel93::SampleCosineTheta(), UrbanMscModel93::SampleScattering(), BSFitter::scanPDF(), DTCombinatorialPatternReco4D::segmentSpecialZed(), DTResidualCalibration::segmentToWireDistance(), HDRShower::setHit(), LaserBeamsTEC2::setOptPhotonPolar(), LaserBeamsTEC1::setOptPhotonPolar(), LaserBeamsBarrel::setOptPhotonPolar(), HcalForwardAnalysis::setPhotons(), metsig::significanceAlgo::setSignifMatrix(), tauImpactParameter::MultiProngTauSolver::setTauDirectionatThetaGJMax(), 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(), l1t::Stage1Layer2EtSumAlgorithmImpHI::Stage1Layer2EtSumAlgorithmImpHI(), l1t::Stage1Layer2EtSumAlgorithmImpHW::Stage1Layer2EtSumAlgorithmImpHW(), l1t::Stage1Layer2EtSumAlgorithmImpPP::Stage1Layer2EtSumAlgorithmImpPP(), l1t::Stage1Layer2FlowAlgorithm::Stage1Layer2FlowAlgorithm(), VoronoiAlgorithm::subtract_momentum(), 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(), 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().
typedef funct::DERIV | ( | X | , |
A | |||
) |
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(), and FrameToFrameDerivative::getDerivative().
typedef funct::DIFF | ( | PROD(A, B1) | , |
AB1 | |||
) |
Definition at line 22 of file Exp.h.
References funct::Exp< T >::compose().
Referenced by 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:: | getD::get(_) | ||
) |
Definition at line 173 of file Primitive.h.
Definition at line 185 of file Primitive.h.
Definition at line 238 of file Primitive.h.
Definition at line 250 of file Primitive.h.
Definition at line 69 of file Integral.h.
Referenced by HcalPulseContainmentAlgo::calcpair(), RecoFCcorFactorAlgo< S >::calcpair(), DQMScaleToClient::dqmEndJob(), GetMPV(), GetRandom(), and SiStripGainFromCalibTree::produceTagFilter().
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(), bookConverter::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(), bookConverter::max, and min().
Definition at line 22 of file Log.h.
References funct::Log< T >::compose().
funct::MINUS_S | ( | B | ) |
Definition at line 99 of file Factorize.h.
Referenced by PROD_S().
funct::MINUS_S | ( | C | ) |
Definition at line 102 of file Factorize.h.
typedef funct::MINUS_S | ( | A | ) |
Definition at line 201 of file Factorize.h.
funct::MINUS_S | ( | PROD_S(C, D) | ) |
Definition at line 208 of file Factorize.h.
NthDerivative<n, X, F>::type funct::nth_derivative | ( | const F & | f | ) |
const Numerical<n>& funct::num | ( | ) |
funct::NUM | ( | n | ) |
funct::NUM | ( | m | ) |
Definition at line 84 of file Factorize.h.
References GET(), NUM(), relativeConstraints::value, and value.
|
inline |
|
inline |
|
inline |
|
inline |
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const Numerical< n > & | |||
) |
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::FractionStruct< n, m > & | |||
) |
Definition at line 18 of file FunctionsIO.h.
References gather_cfg::cout, m, and gen::n.
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 MinL3Algorithm::addEvent(), MinL3AlgoUniv< IDdet >::addEvent(), BetaCalculatorECAL::addInfoToCandidate(), StKinFitter::addKinFitInfo(), TrackDetectorAssociator::addTAMuonSegmentMatch(), CSCPairResidualsConstraint::addTrack(), SiStripCalibLorentzAngle::algoBeginJob(), DQMHOAlCaRecoStream::analyze(), HcalRecHitClient::analyze(), EgammaBasicClusters::analyze(), PhotonsWithConversionsAnalyzer::analyze(), SimpleConvertedPhotonAnalyzer::analyze(), EgammaSuperClusters::analyze(), DQMHcalPhiSymAlCaReco::analyze(), JetCorrectorDemo::analyze(), FactorizedJetCorrectorDemo::analyze(), ElectronSeedAnalyzer::analyze(), MuonSeedsAnalyzer::analyze(), ElectronMcFakeValidator::analyze(), SiStripLAProfileBooker::analyze(), SimplePhotonAnalyzer::analyze(), ElectronAnalyzer::analyze(), GsfElectronDataAnalyzer::analyze(), GsfElectronMCFakeAnalyzer::analyze(), DQMAnalyzer::analyze(), GsfElectronFakeAnalyzer::analyze(), cms::MinBias::analyze(), GsfElectronMCAnalyzer::analyze(), TrackSplittingMonitor::analyze(), SiStripElectronAnalyzer::analyze(), ElectronCalibration::analyze(), TrackParameterAnalyzer::analyze(), ContainmentCorrectionAnalyzer::analyze(), SiPixelTrackResidualSource::analyze(), EcalTPGParamBuilder::analyze(), PhotonValidatorMiniAOD::analyze(), cms::Analyzer_minbias::analyze(), ElectronCalibrationUniv::analyze(), PhotonValidator::analyze(), ResolutionAnalyzer::analyze(), JetAnalyzer_HeavyIons::analyze(), EmDQMReco::analyze(), TrackerDpgAnalysis::analyze(), EgammaObjects::analyzeElectrons(), EgammaObjects::analyzePhotons(), ConversionFinder::arbitrateConversionPartnersbyR(), SegmentsTrackAssociator::associate(), BeamSpotFakeConditions::BeamSpotFakeConditions(), BeamSpotTransientTrackingRecHit::BeamSpotTransientTrackingRecHit(), reco::BeamSpot::beamWidthFromBeta(), DAClusterizerInZ::beta0(), DAClusterizerInZ_vect::beta0(), PtHatReweightUserHook::biasSelectionBy(), RapReweightUserHook::biasSelectionBy(), PtHatRapReweightUserHook::biasSelectionBy(), BinomialProbHelper::BinomialProbHelper(), TopDiLeptonDQM::bookHistograms(), CaloRecoTauAlgorithm::buildCaloTau(), Basic2DGenericPFlowClusterizer::buildClusters(), PFlow2DClusterizerWithTime::buildClusters(), ME0SegAlgoMM::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(), CSCWireElectronicsSim::calculateAmpResponse(), ApeEstimatorSummary::calculateApe(), CalculateCorrection(), LASAlignmentTubeAlgorithm::CalculateParameters(), LASEndcapAlgorithm::CalculateParameters(), CalculateResponse(), CSCXonStrip_MatchGatti::calculateXonStripError(), QGTagger::calcVariables(), CaloRecHitResolutionProvider::CaloRecHitResolutionProvider(), Photon.Photon::calScaledIsoValueQuadr(), ThreeThresholdAlgorithm::candidateAccepted(), 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(), 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(), SmirnovDeDxDiscriminator::dedx(), ASmirnovDeDxDiscriminator::dedx(), ProductDeDxDiscriminator::dedx(), HFDarkening::degradation(), AlcaBeamSpotManager::delta(), deltaR(), PFBenchmarkAlgo::deltaR(), CalibratableTest::deltaR(), MuScleFitUtils::deltaR(), GflashHadronShowerProfile::depthScale(), CandidateChargeBTagComputer::discriminator(), VertexDistanceXY::distance(), CMSCGEN::dNdEmudEnu(), CSCSkim::doCSCSkimming(), SiPixelGainCalibrationAnalysis::doFits(), CSCSkim::doMessyEventSkimming(), 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(), PFMETAlgorithmMVA::evaluateMVA(), ClusterShapeAlgo::f51(), EcalClusterToolsT< noZS >::f51(), ClusterShapeAlgo::f53(), EcalClusterToolsT< noZS >::f53(), ClusterShapeAlgo::f55(), EcalClusterToolsT< noZS >::f55(), fcn(), DAClusterizerInZ::fill(), DAClusterizerInZ_vect::fill(), AdHocNTupler::fill(), HMassVSPart::Fill(), HcalTB04Analysis::fillBuffer(), MaterialBudgetTrackerHistos::fillEndTrack(), TrackAnalyzer::fillHistosForState(), TrackerValidationVariables::fillHitQuantities(), MuonShowerInformationFiller::fillHitsByStation(), ApeEstimator::fillHitVariables(), StripCPE::fillParams(), popcon::EcalPulseSymmCovariancesHandler::fillSimPulseSymmCovariance(), SimpleSystematicsAnalyzer::filter(), CosmicGenFilterLowE::filter(), ChargedHadronTrackResolutionFilter::filter(), GenLeadTrackFilter::filter(), CSCEfficiency::filter(), OMTFResult::finalise(), 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(), VertexClassifier::genPrimaryVertices(), TrackClassifier::genPrimaryVertices(), StripCPEgeometric::geometric_position(), ConversionFinder::getConversionInfo(), Tau3MuReco::getDeltaR(), DeviationsFromFileSensor2D::getDevis(), ValidationHcalIsoTrackAlCaReco::getDist(), ZdcShowerLibrary::getEnergyFromLibrary(), EcalHaloAlgo::GetHaloClusterCandidateEE(), pftools::LinearCalibrator::getHessian(), HFShowerParam::getHits(), Tau3MuReco::getInvariantMass(), EcalLaserDbService::getLaserCorrection(), PFMuonAlgo::getMinMaxMET2(), popcon::EcalPulseSymmCovariancesHandler::getNewObjects(), HLTScalersClient::getSlope_(), pftools::ParticleDeposit::getTargetFunctionContrib(), HcalTB02HcalNumberingScheme::getUnitID(), EcalClusterLocalContCorrection::getValue(), EcalClusterCrackCorrection::getValue(), HiEvtPlaneFlatten::getW(), JetCharge::getWeight(), CachedTrajectory::getWideTrajectory(), DTNoiseComputation::getYMaximum(), HFGflash::gfParameterization(), ConvBremSeedProducer::GoodCluster(), dEdxHitAnalyzer::harmonic2(), HFCherenkov::HFCherenkov(), HGCFEElectronics< DFr >::HGCFEElectronics(), HitDigitizerFP420::HitDigitizerFP420(), MuonChamberResidual::hitposition(), HLTElectronPixelMatchFilter::HLTElectronPixelMatchFilter(), HLTDeDxFilter::hltFilter(), HLTPixelClusterShapeFilter::hltFilter(), HLTVertexFilter::hltFilter(), EGammaMvaEleEstimator::IDIsoCombinedMvaValue(), EvolutionECAL::InducedAbsorptionHadronic(), gen::JetMatchingMGFastJet::initAfterBeams(), XMLConfigWriter::initialiseXMLDocument(), CMSCGEN::initialize(), CSCWireElectronicsSim::initParameters(), RPCPacData::insertQualityRecord(), 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(), CSCRadialStripTopology::localError(), TkRadialStripTopology::localError(), CSCRadialStripTopology::localPitch(), CSCRadialStripTopology::localStripLength(), TkRadialStripTopology::localStripLength(), l1t::Stage1TauIsolationLUT::lutAddress(), l1t::Stage1TauIsolationLUT::lutPayload(), LRHelpFunctions::makeAndFitPurityHists(), LRHelpFunctions::makeAndFitSoverSplusBHists(), SimplePointingConstraint::makeDerivative(), SmartPointingConstraint::makeDerivative(), HSCPValidator::makeGenPlots(), MuIsoValidation::MakeLogBinsForProfile(), HSCPValidator::makeRecoPlots(), FFTGenericScaleCalculator::mapFFTJet(), ErrorsPropagationAnalyzer::massResolution(), MuScleFitUtils::massResolution(), TrackingParticle::massSqr(), gen::JetMatchingMGFastJet::match(), MuonIdTruthInfo::matchChi2(), JetPlusTrackCorrector::matchElectrons(), CSCRadialStripTopology::measurementError(), TkRadialStripTopology::measurementError(), GflashHadronShowerProfile::medianLateralArm(), DAClusterizerInZ::merge(), DAClusterizerInZ_vect::merge(), TFParams::mixShape(), muonisolation::CaloExtractor::MuonAtCaloPosition(), MuonResidualsFitter_compute_log_convolution(), MuonResidualsFitter_logGaussPowerTails(), MuonResidualsFitter_logPureGaussian(), MuonResidualsFitter_logPureGaussian2D(), HDetIdAssociator::nearElement(), TCMETAlgo::nearGoodShowerTrack(), 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()(), Calculate::operator()(), PFMuonAlgo::TrackMETComparator::operator()(), HGCRecHit::outOfTimeEnergy(), GflashEMShowerProfile::parameterization(), MultiTrackVertexLinkKinematicConstraint::parametersDerivative(), MultiTrackPointingKinematicConstraint::parametersDerivative(), l1t::TriggerMenuParser::parseCorrelation(), MuonAlignmentInputXML::parseDouble(), l1t::TriggerMenuParser::parseScales(), NAStrangeDensity::ParticleNumberDensity(), EcalUncalibRecHitFixedAlphaBetaAlgo< C >::PerformAnalyticFit(), PetrukhinFunc(), L1GctJetFinderParams::pfCorrect(), PFMultiDepthClusterizer::PFMultiDepthClusterizer(), PFRecHitCaloNavigatorWithTime< EEDetId, EcalEndcapTopology >::PFRecHitCaloNavigatorWithTime(), TopologyWorker::planes_sphe(), TopologyWorker::planes_sphe_wei(), MuonResiduals1DOFFitter::plot(), MuonResiduals5DOFFitter::plot(), MuonResiduals6DOFrphiFitter::plot(), MuonResiduals6DOFFitter::plot(), HcalMonitorClient::PlotPedestalValues(), SymmetryFit::pol2_from_pol3(), MultiTrackVertexLinkKinematicConstraint::positionDerivative(), MultiTrackPointingKinematicConstraint::positionDerivative(), L1GctJetFinderParams::powerSeriesCorrect(), commonAnTS::prettyPrintUnits(), TrackerMap::printall(), SiPixelRecHitQuality::Packing::probabilityQ(), SiPixelRecHitQuality::Packing::probabilityXY(), l1t::Stage2TowerDecompressAlgorithmFirmwareImp1::processEvent(), HcalBeamMonitor::processEvent(), HcalRecHitMonitor::processEvent_rechit(), AlignmentMonitorMuonSystemMap1D::processMuonResidualsFromTrack(), HIBestVertexProducer::produce(), DistortedMuonProducerFromDB::produce(), CastorFastTowerProducer::produce(), CastorFastClusterProducer::produce(), CalibratedPatElectronProducer::produce(), ShallowClustersProducer::produce(), FSRWeightProducer::produce(), CalibratedElectronProducer::produce(), SiStripRegFEDSelector::produce(), EcalIsolatedParticleCandidateProducer::produce(), HLTScoutingPFProducer::produce(), CastorClusterProducer::produce(), FFTJetEFlowSmoother::produce(), GoodSeedProducer::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), ecaldqm::LedClient::producePlots(), CachedTrajectory::propagateForward(), EMECALShowerParametrization::pSam(), CSCTFPtMethods::Pt3StnChiSq(), LA_Filler_Fitter::pull(), EcalUncalibRecHitRecAnalFitAlgo< EBDataFrame >::pulseShapeFunction(), EcalUncalibRecHitFixedAlphaBetaAlgo< C >::pulseShapeFunction(), TFParams::pulseShapepj(), TFParams::pulseShapepj2(), reco::EvtPlane::q(), ApeEstimator::radialPositionAndError2(), RPCpg::rate(), cscdqm::Summary::ReadReportingChambersRef(), gen::PyquenHadronizer::readSettings(), EcalTPGParamBuilder::realignBaseline(), CSCEfficiency::recHitSegment_Efficiencies(), Conv4HitsReco2::Reconstruct(), ParabolaFit::result(), reco::BeamSpot::rotatedCovariance3D(), EcalUncalibRecHitWorkerRatio::run(), HIPAlignmentAlgorithm::run(), EcalUncalibRecHitWorkerGlobal::run(), EcalUncalibRecHitWorkerMultiFit::run(), PVFitter::runBXFitter(), PVFitter::runFitter(), BeamFitter::runPVandTrkFitter(), UrbanMscModel93::SampleCosineTheta(), TopologyWorker::sanda(), MuonHitsChamberResidual::segment_fit(), MultiTrackSelector::select(), HIMultiTrackSelector::select(), MuonResidualsFitter::selectPeakResiduals(), HDRShower::setFuncParam(), HGCUncalibratedRecHit::setJitterError(), EcalUncalibratedRecHit::setJitterError(), l1t::PhysicsToBitConverter::SetObject(), HGCRecHit::setOutOfTimeEnergy(), TrackerMap::setRange(), MuonTrackDT13ChamberResidual::setSegmentResidual(), MuonTrackDT2ChamberResidual::setSegmentResidual(), MuonTrackCSCChamberResidual::setSegmentResidual(), l1t::CaloParamsHelper::setTowerNBitsE(), l1t::CaloParamsHelper::setTowerNBitsH(), l1t::CaloParamsHelper::setTowerNBitsRatio(), l1t::CaloParamsHelper::setTowerNBitsSum(), CovarianceMatrix::setupMatrix(), MuonTrackValidatorBase::setUpVectors(), 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(), L1GctJetFinderParams::simpleCorrect(), smearFunctionType4::smear(), smearFunctionType5::smear(), smearFunctionType6::smear(), HelixExtrapolatorToLine2Order::solve3rdOrder(), 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(), TtFullHadSignalSel::TtFullHadSignalSel(), EcalTPGParamBuilder::uncodeWeight(), EcalSimHitsValidProducer::update(), HcalTB02Analysis::update(), DAClusterizerInZ::update(), ZdcTestAnalysis::update(), CastorTestAnalysis::update(), DAClusterizerInZ_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(), and HcalSiPMHitResponse::Y11TimePDF().
typedef funct::POWER | ( | A | , |
NUM(n) | |||
) |
typedef funct::POWER | ( | A | , |
NUM(p) | |||
) |
funct::POWER_S | ( | A | , |
NUM(n) | |||
) |
Definition at line 48 of file Factorize.h.
funct::POWER_S | ( | A | , |
NUM(m) | |||
) |
Definition at line 65 of file Factorize.h.
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 | ||
) |
funct::PROD_S | ( | A | , |
B | |||
) |
Definition at line 44 of file Factorize.h.
Referenced by PROD_S().
funct::PROD_S | ( | B | , |
C | |||
) |
Definition at line 121 of file Factorize.h.
References GET(), reco::get(), MINUS_S(), and relativeConstraints::value.
funct::PROD_S | ( | C | , |
D | |||
) |
Definition at line 154 of file Factorize.h.
References GET(), reco::get(), PROD_S(), and relativeConstraints::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_(), fireworks::addCircle(), fireworks::addDashedArrow(), fireworks::addDashedLine(), PreshowerHitMaker::addHit(), HcalHitMaker::addHit(), EcalHitMaker::addHit(), EcalHitMaker::addHitDepth(), metsig::significanceAlgo::addObjects(), Hector::addPartToHepMC(), MuonCSCChamberResidual::addResidual(), FWMuonDetailView::addSceneInfo(), fireworks::addStraightLineSegment(), myFastSimVal::analyze(), MultiTrackValidatorGenPs::analyze(), MultiTrackValidator::analyze(), TrackerSeedValidator::analyze(), ElectronTagProbeAnalyzer::analyze(), EcalPileUpDepMonitor::analyze(), TrackBuildingAnalyzer::analyze(), ValidationMisalignedTracker::analyze(), ElectronSeedAnalyzer::analyze(), MuonSeedsAnalyzer::analyze(), RecoMuonValidator::analyze(), EcalTrigPrimAnalyzer::analyze(), edm::FlatEGunASCIIWriter::analyze(), L1GctValidation::analyze(), TrackParameterAnalyzer::analyze(), myJetAna::analyze(), EnergyScaleAnalyzer::analyze(), DQMSourcePi0::analyze(), EcalTPGParamBuilder::analyze(), TestOutliers::analyze(), DisplayGeom::analyze(), HLTAlCa::analyze(), HLTEgamma::analyze(), PhotonValidator::analyze(), ResolutionAnalyzer::analyze(), EcalCosmicsHists::analyze(), HcalTimingMonitorModule::analyze(), HLTExoticaSubAnalysis::analyze(), HcalDetDiagTimingMonitor::analyze(), MuonTrackValidator::analyze(), HGCalSimHitValidation::analyzeHits(), ThirdHitPredictionFromCircle::angle(), CSCAlignmentCorrections::applyAlignment(), EMEnrichingFilterAlgo::applyBFieldCurv(), doubleEMEnrichingFilterAlgo::applyBFieldCurv(), HPSPFRecoTauAlgorithm::applyElectronRejection(), Thrust::axis(), BeamHaloPairGenerator::BeamHaloPairGenerator(), BeamSpotTransientTrackingRecHit::BeamSpotTransientTrackingRecHit(), BremsstrahlungSimulator::brem(), MuonBremsstrahlungSimulator::brem(), PixelTrackBuilder::build(), FWPFEcalRecHitRPProxyBuilder::build(), FWMET3DProxyBuilder::build(), FWTauProxyBuilderBase::buildBaseTau(), CaloRecoTauAlgorithm::buildCaloTau(), PFRecoTauAlgorithm::buildPFTau(), 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(), 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(), 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(), 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(), DDTECModuleAlgo::doPos(), HLTEcalResonanceFilter::doSelection(), HLTRegionalEcalResonanceFilter::doSelection(), CSCPairResidualsConstraint::dphidzFromTrack(), TwoBodyDecayDerivatives::dqsdm(), TwoBodyDecayDerivatives::dqsdphi(), TwoBodyDecayDerivatives::dqsdpx(), TwoBodyDecayDerivatives::dqsdpy(), TwoBodyDecayDerivatives::dqsdpz(), TwoBodyDecayDerivatives::dqsdtheta(), geometryDiffVisualization::draw_disk(), geometryDiffVisualization::draw_wheel(), TEveEllipsoidProjectedGL::drawArch(), TrackerMap::drawModule(), TEveEllipsoidProjectedGL::DrawRhoZ(), RunManager::DumpMagneticField(), RunManagerMT::DumpMagneticField(), Pi0FixedMassWindowCalibration::duringLoop(), ZeeCalibration::duringLoop(), 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(), VoronoiAlgorithm::event_fourier(), DDLinear::execute(), DDAngular::execute(), DDTIDModulePosAlgo::execute(), DDHCalAngular::execute(), DDHCalTBCableAlgo::execute(), DDHCalTBZposAlgo::execute(), DDHCalTestBeamAlgo::execute(), DDHCalXtalAlgo::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDPixBarLayerAlgo::execute(), DDPixFwdDiskAlgo::execute(), DDTECCoolAlgo::execute(), DDTECOptoHybAlgo::execute(), DDTIBLayerAlgo::execute(), DDPixBarLayerUpgradeAlgoCoverage::execute(), DDPixBarStackLayerAlgo::execute(), DDPixBarStackLinear::execute(), DDTIDModuleAlgo::execute(), DDPixBarStackTrigLayerAlgo::execute(), DDTrackerLinear::execute(), DDGEMAngular::execute(), DDTIBLayerAlgo_MTCC::execute(), DDPixBarTPGStackLayerAlgo::execute(), DDPixBarStackLinearGap::execute(), DDTECModuleAlgo::execute(), DDTECPhiAltAlgo::execute(), DDTrackerAngular::execute(), DDTIDRingAlgo::execute(), DDTrackerAngularV1::execute(), DDTrackerPhiAltAlgo::execute(), DDTrackerPhiAlgo::execute(), DDEcalBarrelAlgo::execute(), DDEcalBarrelNewAlgo::execute(), DDTrackerRingAlgo::execute(), ClusterShapeAlgo::fast_AbsZernikeMoment(), EcalClusterToolsT< noZS >::fast_AbsZernikeMoment(), VVIObj::fcn(), sistripvvi::VVIObj::fcn(), fcn(), DAClusterizerInZ::fill(), HiEvtPlaneFlatten::fill(), RecoMuonValidator::MuonME::fill(), MTVHistoProducerAlgoForTracker::fill_ResoAndPull_recoTrack_histos(), GenSpecificAlgo::fillCommonMETData(), MuScleFit::fillComparisonHistograms(), MuonSimHitsValidAnalyzer::fillDT(), MuonCaloCleanerByDistance::fillEnergyDepositMap(), HcalHardcodeGeometryLoader::fillHBHO(), HcalFlexiHardcodeGeometryLoader::fillHBHO(), HcalHardcodeGeometryLoader::fillHE(), HcalFlexiHardcodeGeometryLoader::fillHE(), HcalHardcodeGeometryLoader::fillHF(), HcalFlexiHardcodeGeometryLoader::fillHF(), TrackAnalyzer::fillHistosForState(), TrackerValidationVariables::fillHitQuantities(), HFShowerLibrary::fillHits(), AlCaHOCalibProducer::fillHOStore(), reco::Mustache::FillMustacheVar(), EnergyScaleAnalyzer::fillTree(), DTSurvey::FillWheelInfo(), myFilter::filter(), 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(), gen::Py8PtGun::generatePartonsAndHadronize(), gen::Py8JetGun::generatePartonsAndHadronize(), gen::Py8EGun::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), LaserBeamsTEC2::GeneratePrimaries(), LaserBeamsBarrel::GeneratePrimaries(), LaserBeamsTEC1::GeneratePrimaries(), FTSFromVertexToPointFactory::get(), LASEndcapAlgorithm::GetAlignmentParameterCorrection(), heppy::Apc::getApcJetMetMin(), calib::CalibElectron::getCalibModulesWeights(), track_associator::getChi2(), ConvertedPhotonProducer::getCircleCenter(), ConversionFinder::getConversionInfo(), TrackFitter::getCotThetaAndUpdateZip(), IsolatedPixelTrackCandidateProducer::getDistInCM(), IsolatedPixelTrackCandidateL1TProducer::getDistInCM(), IsoTrig::getDistInCM(), ValidationHcalIsoTrackAlCaReco::getDistInCM(), EgammaEcalIsolation::getEcalEtSum(), MultipleAlgoIterator::getEt(), ReflectedIterator::getEt(), ParametrizedSubtractor::getEt(), HLTGenericFilter< T1 >::getEt(), PythiaFilterIsolatedTrack::GetEtaPhiAtEcal(), IsolatedPixelTrackCandidateProducer::GetEtaPhiAtEcal(), IsolatedPixelTrackCandidateL1TProducer::GetEtaPhiAtEcal(), IsoTrig::GetEtaPhiAtEcal(), HiEvtPlaneFlatten::getFlatPsi(), NtupleManager::GetGlobalAngles(), IsoTrig::getGoodTracks(), HFShowerLibrary::getHits(), reco::TauMassTagInfo::getInvariantMass(), BetafuncEvtVtxGenerator::GetInvLorentzBoost(), MixBoostEvtVtxGenerator::GetInvLorentzBoost(), BetaBoostEvtVtxGenerator::GetInvLorentzBoost(), pftools::CaloEllipse::getMajorMinorAxes(), WtoLNuSelector::getMt(), SiStripFineDelayTOF::getPhi(), TangentCircle::getPosition(), 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(), 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(), PolyFit2DParametrizedMagneticField::inTeslaUnchecked(), EgammaHLTEcalIsolation::isolPtSum(), EgammaHLTHcalIsolationDoubleCone::isolPtSum(), IsotropicR3(), jacobianCurvilinearToCartesian(), SimG4HcalValidation::jetAnalysis(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), 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(), GflashEMShowerProfile::locateHitPosition(), GflashHadronShowerProfile::locateHitPosition(), SteppingHelixPropagator::makeAtomStep(), FWRPZViewGeometry::makeCaloOutlineRhoPhi(), CaloTowerHardcodeGeometryLoader::makeCell(), CastorHardcodeGeometryLoader::makeCell(), HcalDDDGeometryLoader::makeCell(), BremRecoveryClusterAlgo::makeIslandSuperClusters(), HiBremRecoveryClusterAlgo::makeIslandSuperClusters(), Multi5x5BremRecoveryClusterAlgo::makeIslandSuperClusters(), PiZeroAnalyzer::makePizero(), 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(), heppy::Davismt2::mt2_massless(), muonisolation::CaloExtractor::MuonAtCaloPosition(), MuonDT13ChamberResidual::MuonDT13ChamberResidual(), MuonTrackDT13ChamberResidual::MuonTrackDT13ChamberResidual(), heppy::RochCor::musclefit_data(), heppy::RochCor2012::musclefit_data(), BeamProfileVtxGenerator::newVertex(), CosmicMuonGenerator::nextEvent(), CosmicMuonGenerator::nextMultiEvent(), OffsetRadialStripTopology::OffsetRadialStripTopology(), TwoTrackMinimumDistanceHelixHelix::oneIteration(), TwoTrackMinimumDistanceHelixLine::oneIteration(), SuperClusterEt::operator()(), ClusterEtLess::operator()(), funct::SinStruct< T >::operator()(), PixelTrackFilterByKinematics::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<(), reco::GhostTrackPrediction::origin(), CaloTower::outerEt(), CaloTower::p4(), CaloTower::p4_HO(), pat::PackedCandidate::packVtx(), DDHGCalEEAlgo::parameterLayer(), DDHGCalHEAlgo::parameterLayer(), BSpdfsFcn::PDFGauss_d(), BSpdfsFcn::PDFGauss_d_resolution(), PhysicsVector(), PhysicsVectorRaw(), TopologyWorker::planes_sphe(), TopologyWorker::planes_sphe_wei(), TopologyWorker::planes_thrust(), HFFibreFiducial::PMTNumber(), HelixBarrelPlaneCrossingByCircle::position(), reco::GhostTrackPrediction::positionError(), IterativeHelixExtrapolatorToLine::positionInDouble(), printRot(), HcalDDDSimConstants::printTileHB(), HcalBeamMonitor::processEvent(), BuildElasticCorrectionsFile::ProcessOnePot(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::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(), FSRWeightProducer::produce(), EcalDigiSelector::produce(), PreshowerPhiClusterProducer::produce(), PreshowerClusterProducer::produce(), PreshowerClusterShapeProducer::produce(), L1ExtraMEtMixerPlugin::produce(), HFRecoEcalCandidateAlgo::produce(), HLTCaloTowerHtMhtProducer::produce(), PiZeroDiscriminatorProducer::produce(), pf2pat::PFMETAlgo::produce(), EgammaHLTEcalRecIsolationProducer::produce(), HLTMhtProducer::produce(), HLTHtMhtProducer::produce(), EgammaEcalRecHitIsolationProducer::produce(), L1ITMuonBarrelPrimitiveProducer::produce(), EgammaSCCorrectionMaker::produce(), HiEgammaSCCorrectionMaker::produce(), HLTTrackMETProducer::produce(), EgammaIsoESDetIdCollectionProducer::produce(), EgammaIsoHcalDetIdCollectionProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), NoPileUpPFMEtDataProducer::produce(), L2MuonSeedGeneratorFromL1T::produce(), L2MuonSeedGenerator::produce(), SeedToTrackProducer::produce(), pat::PATMHTProducer::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(), L1MuonRegionProducer::regions(), HITRegionalPixelSeedGenerator::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(), VZeroFinder::rotate(), LocalError::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(), KFBasedPixelFitter::run(), PixelFitterByHelixProjections::run(), PFSpecificAlgo::run(), EcalRecHitWorkerRecover::run(), PFPhotonAlgo::RunPFPhoton(), UrbanMscModel93::SampleCosineTheta(), UrbanMscModel93::SampleScattering(), scaleFunction50< T >::scale(), scaleFunctionType50< T >::scale(), scaleToEt(), BSFitter::scanPDF(), L1Analysis::L1AnalysisRecoCluster::Set(), PFElectronAlgo::SetCandidates(), EcalDeadCellTriggerPrimitiveFilter::setEvtRecHitstatus(), HDRShower::setHit(), PFElectronAlgo::SetIDOutputs(), TFitParticleEtThetaPhi::setIni4Vec(), TFitParticleEtEtaPhi::setIni4Vec(), PFElectronAlgo::SetLinks(), LaserBeamsTEC2::setOptPhotonPolar(), LaserBeamsTEC1::setOptPhotonPolar(), LaserBeamsBarrel::setOptPhotonPolar(), HcalForwardAnalysis::setPhotons(), metsig::significanceAlgo::setSignifMatrix(), tauImpactParameter::MultiProngTauSolver::setTauDirectionatThetaGJMax(), EcalSelectiveReadoutValidation::setTtEtSums(), EcalSelectiveReadoutSuppressor::setTtFlags(), 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(), l1t::Stage1Layer2EtSumAlgorithmImpHI::Stage1Layer2EtSumAlgorithmImpHI(), l1t::Stage1Layer2EtSumAlgorithmImpHW::Stage1Layer2EtSumAlgorithmImpHW(), l1t::Stage1Layer2EtSumAlgorithmImpPP::Stage1Layer2EtSumAlgorithmImpPP(), l1t::Stage1Layer2FlowAlgorithm::Stage1Layer2FlowAlgorithm(), VoronoiAlgorithm::subtract_momentum(), metsig::significanceAlgo::subtractObjects(), TangentCircle::TangentCircle(), HcalTestAnalysis::timeOfFlight(), HcalTB04Analysis::timeOfFlight(), spr::timeOfFlight(), SiStripFineDelayTOF::timeOfFlightBeamB(), SiStripFineDelayTOF::timeOfFlightCosmicB(), TkRotation< align::Scalar >::TkRotation(), SpecialCylindricalMFGrid::toGridFrame(), align::toMatrix(), reco::trackingParametersAtClosestApproachToBeamSpot(), MuonNavigableLayer::trackingRange(), SeedForPhotonConversionFromQuadruplets::trajectorySeed(), SeedForPhotonConversion1Leg::trajectorySeed(), TFitParticleEtEtaPhi::transform(), TFitParticleEtThetaPhi::transform(), OpticalObject::transformCylindrical2Cartesian(), DDG4SolidConverter::trunctubs(), TtFullHadSignalSel::TtFullHadSignalSel(), 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 ThirdHitPredictionFromInvLine::add(), ThirdHitPredictionFromCircle::angle(), PixelTrackBuilder::build(), QuadrupletSeedMerger::calculatePhiEta(), ThirdHitPrediction::calculateRangesBarrel(), ThirdHitPredictionFromInvLine::check(), GlobalTrackingRegion::checkRZ(), HitPairGeneratorFromLayerPairForPhotonConversion::checkRZCompatibilityWithSeedTrack(), RectangularEtaPhiTrackingRegion::checkRZOld(), RZLine::chi2(), ParabolaFit::chi2(), MuonSeedFromRecHits::createSeed(), ThirdHitPredictionFromInvLine::crossing(), ThirdHitPredictionFromCircle::curvature(), MSLayer::distance2(), RectangularEtaPhiTrackingRegion::estimator(), HitQuadrupletGeneratorFromLayerPairForPhotonConversion::failCheckRZCompatibility(), ThePEGInterface::fillAuxiliary(), ThirdHitPrediction::findMinimalCircles(), ThirdHitPrediction::findRectangle(), ThirdHitPrediction::findTouchingCircles(), ThirdHitPrediction::fitParabola(), L1MuonPixelTrackFitter::getBendingError(), HitQuadrupletGeneratorFromLayerPairForPhotonConversion::getEffectiveErrorOnZ(), ClusterShapeTrackFilter::getGlobalDirs(), HitPairGeneratorFromLayerPairForPhotonConversion::getPhiRange(), HitQuadrupletGeneratorFromLayerPairForPhotonConversion::getSqrEffectiveErrorOnZ(), SeedForPhotonConversionFromQuadruplets::getSqrEffectiveErrorOnZ(), HitPairGeneratorFromLayerPairForPhotonConversion::hitPairs(), PixelTripletNoTipGenerator::hitTriplets(), ThirdHitCorrection::init(), SeedForPhotonConversion1Leg::initialError(), SeedFromConsecutiveHitsCreator::initialError(), SeedForPhotonConversionFromQuadruplets::initialError(), ThirdHitPrediction::invertCircle(), ThirdHitPrediction::isCompatibleWithMultipleScattering(), JacobianLocalToCartesian::JacobianLocalToCartesian(), SeedFromConsecutiveHitsCreator::makeSeed(), RKCurvilinearDistance< T, N >::momentum(), KFBasedPixelFitter::MyBeamSpotHit::MyBeamSpotHit(), PixelTrackFilterByKinematics::operator()(), RKCurvilinearDistance< T, N >::operator()(), ThirdHitZPrediction::operator()(), ThirdHitPredictionFromCircle::phi(), InnerDeltaPhi::phiRange(), SeedGeneratorFromProtoTracksEDProducer::produce(), ThirdHitPredictionFromCircle::HelixRZ::rAtZ(), reco::GhostTrackVertexFinder::reassignTracks(), ThirdHitPredictionFromInvLine::remove(), ParabolaFit::result(), PixelFitterByConformalMappingAndLine::run(), KFBasedPixelFitter::run(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::selectPriVtxCompatibleWithTrack(), MSLayersKeeperX0AtEta::setX0(), SeedForPhotonConversionFromQuadruplets::simpleGetSlope(), 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().
Definition at line 22 of file Tan.h.
References funct::Tan< T >::compose().
Referenced by fireworks::addRhoZEnergyProjection(), FWMuonDetailView::addSceneInfo(), DQMHOAlCaRecoStream::analyze(), MCPhotonAnalyzer::analyze(), TrackerHitAnalyzer::analyze(), ZMuMuEfficiency::analyze(), ValidationMisalignedTracker::analyze(), EcalPreshowerSimHitsValidation::analyze(), SiPixelTrackResidualSource::analyze(), EcalSimHitsValidation::analyze(), EcalRecHitsValidation::analyze(), EcalDigisValidation::analyze(), analyzer::SiPixelLorentzAngle::analyze(), L1MuonRecoTreeProducer::analyze(), TrackerDpgAnalysis::analyze(), TrackerOfflineValidation::analyze(), LASGeometryUpdater::ApplyBeamKinkCorrections(), HcalParametersFromDD::build(), FWCSCStripDigiProxyBuilder::build(), ConvertedPhotonProducer::buildCollections(), FWPFClusterRPZUtils::buildRhoZClusterLineSet(), FWJetProxyBuilder::buildViewType(), l1t::calc_eta_from_theta_rad(), EnergyResolutionVsLumi::calcmuTot(), l1t::EmtfPtAssignment::calculateAddress(), calculateEta(), MuonNavigationSchool::calculateEta(), DirectTrackerNavigation::calculateEta(), CalculatePt_FullPrecision(), HGCalGeomParameters::cellPosition(), reco::modules::TrackerTrackHitFilter::checkHitAngle(), reco::modules::TrackerTrackHitFilter::checkPXLCorrClustCharge(), TCMETAlgo::closeToElectron(), MuRingForwardDoubleLayer::compatible(), 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(), 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(), MCPhotonAnalyzer::etaTransformation(), MCPizeroAnalyzer::etaTransformation(), MCElectronAnalyzer::etaTransformation(), SimplePhotonAnalyzer::etaTransformation(), TkConvValidator::etaTransformation(), PhotonValidator::etaTransformation(), ConversionProducer::etaTransformation(), DDHCalTBCableAlgo::execute(), DDPixBarStackLayerAlgo::execute(), DDPixBarTPGStackLayerAlgo::execute(), DDHCalTBZposAlgo::execute(), DDHGCalWaferAlgo::execute(), DDTECModuleAlgo::execute(), HcalTestAnalysis::fill(), DAClusterizerInZ::fill(), SimG4HcalValidation::fill(), LA_Filler_Fitter::fill(), MTVHistoProducerAlgoForTracker::fill_ResoAndPull_recoTrack_histos(), HcalTB04Analysis::fillBuffer(), TrackerHitProducer::fillG4MC(), EnergyScaleAnalyzer::fillTree(), TCMETAlgo::findDuplicateTracks(), OutInConversionSeedFinder::fixPointRadius(), FWExpressionValidator::FWExpressionValidator(), EcalEndcapGeometry::getCells(), L1TMuon::TriggerPrimitive::getCMSGlobalPoint(), ConversionFinder::getConversionInfo(), HcalDDDSimConstants::getDetEta(), DetIdAssociator::getDetIdsCloseToAPoint(), IsolatedPixelTrackCandidateProducer::getDistInCM(), IsolatedPixelTrackCandidateL1TProducer::getDistInCM(), EopTreeWriter::getDistInCM(), IsoTrig::getDistInCM(), ValidationHcalIsoTrackAlCaReco::getDistInCM(), ZdcSD::getEnergyDeposit(), CastorSD::getEnergyDeposit(), HcalGeomParameters::getEta(), HcalDDDSimConstants::getEta(), TopologyWorker::getetaphi(), PythiaFilterIsolatedTrack::GetEtaPhiAtEcal(), IsolatedPixelTrackCandidateProducer::GetEtaPhiAtEcal(), IsolatedPixelTrackCandidateL1TProducer::GetEtaPhiAtEcal(), IsoTrig::GetEtaPhiAtEcal(), EcalTrivialConditionRetriever::getIntercalibConstantsFromConfiguration(), BetafuncEvtVtxGenerator::GetInvLorentzBoost(), MixBoostEvtVtxGenerator::GetInvLorentzBoost(), BetaBoostEvtVtxGenerator::GetInvLorentzBoost(), ConversionSeedFilter::getKine(), CastorShowerLibraryMaker::GetKinematics(), SiStripFineDelayTOF::getPhi(), CastorShowerLibrary::getShowerHits(), HcalTB02HcalNumberingScheme::getUnitID(), EcalEleCalibLooper::giveLimit(), DDHCalBarrelAlgo::initialize(), DDHCalEndcapAlgo::initialize(), CosmicMuonGenerator::initialize(), CSCLayerGeometry::intersectionOfStripAndWire(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), HcalGeomParameters::loadGeometry(), HGCalGeomParameters::loadGeometryHexagon(), IdealZDCTrapezoid::localCorners(), TruncatedPyramid::localCorners(), FlatTrd::localCorners(), CSCRadialStripTopology::localError(), TkRadialStripTopology::localPosition(), CSCRadialStripTopology::localPosition(), OffsetRadialStripTopology::localPosition(), fireworks::localSiStrip(), 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(), DDHGCalEEAlgo::parameterLayer(), DDHGCalHEAlgo::parameterLayer(), DDHCalEndcapModuleAlgo::parameterLayer(), DDHCalEndcapAlgo::parameterLayer(), DDHCalEndcapModuleAlgo::parameterLayer0(), DDHCalEndcapAlgo::parameterLayer0(), DDHGCalModuleAlgo::positionSensitive(), ConversionProducer::preselectTrackPair(), 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(), heppy::Hemisphere::RejectISR(), FWConversionProxyBuilder::requestCommon(), KFBasedPixelFitter::run(), RecoTracktoTP::s_eta(), TPtoRecoTrack::s_eta(), DTHitQualityUtils::sigmaAngle(), ME0PreRecoGaussianModel::simulateNoise(), smearFunctionBase::smearEta(), CSCLayerGeometry::stripWireIntersection(), IdealZDCTrapezoid::ta(), kinem::tanl_from_theta(), hitfit::theta_to_eta(), SiStripFineDelayTOF::timeOfFlightCosmicB(), TkRadialStripTopology::TkRadialStripTopology(), MuonNavigableLayer::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 | ) |
funct::TEMPL | ( | T2 | ) |
Definition at line 25 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, i, cmsLHEtoEOSManager::l, and min().
Referenced by funct::TrapezoidIntegrator::operator()().
true funct::__pad0__ |
Definition at line 28 of file Factorize.h.
X funct::__pad1__ |
Definition at line 42 of file Factorize.h.
true funct::__pad2__ |
Definition at line 72 of file Factorize.h.
X funct::__pad3__ |
Definition at line 192 of file Factorize.h.
C funct::__pad4__ |
Definition at line 198 of file Factorize.h.
X funct::A { } |
Definition at line 54 of file Factorize.h.
Referenced by abcd(), heppy::FSRWeightAlgo::alphaRatio(), FSRWeightProducer::alphaRatio(), L1TConfigDumper::analyze(), SignedImpactParameter3D::apply(), SignedTransverseImpactParameter::apply(), SignedDecayLength3D::apply(), BuildElasticCorrectionsFile::beginRun(), DDDTotemRPContruction::buildDetGeomDesc(), CalcABCD(), RazorVarProducer::CalcMR(), razor::CalcMR(), HLTRFilter::CalcMR(), SUSY_HLT_Razor::CalcMR(), MEzCalculator::Calculate(), METzCalculator::Calculate(), DTMuonMillepede::calculationMillepede(), ThirdHitPredictionFromInvLine::check(), funct::SimplSumOrd< A, B, ProductStruct< C, D > >::combine(), funct::RatioP1< A, B, Numerical< n > >::combine(), funct::Product< ProductStruct< F, G >, H >::combine(), funct::RatioP2< A, B, ProductStruct< C, D > >::combine(), RPCSeedPattern::computePtwithThreerecHits(), RPCSeedPattern::computePtWithThreerecHits(), CSCSegFit::covarianceMatrix(), ME0SegFit::covarianceMatrix(), GEMCSCSegFit::covarianceMatrix(), ThirdHitPredictionFromInvLine::crossing(), SurveyPxbImageLocalFit::doFit(), SingleParticleEvent::Eloss(), DTGeometryBuilderFromDDD::extractParameters(), DTGeometryParsFromDD::extractParameters(), cms::BHFilter::filter(), ThirdHitPredictionFromInvParabola::findPointAtCurve(), CSCChamberFitter::fit(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), EcalEndcapGeometry::getClosestCell(), EcalBarrelGeometry::getClosestCell(), hcalCalib::GetCoefFromMtrxInvOfAve(), GlobalTrackerMuonAlignment::gradientGlobal(), GenericHouseholder::iterate(), EvolutionECAL::LightCollectionEfficiency(), EvolutionECAL::LightCollectionEfficiencyWeighted(), MaterialEffects::MaterialEffects(), GlobalTrackerMuonAlignment::misalignMuon(), GlobalTrackerMuonAlignment::misalignMuonL(), reco::operator<(), reco::operator<=(), L1GctJetFinderParams::orcaStyleCorrect(), HelixBarrelPlaneCrossingByCircle::pathLength(), PetrukhinFunc(), L1GctJetFinderParams::piecewiseCubicCorrect(), L1TMuonEndCapTrackProducer::produce(), Strip1DMeasurementTransformator::projectionMatrix(), CSCTFPtMethods::Pt2Stn(), RealQuadEquation::RealQuadEquation(), SingleParticleEvent::subtractEloss(), TEMPL(), python.iterators.TestIterators::testAddIterator(), python.iterators.TestIterators::testFindIterators(), and reco::InverseCrosstalkMatrix::unfold().
X funct::B { } |
Definition at line 28 of file Factorize.h.
C funct::C |
Definition at line 141 of file Factorize.h.
Referenced by abcd(), heppy::FSRWeightAlgo::alphaRatio(), FSRWeightProducer::alphaRatio(), L1TConfigDumper::analyze(), MeasuredGeometryProducer::applyCorrection(), tauImpactParameter::LagrangeMultipliersFitter::applyLagrangianConstraints(), magfieldparam::BFit::BFit(), CalcABCD(), DTTFFEDSim::calcCRC(), L1TTwinMuxRawToDigi::calcCRC(), DTTFFEDReader::calcCRC(), MEzCalculator::Calculate(), METzCalculator::Calculate(), DTMuonMillepede::calculationMillepede(), magfieldparam::poly2d_base::Collect(), funct::SimplSumOrd< A, B, ProductStruct< C, D > >::combine(), funct::RatioP1< A, B, Numerical< n > >::combine(), funct::Product< ProductStruct< F, G >, H >::combine(), funct::RatioP2< A, B, ProductStruct< C, D > >::combine(), LzmaFile::DecodeBuffer(), EnergyResolutionVsLumi::Decomposition(), SiStripCorrelateNoise::DoPlots(), Chi2Strip1DEstimator::estimate(), magfieldparam::rz_poly::Expand(), TriggerSummaryProducerAOD::fillFilterObjectMembers(), cms::BHFilter::filter(), edm::FilterObjectWrapper< T, C >::filter(), TFParams::fitpj(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), reco::componenthelper::SingleComponent< C, T, F >::get(), FTSFromVertexToPointFactory::get(), reco::componenthelper::MultipleComponents< C, T, F, S >::get(), EcalEndcapGeometry::getClosestCell(), EcalBarrelGeometry::getClosestCell(), PFEnergyResolution::getEnergyResolutionEm(), magfieldparam::BFit::GetField(), edm::refitem::GetRefPtrImpl< C, T, F, KEY >::getRefPtr_(), edm::refitem::GetRefPtrImpl< C, T, F, unsigned int >::getRefPtr_(), magfieldparam::rz_poly::GetSVal(), HelixBarrelCylinderCrossing::HelixBarrelCylinderCrossing(), ConversionFastHelix::helixStateAtVertex(), SeedForPhotonConversion1Leg::initialError(), SeedFromConsecutiveHitsCreator::initialError(), SeedForPhotonConversionFromQuadruplets::initialError(), CRackTrajectoryBuilder::innerState(), edm::IDVectorMap< ID, C, P >::insert(), muon::isGoodMuon(), EvolutionECAL::LightCollectionEfficiency(), EvolutionECAL::LightCollectionEfficiencyWeighted(), FrameToFrameDerivative::linearEulerAngles(), SeedFromConsecutiveHitsCreator::makeSeed(), reco::componenthelper::MultipleComponents< C, T, F, S >::numberOf(), TrajectoryStateWithArbitraryError::operator()(), TtHadLRSignalSelObservables::operator()(), TtSemiLRSignalSelObservables::operator()(), magfieldparam::rz_poly::operator*=(), ora::UniqueRef< T >::operator=(), ora::Ptr< T >::operator=(), ora::UniqueRef< T >::operator==(), ora::Ptr< T >::operator==(), L1GctJetFinderParams::orcaStyleCorrect(), HelixBarrelPlaneCrossingByCircle::pathLength(), L1GctJetFinderParams::piecewiseCubicCorrect(), magfieldparam::poly2d_term::poly2d_term(), edm::RangeMap< int, std::vector< float >, edm::CopyPolicy< float > >::post_insert(), TtEvtBuilder< C >::produce(), cms::CosmicTrackFinder::produce(), ME0SegmentMatcher::produce(), ora::Ptr< T >::Ptr(), RealQuadEquation::RealQuadEquation(), EnergyResolutionVsLumi::Resolution(), KFBasedPixelFitter::run(), LandauFP420::SampleFluctuations(), SiG4UniversalFluctuation::SampleFluctuations(), magfieldparam::poly2d_base::Scale(), magfieldparam::BFit::SetField(), SeedForPhotonConversionFromQuadruplets::trajectorySeed(), ora::UniqueRef< T >::UniqueRef(), and KFStrip1DUpdator::update().
true funct::false |
Definition at line 34 of file Factorize.h.
funct::m |
Definition at line 54 of file Factorize.h.
Referenced by funct::GaussLegendreIntegrator::GaussLegendreIntegrator(), funct::FractionStruct< n, m >::operator double(), funct::FractionStruct< n, m >::operator()(), operator<<(), and slave().
Definition at line 9 of file Gaussian.h.
Referenced by funct::Gaussian::operator()().
|
static |
Definition at line 57 of file Factorize.h.
Referenced by funct::Primitive< Parameter >::get().
true funct::true |
Definition at line 183 of file Factorize.h.
Referenced by edm::eventsetup::EventSetupRecord::add(), GsfElectronAlgo::addPflowInfo(), L1CondDBPayloadWriterExt::analyze(), L1CondDBIOVWriterExt::analyze(), testEcalTPGScale::analyze(), ElectronMcSignalValidator::analyze(), ElectronTagProbeAnalyzer::analyze(), ElectronMcFakeValidator::analyze(), ElectronMcSignalValidatorMiniAOD::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(), ElectronDqmHarvesterBase::dqmEndJob(), ElectronDqmHarvesterBase::dqmEndLuminosityBlock(), DQMStoreStats::DQMStoreStats(), EcalDCCTB07UnpackingModule::EcalDCCTB07UnpackingModule(), ElectronSeedProducer::ElectronSeedProducer(), EcalCoder::encode(), ElectronDqmAnalyzerBase::endLuminosityBlock(), ElectronDqmAnalyzerBase::endRun(), equivalent(), ForwardMeasurementEstimator::estimate(), ElectronTagProbeAnalyzer::etCut(), ElectronAnalyzer::etCut(), DQMAnalyzer::etCut(), L1ExtraParticleMapProd::evaluateDoubleDifferentCaloObjectTrigger(), L1ExtraParticleMapProd::evaluateDoubleDifferentObjectSameTypeTrigger(), L1ExtraParticleMapProd::evaluateDoubleDifferentObjectTrigger(), L1ExtraParticleMapProd::evaluateDoublePlusSingleObjectTrigger(), L1ExtraParticleMapProd::evaluateDoubleSameObjectTrigger(), L1ExtraParticleMapProd::evaluateJetGapJetTrigger(), L1ExtraParticleMapProd::evaluateQuadSameObjectTrigger(), L1ExtraParticleMapProd::evaluateSingleObjectTrigger(), L1ExtraParticleMapProd::evaluateTripleSameObjectTrigger(), ora::MultiRecordSelectOperation::execute(), TrackerGeometricDetESModule::fillDescriptions(), TrackerDigiGeometryESModule::fillDescriptions(), FastTimerServiceClient::fillDescriptions(), GenHFHadronMatcher::fillDescriptions(), BTagDifferentialPlot::fillHisto(), l1t::DataWriterExt::fillLastTriggerKeyList(), l1t::DataWriter::fillLastTriggerKeyList(), TopDecaySubset::fillListing(), l1t::OMDSReader::QueryResults::fillVariableFromRow(), EcalGenEvtSelectorFrag::filter(), PythiaFilterEMJet::filter(), FilterScrapingPixelProbability::FilterScrapingPixelProbability(), ElectronDqmHarvesterBase::find(), GenHFHadronMatcher::findInMothers(), ora::UpdateBuffer::flush(), ElectronTagProbeAnalyzer::generalCut(), ElectronAnalyzer::generalCut(), DQMAnalyzer::generalCut(), BetaCalculatorECAL::getDetailedTrackLengthInXtals(), BTagPerformanceHarvester::getEtaPtBin(), BTagPerformanceAnalyzerOnData::getEtaPtBin(), BTagPerformanceAnalyzerMC::getEtaPtBin(), CastorSD::getFromLibrary(), pos::PixelPortcardMap::getName(), CaloGeometry::getValidDetIds(), MuonSeedCleaner::GroupSeeds(), GsfElectronBaseProducer::GsfElectronBaseProducer(), GsfElectronFull5x5Filler::GsfElectronFull5x5Filler(), GzInputStream::GzInputStream(), HLTHcalNZSFilter::hltFilter(), HSCPTreeBuilder::HSCPTreeBuilder(), ElectronTagProbeAnalyzer::idCut(), ElectronAnalyzer::idCut(), DQMAnalyzer::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==(), PFAlgoTestBenchElectrons::processBlock(), PFAlgo::processBlock(), SiStripGainFromCalibTree::processEvent(), GsfElectronCoreProducer::produce(), UnifiedSCCollectionProducer::produce(), HcalCalibFEDSelector::produce(), L1ExtraParticleMapProd::produce(), L1ExtraParticlesProd::produce(), PFEGammaProducer::produce(), SiStripElectronAlgo::projectPhiBand(), TrackerGeometricDetExtraESModule::putOne(), GsfElectronAlgo::EventData::retreiveOriginalTrackCollections(), pos::PixelNameTranslation::ROCexists(), EcalRecHitWorkerRecover::run(), ElectronTagProbeAnalyzer::selected(), ElectronAnalyzer::selected(), DQMAnalyzer::selected(), TwoBodyDecayDerivatives::selectedDerivatives(), SelectedElectronFEDListProducer< TEle, TCand >::SelectedElectronFEDListProducer(), GsfElectronAlgo::setAmbiguityData(), reco::ElectronSeed::setCaloCluster(), reco::GsfElectron::setCorrectedEcalEnergy(), reco::ElectronSeed::setCtfTrack(), CalibCoeff::setValue(), PedsOnlyAnalysis::summary(), PedestalsAnalysis::summary(), NoiseAnalysis::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(), l1t::DataWriterExt::updateIOV(), l1t::DataWriter::updateIOV(), SiStripConfigDb::uploadDeviceDescriptions(), SiStripConfigDb::uploadFedConnections(), MultiVertexBSeeder::vertices(), CaloGeometryDBWriter::writeFlag(), and SignedTransverseImpactParameter::zImpactParameter().
const double funct::twoOverPi = 2./M_PI |
Definition at line 8 of file BreitWigner.h.
Referenced by funct::BreitWigner::operator()().
|
static |
Definition at line 107 of file Factorize.h.