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