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) |
typedef | MINUS_S (A) arg |
MINUS_S (B)> | |
template<unsigned n, typename X , typename F > | |
NthDerivative< n, X, F >::type | nth_derivative (const F &f) |
template<int n> | |
const Numerical< n > & | num () |
PROD_S(A, B)> | 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 > | |
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 , 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::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< 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::SumStruct< A, B >, C > &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< C, funct::RatioStruct< A, B > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::RatioStruct< A, B >, C > &f) |
template<typename A , typename B , typename C , typename D > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::RatioStruct< A, B >, funct::RatioStruct< C, D > > &f) |
template<typename A , typename B , typename C > | |
std::ostream & | operator<< (std::ostream &cout, const funct::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 , 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< C, funct::ProductStruct< A, B > > &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, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< A, funct::FractionStruct< n, m > > &f) |
template<int n, int m, int k, int l> | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::FractionStruct< n, m >, funct::FractionStruct< k, l > > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< funct::MinusStruct< funct::FractionStruct< n, m > >, A > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::RatioStruct< A, funct::MinusStruct< funct::FractionStruct< n, m > > > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::FractionStruct< n, m >, A > &f) |
template<int n, int m, int k, int l> | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::FractionStruct< n, m >, funct::FractionStruct< k, l > > &f) |
template<int n, int m, typename A > | |
std::ostream & | operator<< (std::ostream &cout, const funct::PowerStruct< funct::MinusStruct< funct::FractionStruct< n, m > >, A > &f) |
template<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< A, funct::FractionStruct< n, m > > &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 |
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 (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 (T2) struct Divides< PROD_S(A |
PROD_S(A, B)> | TEMPL (N1T1) struct Divides< POWER_S(A |
TEMPL (N2T1) struct ParametricDivN< n | |
TEMPL (N2) struct Divides< NUM(n) | |
TEMPL (N1) struct Divides< NUM(n) | |
MINUS_S(B)> | 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 | |
A | __pad0__ |
C | __pad1__ |
true | __pad2__ |
X | __pad3__ |
A {} | |
TEMPL(T2) struct Divides | B {} |
C | |
false | |
m | |
const double | oneOverSqrtTwoPi = 1 / sqrt(2 * M_PI) |
static const int | p |
true | |
const double | twoOverPi = 2. / M_PI |
static const bool | value = Div::value |
TEMPL(T2) struct Divides | void |
typedef A funct::arg |
Definition at line 31 of file Factorize.h.
typedef Polynomial<0> funct::Constant |
Definition at line 6 of file Constant.h.
typedef DecomposeProduct<arg, typename Div::arg> funct::D |
Definition at line 141 of file Factorize.h.
Definition at line 135 of file Factorize.h.
Definition at line 136 of file Factorize.h.
Definition at line 137 of file Factorize.h.
typedef DecomposePower<A, NUM(n)> funct::Dec |
Definition at line 55 of file Factorize.h.
typedef std::conditional<D1::value, D1, typename std::conditional<D2::value, D2, D0>::type>::type funct::Div |
Definition at line 138 of file Factorize.h.
typedef Div::type funct::type |
Definition at line 32 of file Factorize.h.
Definition at line 22 of file Abs.h.
References funct::Abs< T >::compose(), and submitPVValidationJobs::t.
Referenced by PhaseITreeProducer.ModuleLvlValuesReader::__BuildOnlineBarrelName(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::__BuildOnlineBarrelName(), PhaseITreeProducer.ModuleLvlValuesReader::__BuildOnlineDiskName(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::__BuildOnlineDiskName(), PhaseITreeProducer.ModuleLvlValuesReader::__GetBarrelSector(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::__GetBarrelSector(), plotting::_calculateRatios(), TPTask::_process(), SiStripAPVRestorer::abnormalBaselineInspect(), egPM::AbsEtaNrClus::AbsEtaNrClus(), egPM::AbsEtaNrClusEt::AbsEtaNrClusEt(), egPM::AbsEtaNrClusPhi::AbsEtaNrClusPhi(), MCTruthHelper< reco::GenParticle >::absPdgId(), KineParticleFilter::acceptParticle(), fastsim::ParticleFilter::accepts(), fastsim::ParticleFilter::acceptsEn(), CaloTruthAccumulator::accumulateEvent(), MtdTruthAccumulator::accumulateEvent(), DeepMETSonicProducer::acquire(), l1tVertexFinder::VertexFinder::adaptiveVertexReconstruction(), PuppiAlgo::add(), EventWithHistory::add(), Hector::add(), PixelDigitizerAlgorithm::add_cross_talk(), mkfit::MkFinder::addBestHit(), GEMClusterProcessor::addCoincidenceClusters(), GoldenPattern::addCount(), CustomParticleFactory::addCustomParticle(), L1TCorrelatorLayer1Producer::addDecodedTrack(), 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(), SiStripHitResolFromCalibTree::algoAnalyze(), SiStripHitEffFromCalibTree::algoAnalyze(), algorithm(), AlignmentTwoBodyDecayTrackSelector::AlignmentTwoBodyDecayTrackSelector(), almost_equal(), HcalAmplifier::amplify(), PedsFullNoiseAlgorithm::analyse(), ME0HitsValidation::analyze(), GEMPadDigiClusterValidation::analyze(), GEMStripDigiValidation::analyze(), GEMPadDigiValidation::analyze(), ME0DigisValidation::analyze(), ME0SegmentsValidation::analyze(), MiniAODTaggerAnalyzer::analyze(), OffsetAnalyzerDQM::analyze(), MiniAODSVAnalyzer::analyze(), L1TScalersSCAL::analyze(), PatElectronAnalyzer::analyze(), JetToDigiDump::analyze(), myFastSimVal::analyze(), GEMRecHitSource::analyze(), L1TStage2EMTF::analyze(), LHCInfoPerFillAnalyzer::analyze(), ElectronMcSignalValidatorMiniAOD::analyze(), JetAnaPythia< Jet >::analyze(), ShortenedTrackResolution::analyze(), RPCDigiValid::analyze(), L1TStage2uGMT::analyze(), L1THIonImp::analyze(), SiPixelMonitorRecHitsSoAAlpaka< T >::analyze(), CSCTnPEfficiencyTask::analyze(), PatBJetTagAnalyzer::analyze(), PatBTagAnalyzer::analyze(), SiPixelCompareRecHitsSoAAlpaka< T >::analyze(), SiPixelCompareVertexSoA::analyze(), SiPixelCompareVertexSoAAlpaka::analyze(), GenWeightValidation::analyze(), ElectronMcSignalValidator::analyze(), DTTnPEfficiencyTask::analyze(), GEMTnPEfficiencyTask::analyze(), RPCRecHitValid::analyze(), DijetMass< Jet >::analyze(), SUSYDQMAnalyzer::analyze(), MaterialBudgetHcalAnalysis::analyze(), AnalysisTasksAnalyzerBTag::analyze(), BTagPerformanceAnalyzerMC::analyze(), SiPixelPhase1RecHitsV::analyze(), PatTrackAnalyzer::analyze(), L1TdeStage2CaloLayer1::analyze(), LheWeightValidation::analyze(), SiPixel2DTemplateDBObjectReader::analyze(), SiPixelTemplateDBObjectReader::analyze(), SUSY_HLT_PhotonMET::analyze(), TrackingRecoMaterialAnalyser::analyze(), WValidation::analyze(), HLTMCtruth::analyze(), RPCTnPEfficiencyTask::analyze(), MuonSeedsAnalyzer::analyze(), TauValidation::analyze(), TauDecay_GenParticle::Analyze(), SiPixelGenErrorDBObjectReader::analyze(), PFCandidateAnalyzerDQM::analyze(), PatBJetTrackAnalyzer::analyze(), DTT0CalibrationRMS::analyze(), DrellYanValidation::analyze(), ElectronMcFakeValidator::analyze(), QcdPhotonsDQM::analyze(), MuonEnergyDepositAnalyzer::analyze(), ZGammaplusJetsMonitor::analyze(), BPhysicsSpectrum::analyze(), BPhysicsValidation::analyze(), SiPixelPhase1HitsV::analyze(), SiPixelCompareRecHitsSoA< T >::analyze(), ObjMonitor::analyze(), BasicHepMCValidation::analyze(), PatBJetVertexAnalyzer::analyze(), EcalEBPhase2TPParamProducer::analyze(), SiPixelMonitorRecHitsSoA< T >::analyze(), ElectronAnalyzer::analyze(), MBUEandQCDValidation::analyze(), HiggsValidation::analyze(), PFClusterValidation::analyze(), ResolutionCreator::analyze(), TauDecay_CMSSW::Analyze(), TrackSplittingMonitor::analyze(), LepHTMonitor::analyze(), HGCalShowerSeparation::analyze(), EcalSimHitsValidation::analyze(), ElectronStudy::analyze(), TopDiLeptonDQM::analyze(), DTT0Calibration::analyze(), RPCPhiEff::analyze(), ElectronConversionRejectionValidator::analyze(), tadqm::TrackAnalyzer::analyze(), DQMHcalIsoTrackAlCaReco::analyze(), DQMHOAlCaRecoStream::analyze(), HcalSimHitAnalysis::analyze(), TopMonitor::analyze(), RazorMonitor::analyze(), TrackTypeMonitor::analyze(), HcalSimHitsValidation::analyze(), ValidationMisalignedTracker::analyze(), HLTBTagPerformanceAnalyzer::analyze(), SUSY_HLT_Razor::analyze(), MonitorTrackResidualsBase< pixel_or_strip >::analyze(), LhcTrackAnalyzer::analyze(), MuonPathConfirmator::analyze(), SiStripMonitorCluster::analyze(), DQMSourcePi0::analyze(), BTagAndProbe::analyze(), SagittaBiasNtuplizer::analyze(), DTTrigTest::analyze(), SiPixelTrackResidualSource::analyze(), L1TCaloLayer1Validator::analyze(), BaseTnPEfficiencyTask::analyze(), HLTInclusiveVBFSource::analyze(), EnergyScaleAnalyzer::analyze(), BDHadronTrackMonitoringAnalyzer::analyze(), MuonTrackResidualAnalyzer::analyze(), EcalSimHitStudy::analyze(), DQMExample_Step1::analyze(), SiPixelHitEfficiencySource::analyze(), HcalLutAnalyzer::analyze(), MuonPathSLFitter::analyze(), L1TPhase2MuonOffline::analyze(), EtlLocalRecoValidation::analyze(), TkConvValidator::analyze(), TauValidationMiniAOD::analyze(), IsolatedParticlesGeneratedJets::analyze(), HeavyFlavorValidation::analyze(), DTDigiReader::analyze(), MuonDTDigis::analyze(), StandaloneTrackMonitor::analyze(), L1TPhase2CorrelatorOffline::analyze(), BtlLocalRecoValidation::analyze(), TestOutliers::analyze(), TestTrackHits::analyze(), EcalDigisValidation::analyze(), EcalRecHitsValidation::analyze(), L1GenTreeProducer::analyze(), HitEff::analyze(), HLTMuonPlotter::analyze(), MuonPathCorFitter::analyze(), HcalTB06Analysis::analyze(), MuonAlignmentAnalyzer::analyze(), MCvsRecoVerticesAnalyzer::analyze(), StudyCaloGen::analyze(), TestPythiaDecays::analyze(), L1TdeCSCTF::analyze(), JetHTAnalyzer::analyze(), PhotonValidator::analyze(), OverlapProblemTPAnalyzer::analyze(), L1TCSCTF::analyze(), TestCorrection::analyze(), SiPixelErrorEstimation::analyze(), L1CaloTowerTreeProducer::analyze(), HOCalibAnalyzer::analyze(), ValidIsoTrkCalib::analyze(), GEMEfficiencyAnalyzer::analyze(), SiPixelTrackingRecHitsValid::analyze(), DQMPFCandidateAnalyzer::analyze(), HcalDigisValidation::analyze(), L1Validator::analyze(), MtdEleIsoValidation::analyze(), ZMuMuMassConstraintParameterFinder::analyze(), TrackingMonitor::analyze(), cms::Analyzer_minbias::analyze(), EcalTPGParamBuilder::analyze(), DiElectronVertexValidation::analyze(), IsoTrackCalibration::analyze(), HcalHBHEMuonAnalyzer::analyze(), EcalCosmicsHists::analyze(), SMPDQM::analyze(), PrimaryVertexValidation::analyze(), FSQDQM::analyze(), L1TSync::analyze(), MtdTracksValidation::analyze(), HLTObjectMonitor::analyze(), HLTObjectMonitorProtonLead::analyze(), StudyCaloResponse::analyze(), HLTObjectsMonitor::analyze(), L1TSync_Offline::analyze(), SiStripMonitorApproximateCluster::analyze(), EopElecTreeWriter::analyze(), SiPixelLorentzAnglePCLWorker::analyze(), IsolatedGenParticles::analyze(), IsolatedTracksCone::analyze(), Rivet::RivetAnalysis::analyze(), IsolatedTracksNxN::analyze(), MuonTrackValidator::analyze(), l1tVertexFinder::VertexNTupler::analyze(), Primary4DVertexValidation::analyze(), ShortenedTrackValidation::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(), OOTPileupCorrData::apply(), EmbeddingHepMCFilter::apply_cuts(), HLTMuonDimuonL3Filter::applyDiMuonSelection(), GlobalHaloAlgo::ApplyMatchingCuts(), mkfit::applyMaterialEffects(), HLTMuonDimuonL3Filter::applyMuonSelection(), HLTMuonL3PreFilter::applySelection(), HLTMuonL3andL2PreFilter::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(), HGCalDDDConstants::assignCellTrap(), DTTrigPhase2Prod::assignIndexPerBX(), ticl::assignPCAtoTracksters(), TrackDetectorAssociator::associate(), StGenEvent::associatedB(), HoughGrouping::associateHits(), l1tVertexFinder::VertexFinder::associatePrimaryVertex(), VertexAssociatorByPositionAndTracks::associateRecoToSim(), TrackAssociatorByHitsImpl::associateRecoToSim(), QuickTrackAssociatorByHitsImpl::associateRecoToSimImplementation(), VertexAssociatorByPositionAndTracks::associateSimToReco(), QuickTrackAssociatorByHitsImpl::associateSimToRecoImplementation(), pat::PATLostTracks::associateTrkToVtx(), OuterHitPhiPrediction::asym(), l1t::L1GTSingleCollectionCut::atIndex(), 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(), PrintGeomInfoAction::beginRun(), PFCandidateRecalibrator::beginRun(), reco::PFCandidate::bestTrack(), reco::ElectronSeed::bestVal(), l1t::CaloTools::bin16Eta(), SoftElectronMVAEstimator::bindVariables(), mkfit::MkFinder::bkFitFitTracks(), DTtTrigDBValidation::bookHistograms(), JetAnalyzer_HeavyIons::bookHistograms(), RPCMonitorDigi::bookRollME(), RPCTnPEfficiencyTask::bookWheelHistos(), genutils::bosonToX(), DeadROC_duringRun::BPIX_list(), TECLayerBuilder::build(), TECPetalBuilder::build(), TECWedgeBuilder::build(), TIDRingBuilder::build(), FWTracksterHitsProxyBuilder::build(), FWTracksterLayersProxyBuilder::build(), GlobalTrajectoryBuilderBase::build(), RealisticSimClusterMapper::buildClusters(), DTClusterer::buildClusters(), RBCProcessRPCSimDigis::builddata(), RBCProcessRPCDigis::builddata(), RPCDetId::buildfromDB(), TtFullHadHypGenMatch::buildHypo(), TtSemiLepHypGenMatch::buildHypo(), magneticfield::MagGeoBuilder::buildInterpolator(), ETLDetLayerGeometryBuilder::buildLayer(), DetIdAssociator::buildMap(), CSCSegAlgoTC::buildSegments(), CSCSegAlgoSK::buildSegments(), CSCSegAlgoRU::buildSegments(), Basic2DGenericTopoClusterizer::buildTopoCluster(), TrackExtenderWithMTDT< TrackCollection >::buildTrack(), VectorHitBuilderAlgorithm::buildVectorHits(), FWGEMSegmentProxyBuilder::buildViewType(), FWPSimHitProxyBuilder::buildViewType(), reco::FlavorHistoryEvent::cache(), PhotonMVABasedHaloTagger::calAngleBetweenEEAndSubDet(), L1RCTParameters::calcCrate(), trklet::VarBase::calcDebug(), 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(), PtAssignmentEngine2016::calculate_address(), AngleCalculation::calculate_angles(), ClusterShapeAlgo::Calculate_BarrelBasketEnergyFraction(), PtAssignmentEngine2016::calculate_pt_xml(), ECAL2DPositionCalcWithDepthCorr::calculateAndSetPositionActual(), PixelLumiDQM::calculateBunchMask(), tt::Setup::calculateConstants(), trklet::TrackDerTable::calculateDerivatives(), ticl::PatternRecognitionbyCLUE3D< TILES >::calculateDistanceToHigher(), PFEGammaAlgo::calculateEleMVA(), MuonPathAnalyzerInChamber::calculateFitParameters(), CSCGEMMatcher::calculateGEMCSCBending(), DeepTauIdBase< TritonEDProducer<> >::calculateGottfriedJacksonAngleDifference(), ticl::PatternRecognitionbyCLUE3D< TILES >::calculateLocalDensity(), HiPuRhoProducer::calculatePedestal(), barrelUtil::calculatePhiWindow(), tkDetUtil::calculatePhiWindow(), emtf::Huber::calculateQuantile(), PFMETBenchmark::calculateQuantities(), ElectronEnergyRegressionEvaluate::calculateRegressionEnergy(), ElectronEnergyRegressionEvaluate::calculateRegressionEnergyUncertainty(), 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(), PhotonMVABasedHaloTagger::calmatchedESCoordForBothHypothesis(), PhotonMVABasedHaloTagger::calmatchedHBHECoordForBothHypothesis(), l1t::CaloTools::caloTowerHash(), MuonPathCorFitter::canCorrelate(), TopGenEvent::candidate(), OMTFSorter< GoldenPatternType >::candidates(), pat::PATPackedCandidateProducer::candsOrdering(), mkfit::TrackBase::canReachRadius(), CastorShowerLibraryMaker::CastorShowerLibraryMaker(), HGCalTBDDDConstants::cellHex(), HGCalDDDConstants::cellHex(), HGCalTBGeomParameters::cellPosition(), HGCalGeomParameters::cellPosition(), HGCalCellUV::cellUVFromXY3(), HGCalCellUV::cellUVFromXY4(), 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(), HitResol::checkConsistency(), CTPPSDiamondDQMSource::checkEventNumber(), EmDQM::checkGeneratedParticlesRequirement(), PFAlgo::checkGoodTrackDeadHcal(), Fit::CheckIfFitPossible(), Fit::CheckIfMeasIsProportionalToAnother(), tmtt::DigitalStub::checkInRange(), tmtt::DigitalTrack::checkInRange(), tt::Setup::checkMagneticField(), TagProbeFitTreeProducer::checkMother(), MuonTrackAnalyzer::checkMuonSimHitPresence(), l1t::L1GTSingleCollectionCut::checkObject(), l1t::L1GTDeltaCut::checkObjects(), 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(), ALPAKA_ACCELERATOR_NAMESPACE::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(), AdaptiveChisquarePrimaryVertexFitter::clean(), mkfit::Event::clean_cms_seedtracks(), mkfit::StdSeq::clean_cms_seedtracks_iter(), mkfit::StdSeq::clean_duplicates(), mkfit::StdSeq::clean_duplicates_sharedhits(), mkfit::StdSeq::clean_duplicates_sharedhits_pixelseed(), SiStripAPVRestorer::cleaner_LocalMinimumAdder(), DTCombinatorialExtendedPatternReco::closeSL(), TTClusterAlgorithm_official< T >::Cluster(), EcalClusterToolsT< noZS >::cluster2ndMoments(), hgcal::EGammaPCAHelper::clusterDepthCompatibility(), GapClusterizerInZ::clusterize(), DAClusterizerInZ_vect::clusterize(), HGCalHistoClusteringImpl::clusterSeedMulticluster(), HGCalHistoClusteringImplSA::clusterSeedMulticluster_SA(), EpCombinationTool::combine(), btagbtvdeep::commonCandidateToFeatures(), EcalCondTools::compareBarrelBorder(), DEcompare< T >::CompareCollections(), ME0SegAlgoRU::compareProtoSegment(), GE0SegAlgoRU::compareProtoSegment(), ME0GeometryValidate::compareShape(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::compareTowers(), GEMGeometryValidate::compareTransform(), ME0GeometryValidate::compareTransform(), GenObject.GenObject::compareTwoItems(), L1TOccupancyClient::compareWithStrip(), MTDSectorForwardDoubleLayer::compatible(), BarrelDetLayer::compatible(), ForwardDetLayer::compatible(), PixelRod::compatibleDetsV(), RPCSeedrecHitFinder::complete(), RPCCosmicSeedrecHitFinder::complete(), PFMEtSignInterfaceBase::compResolution(), HcalFinegrainBit::compute(), RPCRecHitStandardAlgo::compute(), MultipleScatteringUpdator::compute(), CircleEq< T >::compute(), ClosestApproachInRPhi::compute(), NuclearInteractionSimulator::compute(), DTLinearDriftFromDBAlgo::compute(), FastHelix::compute(), magfieldparam::BCycl< float >::compute(), DTParametrizedDriftAlgo::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< EBDataFrame >::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(), MkFitOutputConverter::computeDNNs(), HLTDoubletDZ< T1, T2 >::computeDZ(), EnergyLossUpdator::computeElectrons(), PixelForwardLayer::computeHelicity(), PixelForwardLayerPhase1::computeHelicity(), PileupJetIdAlgo::computeIdVariables(), TIBLayer::computeIndexes(), GenPartIsoProducer::computeIso(), 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(), riemannFit::computeRadLenUniformMaterial(), ALPAKA_ACCELERATOR_NAMESPACE::riemannFit::computeRadLenUniformMaterial(), MuonFSRProducer::computeRelativeIsolation(), LeptonFSRProducer::computeRelativeIsolation(), HTrack::computeResolution(), MuonTrackResidualAnalyzer::computeResolution(), HTrack::computeResolutionAndPull(), DTTrigGeomUtils::computeSCCoordinates(), vertexTools::computeSharedTracks(), HTrack::computeTDRResolution(), EcalUncalibRecHitTimingCCAlgo::computeTimeCC(), reco::PFMETProducerMVA::computeVertexInfo(), TIBLayer::computeWindowSize(), sim::LocalFieldManager::ConfigureForTrack(), mkfit::conformalFitMPlex(), tmtt::L1fittedTrack::consistentSector(), DDHGCalGeom::constructLayers(), DDHGCalEEAlgo::constructLayers(), DDHGCalHEAlgo::constructLayers(), DDHGCalHEFileAlgo::constructLayers(), DDHGCalEEFileAlgo::constructLayers(), DDHGCalMixLayer::constructLayers(), DDHGCalSiliconModule::constructLayers(), DDHGCalMixRotatedCassette::constructLayers(), DDHGCalMixRotatedLayer::constructLayers(), DDHGCalSiliconRotatedCassette::constructLayers(), DDHGCalSiliconRotatedModule::constructLayers(), HGCalEEAlgo::ConstructLayers(), CSCGEMMotherboard::constructLCTsGEM(), DDHCalBarrelAlgo::constructSideLayer(), HcalBarrelAlgo::constructSideLayer(), trklet::DRin::consume(), 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(), l1tpf::corrector::correctedPt(), PFClusterEMEnergyCorrector::correctEnergies(), HCALResponse::correctHF(), pixelCPEforDevice::correction(), pixelCPEforGPU::correction(), plotscripts::corrections2D(), MuonMETAlgo::correctMETforMuon(), ThirdHitCorrection::correctRZRange(), MuonPathAssociator::correlateMPaths(), PFEnergyCalibration::CorrEta(), HcaluLUTTPGCoder::cosh_ieta(), TauValidation::countParticles(), l1t::Stage2Layer2JetAlgorithmFirmwareImp1::create(), LutXml::create_lut_map(), PFAlgo::createCandidatesHCAL(), DeepTauIdBase< TritonEDProducer<> >::createEgammaBlockInputs(), GsfElectronAlgo::createElectron(), DeepTauIdBase< TritonEDProducer<> >::createHadronsBlockInputs(), MuonSensitiveDetector::createHit(), L1MuGMTMerger::createMergedCand(), MonitorTrackResidualsBase< pixel_or_strip >::createMEs(), SiStripMonitorDigi::createMEs(), SiStripMonitorCluster::createMEs(), SiStripRecHitsValid::createMEs(), SiStripTrackingRecHitsValid::createMEs(), DeepTauIdBase< TritonEDProducer<> >::createMuonBlockInputs(), GsfVertexUpdator::createNewComponent(), TotemRPSD::createNewHit(), DDHGCalNoTaperEndcap::createQuarter(), RPCStripsRing::createRefConnections(), TGeoMgrFromDdd::createShape(), DeepTauIdBase< TritonEDProducer<> >::createTauBlockInputs(), p2eg::SimpleCaloHit::crystalLocaliEta(), p2eg::SimpleCaloHit::crystalLocaliPhi(), CSCGEMMatcher::CSCGEMSlopeCorrector(), pdg::cTau(), ThirdHitPredictionFromCircle::curvature(), Electron.Electron::cutBasedId(), BsJpsiPhiFilter::cuts(), mkfit::TrackBase::d0BeamSpot(), 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::EvtGenInterface::decay(), gen::TauolappInterface::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(), Phase2L1GMT::TopoAlgo::deltaEta(), l1t::deltaGctPhi(), HLTHemiDPhiFilter::deltaPhi(), DTRPCBxCorrection::deltaPhi(), Phase2L1GMT::TopoAlgo::deltaPhi(), datamodel.Object::DeltaR(), reco::deltaR2(), Phase2L1GMT::TopoAlgo::deltaZ0(), 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(), L1RCT::digiInput(), l1tmhtemu::digitizeSignedValue(), 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(), HGCalTBDDDConstants::distFromEdgeHex(), HGCalDDDConstants::distFromEdgeHex(), HGCalDDDConstants::distFromEdgeTrap(), distsector(), distwheel(), DivergingColor::DivergingColor(), l1t::TkPhiCandidate::dmass(), utils.BinToBin::do_test(), utils.BinToBin1percent::do_test(), DTTracoChip::DoAdjBtiLts(), CSCSkim::doBFieldStudySelection(), L1JetRecoTreeProducer::doCaloJetCorr(), L1JetRecoTreeProducer::doCorrPUPPIJets(), V0Validator::doEfficiencies(), V0Validator::doFakeRates(), PulseChiSqSNNLS::DoFit(), SiPixelGainCalibrationAnalysis::doFits(), DDEcalPreshowerAlgo::doLadders(), DDEcalPreshowerAlgo::doLayers(), l1t::Stage2Layer2JetAlgorithmFirmwareImp1::donutPUEstimate(), L1JetRecoTreeProducer::doPFJetCorr(), alignmentValidation::doSegDiffPlotsDT(), HLTEcalResonanceFilter::doSelection(), l1t::Stage1Layer2EtSumAlgorithmImpHW::doSumAndMET(), l1t::Stage1Layer2EtSumAlgorithmImpHI::doSumAndMET(), l1ttrackjet::DoubleToBit(), Pythia8::PowhegHooksBB4L::doVetoFSREmission(), EmissionVetoHook1::doVetoMPIStep(), L1JetRecoTreeProducer::doZPt(), IsoTrig::dP(), tt::Setup::dPhi(), EcalDeadCellDeltaRFilter::dPhiToMETfunc(), DTSegment2DQuality::dqmAnalyze(), MultiTrackValidator::dqmAnalyze(), DTSegment4DQuality::dqmAnalyze(), SiStripGainsPCLWorker::dqmAnalyze(), L1TStage2CaloLayer1::dqmAnalyze(), ECALpedestalPCLHarvester::dqmEndJob(), EcalZmassClient::dqmEndJob(), DTResolutionAnalysisTest::dqmEndJob(), SiStripLorentzAnglePCLHarvester::dqmEndJob(), DTNoiseAnalysisTest::dqmEndLuminosityBlock(), DTResolutionTest::dqmEndLuminosityBlock(), ECALpedestalPCLHarvester::dqmPlots(), ALPAKA_ACCELERATOR_NAMESPACE::dR2(), PixelCPEBase::driftDirection(), trackerDTC::DTC::DTC(), DTTracoCand::DTTracoCand(), Fit::dumpEntryAfterFit(), Fit::dumpEntryCorrelations(), InvRingCalib::duringLoop(), EcalEleCalibLooper::duringLoop(), Pi0FixedMassWindowCalibration::duringLoop(), ZeeCalibration::duringLoop(), Tau.Tau::dxy(), reco::EcalClustersGraph::dynamicWindow(), VVIObjFDetails::dzero(), EcalPhiSymRecoSequence_cff::ecal_phisym_flattables(), EgammaObjects::ecalEta(), CSCHaloAlgo::ECALSegmentMatching(), PFEnergyCalibration::Ecorr(), PFEnergyCalibration::EcorrPS_ePSNil(), pat::Electron::edB(), pat::Muon::edB(), electronModelSelector(), CalorimetryManager::EMShowerSimulation(), EcalLiteDTUCoder::encode(), EncodedEventId::EncodedEventId(), CSCMotherboard::encodePattern(), DTTTrigCorrectionFirst::endJob(), DTT0CalibrationRMS::endJob(), DTT0Calibration::endJob(), HcalSimHitsValidation::endJob(), MuonAlignmentAnalyzer::endJob(), trackerTFP::KalmanFilterFormats::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(), ticl::PatternRecognitionbyFastJet< TILES >::energyRegressionAndID(), TrackstersMergeProducerV3::energyRegressionAndID(), TrackstersMergeProducer::energyRegressionAndID(), EtaPhiMeasurementEstimator::estimate(), L1TMuonBarrelKalmanAlgo::estimateChiSquare(), CSCXonStrip_MatchGatti::estimated2GattiCorrection(), RectangularEtaPhiTrackingRegion::estimator(), TICLLayerTileT< T >::etaBin(), EgammaL1TkIsolation::etaBinNr(), GenMuonGMTPair::etaRegion(), MuonGmtPair::etaRegion(), Photon.Photon::etaRegionID(), BoostedDoubleSVProducer::etaRelToTauAxis(), FlatHexagon::etaSpan(), FlatTrd::etaSpan(), EcalDeadCellDeltaRFilter::etaToBoundary(), 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(), HGCGuardRing::exclude(), HGCGuardRingPartial::exclude(), HGCMouseBite::exclude(), tmtt::MiniHTstage::exec(), trklet::MatchEngine::execute(), trklet::MatchCalculator::execute(), DDHGCalPassivePartial::execute(), DDHGCalWaferP::execute(), DDHGCalWaferPartialRotated::execute(), DDHCalTestBeamAlgo::execute(), DDHGCalPassiveFull::execute(), DDHCalAngular::execute(), DDHCalXtalAlgo::execute(), DDMuonAngular::execute(), DDHGCalWaferFullRotated::execute(), DDHGCalWaferF::execute(), DDTIBLayerAlgo::execute(), trklet::VMRouterCM::execute(), fastsim::ParticleManager::exoticRelativesChecker(), OMTFProcessor< GoldenPatternType >::extrapolateDtPhiBFixedPoint(), OMTFProcessor< GoldenPatternType >::extrapolateDtPhiBFloatPoint(), l1t::MicroGMTIsolationUnit::extrapolateMuons(), sistripvvi::VVIObjDetails::f2(), isotrackTrainRegressor::fac2(), isotrackTrainRegressorNoOptimization::fac2(), factorRPFromSensorCorrections(), brokenline::fastFit(), ALPAKA_ACCELERATOR_NAMESPACE::brokenline::fastFit(), riemannFit::fastFit(), ALPAKA_ACCELERATOR_NAMESPACE::riemannFit::fastFit(), l1tVertexFinder::VertexFinder::fastHisto(), l1tVertexFinder::VertexFinder::fastHistoLooseAssociation(), EcalClusterEnergyCorrectionObjectSpecific::fBremEta(), L1TrackQuality::featureTransform(), l1tpf_calo::SimpleCaloLinkerBase::fetch(), PFIsolationEstimator::fGetIsolationInRings(), trackerTFP::ZHoughTransform::fill(), trackerTFP::MiniHoughTransform::fill(), SingleTopTChannelLepton_miniAOD::MonitorEnsemble::fill(), TopSingleLepton_miniAOD::MonitorEnsemble::fill(), MuonShowerDigiFiller::fill(), FBaseSimEvent::fill(), BPhysicsValidation::ParticleMonitor::Fill(), SingleTopTChannelLepton::MonitorEnsemble::fill(), PixelData::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(), EgammaHLTGsfTrackVarProducer::fillAbsAbleVar(), BJetEnergyRegressionMVA::fillAdditionalVariables(), JetPartonMatcher::fillAlgoritDefinition(), SurveyInputCSCfromPins::fillAllRecords(), TrackDetectorAssociator::fillCaloTruth(), OMTFProcessor< GoldenPatternType >::fillCounts(), BPhysicsValidation::FillDaughters(), DiMuonMassBiasMonitor::fillDecayHistograms(), HeavyFlavorDQMAnalyzer::fillDecayHistograms(), CMTRawAnalyzer::fillDigiAmplitude(), CMTRawAnalyzer::fillDigiAmplitudeHF(), CMTRawAnalyzer::fillDigiAmplitudeHFQIE10(), CMTRawAnalyzer::fillDigiAmplitudeHO(), CMTRawAnalyzer::fillDigiAmplitudeQIE11(), MuonSimHitsValidAnalyzer::fillDT(), MatrixFillMap::fillEBMap(), EcalBarrelSimHitsValidation::fillEBMatrix(), EcalSimHitsValidProducer::fillEBMatrix(), L1TEGammaOffline::fillElectrons(), ZeePlots::fillEleMCInfo(), MaterialBudgetMtdHistos::fillEndTrack(), MaterialBudgetHcalHistos::fillEndTrack(), L1TStage2CaloLayer2Offline::fillEnergySums(), MillePedeDQMModule::fillExpertHisto_HG(), SiStripHitEfficiencyWorker::fillForTraj(), MuScleFitPlotter::fillGen(), HcalFlexiHardcodeGeometryLoader::fillHE(), MaterialBudgetHcalHistos::fillHisto(), HFShowerLibrary::fillHits(), MuonShowerInformationFiller::fillHitsByStation(), AlCaHOCalibProducer::fillHOStore(), trackerTFP::HoughTransform::fillIn(), 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(), MkFitGeometryESProducer::fillLayers(), reco::modules::JetFlavourIdentifier::fillLeptons(), LHETablesProducer::fillLHEObjectTable(), TopDecaySubset::fillListing(), JetMETHLTOfflineSource::fillMEforEffAllTrigger(), MuonIdProducer::fillMuonId(), tmtt::TP::fillNearestJetInfo(), NPUTablesProducer::fillNPUObjectTable(), Phase2TrackerMonitorDigi::fillOTDigiHistos(), Phase2OTValidateRecHitBase::fillOTRecHitHistos(), TopInitSubset::fillOutput(), PixelCPEFastParamsHost< TrackerTraits >::fillParamsForDevice(), PixelCPEFast< TrackerTraits >::fillParamsForGpu(), ParticleNetFeatureEvaluator::fillParticleFeatures(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), lhef::LHEEvent::fillPdfInfo(), MaterialBudgetHcalHistos::fillPerStep(), L1TEGammaOffline::fillPhotons(), JetPartonMatcher::fillPhysicsDefinition(), DeepCoreSeedGenerator::fillPixelMatrix(), MuonTrackAnalyzer::fillPlots(), Phase2ITValidateRecHitBase::fillRechitHistos(), tkDetUtil::fillRingParametersFromDisk(), TIDLayer::fillRingPars(), MuScleFitPlotter::fillSim(), TrackingNtuple::fillSimHits(), SiStripCertificationInfo::fillSiStripCertificationMEs(), MaterialBudgetHcalHistos::fillStartTrack(), Phase2EndcapLayerDoubleDisk::fillSubDiskPars(), DeepBoostedJetTagInfoProducer::fillSVFeatures(), SiStripGainCalibTableProducer::fillTable(), trklet::TrackDerTable::fillTable(), MuDTMuonExtTableProducer::fillTable(), PATTauHybridProducer::fillTauFromJet(), tmtt::Histos::fillTrackFitting(), PrimaryVertexValidation::fillTrackHistos(), ApeEstimator::fillTrackVariables(), HcalIsoTrkSimAnalyzer::fillTree(), HcalIsoTrkAnalyzer::fillTree(), HGCalTBParameters::fillTrForm(), HGCalParameters::fillTrForm(), edm::storage::StatisticsSenderService::FileStatistics::fillUDP(), HcalObjRepresent::FillUnphysicalHEHFBins(), tmtt::TP::fillUse(), tmtt::TP::fillUseForEff(), FlavourHistograms< T >::fillVariable(), SimMuFilter::filter(), cms::CosmicTIFTrigFilter::filter(), HLTMuonRecHitClusterFilter::filter(), BadGlobalMuonTagger::filter(), TaggedProtonHepMCFilter::filter(), PythiaFilterMultiMother::filter(), DYToMuMuGenFilter::filter(), PFJetFilter::filter(), MCParticleModuloFilter::filter(), ZtoMMEventSelector::filter(), BCToEFilterAlgo::filter(), PythiaHepMCFilterGammaGamma::filter(), LHEGenericMassFilter::filter(), PythiaFilterZJet::filter(), PythiaFilterZJetWithOutBg::filter(), ChargedHadronTrackResolutionFilter::filter(), PythiaFilterEMJetHeep::filter(), MuonBadTrackFilter::filter(), HLTRHemisphere::filter(), PythiaFilterGammaJet::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJetWithOutBg::filter(), HLTPPSJetComparisonFilter::filter(), PythiaFilterHT::filter(), BadParticleFilter::filter(), PythiaHLTSoupFilter::filter(), LHEmttFilter::filter(), MCMultiSignatureFilter::filter(), ZgMassFilter::filter(), AlCaHcalHEMuonFilter::filter(), MCZll::filter(), ZgammaMassFilter::filter(), TauHadronDecayFilter::filter(), LHEVpTFilter::filter(), DJpsiFilter::filter(), GenHTFilter::filter(), MCMultiParticleFilter::filter(), ComphepSingletopFilterPy8::filter(), LHEGenericFilter::filter(), MCDisplacementFilter::filter(), PythiaFilterTTBar::filter(), HighMultiplicityGenFilter::filter(), MCParticlePairFilter::filter(), PythiaFilter::filter(), SinglePhotonJetPlusHOFilter::filter(), FourLepFilter::filter(), PythiaDauVFilter::filter(), PythiaFilterMotherSister::filter(), JetHTJetPlusHOFilter::filter(), L1TComparisonResultFilter< T >::filter(), PythiaAllDauVFilter::filter(), HGCalTBCheckGunPostion::filter(), DisappearingMuonsSkimming::filter(), PythiaDauVFilterMatchID::filter(), SimpleJetFilter::filter(), JetVertexChecker::filter(), PythiaFilterIsolatedTrack::filter(), PythiaFilterMultiAncestor::filter(), AlCaLowPUHBHEMuonFilter::filter(), AJJGenJetFilter::filter(), FFTJetDijetFilter::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), HerwigMaxPtPartonFilter::filter(), EcalDeadCellTriggerPrimitiveFilter::filter(), EmbeddingHepMCFilter::filter(), AlCaIsoTracksFilter::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(), ElectronMCTruthFinder::find(), PizeroMCTruthFinder::find(), PhotonMCTruthFinder::find(), l1tpf_calo::Phase1GridBase::find_cell(), DAClusterizerInZT_vect::find_nearest(), mkfit::MkBuilder::find_tracks_unroll_candidates(), ttHFGenFilter::FindAllTopMothers(), EcalRecHitsValidation::findBarrelMatrix(), egamma::conv::findBestConversionMatch(), MuScleFitUtils::findBestRecoRes(), PixelBlade::findBin(), Phase1PixelBlade::findBin(), reco::modules::JetFlavourIdentifier::findCandidates(), mkfit::MkFinder::findCandidates(), mkfit::MkFinder::findCandidatesCloneEngine(), TIDLayer::findClosest(), CompositeTECWedge::findClosestDet(), GEMEfficiencyAnalyzer::findClosestHit(), spr::findCone(), egamma::conv::findConversions(), GEMEfficiencyAnalyzer::findCSCSegmentBeam(), TopDecaySubset::findDecayingTops(), GenParticlesHelper::findDescendents(), spr::findDetIdECAL(), spr::findDetIdHCAL(), TauValidation::findFSRandBrem(), MuScleFitUtils::findGenMuFromRes(), MuScleFitMuonSelector::findGenMuFromRes(), EmulationObserverBase::findGenMuon(), GenHFHadronMatcher::findHadronJets(), AlCaHOCalibProducer::findHOEtaPhi(), GenHFHadronMatcher::findInMothers(), gen::EvtGenInterface::findLastinChain(), TopDecaySubset::findLastParticleInChain(), reco::modules::JetFlavourIdentifier::findLeptons(), TrackDetMatchInfo::findMaxDeposition(), ContainmentCorrectionAnalyzer::findMcTruth(), TTUTrackingAlg::findNeighbors(), l1t::Stage1Layer2TauAlgorithmImpPP::findNESW(), l1t::Stage1Layer2TauAlgorithmImpHW::findNESW(), TIDLayer::findNextIndex(), BsJpsiPhiFilter::findParticle(), GenParticlesHelper::findParticles(), TauValidation::FindPhotosFSR(), TopDecaySubset::findPrimalTops(), TopDecaySubset::findPrimalW(), Pythia8::PowhegHooksBB4L::findresscale(), MkFitGeometryESProducer::findRZBox(), LocalMaximumSeedFinder::findSeeds(), mkfit::findSeedsByRoadSearch(), MuScleFitUtils::findSimMuFromRes(), MuScleFitMuonSelector::findSimMuFromRes(), FFTJetPFPileupCleaner::findSomeVertexWFakes(), genutils::findStatus1Leptons(), L1TEGammaOffline::findTagAndProbePair(), tkDetUtil::findThreeClosest(), TopDecaySubset::findTops(), ticl::LinkingAlgoByDirectionGeometric::findTrackstersInWindow(), Phase2EndcapLayerDoubleDisk::findTwoClosest(), TTCluster< T >::findWidth(), CSCMake2DRecHit::findWireBx(), CSCXonStrip_MatchGatti::findXOnStrip(), trackerTFP::State::finish(), PFJetIDSelectionFunctor::firstDataCuts(), HcalTrigTowerGeometry::firstHFRingInTower(), tmtt::SimpleLR4::fit(), tmtt::ChiSquaredFitBase::fit(), LagrangeParentParticleFitter::fit(), PulseShapeFitOOTPileupCorrection::fit(), MuonPathFitter::fit(), emtf::Huber::fit(), hitfit::Chisq_Constrainer::fit(), BSFitter::Fit_d0phi(), V0Fitter::fitAll(), siStripLACalibration::fitFunction(), 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(), RPixLinearChargeDivider::FluctuateEloss(), RPLinearChargeDivider::FluctuateEloss(), Phase2TrackerDigitizerAlgorithm::fluctuateEloss(), SiPixelDigitizerAlgorithm::fluctuateEloss(), gpuPixelDoublets::for(), for(), ALPAKA_ACCELERATOR_NAMESPACE::caPixelDoublets::for(), tmtt::Sector::forceBitWidth(), diffTreeTool::format(), trackerTFP::Format< v, p >::Format(), trackerTFP::FormatKF< v >::FormatKF(), 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::Py8PtExpGun::generatePartonsAndHadronize(), gen::Py8PtGun::generatePartonsAndHadronize(), gen::Py8PtotGun::generatePartonsAndHadronize(), gen::Py8EGun::generatePartonsAndHadronize(), gen::Py8PtAndLxyGun::generatePartonsAndHadronize(), Pythia8HepMC3Hadronizer::generatePartonsAndHadronize(), Pythia8Hadronizer::generatePartonsAndHadronize(), FullModelReactionDynamics::GenerateXandPt(), siPixelUtils::generic_position_formula(), GenHFHadronMatcher::GenHFHadronMatcher(), pat::PATObject< reco::Muon >::genParticleById(), VertexClassifier::genPrimaryVertices(), TrackClassifier::genPrimaryVertices(), JetMCTagUtils::genTauDecayMode(), DTMeantimerPatternReco::geometryFilter(), tkMSParameterization::FromToData::get(), HcalDeterministicFit::get205Frac(), HcalDeterministicFit::get206Frac(), HcalDeterministicFit::get207Frac(), RPCTnPEfficiencyTask::get_barrel_histo_ycoord(), L1CaloJetProducer::get_hcal_calibration(), Phase2L1CaloJetEmulator::get_jet_pt_calibration(), gen::Hydjet2Hadronizer::get_particles(), gen::HydjetHadronizer::get_particles(), L1CaloJetProducer::get_tau_pt_calibration(), Phase2L1CaloJetEmulator::get_tau_pt_calibration(), StripCPE::getAlgoParam(), Py8toJetInput::getAncestor(), HGCalTBGeometry::getArea(), HGCalGeometry::getArea(), CaloSD::getAttenuation(), trklet::TrackletLUT::getBendCut(), getBestVertex(), getBestVertex_withError(), getBetterMatch(), TrajSeedMatcher::MatchingCutsV2::getBinNr(), CaloSteppingAction::getBirkHC(), TrackIsoCalculator::getBkgSubTrackIso(), EcalEndcapGeometry::getCells(), EcalBarrelGeometry::getCells(), L1MuSymmetricBinnedScale::getCenter(), PuppiContainer::getChi2FromdZ(), l1t::Stage2Layer2JetAlgorithmFirmwareImp1::getChunkyRing(), PtAssignmentEngineAux2017::getCLCT(), HcalGeometry::getClosestCell(), HGCalTBGeometry::getClosestCellIndex(), HGCalGeometry::getClosestCellIndex(), hcalCalib::GetCoefFromMtrxInvOfAve(), RPCLogCone::getCompressedCone(), HcalLutManager::getCompressionLutXmlFromAsciiMaster(), HcalLutManager::getCompressionLutXmlFromCoder(), StubPtConsistency::getConsistency(), 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(), MuCSCTnPFlatTableProducer::GetEdgeAndDistToGap(), EffectiveAreas::getEffectiveArea(), IsoPhotonEBSelector::getEffectiveArea(), ZElectronsSelector::getEffectiveArea(), GsfElectronAlgo::ElectronData::getEleBasicCluster(), ZdcSD::getEnergyDeposit(), HGCScintSD::getEnergyDeposit(), HFNoseSD::getEnergyDeposit(), HGCalSD::getEnergyDeposit(), HGCSD::getEnergyDeposit(), CastorSD::getEnergyDeposit(), EcalClusterToolsT< noZS >::getEnergyDepTopology(), SiPixelTrackResidualSource::getepixrococcupancyofftrk(), SiPixelTrackResidualSource::getepixrococcupancyontrk(), HcalNumberingFromPS::getEta(), L1GTTInputProducer::getEtaBits(), CovarianceMatrix::getEtaDependentScaleFactor(), HcalTB02HcalNumberingScheme::getetaID(), HBHENegativeEFilter::getEtaIndex(), PtAssignmentEngineAux2016::getEtaInt(), IsolatedPixelTrackCandidateProducer::GetEtaPhiAtEcal(), IsolatedPixelTrackCandidateL1TProducer::GetEtaPhiAtEcal(), DiLeptonHelp::PlotsVsDiLeptonRegion::getEtaRegion(), 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(), HLTGenValSource::getGenParticles(), HcalAssistant::getGeomId(), OmtfAngleConverter::getGlobalEta(), AngleConverterBase::getGlobalEta(), AngleConverterBase::getGlobalEtaDt(), OmtfAngleConverter::getGlobalEtaRpc(), PtAssignmentEngineAux::getGMTDxy(), EcalHaloAlgo::GetHaloClusterCandidateEB(), EcalHaloAlgo::GetHaloClusterCandidateEE(), HcalHaloAlgo::GetHaloClusterCandidateHB(), HcalHaloAlgo::GetHaloClusterCandidateHE(), HcalAssistant::getHcalDepth(), HcalAssistant::getHcalIphi(), HcalAssistant::getHcalSubdetector(), HcalLutManager::getHEFineGrainLUTs(), HcalDDDRecConstants::getHFCellParameters(), HFShowerParam::getHits(), HFShower::getHits(), mkfit::MkFinder::getHitSelDynamicChi2Cut(), EcalBarrelSimHitsValidation::getIdsAroundMax(), ElectronDNNEstimator::getInputsVars(), trklet::PurgeDuplicate::getInventedCoords(), trklet::PurgeDuplicate::getInventedCoordsExtended(), ElectronTkIsolation::getIso(), pat::PATIsolatedTrackProducer::getIsolation(), PileupJetIdAlgo::getJetIdKey(), studyJets::getJetProperties(), CSCStripElectronicsSim::getKeyStrips(), HLTPrescaleProvider::getL1PrescaleValueInDetail(), HcalDeterministicFit::getLandauFrac(), TkLasBeamFitter::getLasBeams(), TkLasBeamFitter::getLasHits(), HcalDDDSimConstants::getLastLayer(), HGCalTBDDDConstants::getLayer(), HGCalDDDConstants::getLayer(), HcalTB02HcalNumberingScheme::getlayerID(), EffectiveAreas::getLinearEA(), 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(), plotscripts::getname(), pat::PATIsolatedTrackProducer::getNearestPCRef(), reco::PFRecHit::getNeighbour(), BsJpsiPhiFilter::getNextBs(), PtAssignmentEngineAux2017::getNLBdPhi(), HLTGenValSource::getObjectCollection(), 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(), L1PrefiringWeightProducer::getPrefiringRateMuon(), AngleConverterBase::getProcessorPhi(), AlCaHcalIsotrkProducer::getProducts(), MuonSeedPtExtractor::getPt(), L1GTTInputProducer::getPtBits(), L1MuBMAssignmentUnit::getPtMethod(), L1MuDTAssignmentUnit::getPtMethod(), PuppiContainer::getPuppiId(), PixelTopologyMap::getPXFBlades(), PixelTopologyMap::getPXFModules(), EffectiveAreas::getQuadraticEA(), 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(), MuonHLTSeedMVAClassifierPhase2::getSeedMva(), trklet::TrackletLUT::getSensorModules(), 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(), HGCalStage2ClusterDistribution::getStage2FPGAs(), LaserSorter::getStream(), HBHELinearMap::getSubdetector(), HcalAssistant::getSubdetectorString(), HcalPFClusterIsolation< T1 >::getSum(), TrackDetectorAssociator::getTAMuonChamberMatches(), trklet::TrackletLUT::getTanRange(), 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(), SeedMvaEstimatorPhase2::getTsosOnPixels(), HoughGrouping::getTwoDelta(), PreparePVTrends::getUnrolledHisto(), EcalClusterCrackCorrection::getValue(), trklet::TrackletLUT::getVMRLookup(), JetCharge::getWeight(), PixelMapPlotter.Barrel::GetXYCoords(), HFGflash::gfParameterization(), CandidateSimMuonMatcher::ghostBust(), l1t::TkJetWord::glbphi(), GlobalTrajectoryParameters::GlobalTrajectoryParameters(), PFDisplacedVertexCandidateFinder::goodPtResolution(), spr::goodTrack(), LA_Filler_Fitter::granularity(), Phase2EndcapLayerDoubleDisk::groupedCompatibleDetsV(), tkDetUtil::groupedCompatibleDetsV(), Basic2DGenericPFlowClusterizer::growPFClusters(), PFlow2DClusterizerWithTime::growPFClusters(), TtGenEvent::hadronicDecayB(), TtGenEvent::hadronicDecayQuark(), TtGenEvent::hadronicDecayTop(), TtGenEvent::hadronicDecayW(), Pythia8HepMC3Hadronizer::hadronize(), Pythia8Hadronizer::hadronize(), CaloTowersCreationAlgo::hadShwrPos(), ttHFGenFilter::HasAdditionalBHadron(), PhotonGenFilter::hasAncestor(), 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(), mkfit::helixAtRFromIterativeCCSFullJac(), mkfit::helixAtZ(), 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(), HGCalMixRotatedCassette::HGCalMixRotatedCassette(), HGCalMixRotatedLayer::HGCalMixRotatedLayer(), HGCalMouseBite::HGCalMouseBite(), HGCalPassiveFull::HGCalPassiveFull(), HGCalPassivePartial::HGCalPassivePartial(), HGCalSiliconModule::HGCalSiliconModule(), HGCalSiliconRotatedCassette::HGCalSiliconRotatedCassette(), HGCalSiliconRotatedModule::HGCalSiliconRotatedModule(), HGCalTriggerDetId::HGCalTriggerDetId(), HGCScintillatorDetId::HGCScintillatorDetId(), HGCSiliconDetId::HGCSiliconDetId(), overlapValidationPlot::hist(), CAHitTripletGenerator::hitNtuplets(), CAHitQuadrupletGenerator::hitNtuplets(), CosmicHitPairGeneratorFromLayerPair::hitPairs(), SiPixelChargeReweightingAlgorithm::hitSignalReweight(), CosmicHitTripletGeneratorFromLayerTriplet::hitTriplets(), HLTDiMuonGlbTrkFilter::HLTDiMuonGlbTrkFilter(), HLTDisplacedEgammaFilter::HLTDisplacedEgammaFilter(), HLTEcalResonanceFilter::HLTEcalResonanceFilter(), HLTEcalPixelIsolTrackFilter::hltFilter(), HLTMuonTrkFilter::hltFilter(), HLTMuonTrkL1TFilter::hltFilter(), HLTMuonTrkL1TkMuFilter::hltFilter(), HLTPhi2METFilter::hltFilter(), HLTRapGapFilter::hltFilter(), HLTDisplacedEgammaFilter::hltFilter(), HLTCSCOverlapFilter::hltFilter(), HLTJetPairDzMatchFilter< T >::hltFilter(), HLTPFTauPairLeadTrackDzMatchFilter::hltFilter(), HLTDiMuonGlbTrkFilter::hltFilter(), HLT2jetGapFilter::hltFilter(), HLTJetCollectionsFilter< jetType >::hltFilter(), HLTDeDxFilter::hltFilter(), HLTMuonL3SimplePreFilter::hltFilter(), HLTEgammaGenericQuadraticEtaFilter::hltFilter(), HLTHcalTowerFilter::hltFilter(), HLTEgammaDoubleXGBoostCombFilter::hltFilter(), HLTEgammaGenericQuadraticFilter::hltFilter(), HLTDiJetAveEtaFilter< T >::hltFilter(), HLTDiJetEtaTopologyFilter< T >::hltFilter(), HLTDiJetAveFilter< T >::hltFilter(), HLTFatJetMassFilter< jetType >::hltFilter(), HLTJetEtaTopologyFilter< T >::hltFilter(), HLTJetVBFFilter< T >::hltFilter(), HLTMonoJetFilter< T >::hltFilter(), HLTMuonDimuonL2Filter::hltFilter(), HLTMuonDimuonL2FromL1TFilter::hltFilter(), HLTMuonL2FromL1TPreFilter::hltFilter(), HLTMuonL2PreFilter::hltFilter(), L1TTkEleFilter::hltFilter(), L1TTkEmFilter::hltFilter(), HLTExclDiJetFilter< T >::hltFilter(), HLTJetCollectionsVBFFilter< T >::hltFilter(), HLTGlobalSums< T >::hltFilter(), HLTSinglet< T >::hltFilter(), HLTAcoFilter::hltFilter(), HLTAlphaTFilter< T >::hltFilter(), HLTEgammaL1TMatchFilterRegional::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTPixlMBForAlignmentFilter::hltFilter(), HLTMinDPhiMETFilter::hltFilter(), HLTMuonL3PreFilter::hltFilter(), HLTMuonDimuonL3Filter::hltFilter(), HLTCaloTowerFilter::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), HLTGenericFilter< T1 >::hltFilter(), HLTVertexFilter::hltFilter(), HLTJetSortedVBFFilter< T >::hltFilter(), HLTmmkFilter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTDoubletSinglet< T1, T2, T3 >::hltFilter(), TauTagFilter::hltFilter(), HLTJetL1MatchProducer< T >::HLTJetL1MatchProducer(), HLTJetL1TMatchProducer< T >::HLTJetL1TMatchProducer(), 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::Pythia6Hadronizer::imposeProperTime(), HcalHPDRBXMap::indexHPD(), HcalHPDRBXMap::indexHPDfromEtaPhi(), HcalHPDRBXMap::indexRBXfromEtaPhi(), RPLinearInduceChargeOnStrips::Induce(), SiTrivialInduceChargeOnStrips::induceOriginal(), SiTrivialInduceChargeOnStrips::induceVector(), reco::MustacheKernel::inDynamicDPhiWindow(), MatchCandidateBenchmark::inEtaRange(), trklet::Residual::init(), gen::TauolappInterface::init(), ThirdHitCorrection::init(), EcalUncalibRecHitRatioMethodAlgo< EBDataFrame >::init(), ThirdHitPredictionFromInvParabola::init(), tnp::BaseTreeFiller::init(), l1tpf::corrector::init_(), ResonanceDecayFilterHook::initAfterBeams(), PixelRecoLineRZ::initCot(), PuppiContainer::initialize(), DDAngular::initialize(), EcalPhiSymRecHitProducerBase::initializeJob(), ParticlePropagator::initProperDecayTime(), CaloCellGeometry::initSpan(), trklet::TrackletLUT::initteptlut(), trklet::TrackletLUT::initTPlut(), reco::EcalClustersGraph::initWindows(), 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(), SequentialVertexFitter< 5 >::insideTrackerBounds(), 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(), ZGammaplusJetsMonitor::isBarrel(), GenHFHadronMatcher::isBaryonPdgId(), BCToEFilterAlgo::isBCBaryon(), BCToEFilterAlgo::isBCMeson(), egamma::isBetterElectron(), PseudoTopProducer::isBHadron(), heppy::BTagSF::isbtagged(), pat::PATMuonProducer::isChargedHadron(), HepMCValidationHelper::isChargedLepton(), PFIsolationEstimator::isChargedParticleVetoed(), EcalDeadCellDeltaRFilter::isCloseToBadEcalChannel(), GeomDetCompatibilityChecker::isCompatible(), TrackCleaner::isCompatible(), DTSegmentExtendedCand::isCompatible(), AngleConverter::isCSCCounterClockwise(), AngleConverterBase::isCSCCounterClockwise(), L1TMuon::GeometryTranslator::isCSCCounterClockwise(), AnomalousECALVariables::isDeadEcalCluster(), reco::isElectron(), PFEGammaFilters::isElectronSafeForJetMET(), ZGammaplusJetsMonitor::isEndCapInner(), ZGammaplusJetsMonitor::isEndCapOuter(), MtdTracksValidation::isETL(), Generator::isExotic(), isExotic(), Generator::isExoticNonDetectable(), BasicHepMCValidation::ParticleMonitor::isFirst(), ZGammaplusJetsMonitor::isForward(), objects.LeptonAnalyzer.LeptonAnalyzer::isFromB(), PseudoTopProducer::isFromHadron(), G4TrackToParticleID::isGammaElectronPositron(), hi::EPCuts::isGoodHF(), muon::isGoodMuon(), HLTPMMassFilter::isGoodPair(), MuonIdProducer::isGoodRPCMuon(), tmtt::KFParamsComb::isGoodState(), ME0SegmentAlgorithm::isGoodToMerge(), GEMSegmentAlgorithm::isGoodToMerge(), MuonIdProducer::isGoodTrack(), MuonIdProducer::isGoodTrackerMuon(), HcalObjRepresent::isHB(), HcalObjRepresent::isHE(), HcalObjRepresent::isHF(), muon::isHighPtMuon(), GE0SegAlgoRU::isHitNearSegment(), pixelTrack::QualityCutsT< TrackerTraits, pixelTopology::isPhase1Topology< TrackerTraits > >::isHP(), pixelTrack::QualityCutsT< TrackerTraits, pixelTopology::isPhase2Topology< TrackerTraits > >::isHP(), TauDiscriminationAgainstElectronMVA6< TauType, TauDiscriminator, ElectronType >::isInEcalCrack(), DeepTauIdBase< TritonEDProducer<> >::isInEcalCrack(), CMSFieldManager::isInsideTracker(), MuonTrackResidualAnalyzer::isInTheAcceptance(), MuonTrackAnalyzer::isInTheAcceptance(), Generator::IsInTheFilterList(), HiGammaJetSignalDef::IsIsolated(), DDLRotationAndReflection::isLeftHanded(), reco::isLepton(), CmsTrackerLevelBuilderHelper::isLessModZ(), CandMCTagUtils::isLightParton(), GenHFHadronMatcher::isMesonPdgId(), reco::isMuon(), G4TrackToParticleID::isMuon(), GEMBaseValidation::isMuonSimHit(), MBUEandQCDValidation::isNeutral(), pat::PATMuonProducer::isNeutralHadron(), PFIsolationEstimator::isNeutralParticleVetoed(), GenHFHadronMatcher::isNeutralPdg(), reco::isNeutrino(), MBUEandQCDValidation::isNeutrino(), HepMCValidationHelper::isNeutrino(), genutils::isNotFromHadronicShower(), genutils::isNotHadronicId(), l1t::Stage1Layer2EGammaAlgorithmImpPP::Isolation(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::isoLutIndex(), l1t::Stage2Layer2TauAlgorithmFirmwareImp1::isoLutIndex(), heppy::IsolationComputer::isoSumNeutralsWeighted(), heppy::IsolationComputer::isoSumRaw(), CandMCTagUtils::isParton(), PFIsolationEstimator::isPhotonParticleVetoed(), genutils::isPromptLepton(), trklet::PurgeDuplicate::isSeedingStub(), ME0SegmentsValidation::isSimTrackGood(), CSCBaseValidation::isSimTrackGood(), muon::isSoftMuon(), TrackingParticleSelector::isStable(), G4TrackToParticleID::isStableHadron(), G4TrackToParticleID::isStableHadronIon(), mkfit::isStripQCompatible(), PixelClusterShapeExtractor::isSuitable(), reco::isTau(), HepMCValidationHelper::isTau(), TauDecay::isTauFinalStateParticle(), TauDecay::isTauParticleCounter(), TauDecay::isTauResonanceCounter(), muon::isTightMuon(), isTightMuonCustom(), muon::isTrackerHighPtMuon(), PPSFilteredProtonProducer::IsTrackOK(), HcalHPDRBXMap::isValid(), l1t::CaloTools::isValidIEtaIPhi(), CmsTrackerDetIdBuilder::iterate(), PerigeeConversions::jacobianCurvilinear2Perigee(), JacobianCurvilinearToLocal::JacobianCurvilinearToLocal(), PerigeeConversions::jacobianParameters2Cartesian(), JetAnalyzer.JetAnalyzer::jerCorrection(), BTVMCFlavourTableProducer::jet_flavour(), objects.JetAnalyzer.JetAnalyzer::jetFlavour(), Jet.Jet::jetID(), HLTJetTimingProducer< T >::jetTimeFromEcalCells(), DTBtiChip::keepTrig(), DTBtiChip::keepTrigPatt(), MPSLFilter::killTps(), MPCorFilter::killTps(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), l1tVertexFinder::VertexFinder::Kmeans(), L1MuBMTrackSegLoc::L1MuBMTrackSegLoc(), L1MuDTTrackSegLoc::L1MuDTTrackSegLoc(), L1TCaloLayer1FetchLUTs(), magfieldparam::rz_harm_poly::LadderDwn(), magfieldparam::rz_harm_poly::LadderUp(), SiPixelChargeReweightingAlgorithm::lateSignalReweight(), AlignmentParameterSelector::layerDeselected(), trklet::Stub::layerdisk(), trackerTFP::LayerEncoding::LayerEncoding(), 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(), PFEGammaAlgo::linkRefinableObjectBremTangentsToECAL(), ticl::LinkingAlgoByDirectionGeometric::linkTracksters(), trklet::TrackletCalculatorDisplaced::LLDSeeding(), trklet::TrackletCalculatorDisplaced::LLLSeeding(), MEEEGeom::lmr(), FSimEvent::load(), HcalGeomParameters::loadGeometry(), HGCalTBGeomParameters::loadGeometryHexagon(), 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(), L1CaloJetProducer::loose_iso_tau_wp(), PPSTools::LorentzVector2HectorParticle(), l1t::Stage1TauIsolationLUT::lutAddress(), reco::Conversion::lz(), main(), angle0to2pi::make0To2pi(), MTDThresholdClusterizer::make_cluster(), EMTFSubsystemCollector::make_copad_gem(), AdaptiveChisquarePrimaryVertexFitter::make_vtx_trk_map(), objects.LeptonAnalyzer.LeptonAnalyzer::makeAllElectrons(), objects.LeptonAnalyzer.LeptonAnalyzer::makeAllMuons(), HGCGraphT< TILES >::makeAndConnectDoublets(), gen.GenHeavyFlavourAnalyzer.GenHeavyFlavourAnalyzer::makeBPartons(), CaloTowerHardcodeGeometryLoader::makeCell(), HcalDDDGeometryLoader::makeCell(), XMLDocument::makeChId(), HFClusterAlgo::makeCluster(), HGCal3DClustering::makeClusters(), EcalCondTools::makedist(), l1t::stage2::CaloLayer1Packer::makeECalTPGs(), l1t::stage2::CaloLayer1Unpacker::makeECalTPGs(), L1TCaloLayer1RawToDigi::makeECalTPGs(), l1t::stage2::CaloLayer1Unpacker::makeECalTPGs5BX(), l1t::stage2::CaloLayer1Unpacker::makeECalTPGs5BX_HCALFB(), l1t::stage2::CaloLayer1Unpacker::makeECalTPGs_HCALFB(), objects.METAnalyzer::makeGenTkMet(), l1t::stage2::CaloLayer1Packer::makeHCalTPGs(), l1t::stage2::CaloLayer1Unpacker::makeHCalTPGs(), L1TCaloLayer1RawToDigi::makeHCalTPGs(), l1t::stage2::CaloLayer1Unpacker::makeHCalTPGs5BX(), l1t::stage2::CaloLayer1Unpacker::makeHCalTPGs5BX_HCALFB(), l1t::stage2::CaloLayer1Unpacker::makeHCalTPGs_HCALFB(), Multi5x5BremRecoveryClusterAlgo::makeIslandSuperClusters(), objects.IsoTrackAnalyzer.IsoTrackAnalyzer::makeIsoTrack(), objects.LeptonAnalyzer.LeptonAnalyzer::makeLeptons(), gen.GeneratorAnalyzer.GeneratorAnalyzer::makeMCInfo(), OptOSensor2D::makeMeasurement(), OptOCOPS::makeMeasurement(), AlignmentPI::makeNiceStats(), HcalDbHardcode::makePFCut(), 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(), ticl::PatternRecognitionbyCLUE3D< TILES >::makeTracksters(), MuonTrackResidualAnalyzer::mapMuSimHitsPerId(), plotscripts::mapplot(), HGCalWaferMask::maskCut(), payloadPlotting::maskedBarrelRocsToBins(), Phase1PixelROCMaps::maskedBarrelRocsToBins(), payloadPlotting::maskedForwardRocsToBins(), Phase1PixelROCMaps::maskedForwardRocsToBins(), MuScleFitUtils::massProb(), MuScleFitUtils::massResolution(), GEMSimHitMatcher::match(), CSCSimHitMatcher::match(), StubsSimHitsMatcher::match(), GEMDigiMatcher::match(), pat::GenJetMatcher::match(), MPCorFilter::match(), DiObject.DiTau::match(), CandidateSimMuonMatcher::match(), objects.LeptonAnalyzer.LeptonAnalyzer::matchAnyLeptons(), trklet::MatchProcessor::matchCalculator(), TrackingNtuple::matchCluster(), GEMDigiMatcher::matchDigisSLToSimTrack(), RPCIntegrator::matchDTwithRPC(), HLTEgammaL1TMatchFilterRegional::matchedToL1Cand(), CSCGEMMatcher::matchingClustersLoc(), 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(), CandidateSimMuonMatcher::matchSimple(), objects.LeptonAnalyzer.LeptonAnalyzer::matchToPhotons(), ElectronMVANtuplizer::matchToTruth(), MuCSCTnPFlatTableProducer::matchTTwithCSCSeg(), l1tVertexFinder::VertexFinder::maxDistance(), mkfit::TrackBase::maxReachRadius(), MCSingleParticleFilter::MCSingleParticleFilter(), MCSmartSingleParticleFilter::MCSmartSingleParticleFilter(), helpers::MCTruthPairSelector< T >::MCTruthPairSelector(), l1tVertexFinder::VertexFinder::meanDistance(), CovarianceParameterization::meanValue(), TrackMerger::merge(), edmStreamStallGrapher::mergeContiguousBlocks(), 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(), 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(), PreparePVTrends::multiRunPVValidation(), brokenline::multScatt(), ALPAKA_ACCELERATOR_NAMESPACE::brokenline::multScatt(), MuonTruth::muonFraction(), MuonGeometrySanityCheckPoint::MuonGeometrySanityCheckPoint(), MuonTruth::muonHits(), pat::muonRelMiniIsoPUCorrected(), MuCSCTnPFlatTableProducer::muonTagSelection(), ElectronMVAEstimator::mva(), MtdTracksValidation::mvaGenRecMatch(), MtdTracksValidation::mvaGenSel(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), Electron.Electron::mvaIDTight(), MtdTracksValidation::mvaRecSel(), Primary4DVertexValidation::mvaRecSel(), MtdTracksValidation::mvaTPSel(), Primary4DVertexValidation::mvaTPSel(), PhotonMVAEstimator::mvaValue(), AntiElectronIDMVA6< TauType, ElectronType >::mvaValue(), AntiElectronIDMVA6< TauType, ElectronType >::mvaValuePhase2(), Geom::Phi< float >::nearEqual(), TracksClusteringFromDisplacedSeed::nearTracks(), Geom::Phi< float >::nearZero(), L1MuDTSectorProcessor::neighbour(), 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(), DetGroupElementZLess::operator()(), GsfEleFull5x5SigmaIEtaIEtaCut::operator()(), GsfEleSCMaxAbsEtaCut::operator()(), PhoFull5x5SigmaIEtaIEtaCut::operator()(), PhoFull5x5SigmaIEtaIEtaValueMapCut::operator()(), PhoAnyPFIsoWithEACut::operator()(), PhoAnyPFIsoWithEAAndExpoScalingCut::operator()(), GsfEleEcalDrivenCut::operator()(), GsfEleEffAreaPFIsoCut::operator()(), GsfEleRelPFIsoScaledCut::operator()(), PhoAnyPFIsoWithEAAndExpoScalingEBCut::operator()(), PhoAnyPFIsoWithEAAndQuadScalingCut::operator()(), GsfEleCalPFClusterIsoCut::operator()(), MuonDxyCut::operator()(), MuonDzCut::operator()(), GsfEleDxyCut::operator()(), GsfEleDzCut::operator()(), PhoGenericQuadraticRhoPtScaledCut::operator()(), GsfEleSigmaIEtaIEtaCut::operator()(), PhoGenericRhoPtScaledCut::operator()(), GsfEleMissingHitsCut::operator()(), PhotonHcalOverEcalCut< isBC >::operator()(), CSCDetIdSameDetLayerComparator::operator()(), CordicXilinx::operator()(), PhoSCEtaMultiRangeCut::operator()(), PixelTrackFilterByKinematics::operator()(), reco::MatchByDEta< T1, T2 >::operator()(), RKOne4OrderStep< T, N >::operator()(), GsfEleSCEtaMultiRangeCut::operator()(), MTDDiskSectorBuilderFromDet::operator()(), L1HPSPFTauQualityCut::operator()(), GsfEleHadronicOverEMEnergyScaledCut::operator()(), TtDecayChannelSelector::operator()(), ForwardDiskSectorBuilderFromWedges::operator()(), PdgIdExcluder::operator()(), ForwardDiskSectorBuilderFromDet::operator()(), helpers::MCTruthPairSelector< T >::operator()(), reco::tau::RecoTauChargeCleanerPlugin::operator()(), TtDilepLRSignalSelObservables::operator()(), reco::VertexSorting< reco::TemplatedSecondaryVertex >::operator()(), reco::MCMatchSelector< T1, T2 >::operator()(), PdgIdSelector::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), GenJetParticleSelector::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), EcalBasicClusterLocalContCorrection::operator()(), reco::VertexFilter::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::Kernel_BLFastFit< N, TrackerTraits >::operator()(), reco::V0Filter::operator()(), ThirdHitZPrediction::operator()(), PositionAtECalEntranceComputer::operator()(), EgammaHLTFilteredObjProducer< OutCollType >::SelectionCut::operator()(), l1tVertexFinder::VertexFinder::SortTracksByPt::operator()(), reco::tau::PFRecoTauEnergyAlgorithmPlugin::operator()(), muonisolation::NominalEfficiencyThresholds::locless::operator()(), ZElectronsSelector::operator()(), reco::tau::PFRecoTauChargedHadronFromPFCandidatePlugin::operator()(), pat::eventhypothesis::ByPdgId::operator()(), pat::VertexAssociationSelector::operator()(), PixelBarrelLinkMaker::Order::operator()(), EtaPhiRegion::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::ecal::multifit::Kernel_minimize::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()(), L1TrackVertexAssociationProducer::TTTrackDeltaZMaxSelector::operator()(), reco::tau::xclean::FilterCandByAbsPdgId::operator()(), L1TrackSelectionProducer::TTTrackAbsEtaMaxSelector::operator()(), L1TrackVertexAssociationProducer::TTTrackWordDeltaZMaxSelector::operator()(), L1TrackSelectionProducer::TTTrackWordAbsEtaMaxSelector::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::pixelClustering::FindClus< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::Kernel_LineFit< N, TrackerTraits >::operator()(), L1TrackSelectionProducer::TTTrackAbsZ0MaxSelector::operator()(), TrigObjTnPHistColl::TrigObjVarF::operator()(), L1TrackSelectionProducer::TTTrackWordAbsZ0MaxSelector::operator()(), PFMEtSignInterfaceBase::operator()(), fftjetcms::PeakEtaMagSsqDependent::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::Kernel_BLFit< N, TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_fastDuplicateRemover< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::ecal::multifit::Kernel_prep_2d::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::brokenline::helixFit< n >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_rejectDuplicate< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::ecal::multifit::Kernel_time_computation_init::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_tripletCleaner< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_simpleTripletCleaner< TrackerTraits >::operator()(), l1t::CaloCluster::operator<(), MSLayer::operator<(), hitfit::operator<(), operator<<(), operator<<(), l1tVertexFinder::operator<<(), CocoaMaterialElementary::operator==(), MSLayer::operator==(), L1TMuon::TriggerPrimitive::operator==(), l1tGTSingleInOutLUT.SingleInOutLUT::optimal_scale_factor(), OptimalHelixPlaneCrossing::OptimalHelixPlaneCrossing(), svgfig.Ticks::orient_tickmark(), outOfTimeMuon(), PreparePVTrends::outputGraphs(), TIBLayer::overlap(), PixelBlade::overlap(), Phase1PixelBlade::overlap(), muon::overlap(), TIDLayer::overlapInR(), tkDetUtil::overlapInR(), L1MuDTSecProcId::ovl(), L1MuBMSecProcId::ovl(), TopDecaySubset::p4(), l1t::stage2::EGammaPacker::pack(), l1t::stage2::JetPacker::pack(), l1t::stage2::TauPacker::pack(), omtf::DtPacker::pack(), l1t::stage2::BMTFPackerInputs::pack(), logintpack::pack16log(), logintpack::pack16logCeil(), logintpack::pack16logClosed(), logintpack::pack8log(), logintpack::pack8logCeil(), logintpack::pack8logClosed(), btagbtvdeep::packedCandidateToFeatures(), L1MuPseudoSignedPacking::packedFromIdx(), HGCalTriggerGeometryV9Imp2::packLayerWaferId(), pat::PackedCandidate::packTimeNoError(), pat::PackedCandidate::packTimeWithError(), HGCalTriggerTowerGeometryHelper::packTowerIDandShare(), HGCalTypes::packTypeUV(), HGCalTriggerGeometryV9Imp2::packWaferId(), SiStripTrackerMapCreator::paintTkMapFromHistogram(), tmtt::TrackerModule::paramB(), GflashEMShowerProfile::parameterization(), python.rootplot.core::parse_range(), MuonAlignmentFromReference::parseReference(), Generator::particleAssignDaughters(), HGCalShowerShape::pass(), PFEGammaFilters::passElectronSelection(), p2eg::passes_looseTkss(), p2eg::passes_ss(), L1TEGammaOffline::passesLooseEleId(), L1TEGammaOffline::passesMediumEleId(), MvaMEtUtilities::passesMVA(), PrimaryVertexValidation::passesTrackCuts(), ZCounting::passGlobalMuon(), ElectronIdentifier::passID(), reco::PFMETProducerMVA::passPFLooseId(), PFEGammaFilters::passPhotonSelection(), EleTkIsolFromCands::passPIDVeto(), mkfit::passStripChargePCMfromTrack(), EgammaL1TkIsolation::passTrkSel(), HelixArbitraryPlaneCrossing::pathLength(), HelixBarrelPlaneCrossingByCircle::pathLength(), HelixForwardPlaneCrossing::pathLength(), HelixArbitraryPlaneCrossing2Order::pathLength(), CSCAnodeLCTProcessor::patternDetection(), TTStubAlgorithm_official< T >::PatternHitCorrelation(), PdgIdExcluder::PdgIdExcluder(), PdgIdSelector::PdgIdSelector(), DTSegmentAnalysisTest::performClientDiagnostic(), RPCMonitorDigi::performSourceOperation(), L1JetRecoTreeProducer::pfJetID(), L1TPFTauFilter::PFTauOfflineEt(), l1tpf_calo::Phase1GridBase::Phase1GridBase(), ThirdHitPredictionFromCircle::phi(), trklet::TrackletConfigBuilder::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(), timeStructure::plot(), subModule::plot(), bigModule::plot(), HCalSD::plotHF(), HCalSD::plotProfile(), HelixForwardPlaneCrossing::position(), HiggsValidation::MonitoredDecays::position(), pixelCPEforDevice::position(), pixelCPEforGPU::position(), HelixArbitraryPlaneCrossing::positionInDouble(), DDHGCalHEAlgo::positionMix(), DDHGCalHEFileAlgo::positionMix(), DDHGCalMixLayer::positionMix(), DDHGCalMixRotatedLayer::positionMix(), DDHGCalMixRotatedCassette::positionMix(), HGCalHEFileAlgo::positionMix(), HGCalHEAlgo::positionMix(), HGCalMixLayer::positionMix(), HGCalMixRotatedLayer::positionMix(), HGCalMixRotatedCassette::positionMix(), HelixBarrelPlaneCrossing2OrderLocal::positionOnly(), DDHGCalSiliconRotatedCassette::positionPassive(), HGCalSiliconRotatedCassette::positionPassive(), DDHGCalTBModuleX::positionSensitive(), DDHGCalEEAlgo::positionSensitive(), DDHGCalEEFileAlgo::positionSensitive(), DDHGCalSiliconModule::positionSensitive(), DDHGCalSiliconRotatedModule::positionSensitive(), DDHGCalSiliconRotatedCassette::positionSensitive(), DDHGCalHEFileAlgo::positionSensitive(), DDHGCalHEAlgo::positionSensitive(), HGCalEEFileAlgo::positionSensitive(), HGCalSiliconModule::positionSensitive(), HGCalSiliconRotatedModule::positionSensitive(), HGCalEEAlgo::PositionSensitive(), HGCalSiliconRotatedCassette::positionSensitive(), HGCalHEFileAlgo::positionSensitive(), HGCalHEAlgo::positionSensitive(), TotemSD::posizioEvo(), RPCLogCone::possibleTrigger(), plotscripts::postalAddressToId(), FullModelHadronicProcess::PostStepDoIt(), SimpleCosmicBONSeeder::pqFromHelixFit(), mkfit::StdSeq::prep_simtracks(), CosmicClusterAlgo::prepareCluster(), Multi5x5ClusterAlgo::prepareCluster(), ConversionProducer::preselectTrackPair(), L1MuDTPtaLut::print(), L1MuDTPhiLut::print(), L1MuDTExtLut::print(), l1tGTSingleInOutLUT.SingleInOutLUT::print_error(), L1MuBMLUTHandler::print_ext_lut(), L1MuBMLUTHandler::print_phi_lut(), L1MuBMLUTHandler::print_pta_lut(), TH2PolyOfflineMaps.TH2PolyOfflineMaps::PrintTrackerMaps(), process(), gen.LHEAnalyzer.LHEAnalyzer::process(), PFPileUpAlgo::process(), PtAssignment::process(), RBCChamberORLogic::process(), gen.HiggsDecayModeAnalyzer.HiggsDecayModeAnalyzer::process(), tmtt::StubWindowSuggest::process(), RPCWheel::process(), gen.GenHeavyFlavourAnalyzer.GenHeavyFlavourAnalyzer::process(), PFJetBenchmark::process(), PFTauElecRejectionBenchmark::process(), JetAnalyzer.JetAnalyzer::process(), DTTFFEDReader::process(), ResonanceBuilder.ResonanceBuilder::process(), hcalCalib::Process(), GoldenPattern::process1Layer1RefLayer(), GoldenPatternBase::process1Layer1RefLayer(), L1NNTauProducer::process_HW(), PrimitiveMatching::process_single_zone_station(), L1NNTauProducer::process_SW(), cscdqm::EventProcessor::processCSC(), VertexClassifier::processesAtGenerator(), TrackClassifier::processesAtGenerator(), VertexClassifier::processesAtSimulation(), TrackClassifier::processesAtSimulation(), l1t::Stage2Layer2JetSumAlgorithmFirmwareImp1::processEvent(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::processEvent(), l1t::Stage2Layer2DemuxTauAlgoFirmwareImp1::processEvent(), l1t::Stage2Layer2EtSumAlgorithmFirmwareImp1::processEvent(), l1t::Stage2Layer2DemuxEGAlgoFirmwareImp1::processEvent(), l1t::Stage2Layer2DemuxSumsAlgoFirmwareImp1::processEvent(), l1t::Stage1Layer2TauAlgorithmImpPP::processEvent(), l1t::Stage1Layer2TauAlgorithmImpHW::processEvent(), DeDxHitInfoProducer::processHit(), AlignmentMonitorSegmentDifferences::processMuonResidualsFromTrack(), OmtfName::processor(), trklet::MatchEngineUnit::processPipeline(), PixelClusterShapeExtractor::processRec(), OMTFinputMaker::processRPC(), DTDataIntegrityTask::processuROS(), edm::FlatRandomPtThetaGunProducer::produce(), edm::GaussRandomPThetaGunProducer::produce(), edm::RandomMultiParticlePGunProducer::produce(), edm::FlatRandomMultiParticlePGunProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), TrackingParticleRefMuonProducer::produce(), edm::RandomtXiGunProducer::produce(), GEDGsfElectronFinalizer::produce(), DeepMETProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), TrackingParticleConversionRefSelector::produce(), MuonSelectorVertex::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), edm::BeamMomentumGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), PATTauHybridProducer::produce(), edm::ExpoRandomPGunProducer::produce(), PseudoTopProducer::produce(), CastorFastTowerProducer::produce(), edm::CloseByParticleGunProducer::produce(), SingleLongTrackProducer::produce(), TtSemiLepHitFitProducer< LeptonCollection >::produce(), L2TauPixelTrackMatch::produce(), MuonFromPVSelector::produce(), PFTICLProducer::produce(), L1MhtPfProducer::produce(), HLTTriMuonIsolation::produce(), PATMuonMerger::produce(), PhotonXGBoostProducer::produce(), L1TkHTMissProducer::produce(), pat::BadPFCandidateJetsEEnoiseProducer::produce(), l1tpf::PFClusterProducerFromL1EGClusters::produce(), PATPuppiJetSpecificProducer::produce(), EgammaHLTBcHcalIsolationProducersRegional::produce(), edm::FlatRandomPtAndDxyGunProducer::produce(), TrackFromPVSelector::produce(), PFCandidateMuonUntagger::produce(), JetCoreClusterSplitter::produce(), ZllArbitrator::produce(), trklet::KFin::produce(), GenVisTauProducer::produce(), L2TauPixelIsoTagProducer::produce(), TauGenJetProducer::produce(), TrackstersMergeProducerV3::produce(), GsfElectronFromPVSelector::produce(), L1BJetProducer::produce(), HLTPFJetIDProducer::produce(), HiBadParticleCleaner::produce(), l1tpf::PFTrackProducerFromL1Tracks::produce(), TOFPIDProducer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaESProducerE::produce(), ZtoMMMuonTrackProducer::produce(), ZtoEEElectronTrackProducer::produce(), reco::modulesNew::MCTruthCompositeMatcher::produce(), GenParticles2HepMCConverter::produce(), PATRefitVertexProducer::produce(), HLTMhtProducer::produce(), l1tpf::PFClusterProducerFromHGC3DClusters::produce(), MuonReSeeder::produce(), EgammaHLTClusterShapeProducer::produce(), NoPileUpPFMEtProducer::produce(), L3MuonCandidateProducerFromMuons::produce(), HLTHtMhtProducer::produce(), HLTCaloTowerHtMhtProducer::produce(), pat::PATGenCandsFromSimTracksProducer::produce(), HLTDisplacedmumumuVtxProducer::produce(), HLTTauMCProducer::produce(), BeamSpotOnlineProducer::produce(), MultShiftMETcorrInputProducer::produce(), TrackListMerger::produce(), HLTJetCollForElePlusJets< T >::produce(), HLTDisplacedmumuVtxProducer::produce(), HLTMETCleanerUsingJetID::produce(), TSGForOIFromL2::produce(), HLTMuonL2SelectorForL3IO::produce(), SiStripClusters2ApproxClusters::produce(), PuppiPhoton::produce(), HLTCaloJetIDProducer::produce(), HLTDisplacedtktktkVtxProducer::produce(), HLTDisplacedtktkVtxProducer::produce(), GtPsbTextToDigi::produce(), L2MuonCandidateProducer::produce(), MultShiftMETcorrDBInputProducer::produce(), PartonSelector::produce(), pat::LeptonUpdater< T >::produce(), PuppiProducer::produce(), OutsideInMuonSeeder::produce(), pat::PATPackedGenParticleProducer::produce(), ParticleNetFeatureEvaluator::produce(), HLTHcalPFClusterIsolationProducer< T1 >::produce(), L1CaloJetHTTProducer::produce(), EgammaHLTHcalVarProducerFromRecHit::produce(), pat::PATPackedCandidateProducer::produce(), RecoTauGenericJetRegionProducer< JetType, CandType >::produce(), HGCalTrackCollectionProducer::produce(), PATTracksToPackedCandidates::produce(), GenPartIsoProducer::produce(), TSGForOIDNN::produce(), L3MuonCandidateProducer::produce(), DeepBoostedJetTagInfoProducer::produce(), TrackTimeValueMapProducer::produce(), HTXSRivetProducer::produce(), PATLeptonTimeLifeInfoProducer< T >::produce(), HLTTrackMETProducer::produce(), MuMuForEmbeddingSelector::produce(), RecoTauPiZeroProducer::produce(), pat::GenPlusSimParticleProducer::produce(), SiStripFineDelayHit::produce(), TextToRaw::produce(), SeedGeneratorFromL1TTracksEDProducer::produce(), MuonHLTSeedMVAClassifier::produce(), SourceCardTextToRctDigi::produce(), GenJetTauTaggerProducer::produce(), HFJetShowerShape::produce(), HLTL1MuonNoL2Selector::produce(), BSCTrigger::produce(), PFClusterMatchedToPhotonsSelector::produce(), MaskedRctInputDigiProducer::produce(), SimPFProducer::produce(), DeDxHitInfoProducer::produce(), JetPlusTrackAddonSeedProducer::produce(), HLTEcalPFClusterIsolationProducer< T1 >::produce(), HLTmumutkVtxProducer::produce(), TauSpinnerCMS::produce(), CTPPSProtonProducer::produce(), DeepDoubleXTagInfoProducer::produce(), L1TMuonCaloSumProducer::produce(), HLTScoutingPFProducer::produce(), RecoTauProducer::produce(), InterestingDetIdFromSuperClusterProducer::produce(), L1TPFCaloProducer::produce(), ParticleTowerProducer< T >::produce(), InterestingDetIdCollectionProducer::produce(), CastorClusterProducer::produce(), SimTrackstersProducer::produce(), L1TrackJetProducer::produce(), RctInputTextToDigi::produce(), Phase2L1TGMTSAMuonProducer::produce(), HcalHitReconstructor::produce(), L1TMicroGMTInputProducerFromGen::produce(), IsolatedEcalPixelTrackCandidateProducer::produce(), MuonProducer::produce(), EgammaHLTGsfTrackVarProducer::produce(), EcalSimpleProducer::produce(), PFRecoTauChargedHadronProducer::produce(), MuonHLTSeedMVAClassifierPhase2::produce(), L1CaloJetProducer::produce(), PFCandidateRecalibrator::produce(), reco::CentralityProducer::produce(), TkMSParameterizationBuilder::produce(), FlavorHistoryProducer::produce(), HLTScoutingMuonProducer::produce(), SoftPFElectronTagInfoProducer::produce(), TriggerObjectTableProducer::produce(), reco::BeamHaloSummaryProducer::produce(), HFPhase1Reconstructor::produce(), L1TrackJetEmulatorProducer::produce(), FastPrimaryVertexWithWeightsProducer::produce(), L2MuonSeedGeneratorFromL1TkMu::produce(), MuonFSRProducer::produce(), HLTJetHFCleaner< JetType >::produce(), SoftPFMuonTagInfoProducer::produce(), CTPPSSimHitProducer::produce(), Phase2L1CaloJetEmulator::produce(), L1TCaloLayer1::produce(), HLTScoutingEgammaProducer::produce(), L1TZDCProducer::produce(), Phase2L1CaloEGammaEmulator::produce(), L1FastTrackingJetProducer::produce(), L1TruthTrackFastJetProducer::produce(), L1TowerCalibrator::produce(), MuonSimHitProducer::produce(), L1TStage2Layer1Producer::produce(), l1t::GenToInputProducer::produce(), FastSimProducer::produce(), MuonMCClassifier::produce(), BoostedDoubleSVProducer::produce(), IsolatedPixelTrackCandidateProducer::produce(), BJetEnergyRegressionVarProducer< T >::produce(), IsolatedPixelTrackCandidateL1TProducer::produce(), LeptonFSRProducer::produce(), MuonSimClassifier::produce(), ParticleTransformerAK4TagInfoProducer::produce(), UnifiedParticleTransformerAK4TagInfoProducer::produce(), MuonIdProducer::produce(), RPCTechnicalTrigger::produce(), DeepFlavourTagInfoProducer::produce(), CandMCMatchTableProducer::produce(), GenTtbarCategorizer::produce(), GoodSeedProducer::produce(), L1TCaloSummary< INPUT, OUTPUT >::produce(), AlCaHcalHBHEMuonProducer::produce(), EgammaHLTFilteredObjProducer< OutCollType >::produce(), DeepCoreSeedGenerator::produce(), TemplatedInclusiveVertexFinder< InputContainer, VTX >::produce(), HiFJRhoFlowModulationProducer::produce(), TemplatedSecondaryVertexProducer< IPTI, VTX >::produce(), IPProducer< Container, Base, Helper >::produce(), JetFlavourClustering::produce(), EvtPlaneProducer::produce(), BTVMCFlavourTableProducer::produce(), L1FPGATrackProducer::produce(), L1EGCrystalClusterEmulatorProducer::produce(), TrackExtenderWithMTDT< TrackCollection >::produce(), EcalTrivialConditionRetriever::produceEcalLaserAlphas(), ecaldqm::PedestalClient::producePlots(), ecaldqm::LedClient::producePlots(), ecaldqm::LaserClient::producePlots(), ecaldqm::TrigPrimClient::producePlots(), ecaldqm::TimingClient::producePlots(), noPuUtils::promoteAssocToHSAssoc(), mkfit::mini_propagators::InitialState::propagate_to_r(), mkfit::mini_propagators::InitialStatePlex::propagate_to_r(), spr::propagateCALO(), spr::propagateCalo(), spr::propagateCosmicCALO(), mkfit::propagateHelixToPlaneMPlex(), mkfit::propagateHelixToRMPlex(), mkfit::propagateHelixToZMPlex(), spr::propagateIdECAL(), RKPropagatorInS::propagateParametersOnCylinder(), AnalyticalPropagator::propagateParametersOnCylinder(), RKPropagatorInS::propagateParametersOnPlane(), AnalyticalPropagator::propagateParametersOnPlane(), BaseParticlePropagator::propagateToHOLayer(), spr::propagateTrackerEnd(), LowPtGsfElectronSeedProducer::propagateTrackToCalo(), isotrackTrainRegressor::propweights(), isotrackTrainRegressorNoOptimization::propweights(), DDG4SolidConverter::pseudotrap(), mkfit::TrackState::pT(), 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(), L1JetRecoTreeProducer::puppiJetID(), PuppiContainer::puppiWeights(), l1tVertexFinder::VertexFinder::PVR(), SiPixelGenError::qbin(), SiPixelTemplate::qbin(), mkfit::StdSeq::qfilter_n_layers(), mkfit::StdSeq::qfilter_pixelLessBkwd(), mkfit::StdSeq::qfilter_pixelLessFwd(), 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(), GEMDQMBase::readGeometryPhiInfoChamber(), L1TPFCaloProducer::readHcalDigis_(), MillePedeFileReader::readMillePedeResultFile(), readParticlesFromHepMC(), TauSpinnerCMS::readParticlesfromReco(), popcon::EcalPedestalsHandler::readPedestalMC(), popcon::EcalPedestalsHandler::readPedestalTimestamp(), popcon::EcalPedestalsHandler::readPedestalTree(), SiLinearChargeDivider::readPulseShape(), RecAnalyzerHF::RecAnalyzerHF(), RecAnalyzerMinbias::RecAnalyzerMinbias(), L1MuBMSectorReceiver::receiveBBMXData(), L1MuDTSectorReceiver::receiveDTBXData(), SiStripTrackingRecHitsValid::rechitanalysis(), SiStripTrackingRecHitsValid::rechitanalysis_matched(), btagbtvdeep::recoCandidateToFeatures(), ESRecHitSimAlgo::reconstruct(), ProtonReconstructionAlgorithm::reconstructFromMultiRP(), ProtonReconstructionAlgorithm::reconstructFromSingleRP(), CalorimetryManager::reconstructHCAL(), TrackClassifier::reconstructionInformation(), CalorimetryManager::reconstructTrack(), MuonPFAnalyzer::recoToGenMatch(), PFAlgo::recoTracksNotHCAL(), reco::reduceRange(), edmStreamStallGrapher::reduceSortedPoints(), LightRay::refract(), MuonTrackingRegionByPtBuilder::region(), MuonTrackingRegionBuilder::region(), l1t::CaloTools::regionEta(), AreaSeededTrackingRegionsBuilder::Builder::regionImpl(), TrackingRegionsFromBeamSpotAndL2Tau::regions(), CosmicRegionalSeedGenerator::regions(), CandidatePointSeededTrackingRegionsProducer::regions(), L1MuonSeededTrackingRegionsProducer::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(), MPCleanHitsFilter::removeOutliers(), lhef::LHEEvent::removeResonances(), PlotAlignmentValidation::resampleTestOfEqualMeans(), PlotAlignmentValidation::resampleTestOfEqualRMS(), HGCalTBGeomParameters::resetZero(), HGCalGeomParameters::resetZero(), tmtt::ChiSquaredFit4::residuals(), ResolutionsCalculator(), BtoCharmDecayVertexMergerT< VTX >::resolveBtoDchain(), HCALResponse::responseHCAL(), AlignmentPI::returnZeroIfNear2PI(), MuCSCTnPFlatTableProducer::ringCandidate(), HGCalWaferType::rLimits(), AlignableModifier::rotateAlignable(), AlignableModifier::rotateAlignableLocal(), cms_rounding::roundIfNear0(), EcalClusterToolsT< noZS >::roundnessBarrelSuperClustersUserExtended(), EcalClusterToolsT< noZS >::roundnessSelectedBarrelRecHits(), RPCLogCone::RPCLogCone(), RPCStripsRing::RPCStripsRing(), StackingAction::rrApplicable(), HGCalStage1TruncationImpl::run(), HGCalStage1TruncationImplSA::run(), RPCHitCleaner::run(), RPCTCGhostBusterSorter::run(), RPCtoDTTranslator::run(), PFSpecificAlgo::run(), MuonPathCorFitter::run(), EcalUncalibRecHitWorkerMultiFit::run(), L1MuDTEUX::run(), L1MuBMEUX::run(), L1MuBMTrackFinder::run(), CSCGEMMotherboard::Run2PatternConverter(), L1MuDTMuonSorter::runCOL(), L1MuBMMuonSorter::runCOL(), ConvBremPFTrackFinder::runConvBremFinder(), RPCPac::runEnergeticPatternsGroups(), HFStripFilter::runFilter(), RPCHalfSorter::runHalf(), PileupJetIdAlgo::runMva(), 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(), ALPAKA_ACCELERATOR_NAMESPACE::riemannFit::scatter_cov_rad(), riemannFit::scatterCovLine(), ALPAKA_ACCELERATOR_NAMESPACE::riemannFit::scatterCovLine(), PrimaryVertexSorting::score(), TtDecayChannelSelector::search(), tmtt::TrkRZfilter::seedFilter(), plotscripts::segdiff(), plotscripts::segdiff_xalign(), MuonPathAnalyticAnalyzer::segment_fitter(), GhostBuster::select(), GhostBusterPreferRefDt::select(), CosmicTrackSelector::select(), MultiTrackSelector::select(), HIMultiTrackSelector::select(), HLTMuonMatchAndPlot::selectedMuons(), HLTMuonMatchAndPlot::selectedTriggerObjects(), mkfit::MkFinder::selectHitIndices(), mkfit::MkFinder::selectHitIndicesV2(), TrackingParticleSelector::selectKinematics(), BaseHiGenEvtSelector::selectParticle(), HadronDecayGenEvtSelector::selectParticle(), PartonHadronDecayGenEvtSelector::selectParticle(), MTDSectorForwardDoubleLayer::selfTest(), MuScleFitMuonSelector::selGlobalMuon(), MuScleFitMuonSelector::selTrackerMuon(), TtGenEvent::semiLeptonicChannel(), edm::streamer::StreamerOutputMsgBuilders::serializeEvent(), EcalUncalibRecHitWorkerMultiFit::set(), RPCRollMapHisto::setBarrelRollAxis(), TTTrack< T >::setBField(), RPCSummaryMapHisto::setBinBarrel(), RPCSummaryMapHisto::setBinEndcap(), MEGeom::setBinGlobalHist(), DTSectCollPhCand::setBitsSectColl(), reco::mlpf::setCandidateRefs(), mkfit::TrackExtra::setCMSSWTrackIDInfoByHits(), mkfit::TrackExtra::setCMSSWTrackIDInfoByTrkParams(), GsfElectronAlgo::setCutBasedPreselectionFlag(), HCalSD::setDetUnitId(), pat::VertexAssociation::setDistances(), L1Analysis::L1AnalysisCaloTP::SetECAL(), reco::PFCandidate::setEcalEnergy(), DynamicTruncation::setEtaRegion(), EcalDeadCellTriggerPrimitiveFilter::setEvtRecHitstatus(), EcalDeadCellTriggerPrimitiveFilter::setEvtTPstatus(), ecaldqm::SelectiveReadoutTask::setFIRWeights_(), JetFlavourClustering::setFlavours(), tmtt::Stub::setFrontend(), L1Analysis::L1AnalysisCaloTP::SetHCAL(), reco::PFCandidate::setHcalEnergy(), reco::PFCandidate::setHoEnergy(), L1TrackQuality::setL1TrackQuality(), SiStripFolderOrganizer::setLayerFolder(), RPCDigiL1Link::setLink(), heppy::IsolationComputer::setPackedCandidates(), Plane::setPosPrec(), EcalGeomPhiSymHelper::setup(), RPCLogCone::shift(), Plane::side(), HGCalShowerShape::sigmaRRMax(), HGCalShowerShape::sigmaRRMean(), HGCalShowerShape::sigmaRRTot(), reco::MET::significance(), RectangularPlaneBounds::significanceInside(), TrapezoidalPlaneBounds::significanceInside(), AlignmentProducerBase::simpleMisalignment(), SiPixelTemplate::simpletemplate2D(), simTrackIsMuonInBx0(), simTrackIsMuonInOmtf(), 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(), SiStripApproximateCluster::SiStripApproximateCluster(), 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(), CmsTrackerWheelBuilder< FilteredView >::sortNS(), CmsTrackerPhase2TPDiskBuilder< FilteredView >::sortNS(), CmsTrackerPhase1DiskBuilder< FilteredView >::sortNS(), CmsTrackerRingBuilder< FilteredView >::sortNS(), TTStubBuilder< T >::SortStubBendPairs(), TTStubBuilder< T >::SortStubsBend(), DTTSM::sortTSM1(), DTTSS::sortTSS1(), TauValidation::spinEffectsWHpm(), TauValidation::spinEffectsZH(), DAClusterizerInZT_vect::split(), MaterialBudgetHcal::stopAfter(), MaterialBudget::stopAfter(), MaterialBudgetForward::stopAfter(), MaterialBudgetHcalProducer::stopAfter(), MaterialBudgetVolume::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(), mkfit::TrackBase::swimPhiToR(), 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(), HGCalDDDConstants::tilePhiEdge(), HGCalDDDConstants::tileRingEdge(), tt::SensorModule::tiltCorrection(), ticl::LinkingAlgoByDirectionGeometric::timeAndEnergyCompatible(), 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(), trklet::FitTrack::trackFitChisq(), trackingParticleIsMuonInBx0(), trackingParticleIsMuonInOmtfBx0(), trackerTFP::TrackKF::TrackKF(), trklet::TrackletCalculator::TrackletCalculator(), trklet::Tracklet::trackletprojstrD(), TkLasBeamFitter::trackPhi(), StudyCaloResponse::trackPID(), MuCSCTnPFlatTableProducer::trackProbeSelection(), 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(), AlignmentPI::trim2PIs(), l1t::Stage2Layer2EGammaAlgorithmFirmwareImp1::trimmingLutIndex(), tmtt::Stub::trkPhiAtRcut(), DDG4SolidConverter::trunctubs(), TrackExtenderWithMTDT< TrackCollection >::tryETLLayers(), TtFullHadSignalSel::TtFullHadSignalSel(), TTTrack< T >::TTTrack(), FullModelReactionDynamics::TwoCluster(), PlotAlignmentValidation::twotailedStudentTTestEqualMean(), PFEGammaAlgo::unlinkRefinableObjectKFandECALWithBadEoverP(), logintpack::unpack16log(), logintpack::unpack16logClosed(), PtAssignmentEngineAux2017::unpack8bMode15(), logintpack::unpack8log(), logintpack::unpack8logClosed(), PtAssignmentEngineAux2017::unpackCLCT(), pat::PackedCandidate::unpackTimeNoError(), unsafe_acos(), unsafe_asin(), unsafe_atan2f_impl(), unsafe_atan2i_impl(), unsafe_atan2s_impl(), RHStopTracer::update(), GflashG4Watcher::update(), KalmanVertexUpdator< 5 >::update(), TkAccumulatingSensitiveDetector::update(), HcaluLUTTPGCoder::update(), MaterialBudgetHcalProducer::update(), AdaptiveChisquarePrimaryVertexFitter::update(), CaloSteppingAction::update(), CaloSD::update(), CastorShowerLibraryMaker::update(), DAClusterizerInZ_vect::update(), DAClusterizerInZT_vect::update(), PulseChiSqSNNLS::updateCov(), CurvilinearTrajectoryParameters::updateP(), LocalTrajectoryParameters::updateP(), l1thgcfirmware::HGCalMulticluster::updateP4AndPosition(), l1t::HGCalClusterT< l1t::HGCalCluster >::updateP4AndPosition(), PatternGenerator::updateStat(), PatternGenerator::updateStatUsingMatcher2(), edm::RunningAverage::upper(), tt::Setup::useForAlgEff(), L1GctMet::useHtMissLutAlgo(), Phase2SteppingAction::UserSteppingAction(), 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(), GsfEleSCMaxAbsEtaCut::value(), MuonDzCut::value(), MuonDxyCut::value(), PhoAnyPFIsoWithEAAndQuadScalingCut::value(), PhoAnyPFIsoWithEAAndExpoScalingEBCut::value(), GsfEleEffAreaPFIsoCut::value(), PhoAnyPFIsoWithEACut::value(), EtaMultiRangeCut::value(), GsfEleRelPFIsoScaledCut::value(), PhoAnyPFIsoWithEAAndExpoScalingCut::value(), GsfEleDzCut::value(), GsfEleCalPFClusterIsoCut::value(), GsfEleDxyCut::value(), PhoSCEtaMultiRangeCut::value(), GsfEleSCEtaMultiRangeCut::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(), HGCalShowerShape::varRR(), trklet::VarSubtract::VarSubtract(), trklet::VarTimesC::VarTimesC(), Rivet::HiggsTemplateCrossSections::vbfTopology(), SiPixelCalibConfiguration::vcalIndexForEvent(), SimpleConeBounds::vertex(), VertexTimeAlgorithmFromTracksPID::vertexTime(), DAClusterizerInZ_vect::vertices_in_blocks(), tmtt::ChiSquaredFit4::Vinv(), runTauDisplay::visibleP4(), TauValidation::visibleTauEnergy(), DDI::Cons::volume(), VVIObj::VVIObj(), VVIObjF::VVIObjF(), RPCConst::vxIntegMuRate(), HGCalTBDDDConstants::waferFromPosition(), HGCalDDDConstants::waferFromPosition(), HGCalWaferIndex::waferIndex(), heppy::FSRWeightAlgo::weight(), WeightedMeanFitter::weightedMeanOutlierRejection(), WeightedMeanFitter::weightedMeanOutlierRejectionBeamSpot(), WeightedMeanFitter::weightedMeanOutlierRejectionVarianceAsError(), SimpleNavigableLayer::wellInside(), MuonDTDigis::WheelHistos(), hTimes< hTime >::WheelHistos(), gpuVertexFinder::while(), CSCOfflineMonitor::withinSensitiveRegion(), tmtt::DegradeBend::work(), emtf::wrap_theta_deg(), emtf::wrap_theta_rad(), XMLConfigWriter::writeAlgoMuon(), XMLConfigWriter::writeEventData(), MSLayer::x0(), ZeeCalibration::xtalIsOnModuleBorder(), MuCSCTnPFlatTableProducer::YDistToHVDeadZone(), CSCWireGeometry::yLimitsOfWirePlane(), trklet::Stub::zapprox(), ThirdHitPredictionFromCircle::HelixRZ::zAtR(), TangentApproachInRPhi::zCoord(), ClosestApproachInRPhi::zCoord(), zMCLeptonDaughters(), and magfieldparam::rz_harm_poly::~rz_harm_poly().
Definition at line 176 of file Factorize.h.
Referenced by CandCombinerBase< OutputCollection, Cloner::CandPtr >::combine(), and trajectoryToResiduals().
|
inline |
Definition at line 23 of file Composition.h.
References a, b, and funct::Composition< A, B >::compose().
|
inline |
Definition at line 46 of file Convolution.h.
References a, b, funct::Convolution< A, B, Integrator >::compose(), mps_fire::i, SiStripPI::max, and SiStripPI::min.
Definition at line 22 of file Cos.h.
References funct::Cos< T >::compose(), and submitPVValidationJobs::t.
Referenced by GflashTrajectory::_cacheSinesAndCosines(), GflashTrajectory::_refreshCache(), FullModelReactionDynamics::AddBlackTrackParticles(), fireworks::addCircle(), fireworks::addDashedArrow(), fireworks::addDashedLine(), PreshowerHitMaker::addHit(), HcalHitMaker::addHit(), EcalHitMaker::addHit(), EcalHitMaker::addHitDepth(), metsig::significanceAlgo::addObjects(), Hector::addPartToHepMC(), MuonCSCChamberResidual::addResidual(), FWMuonDetailView::addSceneInfo(), fireworks::addStraightLineSegment(), SiStripGainCosmicCalculator::algoAnalyze(), algorithm(), myFastSimVal::analyze(), L1TPhase2OuterTrackerTkMET::analyze(), OuterTrackerMonitorTrackingParticles::analyze(), ElectronTagProbeAnalyzer::analyze(), WValidation::analyze(), RecoMuonValidator::analyze(), RecoDisplacedMuonValidator::analyze(), DrellYanValidation::analyze(), HLTTauDQMPathPlotter::analyze(), MBUEandQCDValidation::analyze(), EwkDQM::analyze(), HGCalShowerSeparation::analyze(), PhotonMonitor::analyze(), DTEfficiencyTask::analyze(), TrackBuildingAnalyzer::analyze(), ValidationMisalignedTracker::analyze(), L1GctValidation::analyze(), DQMSourcePi0::analyze(), TrackParameterAnalyzer::analyze(), DTResolutionAnalysisTask::analyze(), SiPixelBadModuleReader::analyze(), HcalGeomCheck::analyze(), StandaloneTrackMonitor::analyze(), TestOutliers::analyze(), ResolutionAnalyzer::analyze(), DisplayGeom::analyze(), EcalCosmicsHists::analyze(), HLTExoticaSubAnalysis::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(), mkfit::applyMaterialEffects(), 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(), edmtest::TestESSource::busyWait(), edmtest::TestESConcurrentSource::busyWait(), ClusterShapeAlgo::calc_AbsZernikeMoment(), EcalClusterToolsT< noZS >::calc_AbsZernikeMoment(), tmtt::Stub::calcDphiOverBend(), pat::PATPackedCandidateProducer::calcDxy(), HLTEcalResonanceFilter::calcPaircluster(), calcPzeta(), ClusterShapeAlgo::Calculate_lat(), ZdcSD::calculateCherenkovDeposit(), TBPositionCalc::CalculateCMSPos(), trklet::TrackDerTable::calculateDerivatives(), OptOOpticalSquare::calculateFaces(), LASAlignmentTubeAlgorithm::CalculateParameters(), LASEndcapAlgorithm::CalculateParameters(), CSCPairResidualsConstraint::calculatePhi(), ThirdHitPrediction::calculateRangesBarrel(), ThirdHitPrediction::calculateRangesForward(), PhotonMVABasedHaloTagger::calmatchedESCoordForBothHypothesis(), CandidatePointSeededTrackingRegionsProducer::CandidatePointSeededTrackingRegionsProducer(), reco::GhostTrackPrediction::cartesianError(), TwoBodyDecayModel::cartesianSecondaryMomenta(), SSDigitizerAlgorithm::cbc3PulsePolarExpansion(), OuterDetCompatibility::center(), ALIUtils::checkMatrixEquations(), OpticalObject::checkMatrixEquations(), l1t::L1GTDeltaCut::checkObjects(), 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(), SeedingOTEDProducer::computeInverseMomentumError(), PFMETAlgorithmMVA::computeMET(), ParticleKinematicLinearizedTrackState::computeNeutralJacobians(), PerigeeLinearizedTrackState::computeNeutralJacobians(), DDPixFwdBlades::computeNippleParameters(), HFCherenkov::computeNPE(), HFCherenkov::computeNPEinPMT(), GEMEfficiencyAnalyzer::computeRdPhi(), DDHGCalModule::constructLayers(), DDHGCalModuleAlgo::constructLayers(), TwoBodyDecayModel::convertCurvilinearToCartesian(), mkfit::TrackState::convertFromCCSToCartesian(), mkfit::TrackState::convertFromCCSToGlbCurvilinear(), HFRecoEcalCandidateAlgo::correctEPosition(), MuonMETAlgo::correctMETforMuon(), TCMETAlgo::correctMETforTrack(), VVIObjDetails::cosint(), sistripvvi::VVIObjDetails::cosint(), ZIterativeAlgorithmWithFit::cosTheta12(), ZeeKinematicTools::cosThetaElectrons_SC(), ZeeKinematicTools::cosThetaElectrons_TK(), covarianceUpdate(), TSCPBuilderNoMaterial::createFTSatTransverseImpactPointNeutral(), Run3ScoutingParticleToRecoPFCandidateProducer::createPFCand(), OutInConversionSeedFinder::createSeedFTS(), fireworks::createSegment(), TGeoMgrFromDdd::createShape(), CSCLayerGeometry::CSCLayerGeometry(), CSCSlantedWireGeometry::CSCSlantedWireGeometry(), TtFullLepKinSolver::cubic(), TwoBodyDecayModel::curvilinearToCartesianJacobian(), mkfit::TrackBase::d0BeamSpot(), 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(), Phase2TrackerDigitizerAlgorithm::drift(), Pixel3DDigitizerAlgorithm::driftFor3DSensors(), 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(), 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(), DDLinear::execute(), DDTIDModulePosAlgo::execute(), DDAngular::execute(), DDTotemAngular::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(), DDPixPhase1FwdDiskAlgo::execute(), DDGEMAngular::execute(), DDCutTubsFromPoints::execute(), DDPixFwdRotation::execute(), DDHCalTBZposAlgo::execute(), DDBHMAngular::execute(), DDTIBLayerAlgo::execute(), DDPixBarLayerAlgo::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDHCalTBCableAlgo::execute(), DDTECCoolAlgo::execute(), DDHCalFibreBundle::execute(), DDTECModuleAlgo::execute(), DDEcalBarrelNewAlgo::execute(), DDEcalBarrelAlgo::execute(), DDTrackerIrregularRingAlgo::execute(), DDTrackerRingAlgo::execute(), ClusterShapeAlgo::fast_AbsZernikeMoment(), EcalClusterToolsT< noZS >::fast_AbsZernikeMoment(), CTPPSFastTrackingProducer::FastReco(), VVIObj::fcn(), sistripvvi::VVIObj::fcn(), fcn(), MuonPFAnalyzer::fDeltaPhi(), h2DSegm::Fill(), LA_Filler_Fitter::fill(), HiEvtPlaneFlatten::fill(), TrigObjTnPHistColl::ProbeData::fill(), RecoMuonValidator::MuonME::fill(), RecoDisplacedMuonValidator::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(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), EvtPlaneProducer::fillTracker(), PrimaryVertexValidation::fillTrackHistos(), DTSurvey::FillWheelInfo(), PhotonGenFilter::filter(), TwoTrackMinimumDistanceHelixHelix::finalPoints(), TwoTrackMinimumDistanceHelixLine::finalPoints(), SETFilter::find3MoreStartingPoints(), spr::findDetIdCalo(), spr::findDetIdECAL(), spr::findDetIdHCAL(), SETFilter::findMinChi2(), EgammaObjects::findRecoMass(), TrackerSystematicMisalignments::findSystematicMis(), DTSegmentUpdator::fit(), BSFitter::Fit_d0phi(), OutInConversionSeedFinder::fixPointRadius(), SpecialCylindricalMFGrid::fromGridFrame(), fromPtEtaPhiToPxPyPz(), MuScleFitUtils::fromPtEtaPhiToPxPyPz(), DDAngular::fUnitVector(), FWExpressionValidator::FWExpressionValidator(), FWLegoCandidate::FWLegoCandidate(), FWLegoEvePFCandidate::FWLegoEvePFCandidate(), funct::GaussLegendreIntegrator::GaussLegendreIntegrator(), l1tmetemu::generateCosLUT(), l1tmhtemu::generateCosLUT(), gen::Pythia6JetGun::generateEvent(), SuepShower::generateFourVector(), FullModelReactionDynamics::GenerateNBodyEvent(), gen::Py8PtAndDxyGun::generatePartonsAndHadronize(), gen::Py8PtExpGun::generatePartonsAndHadronize(), gen::Py8PtGun::generatePartonsAndHadronize(), gen::Py8PtotGun::generatePartonsAndHadronize(), gen::Py8EGun::generatePartonsAndHadronize(), gen::Py8JetGun::generatePartonsAndHadronize(), gen::Py8MassGun::generatePartonsAndHadronize(), gen::Py8PtAndLxyGun::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), LaserBeamsTEC2::GeneratePrimaries(), LaserBeamsBarrel::GeneratePrimaries(), LaserBeamsTEC1::GeneratePrimaries(), FullModelReactionDynamics::GenerateXandPt(), HGCalGeometry::get8Corners(), PPSTools::Get_t_and_xi(), LASEndcapAlgorithm::GetAlignmentParameterCorrection(), heppy::Apc::getApcJetMetMin(), ConvertedPhotonProducer::getCircleCenter(), CaloGeometryHelper::getClosestCell(), egamma::conv::getConversionInfo(), HGCalGeometry::getCorners(), TrackFitter::getCotThetaAndUpdateZip(), MuonRecoAnalyzer::getDeltaR(), Phase2L1GMT::Tauto3Mu::GetDiMass(), PythiaFilterIsolatedTrack::getDistInCM(), EopTreeWriter::getDistInCM(), IsolatedPixelTrackCandidateProducer::getDistInCM(), IsolatedPixelTrackCandidateL1TProducer::getDistInCM(), IsoTrig::getDistInCM(), spr::getDistInCMatEcal(), spr::getDistInCMatHcal(), HiEvtPlaneFlatten::getFlatPsi(), NtupleManager::GetGlobalAngles(), IsoTrig::getGoodTracks(), FixedGridRhoProducerFastjetFromRecHit::getHitP4(), HFShowerLibrary::getHits(), reco::TauMassTagInfo::getInvariantMass(), trklet::PurgeDuplicate::getInventedCoordsExtended(), trklet::PurgeDuplicate::getInventedSeedingStub(), MixBoostEvtVtxGenerator::GetInvLorentzBoost(), BetaBoostEvtVtxGenerator::GetInvLorentzBoost(), cms::CSJetProducer::getModulatedRhoFactor(), WtoLNuSelector::getMt(), ttbarEventSelector::getMt(), HGCalGeometry::getNewCorners(), SiStripFineDelayTOF::getPhi(), TangentCircle::getPosition(), mkfit::getPxPxErr2(), mkfit::getPyPyErr2(), 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(), DDPixFwdBladesNew::getRotation(), ALIUtils::getRotationAnglesFromMatrix(), EnergyScaleCorrection_class::getSmearingSigma(), LASAlignmentTubeAlgorithm::GetTEC2TECAlignmentParameterCorrection(), HcalDDDRecConstants::getThickActive(), LASAlignmentTubeAlgorithm::GetTIBTOBAlignmentParameterCorrection(), DDPixFwdBladesNew::getTranslation(), EcalClusterCrackCorrection::getValue(), CachedTrajectory::getWideTrajectory(), HFGflash::gfParameterization(), PPSTools::HectorParticle2LorentzVector(), mkfit::helixAtRFromIterativeCCSFullJac(), mkfit::helixAtZ(), BaseParticlePropagator::helixCentreY(), HFShowerParam::HFShowerParam(), HGCalDDDConstants::HGCalDDDConstants(), HGCalEEAlgo::HGCalEEAlgo(), HGCalEEFileAlgo::HGCalEEFileAlgo(), HGCalHEAlgo::HGCalHEAlgo(), HGCalHEFileAlgo::HGCalHEFileAlgo(), HGCalMixLayer::HGCalMixLayer(), HGCalMixRotatedCassette::HGCalMixRotatedCassette(), HGCalMixRotatedLayer::HGCalMixRotatedLayer(), HGCalMouseBite::HGCalMouseBite(), HGCalSiliconModule::HGCalSiliconModule(), HGCalSiliconRotatedCassette::HGCalSiliconRotatedCassette(), HGCalSiliconRotatedModule::HGCalSiliconRotatedModule(), HGCalTBDDDConstants::HGCalTBDDDConstants(), RectangularEtaPhiTrackingRegion::hits(), CosmicTrackingRegion::hits_(), EGammaMvaEleEstimator::IDIsoCombinedMvaValue(), L2TauNNProducerAlpaka::impactParameter(), L2TauNNProducer::impactParameter(), DTTMax::InfoLayer::InfoLayer(), HGCMouseBite::init(), CTPPSTrackDistributionPlotter::RPPlots::init(), PreshowerStrip::initCorners(), IdealObliquePrism::initCorners(), IdealCastorTrapezoid::initCorners(), Thrust::initialAxis(), DDHGCalEEAlgo::initialize(), DDHGCalHEAlgo::initialize(), DDHGCalHEFileAlgo::initialize(), DDHGCalEEFileAlgo::initialize(), DDHGCalMixLayer::initialize(), DDHGCalSiliconModule::initialize(), DDHGCalMixRotatedCassette::initialize(), DDHGCalMixRotatedLayer::initialize(), DDHGCalSiliconRotatedModule::initialize(), DDHGCalSiliconRotatedCassette::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(), mkfit::TrackState::jacobianCCSToCartesian(), SimG4HcalValidation::jetAnalysis(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), reco::HcalIsolatedTrackCandidate::l1jetp(), EcalClusterToolsT< noZS >::lat(), DiskSectorBounds::length(), riemannFit::lineFit(), ALPAKA_ACCELERATOR_NAMESPACE::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::locateCellTrap(), GflashEMShowerProfile::locateHitPosition(), GflashHadronShowerProfile::locateHitPosition(), GroupedTrajCandLess::looperPenalty(), trklet::L1TStub::lorentzcor(), main(), 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()(), fftjetcms::EnergyEtaP4Builder::operator()(), TtHadLRSignalSelObservables::operator()(), reco::parser::cos_f::operator()(), TtSemiLRSignalSelObservables::operator()(), PixelHitMatcher::operator()(), reco::isodeposit::Direction::operator+(), SimG4HcalHitCluster::operator+=(), reco::GhostTrackPrediction::origin(), pat::PackedCandidate::packVtx(), tmtt::TrackerModule::paramB(), mkfit::passStripChargePCMfromTrack(), 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::FileRandomMultiParticlePGunProducer::produce(), edm::FlatRandomEThetaGunProducer::produce(), edm::FlatRandomMultiParticlePGunProducer::produce(), edm::FlatRandomPtThetaGunProducer::produce(), edm::GaussRandomPThetaGunProducer::produce(), edm::RandomMultiParticlePGunProducer::produce(), edm::FileRandomKEThetaGunProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), edm::FlatRandomEGunProducer::produce(), edm::BeamMomentumGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::ExpoRandomPGunProducer::produce(), PseudoTopProducer::produce(), edm::CloseByParticleGunProducer::produce(), edm::FlatRandomPtAndDxyGunProducer::produce(), pf2pat::PFMETAlgo::produce(), ShallowTrackClustersProducer::produce(), HLTMhtProducer::produce(), HFRecoEcalCandidateAlgo::produce(), HLTHtMhtProducer::produce(), HLTCaloTowerHtMhtProducer::produce(), L1TrackerEtMissProducer::produce(), L1TkHTMissEmulatorProducer::produce(), pat::PATMHTProducer::produce(), SeedProducerFromSoAT< TrackerTraits >::produce(), HLTTrackMETProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), SeedToTrackProducer::produce(), L1TrackerEtMissEmulatorProducer::produce(), L1TrackJetProducer::produce(), TkMSParameterizationBuilder::produce(), PixelTrackProducerFromSoAAlpaka< TrackerTraits >::produce(), L2MuonSeedGeneratorFromL1T::produce(), L2MuonSeedGeneratorFromL1TkMu::produce(), L2MuonSeedGenerator::produce(), PixelTrackProducerFromSoAT< TrackerTraits >::produce(), HiFJRhoFlowModulationProducer::produce(), L1MetPfProducer::Project(), TestHits::projectHit(), TestSmoothHits::projectHit(), TestTrackHits::projectHit(), SiStripRecHitsValid::projectHit(), GlobalRecHitsAnalyzer::projectHit(), GlobalRecHitsProducer::projectHit(), SiStripTrackingRecHitsValid::projectHit(), Strip1DMeasurementTransformator::projectionMatrix(), BaseParticlePropagator::propagate(), mkfit::propagateHelixToPlaneMPlex(), mkfit::propagateHelixToRMPlex(), BaseParticlePropagator::propagateToBeamCylinder(), BaseParticlePropagator::propagateToNominalVertex(), TrackKinematicStatePropagator::propagateToTheTransversePCANeutral(), trigger::TriggerObject::px(), mkfit::TrackState::px(), ApeEstimator::radialPositionAndError2(), mkfit::TrackBase::rAtZ(), ESRecHitAnalyticAlgo::reconstruct(), Conv4HitsReco2::Reconstruct(), ESRecHitFitAlgo::reconstruct(), TrackClassifier::reconstructionInformation(), SteppingHelixPropagator::refToDest(), AreaSeededTrackingRegionsBuilder::Builder::regionImpl(), L1MuonRegionProducer::regions(), HITRegionalPixelSeedGenerator::regions(), PointSeededTrackingRegionsProducer::regions(), CandidatePointSeededTrackingRegionsProducer::regions(), L1MuonSeededTrackingRegionsProducer::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::Hydjet2Hadronizer::rotateEvtPlane(), gen::HydjetHadronizer::rotateEvtPlane(), BeamSpotAlignmentParameters::rotation(), geometryDiff::rotFromEuler(), geometryDiff::rotFromPhi(), hitfit::rottheta(), PixelFitterByHelixProjections::run(), KFBasedPixelFitter::run(), ecaldqm::PiZeroTask::runOnEBRecHits(), G4muDarkBremsstrahlungModel::SampleSecondaries(), BSFitter::scanPDF(), CTPPSFastTrackingProducer::SearchTrack(), DTCombinatorialPatternReco4D::segmentSpecialZed(), DTResidualCalibration::segmentToWireDistance(), tt::SensorModule::SensorModule(), BetafuncEvtVtxGenerator::setBoost(), HDRShower::setHit(), LaserBeamsTEC1::setOptPhotonPolar(), LaserBeamsTEC2::setOptPhotonPolar(), LaserBeamsBarrel::setOptPhotonPolar(), HcalForwardAnalysis::setPhotons(), HGCalHistoSeedingImpl::setSeedEnergyAndPosition(), metsig::significanceAlgo::setSignifMatrix(), EnergyScaleCorrection::SmearCorrection::sigma(), CSCStripHitSim::simulate(), mkfit::sincos4(), VVIObjDetails::sincosint(), sistripvvi::VVIObjDetails::sincosint(), VVIObjDetails::sinint(), sistripvvi::VVIObjDetails::sinint(), smearFunctionType1::smear(), smearFunctionType2::smear(), smearFunctionType3::smear(), smearFunctionType4::smear(), smearFunctionType5::smear(), HelixExtrapolatorToLine2Order::solve3rdOrder(), pat::LeptonJetIsolationAngle::spaceAngle(), DAClusterizerInZT_vect::split(), l1t::Stage1Layer2EtSumAlgorithmImpHI::Stage1Layer2EtSumAlgorithmImpHI(), l1t::Stage1Layer2EtSumAlgorithmImpHW::Stage1Layer2EtSumAlgorithmImpHW(), l1t::Stage1Layer2EtSumAlgorithmImpPP::Stage1Layer2EtSumAlgorithmImpPP(), l1t::Stage1Layer2FlowAlgorithm::Stage1Layer2FlowAlgorithm(), mkfit::mini_propagators::State::State(), 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(), ALPAKA_ACCELERATOR_NAMESPACE::brokenline::translateKarimaki(), HectorTransport::transportProton(), DTTrigGeomUtils::trigPos(), nano_mu::DTTrigGeomUtils::trigToReco(), 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(), tt::Setup::useForAlgEff(), 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(), Geom::Spherical2Cartesian< T >::z(), and mkfit::TrackBase::zAtR().
Derivative< X , A >::type funct::derivative | ( | const A & | _ | ) |
Definition at line 18 of file Derivative.h.
References runTheMatrix::_, and funct::Derivative< X, A >::get().
Referenced by MillePedeAlignmentAlgorithm::addLasBeam(), FedTimingAlgorithm::analyse(), ApvTimingAlgorithm::analyse(), ThirdOrderDelayODE::calculate(), PadeTableODE::calculate(), SeedingOTEDProducer::computeGlobalThetaError(), FrameToFrameDerivative::getDerivative(), TwoTrackMinimumDistanceHelixLine::oneIteration(), and TwoBodyDecayTrajectoryState::setError().
Definition at line 22 of file Exp.h.
References funct::Exp< T >::compose(), and submitPVValidationJobs::t.
Referenced by funct::ExpStruct< T >::operator()(), and funct::Gaussian::operator()().
Definition at line 36 of file Fraction.h.
References HltBtagPostValidation_cff::c.
Referenced by funct::Difference< Numerical< a >, FractionStruct< b, c > >::combine(), funct::Difference< FractionStruct< a, b >, FractionStruct< c, d > >::combine(), LogErrorEventFilter::endJob(), KDTreeLinkerPSEcal::insertFieldClusterElt(), KDTreeLinkerTrackHcal::insertFieldClusterElt(), and KDTreeLinkerTrackEcal::insertFieldClusterElt().
funct::GET | ( | arg | , |
pow(Dec::getBase(_), num< p >()) | |||
) |
Definition at line 170 of file Primitive.h.
References runTheMatrix::_, A, a, and b.
Definition at line 182 of file Primitive.h.
References runTheMatrix::_, A, a, and b.
Definition at line 228 of file Primitive.h.
References runTheMatrix::_, A, a, and b.
Definition at line 240 of file Primitive.h.
References runTheMatrix::_, A, a, and b.
Definition at line 70 of file Integral.h.
References f.
Referenced by HcalPulseContainmentAlgo::calcpair(), RecoFCcorFactorAlgo< S >::calcpair(), DQMScaleToClient::dqmEndJob(), HigPhotonJetHLTOfflineSource::dqmEndRun(), GetMPV(), GetRandom(), MtdTracksHarvester::normalize(), SiStripGainsPCLHarvester::produceTagFilter(), and SiStripGainFromCalibTree::produceTagFilter().
Integral<F, X>::type funct::integral | ( | const F & | f, |
const Integrator & | integrator | ||
) |
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.
References f.
Referenced by integral_f(), funct::DefIntegral< F, MIN, MAX, Integrator, no_var >::operator()(), and funct::DefIntegral< F, MIN, MAX, no_var, no_var >::operator()().
double funct::integral_f | ( | const F & | f, |
double | min, | ||
double | max | ||
) |
Definition at line 100 of file Integral.h.
References f, integral_f(), SiStripPI::max, and SiStripPI::min.
double funct::integral_f | ( | const F & | f, |
double | min, | ||
double | max, | ||
const Integrator & | integrator | ||
) |
Definition at line 105 of file Integral.h.
References f, integral_f(), SiStripPI::max, and SiStripPI::min.
Definition at line 22 of file Log.h.
References funct::Log< T >::compose(), and submitPVValidationJobs::t.
Referenced by funct::LogStruct< T >::operator()().
Definition at line 63 of file FunctClone.h.
References f.
funct::MINUS_S | ( | B | ) |
Definition at line 106 of file Factorize.h.
References runTheMatrix::_, A, GET(), get, MINUS_S(), and value.
NthDerivative<n, X, F>::type funct::nth_derivative | ( | const F & | f | ) |
Definition at line 24 of file NthDerivative.h.
References f, and funct::NthDerivative< n, X, F >::get().
const Numerical<n>& funct::num | ( | ) |
funct::NUM | ( | n | ) |
Definition at line 87 of file Factorize.h.
References runTheMatrix::_, GET(), and dqmiodumpmetadata::n.
Referenced by NUM(), and TEMPL().
funct::NUM | ( | m | ) |
Definition at line 79 of file Factorize.h.
References GET(), dqmiodumpmetadata::n, and NUM().
|
inline |
|
inline |
|
inline |
Definition at line 15 of file Difference.h.
References a, b, and funct::Difference< A, B >::combine().
Definition at line 24 of file Minus.h.
References a, and 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 |
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 MillePedeFileConverter_cfg::e.
|
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, 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, f, and dqmiodumpmetadata::n.
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::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::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< 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::SumStruct< A, B >, C > & | 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< 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 >, C > & | f | ||
) |
Definition at line 156 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::RatioStruct< funct::RatioStruct< A, B >, funct::RatioStruct< C, D > > & | f | ||
) |
Definition at line 156 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::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< 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< 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::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< A, funct::FractionStruct< n, m > > & | 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::PowerStruct< funct::FractionStruct< n, m >, A > & | f | ||
) |
Definition at line 164 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::FractionStruct< n, m >, funct::FractionStruct< k, l > > & | f | ||
) |
Definition at line 164 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< funct::MinusStruct< funct::FractionStruct< n, m > >, A > & | f | ||
) |
Definition at line 164 of file FunctionsIO.h.
std::ostream& funct::operator<< | ( | std::ostream & | cout, |
const funct::PowerStruct< 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< A, funct::FractionStruct< n, m > > & | 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 a, b, and funct::Power< A, B >::combine().
Referenced by MinL3Algorithm::addEvent(), MinL3AlgoUniv< DetId >::addEvent(), dtbayesam::CandidateGroup::addHit(), StKinFitter::addKinFitInfo(), CSCPairResidualsConstraint::addTrack(), trklet::VarAdjustK::adjust(), SiStripHitResolFromCalibTree::algoAnalyze(), SiStripCalibLorentzAngle::algoBeginJob(), PedsFullNoiseAlgorithm::analyse(), GEMRecHitValidation::analyze(), cms::MinBias::analyze(), EgammaBasicClusters::analyze(), ZCountingElectrons::analyze(), EgammaSuperClusters::analyze(), JetCorrectorDemo::analyze(), FactorizedJetCorrectorDemo::analyze(), MuonSeedsAnalyzer::analyze(), ElectronAnalyzer::analyze(), TrackSplittingMonitor::analyze(), SiStripLAProfileBooker::analyze(), DQMHOAlCaRecoStream::analyze(), DQMHcalPhiSymAlCaReco::analyze(), ElectronCalibration::analyze(), PhotonValidatorMiniAOD::analyze(), TrackParameterAnalyzer::analyze(), SiPixelTrackResidualSource::analyze(), ContainmentCorrectionAnalyzer::analyze(), MuonPathSLFitter::analyze(), MuonPathCorFitter::analyze(), ElectronCalibrationUniv::analyze(), ResolutionAnalyzer::analyze(), PhotonValidator::analyze(), HOCalibAnalyzer::analyze(), cms::Analyzer_minbias::analyze(), EcalTPGParamBuilder::analyze(), JetAnalyzer_HeavyIons::analyze(), PrimaryVertexValidation::analyze(), SplitVertexResolution::analyze(), EmDQMReco::analyze(), MuonPathAnalyticAnalyzer::analyze(), SiPixelLorentzAnglePCLWorker::analyze(), DiMuonValidation::analyze(), TrackerDpgAnalysis::analyze(), CMTRawAnalyzer::analyze(), EgammaObjects::analyzeElectrons(), EgammaObjects::analyzePhotons(), HIPTwoBodyDecayAnalyzer::analyzeTrackCollection(), BaseProtonTransport::ApplyBeamCorrection(), trklet::TrackletCalculatorDisplaced::approxproj(), trklet::TrackletCalculatorDisplaced::approxprojdisk(), trklet::TrackletCalculatorDisplaced::approxtracklet(), egamma::conv::arbitrateConversionPartnersbyR(), ticl::assignPCAtoTracksters(), TrackstersMergeProducerV3::assignTimeToCandidates(), TrackstersMergeProducer::assignTimeToCandidates(), SegmentsTrackAssociator::associate(), BeamSpotFakeConditions::BeamSpotFakeConditions(), BeamSpotTransientTrackingRecHit::BeamSpotTransientTrackingRecHit(), reco::BeamSpot::beamWidthFromBeta(), trklet::ProducerKFout::beginRun(), DAClusterizerInZ_vect::beta0(), DAClusterizerInZT_vect::beta0(), PtHatReweightUserHook::biasSelectionBy(), RapReweightUserHook::biasSelectionBy(), PtHatRapReweightUserHook::biasSelectionBy(), TopDiLeptonDQM::bookHistograms(), StandaloneTrackMonitor::bookHistograms(), FWTracksterLayersProxyBuilder::build(), Basic2DGenericPFlowClusterizer::buildClusters(), PFlow2DClusterizerWithTime::buildClusters(), RealisticSimClusterMapper::buildClusters(), SeedingOTEDProducer::buildInitialTSOS(), ME0SegmentAlgorithm::buildSegments(), EcalMixingModuleValidation::bunchSumTest(), PhotonMVABasedHaloTagger::calAngleBetweenEEAndSubDet(), ClusterShapeAlgo::calc_AbsZernikeMoment(), EcalClusterToolsT< noZS >::calc_AbsZernikeMoment(), GlobalCoordsObtainer::calc_atan_lut(), HIPAlignmentAlgorithm::calcAPE(), HcalHF_S9S1algorithm::CalcEnergyThreshold(), LRHelpFunctions::calcPtdrLRval(), trackerTFP::FormatKF< v >::calcRange(), 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(), tt::Setup::calculateConstants(), CalculateCorrection(), CSCGEMMatcher::calculateGEMCSCBending(), DeepTauIdBase< TritonEDProducer<> >::calculateGottfriedJacksonAngleDifference(), LASAlignmentTubeAlgorithm::CalculateParameters(), LASEndcapAlgorithm::CalculateParameters(), CalculateResponse(), CSCXonStrip_MatchGatti::calculateXonStripError(), QGTagger::calcVariables(), PixelThresholdClusterizer::calibrate(), PhotonMVABasedHaloTagger::calmatchedESCoordForBothHypothesis(), PhotonMVABasedHaloTagger::calmatchedHBHECoordForBothHypothesis(), 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(), G4muDarkBremsstrahlungModel::chi(), CSCChamberFitter::chi2(), SymmetryFit::chi2_element(), tmtt::L1track3D::chiPhiDigi(), tmtt::L1track3D::chiZDigi(), CutBasedElectronID::cicSelection(), mkfit::Event::clean_cms_seedtracks(), mkfit::StdSeq::clean_cms_seedtracks_iter(), MPCorFilter::coarsify(), 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(), TotemT2Segmentation::computeBins(), EcalUncalibRecHitTimingCCAlgo::computeCC(), SiStripGainFromData::ComputeChargeOverPath(), ZeeCalibration::computeCoefficientDistanceAtIteration(), Primary4DVertexHarvester::computeEfficiency1D(), MtdEleIsoHarvester::computeEfficiency1D(), MtdTracksHarvester::computeEfficiency1D(), SeedingOTEDProducer::computeGlobalThetaError(), HLTRHemisphere::ComputeHemispheres(), MuonResidualsFitter::computeHistogramRangeAndBinning(), SeedingOTEDProducer::computeInverseMomentumError(), HFCherenkov::computeNPE(), HTrack::computePull(), HFCherenkov::computeQEff(), HGCalRadiationMap::computeRadius(), EcalTPGParamBuilder::computeWeights(), configureIt(), CSCGEMMotherboard::constructLCTsGEM(), trklet::DRin::consume(), Phase2TrackerDigitizerAlgorithm::convertSignalToAdc(), Cordic::Cordic(), CordicXilinx::CordicXilinx(), L1RCTParameters::correctedTPGSum(), EcalGlobalShowerContainmentCorrectionsVsEta::correction(), EcalShowerContainmentCorrections::correctionXY(), SamplingAnalysis::correctMeasurement(), MuonMETAlgo::correctMETforMuon(), CSCCondSegFit::correctTheCovX(), DynamicTruncation::correctThrByPAndEta(), MuonPathAssociator::correlateMPaths(), DTDigiToRaw::createFedBuffers(), SiPixelFEDChannelContainerFromQualityConverter::createFromSiPixelQuality(), FastSiPixelFEDChannelContainerFromQuality::createFromSiPixelQuality(), p2eg::GCTcluster_t::createL1TEGamma(), CaloDetIdAssociator::crossedElement(), crystalball(), CSCDriftSim::CSCDriftSim(), CSCGEMMatcher::CSCGEMSlopeCorrector(), 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(), l1tp2::DigitizedTowerCorrelator::digitizeEt(), l1tp2::DigitizedClusterCorrelator::digitizePt(), l1tp2::DigitizedClusterGT::digitizePt(), 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(), JetMatchingEWKFxFx::doShowerKtVeto(), OffsetDQMPostProcessor::dqmEndJob(), DTOfflineSummaryClients::dqmEndJob(), DTChamberEfficiencyClient::dqmEndJob(), Vx3DHLTAnalyzer::dqmEndLuminosityBlock(), Phase2TrackerDigitizerAlgorithm::drift(), Phase2TrackerDigitizerAlgorithm::driftDirection(), trklet::DRin::DRin(), DTConfigLUTs::DSPtoIEEE32(), DSPtoIEEE32(), EcalPulseSymmCovariancesXMLTranslator::dumpXML(), MuScleFit::duringFastLoop(), l1t::TkBsCandidate::dxyPhiPair(), l1t::TkPhiCandidate::dxyTrkPair(), EcalPulseCovariance::EcalPulseCovariance(), EcalSampleMask::EcalSampleMask(), 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(), trackerTFP::ZHoughTransform::fill(), BPHWriteSpecificDecay::fill(), DAClusterizerInZ_vect::fill(), DAClusterizerInZT_vect::fill(), HMassVSPart::Fill(), HGVHistoProducerAlgo::fill_caloparticle_histos(), DAClusterizerInZ_vect::fill_vertices(), HcalTB04Analysis::fillBuffer(), CMTRawAnalyzer::fillDigiAmplitude(), CMTRawAnalyzer::fillDigiAmplitudeHF(), CMTRawAnalyzer::fillDigiAmplitudeHFQIE10(), CMTRawAnalyzer::fillDigiAmplitudeQIE11(), MaterialBudgetTrackerHistos::fillEndTrack(), MaterialBudgetHGCalHistos::fillEndTrack(), DeepTauIdBase< TritonEDProducer<> >::fillGrids(), HGCalHistoSeedingImpl::fillHistoClusters(), tadqm::TrackAnalyzer::fillHistosForState(), TrackerValidationVariables::fillHitQuantities(), MuonShowerInformationFiller::fillHitsByStation(), ApeEstimator::fillHitVariables(), reco::tau::fillIsoMVARun2Inputs(), MuonIdProducer::fillMuonId(), PseudoBayesGrouping::FillMuonPaths(), StripCPE::fillParams(), DiLepPlotHelp::PlotsVsKinematics::fillPlots(), popcon::EcalPulseSymmCovariancesHandler::fillSimPulseSymmCovariance(), HGCalHistoSeedingImpl::fillSmoothPhiHistoClusters(), PATTauHybridProducer::fillTauFromJet(), PrimaryVertexValidation::fillTrackHistos(), ChargedHadronTrackResolutionFilter::filter(), DisappearingMuonsSkimming::filter(), ModelpMSSMFilter::filter(), CSCEfficiency::filter(), OMTFResult::finalise(), DAClusterizerInZT_vect::find_nearest(), egamma::conv::findBestConversionMatch(), SETFilter::findChi2(), TtFullLepKinSolver::FindCoeff(), SETFilter::findParabolaMinimum(), LASPeakFinder::FindPeakIn(), StraightTrackAlignment::finish(), tmtt::SimpleLR4::fit(), MuonResidualsPositionFitter::fit(), MuonResidualsAngleFitter::fit(), MuonResidualsBfieldAngleFitter::fit(), MuonResiduals1DOFFitter::fit(), BSFitter::Fit(), MuonResiduals6DOFrphiFitter::fit(), MuonPathFitter::fit(), SiPixelLorentzAnglePCLHarvester::fitAndStore(), fitf(), trackerTFP::Format< v, p >::Format(), trackerTFP::FormatKF< v >::FormatKF(), FWExpressionValidator::FWExpressionValidator(), HFShower::gam(), HDShower::gam(), EMShower::gam(), GflashHadronShowerProfile::gammaProfile(), L1GTTInputProducer::generate_eta_lut(), GlobalCoordsObtainer::generate_luts(), L1GTTInputProducer::generate_pt_lut(), l1tmhtemu::generateaTanLUT(), l1tmhtemu::generatemagNormalisationLUT(), FullModelReactionDynamics::GenerateNBodyEvent(), FullModelReactionDynamics::GenerateXandPt(), DQMGenericClient::generic_eff(), VertexClassifier::genPrimaryVertices(), TrackClassifier::genPrimaryVertices(), StripCPEgeometric::geometric_position(), PtAssignmentEngineAux2017::get8bMode15(), MPSLFilter::get_chi2(), MPCorFilter::get_chi2(), GlobalCoordsObtainer::get_global_coordinates(), AdaptiveChisquarePrimaryVertexFitter::get_inverse_beam_covariance(), DAClusterizerInZT_vect::get_Tc(), PtAssignmentEngineAux2017::getCLCT(), EcalTPGParamBuilder::getCoeff(), egamma::conv::getConversionInfo(), pat::PATIsolatedTrackProducer::getDeDx(), DeviationsFromFileSensor2D::getDevis(), HGCalRadiationMap::getDoseValue(), PtAssignmentEngineAux2017::getdTheta(), ZdcShowerLibrary::getEnergyFromLibrary(), L1GTTInputProducer::getEtaBits(), HGCalRadiationMap::getFluenceValue(), EcalHaloAlgo::GetHaloClusterCandidateEE(), SeedMvaEstimatorPhase2::getHitL1TkVariables(), HFShowerParam::getHits(), G4ProcessHelper::GetInclusiveCrossSection(), EcalLaserDbService::getLaserCorrection(), PFMuonAlgo::getMinMaxMET2(), popcon::EcalPulseSymmCovariancesHandler::getNewObjects(), popcon::EcalADCToGeVHandler::getNewObjects(), PtAssignmentEngineAux2017::getNLBdPhiBin(), L1PrefiringWeightProducer::getPrefiringRateEcal(), L1PrefiringWeightProducer::getPrefiringRateMuon(), AngleConverter::getProcessorPhi(), AngleConverterBase::getProcessorPhi(), L1GTTInputProducer::getPtBits(), PFJetDQMPostProcessor::getRespUnc(), HLTScalersClient::getSlope_(), TimingSD::getStepInfo(), PtAssignmentEngineAux2017::getTheta(), L1TTauOffline::getTightMuons(), 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(), HGCalCellOffset::HGCalCellOffset(), HGCalHistoSeedingImpl::HGCalHistoSeedingImpl(), 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(), JetMatchingEWKFxFx::initAfterBeams(), gen::JetMatchingMGFastJet::initAfterBeams(), CMSCGEN::initialize(), CSCWireElectronicsSim::initParameters(), trackerTFP::DataFormat::inRange(), RPCPacData::insertQualityRecord(), fastsim::Bremsstrahlung::interact(), 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(), trackerTFP::KalmanFilter::KalmanFilter(), trackerTFP::LayerEncoding::LayerEncoding(), EvolutionECAL::LightCollectionEfficiency(), EvolutionECAL::LightCollectionEfficiencyWeighted(), SamplingAnalysis::limit(), 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(), main(), LRHelpFunctions::makeAndFitPurityHists(), LRHelpFunctions::makeAndFitSoverSplusBHists(), TSToSCAssociatorByEnergyScoreImpl::makeConnections(), LCToSCAssociatorByEnergyScoreImpl::makeConnections(), LCToCPAssociatorByEnergyScoreImpl::makeConnections(), TSToSimTSAssociatorByEnergyScoreImpl::makeConnections(), SimplePointingConstraint::makeDerivative(), SmartPointingConstraint::makeDerivative(), tmtt::DigitalTrack::makeDigitalTrack(), PVValHelper::makeLogBins(), MuIsoValidation::MakeLogBinsForProfile(), HcalDbHardcode::makePedestalWidth(), BTLUncalibRecHitAlgo::makeRecHit(), tmtt::Make3Dtracks::makeUnfilteredTrks(), FFTGenericScaleCalculator::mapFFTJet(), ErrorsPropagationAnalyzer::massResolution(), MuScleFitUtils::massResolution(), CaloParticle::massSqr(), SimCluster::massSqr(), TrackingParticle::massSqr(), gen::JetMatchingMGFastJet::match(), MuonIdTruthInfo::matchChi2(), CSCGEMMatcher::matchedClusterDistES(), Primary4DVertexValidation::matchReco2Sim(), GEMStripTopology::measurementError(), CSCRadialStripTopology::measurementError(), TkRadialStripTopology::measurementError(), GflashHadronShowerProfile::medianLateralArm(), trackerTFP::ZHoughTransform::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(), WeightedMeanFitter::nearestPoint(), TCMETAlgo::nearGoodShowerTrack(), TracksClusteringFromDisplacedSeed::nearTracks(), L1CaloEcalScaleConfigOnlineProd::newObject(), L1CaloHcalScaleConfigOnlineProd::newObject(), CosmicMuonGenerator::nextMultiEvent(), GoldenPattern::normalise(), EMECALShowerParametrization::nSpotsHom(), EMECALShowerParametrization::nSpotsSam(), gen::HydjetHadronizer::nuclear_radius(), gen::Hydjet2Hadronizer::nuclear_radius(), StripCPEgeometric::offset_from_firstStrip(), ESRecHitSimAlgo::oldEvalAmplitude(), funct::PowerStruct< A, B >::operator double(), funct::PowerStruct< A, B >::operator()(), 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()(), PeakFinderTest::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(), Page1Parser.Page1Parser::ParseTrigModePage(), EcalUncalibRecHitFixedAlphaBetaAlgo< EBDataFrame >::PerformAnalyticFit(), PetrukhinFunc(), fastsim::MuonBremsstrahlung::PetrukhinFunc(), ALPAKA_ACCELERATOR_NAMESPACE::PFClusterParamsESProducer::PFClusterParamsESProducer(), L1GctJetFinderParams::pfCorrect(), PFMultiDepthClusterizer::PFMultiDepthClusterizer(), PFRecHitCaloNavigatorWithTime< EEDetId, EcalEndcapTopology >::PFRecHitCaloNavigatorWithTime(), VectorHit::phase2clusterGlobalPosErr(), G4ProcessHelper::PhaseSpace(), l1t::SAMuon::phCharge(), l1t::TrackerMuon::phCharge(), MuonResiduals1DOFFitter::plot(), MuonResiduals6DOFrphiFitter::plot(), MuonResiduals5DOFFitter::plot(), MuonResiduals6DOFFitter::plot(), 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(), edm::CloseByParticleGunProducer::produce(), ShallowClustersProducer::produce(), PFTICLProducer::produce(), trklet::KFin::produce(), SiStripRegFEDSelector::produce(), trklet::ProducerKFout::produce(), HLTScoutingTrackProducer::produce(), DBremWatcher::produce(), HLTScoutingPFProducer::produce(), CastorClusterProducer::produce(), EcalIsolatedParticleCandidateProducer::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(), pullDxDz(), pullDyDz(), pullX(), pullY(), pulse_raw(), EcalUncalibRecHitRecAnalFitAlgo< EBDataFrame >::pulseShapeFunction(), EcalUncalibRecHitFixedAlphaBetaAlgo< EBDataFrame >::pulseShapeFunction(), TFParams::pulseShapepj(), TFParams::pulseShapepj2(), reco::EvtPlane::q(), ApeEstimator::radialPositionAndError2(), RPCpg::rate(), cscdqm::Summary::ReadReportingChambersRef(), gen::PyquenHadronizer::readSettings(), FedRawDataInputSource::readSupervisor(), DAQSource::readSupervisor(), EcalTPGParamBuilder::realignBaseline(), SiStripMonitorTrack::RecHitInfo(), CSCEfficiency::recHitSegment_Efficiencies(), Conv4HitsReco2::Reconstruct(), ProtonReconstructionAlgorithm::reconstructFromSingleRP(), trklet::DRin::redigi(), dtbayesam::CandidateGroup::removeHit(), tmtt::KFbase::residual(), ResolutionsCalculator(), 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(), mkfit::MkFinder::selectHitIndices(), MuonResidualsFitter::selectPeakResiduals(), tmtt::DigitalStub::setCfgParams(), PlotAlignmentValidation::setDMRHistStyleAndLegend(), 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::CaloParamsHelperO2O::setTowerNBitsE(), l1t::CaloParamsHelper::setTowerNBitsE(), l1t::CaloParamsHelperO2O::setTowerNBitsH(), l1t::CaloParamsHelper::setTowerNBitsH(), l1t::CaloParamsHelperO2O::setTowerNBitsRatio(), l1t::CaloParamsHelper::setTowerNBitsRatio(), l1t::CaloParamsHelperO2O::setTowerNBitsSum(), l1t::CaloParamsHelper::setTowerNBitsSum(), CovarianceMatrix::setupMatrix(), 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(), 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(), trackerTFP::State::State(), lhef::LHERunInfo::statistics(), MuonResidualsTwoBin::stdev(), trackerDTC::Stub::Stub(), tmtt::Sector::subEtaFwCalc(), sistrip::MeasureLA::summarize_module_muH_byLayer(), TrackEfficiencyMonitor::testSTATracks(), TrackEfficiencyMonitor::testTrackerTracks(), EcalRecHit::timeError(), CTPPSTimingTrackRecognition< CTPPSDiamondLocalTrack, CTPPSDiamondRecHit >::timeEval(), hgcalsimclustertime::ComputeClusterTime::timeResolution(), l1t::L1GTScales::to_hw_isolation(), GlobalCoordsObtainer::to_two_comp(), TtFullLepKinSolver::TopRec(), trackerTFP::DataFormat::toSigned(), trackerTFP::DataFormat::toUnsigned(), PFMuonAlgo::tracksPointingAtMET(), HGVHistoProducerAlgo::tracksters_to_SimTracksters(), PFMuonAlgo::tracksWithBetterMET(), TrackVertexArbitration< VTX >::trackVertexArbitrator(), MuCSCTnPFlatTableProducer::TrajectoryDistToSeg(), HectorTransport::transportProton(), tmtt::TrkRZfilter::TrkRZfilter(), TtFullHadSignalSel::TtFullHadSignalSel(), trackerTFP::TrackKF::ttTrack(), CalibrationScanAlgorithm::tuneSimultaneously(), FullModelReactionDynamics::TwoCluster(), EcalTPGParamBuilder::uncodeWeight(), PtAssignmentEngineAux2017::unpack8bMode15(), PtAssignmentEngineAux2017::unpackCLCT(), PtAssignmentEngineAux2017::unpackSt1Ring2(), PtAssignmentEngineAux2017::unpackTheta(), trackerTFP::KalmanFilter::update(), HcalTB02Analysis::update(), ZdcTestAnalysis::update(), CastorTestAnalysis::update(), trackerTFP::State::v0(), tt::Setup::v0(), trackerTFP::State::v1(), tt::Setup::v1(), 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(), HGCalShowerShape::varRR(), trklet::VarSubtract::VarSubtract(), trklet::VarTimesC::VarTimesC(), HGCalShowerShape::varXX(), VertexClassifier::vertexInformation(), TrackClassifier::vertexInformation(), vhdl_signed_to_int(), vhdl_unsigned_to_int(), heppy::FSRWeightAlgo::weight(), VertexWeighter::weight(), WeightedMeanFitter::weightedMeanOutlierRejection(), WeightedMeanFitter::weightedMeanOutlierRejectionBeamSpot(), WeightedMeanFitter::weightedMeanOutlierRejectionVarianceAsError(), XMLConfigWriter::writeConnectionsData(), l1t::L1TCaloStage1LutWriter::writeIsoTauLut(), CSCXonStrip_MatchGatti::xfError_Noise(), CSCXonStrip_MatchGatti::xfError_XTasym(), lhef::LHERunInfo::xsec(), RealisticHitToClusterAssociator::XYdistanceFromMaxHit(), RealisticHitToClusterAssociator::XYdistanceFromPointOnSameLayer(), and MuCSCTnPFlatTableProducer::zMass().
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 f, and funct::ConstPrimitive< X, F >::get().
Referenced by DTTrigPhase2Prod::assignIndex(), L1TPhase2GMTEndcapStubProcessor::buildCSCOnlyStub(), L1TPhase2GMTEndcapStubProcessor::buildRPCOnlyStub(), cond::OMSServiceResultRef::getArray(), MuonPath::isAnalyzable(), MuonPath::isEqualTo(), PlotAlignmentValidation::plotChi2(), and MuonPath::setLateralCombFromPrimitives().
Definition at line 46 of file Primitive.h.
References f, and funct::ConstPrimitive< X, F >::get().
Definition at line 114 of file Factorize.h.
References runTheMatrix::_, A, GET(), get, MINUS_S(), and value.
Referenced by PROD_S().
Definition at line 145 of file Factorize.h.
References runTheMatrix::_, A, B, GET(), get, PROD_S(), and value.
Definition at line 21 of file Sgn.h.
References funct::Sgn< T >::compose(), and submitPVValidationJobs::t.
Definition at line 22 of file Sin.h.
References funct::Sin< T >::compose(), and submitPVValidationJobs::t.
Referenced by GflashTrajectory::_cacheSinesAndCosines(), GflashTrajectory::_refreshCache(), egPM::AbsEtaNrClusEt::AbsEtaNrClusEt(), FullModelReactionDynamics::AddBlackTrackParticles(), fireworks::addCircle(), fireworks::addDashedArrow(), fireworks::addDashedLine(), PreshowerHitMaker::addHit(), HcalHitMaker::addHit(), EcalHitMaker::addHit(), EcalHitMaker::addHitDepth(), metsig::significanceAlgo::addObjects(), Hector::addPartToHepMC(), MuonCSCChamberResidual::addResidual(), FWMuonDetailView::addSceneInfo(), fireworks::addStraightLineSegment(), algorithm(), myFastSimVal::analyze(), L1TPhase2OuterTrackerTkMET::analyze(), OuterTrackerMonitorTrackingParticles::analyze(), ElectronTagProbeAnalyzer::analyze(), EcalEBTrigPrimAnalyzer::analyze(), RecoDisplacedMuonValidator::analyze(), RecoMuonValidator::analyze(), MuonSeedsAnalyzer::analyze(), EcalPileUpDepMonitor::analyze(), HGCalShowerSeparation::analyze(), TrackBuildingAnalyzer::analyze(), ValidationMisalignedTracker::analyze(), L1GctValidation::analyze(), DQMSourcePi0::analyze(), TrackParameterAnalyzer::analyze(), SiPixelBadModuleReader::analyze(), EnergyScaleAnalyzer::analyze(), HcalGeomCheck::analyze(), EcalTrigPrimAnalyzer::analyze(), TestOutliers::analyze(), ResolutionAnalyzer::analyze(), DisplayGeom::analyze(), PhotonValidator::analyze(), HOCalibAnalyzer::analyze(), EcalTPGParamBuilder::analyze(), EcalCosmicsHists::analyze(), HLTExoticaSubAnalysis::analyze(), MuonTrackValidator::analyze(), ThirdHitPredictionFromCircle::angle(), CSCAlignmentCorrections::applyAlignment(), BaseProtonTransport::ApplyBeamCorrection(), EMEnrichingFilterAlgo::applyBFieldCurv(), mkfit::applyMaterialEffects(), AreaSeededTrackingRegionsBuilder::Area::Area(), Thrust::axis(), BeamHaloPairGenerator::BeamHaloPairGenerator(), BeamSpotTransientTrackingRecHit::BeamSpotTransientTrackingRecHit(), BremsstrahlungSimulator::brem(), fastsim::Bremsstrahlung::brem(), MuonBremsstrahlungSimulator::brem(), fastsim::MuonBremsstrahlung::brem(), PixelTrackBuilder::build(), FWPFEcalRecHitRPProxyBuilder::build(), FWMET3DProxyBuilder::build(), FWTauProxyBuilderBase::buildBaseTau(), magneticfield::BaseVolumeHandle::buildPhiZSurf(), FWPFClusterRPZUtils::buildRhoPhiClusterLineSet(), FWPFClusterRPZUtils::buildRhoZClusterLineSet(), FWMETProxyBuilder::buildViewType(), FWJetProxyBuilder::buildViewType(), ClusterShapeAlgo::calc_AbsZernikeMoment(), EcalClusterToolsT< noZS >::calc_AbsZernikeMoment(), tmtt::Stub::calcDphiOverBend(), pat::PATPackedCandidateProducer::calcDxy(), HLTEcalResonanceFilter::calcPaircluster(), calcPzeta(), ClusterShapeAlgo::Calculate_lat(), ZdcSD::calculateCherenkovDeposit(), TBPositionCalc::CalculateCMSPos(), trklet::TrackDerTable::calculateDerivatives(), OptOOpticalSquare::calculateFaces(), LASAlignmentTubeAlgorithm::CalculateParameters(), LASEndcapAlgorithm::CalculateParameters(), CSCPairResidualsConstraint::calculatePhi(), ThirdHitPrediction::calculateRangesBarrel(), ThirdHitPrediction::calculateRangesForward(), reco::ForwardProton::calculateT(), PhotonMVABasedHaloTagger::calmatchedESCoordForBothHypothesis(), 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(), SeedingOTEDProducer::computeInverseMomentumError(), EcalEBPhase2TPParamProducer::computeLinearizerParam(), EcalTPGParamBuilder::computeLinearizerParam(), PFMETAlgorithmMVA::computeMET(), HFCherenkov::computeNbOfPhotons(), ParticleKinematicLinearizedTrackState::computeNeutralJacobians(), PerigeeLinearizedTrackState::computeNeutralJacobians(), DDPixFwdBlades::computeNippleParameters(), HFCherenkov::computeNPE(), HFCherenkov::computeNPEinPMT(), HTrack::computePull(), GEMEfficiencyAnalyzer::computeRdPhi(), TotemTimingRecHitProducerAlgorithm::constantFractionDiscriminator(), TwoBodyDecayModel::convertCurvilinearToCartesian(), mkfit::TrackState::convertFromCCSToCartesian(), mkfit::TrackState::convertFromCCSToGlbCurvilinear(), HFRecoEcalCandidateAlgo::correctEPosition(), ElectronEnergyCalibrator::correctLinearity(), MuonMETAlgo::correctMETforMuon(), TCMETAlgo::correctMETforTrack(), VVIObjDetails::cosint(), sistripvvi::VVIObjDetails::cosint(), ZeeKinematicTools::cosThetaElectrons_SC(), ZeeKinematicTools::cosThetaElectrons_TK(), covarianceUpdate(), TSCPBuilderNoMaterial::createFTSatTransverseImpactPointNeutral(), Run3ScoutingParticleToRecoPFCandidateProducer::createPFCand(), OutInConversionSeedFinder::createSeedFTS(), TGeoMgrFromDdd::createShape(), CSCLayerGeometry::CSCLayerGeometry(), CSCSlantedWireGeometry::CSCSlantedWireGeometry(), TwoBodyDecayModel::curvilinearToCartesianJacobian(), mkfit::TrackBase::d0BeamSpot(), DDcreateRotationMatrix(), DDrot(), DDrotReflect(), FullModelReactionDynamics::Defs1(), EMEnrichingFilterAlgo::deltaRxyAtEE(), egammaisolation::EgammaHcalExtractor::deposit(), egammaisolation::EgammaRecHitExtractor::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::driftFor3DSensors(), 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(), mkfit::TrackState::emomEta(), CaloTower::emP4(), LASGeometryUpdater::EndcapUpdate(), HGCalClusterTools::energyInCone(), 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(), DDTECPhiAltAlgo::execute(), DDTIDModuleAlgo::execute(), DDTECOptoHybAlgo::execute(), DDHCalAngular::execute(), DDHCalXtalAlgo::execute(), DDPixPhase1FwdDiskAlgo::execute(), DDHCalTBZposAlgo::execute(), DDGEMAngular::execute(), DDCutTubsFromPoints::execute(), DDPixFwdRotation::execute(), DDPixBarLayerAlgo::execute(), DDPixBarLayerUpgradeAlgo::execute(), DDTIBLayerAlgo::execute(), DDHCalTBCableAlgo::execute(), DDTECCoolAlgo::execute(), DDTECModuleAlgo::execute(), DDEcalBarrelNewAlgo::execute(), DDEcalBarrelAlgo::execute(), DDTrackerIrregularRingAlgo::execute(), DDTrackerRingAlgo::execute(), ClusterShapeAlgo::fast_AbsZernikeMoment(), EcalClusterToolsT< noZS >::fast_AbsZernikeMoment(), CTPPSFastTrackingProducer::FastReco(), VVIObj::fcn(), sistripvvi::VVIObj::fcn(), fcn(), HiEvtPlaneFlatten::fill(), RecoMuonValidator::MuonME::fill(), RecoDisplacedMuonValidator::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(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), EvtPlaneProducer::fillTracker(), PrimaryVertexValidation::fillTrackHistos(), EnergyScaleAnalyzer::fillTree(), DTSurvey::FillWheelInfo(), TwoTrackMinimumDistanceHelixHelix::finalPoints(), TwoTrackMinimumDistanceHelixLine::finalPoints(), SETFilter::find3MoreStartingPoints(), spr::findDetIdCalo(), spr::findDetIdECAL(), spr::findDetIdHCAL(), SETFilter::findMinChi2(), TrackerSystematicMisalignments::findSystematicMis(), BSFitter::Fit_d0phi(), OutInConversionSeedFinder::fixPointRadius(), SpecialCylindricalMFGrid::fromGridFrame(), fromPtEtaPhiToPxPyPz(), MuScleFitUtils::fromPtEtaPhiToPxPyPz(), DDAngular::fUnitVector(), FWExpressionValidator::FWExpressionValidator(), FWLegoCandidate::FWLegoCandidate(), FWLegoEvePFCandidate::FWLegoEvePFCandidate(), gen::Pythia6PartonPtGun::generateEvent(), gen::Pythia6PtGun::generateEvent(), gen::Pythia6JetGun::generateEvent(), SuepShower::generateFourVector(), FullModelReactionDynamics::GenerateNBodyEvent(), gen::Py8PtAndDxyGun::generatePartonsAndHadronize(), gen::Py8PtExpGun::generatePartonsAndHadronize(), gen::Py8PtGun::generatePartonsAndHadronize(), gen::Py8PtotGun::generatePartonsAndHadronize(), gen::Py8EGun::generatePartonsAndHadronize(), gen::Py8JetGun::generatePartonsAndHadronize(), gen::Py8MassGun::generatePartonsAndHadronize(), gen::Py8PtAndLxyGun::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), LaserBeamsTEC2::GeneratePrimaries(), LaserBeamsBarrel::GeneratePrimaries(), LaserBeamsTEC1::GeneratePrimaries(), FullModelReactionDynamics::GenerateXandPt(), HGCalGeometry::get8Corners(), LASEndcapAlgorithm::GetAlignmentParameterCorrection(), heppy::Apc::getApcJetMetMin(), calib::CalibElectron::getCalibModulesWeights(), ConvertedPhotonProducer::getCircleCenter(), egamma::conv::getConversionInfo(), 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(), trklet::PurgeDuplicate::getInventedCoords(), trklet::PurgeDuplicate::getInventedSeedingStub(), MixBoostEvtVtxGenerator::GetInvLorentzBoost(), BetaBoostEvtVtxGenerator::GetInvLorentzBoost(), WtoLNuSelector::getMt(), ttbarEventSelector::getMt(), HGCalGeometry::getNewCorners(), SiStripFineDelayTOF::getPhi(), TangentCircle::getPosition(), mkfit::getPxPxErr2(), mkfit::getPyPyErr2(), mkfit::getPzPzErr2(), 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(), DDPixFwdBladesNew::getRotation(), ALIUtils::getRotationAnglesFromMatrix(), EnergyScaleCorrection_class::getSmearingSigma(), LASAlignmentTubeAlgorithm::GetTEC2TECAlignmentParameterCorrection(), HcalDDDRecConstants::getThickActive(), LASAlignmentTubeAlgorithm::GetTIBTOBAlignmentParameterCorrection(), DDPixFwdBladesNew::getTranslation(), HcalTB02HcalNumberingScheme::getUnitID(), EcalClusterEnergyCorrectionObjectSpecific::getValue(), CachedTrajectory::getWideTrajectory(), HFGflash::gfParameterization(), CaloTower::hadEt(), CaloTower::hadP4(), HCalEndcapAlgo::HCalEndcapAlgo(), mkfit::helixAtRFromIterativeCCSFullJac(), mkfit::helixAtZ(), BaseParticlePropagator::helixCentreX(), HGCalMouseBite::HGCalMouseBite(), CSCMake2DRecHit::hitFromStripAndWire(), RectangularEtaPhiTrackingRegion::hits(), CosmicTrackingRegion::hits_(), HLTEgammaGenericQuadraticEtaFilter::hltFilter(), HLTEgammaGenericQuadraticFilter::hltFilter(), GflashHadronShowerProfile::hoProfile(), L2TauNNProducerAlpaka::impactParameter(), L2TauNNProducer::impactParameter(), HGCMouseBite::init(), P2L1HTMHTEmu::init_sinphi_table(), 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(), mkfit::TrackState::jacobianCCSToCartesian(), SimG4HcalValidation::jetAnalysis(), HLTJetTimingProducer< T >::jetTimeFromEcalCells(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), reco::HcalIsolatedTrackCandidate::l1jetp(), EcalClusterToolsT< noZS >::lat(), riemannFit::lineFit(), ALPAKA_ACCELERATOR_NAMESPACE::riemannFit::lineFit(), HGCalGeomParameters::loadSpecParsHexagon8(), OuterDetCompatibility::loc_dist(), IdealCastorTrapezoid::localCorners(), TruncatedPyramid::localCorners(), DTBtiCard::localDirection(), DTTracoCard::localDirection(), GEMStripTopology::localError(), CSCRadialStripTopology::localError(), TkRadialStripTopology::localError(), CSCLayerGeometry::localError(), GEMStripTopology::localPitch(), CSCRadialStripTopology::localPitch(), Conv4HitsReco2::LocalTransformation(), HGCalDDDConstants::locateCellTrap(), GflashEMShowerProfile::locateHitPosition(), GflashHadronShowerProfile::locateHitPosition(), trklet::L1TStub::lorentzcor(), main(), 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(), mkfit::TrackState::p(), CaloTower::p4(), CaloTower::p4_HO(), pat::PackedCandidate::packVtx(), tmtt::TrackerModule::paramB(), mkfit::passStripChargePCMfromTrack(), 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::FileRandomKEThetaGunProducer::produce(), edm::FlatRandomOneOverPtGunProducer::produce(), edm::FlatRandomEGunProducer::produce(), edm::FlatRandomPtGunProducer::produce(), edm::MultiParticleInConeGunProducer::produce(), edm::ExpoRandomPtGunProducer::produce(), edm::BeamMomentumGunProducer::produce(), edm::ExpoRandomPGunProducer::produce(), edm::CloseByParticleGunProducer::produce(), edm::FlatRandomPtAndDxyGunProducer::produce(), pf2pat::PFMETAlgo::produce(), HLTMhtProducer::produce(), HFRecoEcalCandidateAlgo::produce(), HLTHtMhtProducer::produce(), HLTCaloTowerHtMhtProducer::produce(), EgammaIsoHcalDetIdCollectionProducer::produce(), EgammaIsoESDetIdCollectionProducer::produce(), EcalDigiSelector::produce(), L1TrackerEtMissProducer::produce(), L1TkHTMissEmulatorProducer::produce(), PreshowerClusterShapeProducer::produce(), HiEgammaSCCorrectionMaker::produce(), SeedProducerFromSoAT< TrackerTraits >::produce(), pat::PATMHTProducer::produce(), HLTTrackMETProducer::produce(), cms::MuonTCMETValueMapProducer::produce(), EgammaSCCorrectionMaker::produce(), PreshowerPhiClusterProducer::produce(), PreshowerClusterProducer::produce(), L1TrackerEtMissEmulatorProducer::produce(), SeedToTrackProducer::produce(), L1TrackJetProducer::produce(), L2MuonSeedGeneratorFromL1T::produce(), PixelTrackProducerFromSoAAlpaka< TrackerTraits >::produce(), TkMSParameterizationBuilder::produce(), L2MuonSeedGeneratorFromL1TkMu::produce(), L2MuonSeedGenerator::produce(), PixelTrackProducerFromSoAT< TrackerTraits >::produce(), JetCoreMCtruthSeedGenerator::produce(), DeepCoreSeedGenerator::produce(), HiFJRhoFlowModulationProducer::produce(), L1MetPfProducer::Project(), TestHits::projectHit(), TestSmoothHits::projectHit(), TestTrackHits::projectHit(), SiStripRecHitsValid::projectHit(), GlobalRecHitsAnalyzer::projectHit(), GlobalRecHitsProducer::projectHit(), SiStripTrackingRecHitsValid::projectHit(), Strip1DMeasurementTransformator::projectionMatrix(), BaseParticlePropagator::propagate(), spr::propagateCalo(), mkfit::propagateHelixToPlaneMPlex(), mkfit::propagateHelixToRMPlex(), BaseParticlePropagator::propagateToBeamCylinder(), BaseParticlePropagator::propagateToNominalVertex(), TrackKinematicStatePropagator::propagateToTheTransversePCANeutral(), spr::propagateTrackerEnd(), reco::PFCluster::pt(), MagneticFieldGrid::putCoordGetInd(), MagneticFieldGrid::putIndGetCoord(), trigger::TriggerObject::py(), mkfit::TrackState::py(), ApeEstimator::radialPositionAndError2(), mkfit::TrackBase::rAtZ(), Conv4HitsReco2::Reconstruct(), TrackClassifier::reconstructionInformation(), SteppingHelixPropagator::refToDest(), AreaSeededTrackingRegionsBuilder::Builder::regionImpl(), L1MuonRegionProducer::regions(), HITRegionalPixelSeedGenerator::regions(), PointSeededTrackingRegionsProducer::regions(), CandidatePointSeededTrackingRegionsProducer::regions(), L1MuonSeededTrackingRegionsProducer::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::Hydjet2Hadronizer::rotateEvtPlane(), gen::HydjetHadronizer::rotateEvtPlane(), BeamSpotAlignmentParameters::rotation(), geometryDiff::rotFromEuler(), geometryDiff::rotFromPhi(), hitfit::rottheta(), BeamHaloPairGenerator::run(), PixelFitterByHelixProjections::run(), KFBasedPixelFitter::run(), PFSpecificAlgo::run(), EcalRecHitWorkerRecover::run(), ecaldqm::PiZeroTask::runOnEBRecHits(), G4muDarkBremsstrahlungModel::SampleSecondaries(), heppy::scaleFunction50< T >::scale(), scaleFunctionType50< T >::scale(), scaleToEt(), BSFitter::scanPDF(), riemannFit::scatter_cov_rad(), ALPAKA_ACCELERATOR_NAMESPACE::riemannFit::scatter_cov_rad(), mkfit::MkFinder::selectHitIndices(), tt::SensorModule::SensorModule(), L1Analysis::L1AnalysisRecoCluster::Set(), BetafuncEvtVtxGenerator::setBoost(), p2eg::SimpleCaloHit::setEnergy(), L1EGCrystalClusterEmulatorProducer::SimpleCaloHit::setEnergy(), EcalDeadCellTriggerPrimitiveFilter::setEvtRecHitstatus(), HDRShower::setHit(), TFitParticleEtThetaPhi::setIni4Vec(), TFitParticleEtEtaPhi::setIni4Vec(), LaserBeamsBarrel::setOptPhotonPolar(), LaserBeamsTEC2::setOptPhotonPolar(), LaserBeamsTEC1::setOptPhotonPolar(), HcalForwardAnalysis::setPhotons(), p2eg::SimpleCaloHit::setPt(), L1EGCrystalClusterEmulatorProducer::SimpleCaloHit::setPt(), HGCalHistoSeedingImpl::setSeedEnergyAndPosition(), metsig::significanceAlgo::setSignifMatrix(), EcalSelectiveReadoutValidation::setTtEtSums(), EcalSelectiveReadoutSuppressor::setTtFlags(), EnergyScaleCorrection::SmearCorrection::sigma(), CSCStripHitSim::simulate(), GflashShowino::simulateFirstInteractionPoint(), ME0PreRecoGaussianModel::simulateNoise(), mkfit::sincos4(), VVIObjDetails::sincosint(), sistripvvi::VVIObjDetails::sincosint(), VVIObjDetails::sinint(), sistripvvi::VVIObjDetails::sinint(), TtFullHadSignalSel::sinTheta(), smearFunctionType1::smear(), smearFunctionType2::smear(), smearFunctionType3::smear(), smearFunctionType4::smear(), smearFunctionType5::smear(), pat::LeptonJetIsolationAngle::spaceAngle(), DAClusterizerInZT_vect::split(), l1t::Stage1Layer2EtSumAlgorithmImpHI::Stage1Layer2EtSumAlgorithmImpHI(), l1t::Stage1Layer2EtSumAlgorithmImpHW::Stage1Layer2EtSumAlgorithmImpHW(), l1t::Stage1Layer2EtSumAlgorithmImpPP::Stage1Layer2EtSumAlgorithmImpPP(), l1t::Stage1Layer2FlowAlgorithm::Stage1Layer2FlowAlgorithm(), mkfit::mini_propagators::State::State(), 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(), TFitParticleEtThetaPhi::transform(), TFitParticleEtEtaPhi::transform(), OpticalObject::transformCylindrical2Cartesian(), HoughGrouping::transformPair(), brokenline::translateKarimaki(), ALPAKA_ACCELERATOR_NAMESPACE::brokenline::translateKarimaki(), nano_mu::DTTrigGeomUtils::trigToReco(), 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(), tt::Setup::useForAlgEff(), CylinderFromSectorMFGrid::valueInTesla(), EcalTrapezoidParameters::vertexList(), reco::isodeposit::ThresholdVetoFromTransverse::veto(), reco::isodeposit::AbsThresholdVetoFromTransverse::veto(), DDI::Polyhedra::volume(), VVIObj::VVIObj(), sistripvvi::VVIObj::VVIObj(), DDEcalBarrelAlgo::web(), DDEcalBarrelNewAlgo::web(), heppy::FSRWeightAlgo::weight(), DiskSectorBounds::width(), GlobalTrackerMuonAlignment::writeGlPosRcd(), SiStripFineDelayTOF::x(), Geom::Polar2Cartesian< T >::y(), Geom::Cylindrical2Cartesian< T >::y(), Geom::Spherical2Cartesian< T >::y(), and mkfit::TrackBase::zAtR().
Definition at line 14 of file Square.h.
Referenced by MonopoleTransportation::AlongStepGetPhysicalInteractionLength(), ThirdHitPredictionFromCircle::angle(), HitPairGeneratorFromLayerPairForPhotonConversion::checkRZCompatibilityWithSeedTrack(), RectangularEtaPhiTrackingRegion::checkRZOld(), ThirdHitPredictionFromCircle::curvature(), RectangularEtaPhiTrackingRegion::estimator(), FullModelReactionDynamics::GenerateXandPt(), HitPairGeneratorFromLayerPairForPhotonConversion::getPhiRange(), CAHitTripletGenerator::hitNtuplets(), CAHitQuadrupletGenerator::hitNtuplets(), HitPairGeneratorFromLayerPairForPhotonConversion::hitPairs(), ThirdHitCorrection::init(), SeedFromConsecutiveHitsCreator::initialError(), SeedForPhotonConversion1Leg::initialError(), JacobianLocalToCartesian::JacobianLocalToCartesian(), SeedFromConsecutiveHitsCreator::makeSeed(), MatchJet::matchCollections(), RKCurvilinearDistance< T, N >::momentum(), RKCurvilinearDistance< T, N >::operator()(), ThirdHitZPrediction::operator()(), ThirdHitPredictionFromCircle::phi(), InnerDeltaPhi::phiRange(), ThirdHitPredictionFromCircle::HelixRZ::rAtZ(), reco::GhostTrackVertexFinder::reassignTracks(), PrimaryVertexResolution::Resolution::Resolution(), PhotonConversionTrajectorySeedProducerFromSingleLegAlgo::selectPriVtxCompatibleWithTrack(), MSLayersKeeperX0AtEta::setX0(), reco::SequentialGhostTrackFitter::stable(), MSLayersAtAngle::sumX0D(), ThirdHitPredictionFromCircle::transverseIP(), reco::GhostTrackVertexFinder::vertexCompat(), reco::TrackGhostTrackState::vertexStateOnGhostTrack(), reco::TrackGhostTrackState::vertexStateOnMeasurement(), and ThirdHitPredictionFromCircle::HelixRZ::zAtR().
Definition at line 22 of file Sqrt.h.
References funct::Sqrt< T >::compose(), and submitPVValidationJobs::t.
Referenced by funct::SqrtStruct< T >::operator double(), and funct::SqrtStruct< T >::operator()().
Definition at line 22 of file Tan.h.
References funct::Tan< T >::compose(), and submitPVValidationJobs::t.
Referenced by fireworks::addRhoZEnergyProjection(), FWMuonDetailView::addSceneInfo(), algorithm(), OuterTrackerMonitorTrackingParticles::analyze(), TrackerHitAnalyzer::analyze(), EcalPreshowerSimHitsValidation::analyze(), HGCalShowerSeparation::analyze(), EcalSimHitsValidation::analyze(), DQMHOAlCaRecoStream::analyze(), ValidationMisalignedTracker::analyze(), SiPixelTrackResidualSource::analyze(), HGCalMouseBiteTester::analyze(), EcalDigisValidation::analyze(), EcalRecHitsValidation::analyze(), PrimaryVertexValidation::analyze(), analyzer::SiPixelLorentzAngle::analyze(), SiPixelLorentzAnglePCLWorker::analyze(), L1MuonRecoTreeProducer::analyze(), TrackerDpgAnalysis::analyze(), TrackerOfflineValidation::analyze(), LASGeometryUpdater::ApplyBeamKinkCorrections(), HcalParametersFromDD::build(), FWCSCStripDigiProxyBuilder::build(), ConvertedPhotonProducer::buildCollections(), FWPFClusterRPZUtils::buildRhoZClusterLineSet(), FWJetProxyBuilder::buildViewType(), emtf::calc_eta_from_theta_rad(), EnergyResolutionVsLumi::calcmuTot(), calculateEta(), DirectTrackerNavigation::calculateEta(), MuonNavigationSchool::calculateEta(), CandidatePointSeededTrackingRegionsProducer::CandidatePointSeededTrackingRegionsProducer(), reco::modules::TrackerTrackHitFilter::checkHitAngle(), reco::modules::TrackerTrackHitFilter::checkPXLCorrClustCharge(), mkfit::Event::clean_cms_seedtracks(), mkfit::StdSeq::clean_cms_seedtracks_iter(), mkfit::StdSeq::clean_duplicates_sharedhits(), mkfit::StdSeq::clean_duplicates_sharedhits_pixelseed(), TCMETAlgo::closeToElectron(), MTDSectorForwardDoubleLayer::compatible(), MuRingForwardDoubleLayer::compatible(), RPCRecHitStandardAlgo::compute(), ParticleKinematicLinearizedTrackState::computeChargedJacobians(), PerigeeLinearizedTrackState::computeChargedJacobians(), 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(), 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(), eopUtils::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(), hph::Setup::etaRegion(), FlatHexagon::etaSpan(), FlatTrd::etaSpan(), TkConvValidator::etaTransformation(), PhotonValidator::etaTransformation(), ConversionProducer::etaTransformation(), DDHGCalWafer::execute(), DDHGCalWaferAlgo::execute(), DDHCalTBZposAlgo::execute(), DDHCalTBCableAlgo::execute(), DDTECModuleAlgo::execute(), OMTFProcessor< GoldenPatternType >::extrapolateDtPhiBFloatPoint(), 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(), mkfit::findSeedsByRoadSearch(), siStripLACalibration::fitFunction(), OutInConversionSeedFinder::fixPointRadius(), FWExpressionValidator::FWExpressionValidator(), gen::Py8PtAndLxyGun::generatePartonsAndHadronize(), EcalEndcapGeometry::getCells(), L1TMuon::TriggerPrimitive::getCMSGlobalPoint(), HcalDDDSimConstants::getDetEta(), DetIdAssociator::getDetIdsCloseToAPoint(), EopTreeWriter::getDistInCM(), IsolatedPixelTrackCandidateProducer::getDistInCM(), IsolatedPixelTrackCandidateL1TProducer::getDistInCM(), IsoTrig::getDistInCM(), ZdcSD::getEnergyDeposit(), CastorSD::getEnergyDeposit(), mkfit::getEta(), 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(), mkfit::getPzPzErr2(), CastorShowerLibrary::getShowerHits(), HitResol::getSimHitRes(), HcalTB02HcalNumberingScheme::getUnitID(), EcalEleCalibLooper::giveLimit(), HcalBarrelAlgo::HcalBarrelAlgo(), HCalEndcapAlgo::HCalEndcapAlgo(), PPSTools::HectorParticle2LorentzVector(), mkfit::helixAtRFromIterativeCCSFullJac(), mkfit::helixAtZ(), HGCalMouseBite::HGCalMouseBite(), HGCSD::HGCSD(), L1GTTInputProducer::indexTanLambda2Eta(), DDHCalBarrelAlgo::initialize(), DDHCalEndcapAlgo::initialize(), CosmicMuonGenerator::initialize(), CSCLayerGeometry::intersectionOfStripAndWire(), KinematicPerigeeConversions::kinematicParametersFromExPerigee(), HGCalGeomParameters::loadCellTrapezoid(), HGCalTBGeomParameters::loadWaferHexagon(), 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(), DDHGCalModule::positionSensitive(), DDHGCalModuleAlgo::positionSensitive(), ConversionProducer::preselectTrackPair(), HcalDDDSimConstants::printTileHE(), RecHitProcessor::process(), RecHitProcessor::processLook(), ShallowTrackClustersProducer::produce(), ConversionSeedFilterCharge::produce(), EcalTrivialConditionRetriever::produceEcalLaserAlphas(), EcalTrivialConditionRetriever::produceEcalLaserAPDPNRatios(), mkfit::propagateHelixToPlaneMPlex(), TrackKinematicStatePropagator::propagateToTheTransversePCANeutral(), mkfit::MkBase::propagateTracksToPCAZ(), mkfit::TrackState::pz(), mkfit::TrackBase::rAtZ(), 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(), mkfit::MkFinder::selectHitIndices(), BetafuncEvtVtxGenerator::setBoost(), ME0PreRecoGaussianModel::simulateNoise(), smearFunctionBase::smearEta(), mkfit::mini_propagators::State::State(), CSCLayerGeometry::stripWireIntersection(), tmtt::Sector::subEtaFwCalc(), IdealZDCTrapezoid::ta(), trklet::tan_theta(), TrackingParticle::tanl(), kinem::tanl_from_theta(), hitfit::theta_to_eta(), SiStripFineDelayTOF::timeOfFlightCosmicB(), TkRadialStripTopology::TkRadialStripTopology(), MuonNavigableLayer::trackingRange(), HoughGrouping::transformPair(), OpticalFunctionsTransport::transportProton(), HectorTransport::transportProton(), DTTrigGeomUtils::trigPos(), nano_mu::DTTrigGeomUtils::trigToReco(), 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 | ) |
Definition at line 15 of file Factorize.h.
References A, GET(), and NUM().
funct::TEMPL | ( | T2 | ) |
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 dumpMFGeometry_cfg::delta, f, mps_fire::i, MainPageGenerator::l, SiStripPI::max, SiStripPI::min, and EgammaValidation_cff::samples.
Referenced by funct::TrapezoidIntegrator::operator()().
true funct::__pad0__ |
Definition at line 36 of file Factorize.h.
X funct::__pad1__ |
Definition at line 182 of file Factorize.h.
true funct::__pad2__ |
Definition at line 248 of file Primitive.h.
X funct::__pad3__ |
Definition at line 268 of file Primitive.h.
X funct::A {} |
X funct::B {} |
Definition at line 24 of file Factorize.h.
Referenced by PROD_S().
C funct::C |
Definition at line 133 of file Factorize.h.
true funct::false |
Definition at line 29 of file Factorize.h.
Referenced by HOCalibAnalyzer::analyze(), GEMGeometryBuilder::buildChamber(), l1t::ConditionEvaluation::checkRangeDeltaEta(), l1t::ConditionEvaluation::checkRangeEta(), RectangularPixelTopology::containsBigPixelInX(), RectangularPixelTopology::containsBigPixelInY(), edm::PileUp::doPileUp(), CastorSD::getFromLibrary(), PixelDataFormatter::interpretRawData(), TrackingParticleSelector::isCharged(), DTTopology::isWireValid(), sistrip::RawToDigiUnpacker::locateStartOfFedBuffer(), edm::ThinnedAssociationsHelper::lower_bound(), TkAccumulatingSensitiveDetector::newHit(), math::Graph< N, E >::const_iterator::operator!=(), SimG4HcalHitCluster::operator<(), CaloHit::operator<(), edm::operator<(), PFBlockAlgo::packLinks(), pat::PATJetProducer::PATJetProducer(), CutBasedElectronID::robustSelection(), and hcaldqm::filter::HashFilter::skip().
funct::m |
Definition at line 45 of file Factorize.h.
Referenced by funct::GaussLegendreIntegrator::GaussLegendreIntegrator(), funct::Numerical< n >::Numerical(), funct::FractionStruct< n, m >::operator double(), funct::FractionStruct< n, m >::operator()(), operator<<(), and slave().
Definition at line 9 of file Gaussian.h.
Referenced by funct::Gaussian::operator()().
|
static |
Definition at line 48 of file Factorize.h.
Referenced by funct::Primitive< Parameter >::get(), and operator<<().
true funct::true |
Definition at line 173 of file Factorize.h.
Referenced by DTMeantimerPatternReco::addHits(), L1TMP7ZeroSupp::analyze(), CSCSegAlgoSK::areHitsCloseInGlobalPhi(), CSCSegAlgoTC::areHitsCloseInGlobalPhi(), CSCSegAlgoRU::areHitsCloseInGlobalPhi(), CSCSegAlgoTC::areHitsCloseInLocalX(), CSCSegAlgoSK::areHitsCloseInLocalX(), cscdqm::Collection::book(), Phase2TrackerMonitorDigi::bookLayerHistos(), Phase2TrackerValidateDigi::bookLayerHistos(), edm::stream::impl::InputProcessBlockCacheHolder< CacheTypes >::cacheFillersRegistered(), VFATFrame::channelActive(), l1t::L1GTSingleCollectionCut::checkEtadependentcuts(), l1t::L1GTSingleCollectionCut::checkObject(), MuonTrajectoryCleaner::clean(), Phase2L1GMT::Isolation::compute_trk_iso(), trklet::DRin::consume(), AlcaBeamSpotManager::createWeightedPayloads(), BiasedTauDecayer::decay(), Phase2TrackerDigitizerAlgorithm::digitize(), SiStripDigitizerAlgorithm::digitize(), CSCEfficiency::efficienciesPerChamber(), TopSingleLepton::MonitorEnsemble::fill(), SingleTopTChannelLepton::MonitorEnsemble::fill(), TopDiLeptonOffline::MonitorEnsemble::fill(), HFShowerLibrary::fillHits(), edm::Prescaler::filter(), MuonSeedBuilder::foundMatchingSegment(), hgcal::RecHitTools::getCellType(), CastorSD::getFromLibrary(), ZdcShowerLibrary::getHits(), TrackTransformerForCosmicMuons::getTransientRecHits(), HCalSD::hitForFibre(), CosmicHitPairGeneratorFromLayerPair::hitPairs(), reco::CandidatePtrTransientTrack::impactPointStateAvailable(), reco::TrackTransientTrack::impactPointStateAvailable(), hcaldqm::mapper::HashMapper::isDHash(), hcaldqm::mapper::HashMapper::isEHash(), DDXMLElement::isEmpty(), CSCSegAlgoSK::isHitNearSegment(), CSCSegAlgoTC::isHitNearSegment(), CSCSegAlgoRU::isHitNearSegment(), MuonTrackResidualAnalyzer::isInTheAcceptance(), MuonTrackAnalyzer::isInTheAcceptance(), CSCSegment::isME11a_duplicate(), hcaldqm::mapper::HashMapper::isMixHash(), TtGenEvent::isSemiLeptonic(), DTRecSegment2D::ist0Valid(), hcaldqm::mapper::HashMapper::isTHash(), edm::ThinnedAssociationsHelper::lower_bound(), edm::ELextendedID::operator<(), reco::PreshowerCluster::operator<(), operator<(), FastLineRecognition::Cluster::operator<(), StepID::operator<(), edm::operator<(), CaloCellId::operator==(), CaloHitID::operator==(), math::Graph< N, E >::const_iterator::operator==(), StepID::operator==(), StepID::operator>(), L1MuDTSecProcId::ovl(), L1MuBMSecProcId::ovl(), EgammaCutBasedEleId::PassTriggerCuts(), hcaldqm::filter::HashFilter::preserve(), MFProducer::produce(), ecaldqm::LedClient::producePlots(), ecaldqm::LaserClient::producePlots(), readSRF(), readTTF(), CSCEfficiency::recHitSegment_Efficiencies(), CSCEfficiency::recSimHitEfficiency(), TtDecayChannelSelector::search(), SelectionStep< Object >::select(), CSCEfficiency::stripWire_Efficiencies(), EgammaCutBasedEleId::TestWP(), TrackTransformerForGlobalCosmicMuons::transform(), TrackTransformerForCosmicMuons::transform(), l1t::stage2::emtf::SPBlockUnpacker::unpack(), CaloSteppingAction::update(), and PrimaryVertexValidation::vtxSort().
const double funct::twoOverPi = 2. / M_PI |
Definition at line 8 of file BreitWigner.h.
Referenced by funct::BreitWigner::operator()().
|
static |
Definition at line 100 of file Factorize.h.
TEMPL (T2) struct Divides funct::void |
Definition at line 24 of file Factorize.h.
Referenced by dqmstorepb::ROOTFilePB_Histo::_InternalSerialize(), dqmstorepb::ROOTFilePB::_InternalSerialize(), edmtest::ThingAnalyzer::analyze(), TrackingManagerHelper::Physics::AtRestDoIt(), dqmstorepb::ROOTFilePB_Histo::ByteSizeLong(), dqmstorepb::ROOTFilePB::ByteSizeLong(), dqmstorepb::ROOTFilePB_Histo::Clear(), dqmstorepb::ROOTFilePB::Clear(), mkfit::Shell::Compare(), edm::ConditionalTaskHelper::ConditionalTaskHelper(), HDF5ProductResolver::decompress_zlib(), spu::def(), l1tp2::DigitizedClusterCorrelator::DigitizedClusterCorrelator(), l1tp2::DigitizedClusterGT::DigitizedClusterGT(), l1tp2::DigitizedTowerCorrelator::DigitizedTowerCorrelator(), edmtest::AcquireIntStreamFilter::filter(), edmtest::AcquireIntFilter::filter(), p2eg::getAbsID_iEta_fromFirmwareCardTowerLink(), p2eg::getAbsID_iPhi_fromFirmwareCardTowerLink(), cms::h5::Group::getObjnameByIdx(), edm::ParameterSet::getParameterNamesForType(), edmtest::ThingAnalyzer::globalBeginLuminosityBlock(), edmtest::ThingAnalyzer::globalBeginRun(), edmtest::ThingAnalyzer::globalEndLuminosityBlock(), edmtest::ThingAnalyzer::globalEndRun(), p2eg::GCTtower_t::globalToweriEta(), p2eg::GCTtower_t::globalToweriPhi(), spu::inf(), DTCCablingMapProducer::LoadModulesToDTCCablingMapFromCSV(), SiStripCondTypes::makeBitSet(), L1GtVhdlWriterCore::makeFirmware(), dqmstorepb::ROOTFilePB_Histo::MergeImpl(), dqmstorepb::ROOTFilePB::MergeImpl(), edm::detail::getValueType< T, false >::operator()(), edm::detail::getMemberType< T, false >::operator()(), edmtest::AcquireIntStreamProducer::produce(), edmtest::AcquireIntProducer::produce(), mkfit::Event::read_in(), cms::h5::Attribute::readString(), dqmstorepb::ROOTFilePB::ROOTFilePB(), dqmstorepb::ROOTFilePB_Histo::ROOTFilePB_Histo(), PythonEventProcessor::run(), dqmstorepb::ROOTFilePB_Histo::SharedCtor(), dqmstorepb::ROOTFilePB::SharedCtor(), p2eg::stitchClusterOverRegionBoundary(), TestInterProcessRandomProd::streamBeginLuminosityBlock(), TestInterProcessProd::streamBeginLuminosityBlock(), ExternalGeneratorFilter::streamBeginLuminosityBlock(), TestInterProcessProd::streamBeginRun(), TestInterProcessProd::streamEndLuminosityBlock(), TestInterProcessProd::streamEndRun(), ExternalGeneratorFilter::streamEndRun(), edm::test::TestProcessor::TestProcessor(), trklet::TrackletCalculator::TrackletCalculator(), edm::PtrVectorBase::typeInfo(), dqmstorepb::ROOTFilePB::~ROOTFilePB(), and dqmstorepb::ROOTFilePB_Histo::~ROOTFilePB_Histo().