|
|
#include <DigitalTrack.h>
Used to digitize the fitted track helix params. WARNING: Digitizes according to common format agreed for KF and SimpleLR4 fitters, and uses KF digitisation cfg for all fitters except SimpleLR4.
Definition at line 22 of file DigitalTrack.h.
◆ DigitalTrack()
tmtt::DigitalTrack::DigitalTrack |
( |
const Settings * |
settings, |
|
|
const std::string & |
fitterName, |
|
|
const L1fittedTrack * |
fitTrk |
|
) |
| |
Definition at line 14 of file DigitalTrack.cc.
30 nbinsPt_((
int)settings->houghNbinsPt()),
79 const TP*
tp = fitTrk->matchedTP();
80 bool tpOK = (
tp !=
nullptr);
References chisquaredRange_, chisquaredRphi_bcon_orig_, chisquaredRphi_orig_, reco::deltaPhi(), dqmMemoryStats::float, iPhiSec_, loadDigiCfg(), M_PI, makeDigitalTrack(), tmtt::L1fittedTrack::matchedTP(), numPhiNonants_, numPhiSectors_, tmtt::L1fittedTrack::phi0(), tmtt::L1fittedTrack::phi0_bcon(), phi0rel_bcon_orig_, phi0rel_orig_, phiSectorCentre_, phiSectorWidth_, cmsswSequenceInfo::tp, tp_d0_, tp_eta_, tp_index_, tp_pdgId_, tp_phi0_, tp_pt_, tp_qoverpt_, tp_tanLambda_, tp_useForAlgEff_, tp_useForEff_, and tp_z0_.
◆ accepted()
bool tmtt::DigitalTrack::accepted |
( |
| ) |
const |
|
inline |
◆ cBinhelix()
int tmtt::DigitalTrack::cBinhelix |
( |
| ) |
const |
|
inline |
◆ cBinHT()
int tmtt::DigitalTrack::cBinHT |
( |
| ) |
const |
|
inline |
◆ checkAccuracy()
void tmtt::DigitalTrack::checkAccuracy |
( |
| ) |
const |
|
private |
Definition at line 290 of file DigitalTrack.cc.
301 constexpr
float smallTA = 0.01, smallTB = 0.001, smallTC = 0.05, smallTD = 0.002, smallTE = 0.05, smallTF = 0.5,
306 <<
"WARNING: DigitalTrack lost precision: " <<
fitterName_ <<
" accepted=" <<
accepted_ <<
" " << TA <<
" "
307 << TB <<
" " << TC <<
" " << TD <<
" " << TE <<
" " << TF <<
" " << TG;
References funct::abs(), accepted_, chisquaredRphi_, chisquaredRphi_orig_, chisquaredRz_, chisquaredRz_orig_, d0_, d0_orig_, reco::deltaPhi(), Exception, fitterName_, phi0_, phi0_orig_, qOverPt_, qOverPt_orig_, tanLambda_, tanLambda_orig_, z0_, and z0_orig_.
Referenced by makeDigitalTrack().
◆ checkInRange()
void tmtt::DigitalTrack::checkInRange |
( |
| ) |
const |
|
private |
Definition at line 247 of file DigitalTrack.cc.
251 <<
"DigitalTrack: Track oneOver2r is out of assumed digitization range."
256 throw cms::Exception(
"BadConfig") <<
"DigitalTrack: Track phi0rel is out of assumed digitization range."
261 throw cms::Exception(
"BadConfig") <<
"DigitalTrack: Track z0 is out of assumed digitization range."
265 throw cms::Exception(
"BadConfig") <<
"DigitalTrack: Track d0 is out of assumed digitization range."
270 <<
"DigitalTrack: Track tanLambda is out of assumed digitization range."
276 <<
"DigitalTrack: Track chisquaredRphi is out of assumed digitization range."
281 <<
"DigitalTrack: Track chisquaredRz is out of assumed digitization range."
References funct::abs(), accepted_, chisquaredRange_, chisquaredRphi_orig_, chisquaredRz_orig_, consistentSect_, d0_orig_, d0Range_, Exception, fitterName_, oneOver2r_orig_, oneOver2rRange_, or, phi0Range_, phi0rel_orig_, tanLambda_orig_, tanLambdaRange_, z0_orig_, and z0Range_.
Referenced by makeDigitalTrack().
◆ chisquaredRphi()
float tmtt::DigitalTrack::chisquaredRphi |
( |
| ) |
const |
|
inline |
◆ chisquaredRphi_bcon()
float tmtt::DigitalTrack::chisquaredRphi_bcon |
( |
| ) |
const |
|
inline |
◆ chisquaredRz()
float tmtt::DigitalTrack::chisquaredRz |
( |
| ) |
const |
|
inline |
◆ d0()
float tmtt::DigitalTrack::d0 |
( |
| ) |
const |
|
inline |
◆ hitPattern()
unsigned int tmtt::DigitalTrack::hitPattern |
( |
| ) |
const |
|
inline |
◆ iDigi_chisquaredRphi()
unsigned int tmtt::DigitalTrack::iDigi_chisquaredRphi |
( |
| ) |
const |
|
inline |
◆ iDigi_chisquaredRphi_bcon()
unsigned int tmtt::DigitalTrack::iDigi_chisquaredRphi_bcon |
( |
| ) |
const |
|
inline |
◆ iDigi_chisquaredRz()
unsigned int tmtt::DigitalTrack::iDigi_chisquaredRz |
( |
| ) |
const |
|
inline |
◆ iDigi_d0()
int tmtt::DigitalTrack::iDigi_d0 |
( |
| ) |
const |
|
inline |
◆ iDigi_oneOver2r()
int tmtt::DigitalTrack::iDigi_oneOver2r |
( |
| ) |
const |
|
inline |
◆ iDigi_oneOver2r_bcon()
int tmtt::DigitalTrack::iDigi_oneOver2r_bcon |
( |
| ) |
const |
|
inline |
◆ iDigi_phi0rel()
int tmtt::DigitalTrack::iDigi_phi0rel |
( |
| ) |
const |
|
inline |
◆ iDigi_phi0rel_bcon()
int tmtt::DigitalTrack::iDigi_phi0rel_bcon |
( |
| ) |
const |
|
inline |
◆ iDigi_tanLambda()
int tmtt::DigitalTrack::iDigi_tanLambda |
( |
| ) |
const |
|
inline |
◆ iDigi_z0()
int tmtt::DigitalTrack::iDigi_z0 |
( |
| ) |
const |
|
inline |
◆ iEtaReg()
unsigned int tmtt::DigitalTrack::iEtaReg |
( |
| ) |
const |
|
inline |
◆ iGetNonant()
unsigned int tmtt::DigitalTrack::iGetNonant |
( |
unsigned int |
iPhiSec | ) |
const |
|
inline |
◆ iPhiSec()
unsigned int tmtt::DigitalTrack::iPhiSec |
( |
| ) |
const |
|
inline |
◆ loadDigiCfg()
void tmtt::DigitalTrack::loadDigiCfg |
( |
const std::string & |
fitterName | ) |
|
|
private |
Definition at line 99 of file DigitalTrack.cc.
100 if (fitterName ==
"SimpleLR4") {
118 if (fitterName ==
"KF4ParamsComb" || fitterName ==
"KF5ParamsComb" || fitterName ==
"KF4ParamsCombHLS") {
References chisquaredBits_, chisquaredMult_, chisquaredRange_, d0Bits_, d0Mult_, d0Range_, tmtt::Settings::kf_chisquaredBits(), tmtt::Settings::kf_chisquaredRange(), tmtt::Settings::kf_d0Bits(), tmtt::Settings::kf_d0Range(), tmtt::Settings::kf_oneOver2rBits(), tmtt::Settings::kf_oneOver2rRange(), tmtt::Settings::kf_phi0Bits(), tmtt::Settings::kf_phi0Range(), tmtt::Settings::kf_skipTrackDigi(), tmtt::Settings::kf_tanlambdaBits(), tmtt::Settings::kf_tanlambdaRange(), tmtt::Settings::kf_z0Bits(), tmtt::Settings::kf_z0Range(), oneOver2rBits_, oneOver2rMult_, oneOver2rRange_, tmtt::Settings::other_skipTrackDigi(), phi0Bits_, phi0Mult_, phi0Range_, funct::pow(), settings_, skipTrackDigi_, tmtt::Settings::slr_chisquaredBits(), tmtt::Settings::slr_chisquaredRange(), tmtt::Settings::slr_d0Bits(), tmtt::Settings::slr_d0Range(), tmtt::Settings::slr_oneOver2rBits(), tmtt::Settings::slr_oneOver2rRange(), tmtt::Settings::slr_phi0Bits(), tmtt::Settings::slr_phi0Range(), tmtt::Settings::slr_skipTrackDigi(), tmtt::Settings::slr_tanlambdaBits(), tmtt::Settings::slr_tanlambdaRange(), tmtt::Settings::slr_z0Bits(), tmtt::Settings::slr_z0Range(), tanLambdaBits_, tanLambdaMult_, tanLambdaRange_, z0Bits_, z0Mult_, and z0Range_.
Referenced by DigitalTrack().
◆ makeDigitalTrack()
void tmtt::DigitalTrack::makeDigitalTrack |
( |
| ) |
|
|
private |
Definition at line 148 of file DigitalTrack.cc.
References accepted_, checkAccuracy(), checkInRange(), chisquaredBits_, chisquaredMult_, chisquaredRphi_, chisquaredRphi_bcon_, chisquaredRphi_bcon_orig_, chisquaredRphi_orig_, chisquaredRz_, chisquaredRz_orig_, d0_, d0_orig_, d0Mult_, reco::deltaPhi(), iDigi_chisquaredRphi_, iDigi_chisquaredRphi_bcon_, iDigi_chisquaredRz_, iDigi_d0_, iDigi_oneOver2r_, iDigi_oneOver2r_bcon_, iDigi_phi0rel_, iDigi_phi0rel_bcon_, iDigi_tanLambda_, iDigi_z0_, invPtToDPhi_, nHelixParams_, oneOver2r_, oneOver2r_bcon_, oneOver2r_bcon_orig_, oneOver2r_orig_, oneOver2rMult_, phi0_, phi0_bcon_, phi0_bcon_orig_, phi0_orig_, phi0Mult_, phi0rel_, phi0rel_bcon_, phi0rel_bcon_orig_, phi0rel_orig_, phiSectorCentre_, funct::pow(), qOverPt_, qOverPt_bcon_, qOverPt_bcon_orig_, qOverPt_orig_, skipTrackDigi_, tanLambda_, tanLambda_orig_, tanLambdaMult_, z0_, z0_orig_, and z0Mult_.
Referenced by DigitalTrack().
◆ mBinhelix()
int tmtt::DigitalTrack::mBinhelix |
( |
| ) |
const |
|
inline |
◆ mBinHT()
int tmtt::DigitalTrack::mBinHT |
( |
| ) |
const |
|
inline |
◆ nlayers()
unsigned int tmtt::DigitalTrack::nlayers |
( |
| ) |
const |
|
inline |
◆ oneOver2r()
float tmtt::DigitalTrack::oneOver2r |
( |
| ) |
const |
|
inline |
◆ oneOver2r_bcon()
float tmtt::DigitalTrack::oneOver2r_bcon |
( |
| ) |
const |
|
inline |
◆ orig_chisquaredRphi()
float tmtt::DigitalTrack::orig_chisquaredRphi |
( |
| ) |
const |
|
inline |
◆ orig_chisquaredRz()
float tmtt::DigitalTrack::orig_chisquaredRz |
( |
| ) |
const |
|
inline |
◆ orig_d0()
float tmtt::DigitalTrack::orig_d0 |
( |
| ) |
const |
|
inline |
◆ orig_oneOver2r()
float tmtt::DigitalTrack::orig_oneOver2r |
( |
| ) |
const |
|
inline |
◆ orig_phi0()
float tmtt::DigitalTrack::orig_phi0 |
( |
| ) |
const |
|
inline |
◆ orig_phi0rel()
float tmtt::DigitalTrack::orig_phi0rel |
( |
| ) |
const |
|
inline |
◆ orig_qOverPt()
float tmtt::DigitalTrack::orig_qOverPt |
( |
| ) |
const |
|
inline |
◆ orig_tanLambda()
float tmtt::DigitalTrack::orig_tanLambda |
( |
| ) |
const |
|
inline |
◆ orig_z0()
float tmtt::DigitalTrack::orig_z0 |
( |
| ) |
const |
|
inline |
◆ phi0()
float tmtt::DigitalTrack::phi0 |
( |
| ) |
const |
|
inline |
◆ phi0_bcon()
float tmtt::DigitalTrack::phi0_bcon |
( |
| ) |
const |
|
inline |
◆ phi0rel()
float tmtt::DigitalTrack::phi0rel |
( |
| ) |
const |
|
inline |
◆ phi0rel_bcon()
float tmtt::DigitalTrack::phi0rel_bcon |
( |
| ) |
const |
|
inline |
◆ qOverPt()
float tmtt::DigitalTrack::qOverPt |
( |
| ) |
const |
|
inline |
◆ qOverPt_bcon()
float tmtt::DigitalTrack::qOverPt_bcon |
( |
| ) |
const |
|
inline |
◆ tanLambda()
float tmtt::DigitalTrack::tanLambda |
( |
| ) |
const |
|
inline |
◆ tp_d0()
float tmtt::DigitalTrack::tp_d0 |
( |
| ) |
const |
|
inline |
◆ tp_eta()
float tmtt::DigitalTrack::tp_eta |
( |
| ) |
const |
|
inline |
◆ tp_index()
int tmtt::DigitalTrack::tp_index |
( |
| ) |
const |
|
inline |
◆ tp_pdgId()
float tmtt::DigitalTrack::tp_pdgId |
( |
| ) |
const |
|
inline |
◆ tp_phi0()
float tmtt::DigitalTrack::tp_phi0 |
( |
| ) |
const |
|
inline |
◆ tp_pt()
float tmtt::DigitalTrack::tp_pt |
( |
| ) |
const |
|
inline |
◆ tp_qoverpt()
float tmtt::DigitalTrack::tp_qoverpt |
( |
| ) |
const |
|
inline |
◆ tp_tanLambda()
float tmtt::DigitalTrack::tp_tanLambda |
( |
| ) |
const |
|
inline |
◆ tp_useForAlgEff()
float tmtt::DigitalTrack::tp_useForAlgEff |
( |
| ) |
const |
|
inline |
◆ tp_useForEff()
float tmtt::DigitalTrack::tp_useForEff |
( |
| ) |
const |
|
inline |
◆ tp_z0()
float tmtt::DigitalTrack::tp_z0 |
( |
| ) |
const |
|
inline |
◆ z0()
float tmtt::DigitalTrack::z0 |
( |
| ) |
const |
|
inline |
◆ accepted_
bool tmtt::DigitalTrack::accepted_ |
|
private |
◆ cBin_
int tmtt::DigitalTrack::cBin_ |
|
private |
◆ cBinhelix_
int tmtt::DigitalTrack::cBinhelix_ |
|
private |
◆ chisquaredBits_
unsigned int tmtt::DigitalTrack::chisquaredBits_ |
|
private |
◆ chisquaredMult_
double tmtt::DigitalTrack::chisquaredMult_ |
|
private |
◆ chisquaredRange_
float tmtt::DigitalTrack::chisquaredRange_ |
|
private |
◆ chisquaredRphi_
float tmtt::DigitalTrack::chisquaredRphi_ |
|
private |
◆ chisquaredRphi_bcon_
float tmtt::DigitalTrack::chisquaredRphi_bcon_ |
|
private |
◆ chisquaredRphi_bcon_orig_
float tmtt::DigitalTrack::chisquaredRphi_bcon_orig_ |
|
private |
◆ chisquaredRphi_orig_
float tmtt::DigitalTrack::chisquaredRphi_orig_ |
|
private |
◆ chisquaredRz_
float tmtt::DigitalTrack::chisquaredRz_ |
|
private |
◆ chisquaredRz_orig_
float tmtt::DigitalTrack::chisquaredRz_orig_ |
|
private |
◆ chosenRofPhi_
float tmtt::DigitalTrack::chosenRofPhi_ |
|
private |
◆ consistent_
bool tmtt::DigitalTrack::consistent_ |
|
private |
◆ consistentSect_
bool tmtt::DigitalTrack::consistentSect_ |
|
private |
◆ d0_
float tmtt::DigitalTrack::d0_ |
|
private |
◆ d0_orig_
float tmtt::DigitalTrack::d0_orig_ |
|
private |
◆ d0Bits_
unsigned int tmtt::DigitalTrack::d0Bits_ |
|
private |
◆ d0Mult_
double tmtt::DigitalTrack::d0Mult_ |
|
private |
◆ d0Range_
float tmtt::DigitalTrack::d0Range_ |
|
private |
◆ fitterName_
std::string tmtt::DigitalTrack::fitterName_ |
|
private |
◆ hitPattern_
unsigned int tmtt::DigitalTrack::hitPattern_ |
|
private |
◆ iDigi_chisquaredRphi_
unsigned int tmtt::DigitalTrack::iDigi_chisquaredRphi_ |
|
private |
◆ iDigi_chisquaredRphi_bcon_
unsigned int tmtt::DigitalTrack::iDigi_chisquaredRphi_bcon_ |
|
private |
◆ iDigi_chisquaredRz_
unsigned int tmtt::DigitalTrack::iDigi_chisquaredRz_ |
|
private |
◆ iDigi_d0_
int tmtt::DigitalTrack::iDigi_d0_ |
|
private |
◆ iDigi_oneOver2r_
int tmtt::DigitalTrack::iDigi_oneOver2r_ |
|
private |
◆ iDigi_oneOver2r_bcon_
int tmtt::DigitalTrack::iDigi_oneOver2r_bcon_ |
|
private |
◆ iDigi_phi0rel_
int tmtt::DigitalTrack::iDigi_phi0rel_ |
|
private |
◆ iDigi_phi0rel_bcon_
int tmtt::DigitalTrack::iDigi_phi0rel_bcon_ |
|
private |
◆ iDigi_tanLambda_
int tmtt::DigitalTrack::iDigi_tanLambda_ |
|
private |
◆ iDigi_z0_
int tmtt::DigitalTrack::iDigi_z0_ |
|
private |
◆ iEtaReg_
unsigned int tmtt::DigitalTrack::iEtaReg_ |
|
private |
◆ invPtToDPhi_
float tmtt::DigitalTrack::invPtToDPhi_ |
|
private |
◆ iPhiSec_
unsigned int tmtt::DigitalTrack::iPhiSec_ |
|
private |
◆ mBin_
int tmtt::DigitalTrack::mBin_ |
|
private |
◆ mBinhelix_
int tmtt::DigitalTrack::mBinhelix_ |
|
private |
◆ nbinsPt_
unsigned int tmtt::DigitalTrack::nbinsPt_ |
|
private |
◆ nHelixParams_
unsigned int tmtt::DigitalTrack::nHelixParams_ |
|
private |
◆ nlayers_
unsigned int tmtt::DigitalTrack::nlayers_ |
|
private |
◆ numPhiNonants_
unsigned int tmtt::DigitalTrack::numPhiNonants_ |
|
private |
◆ numPhiSectors_
unsigned int tmtt::DigitalTrack::numPhiSectors_ |
|
private |
◆ oneOver2r_
float tmtt::DigitalTrack::oneOver2r_ |
|
private |
◆ oneOver2r_bcon_
float tmtt::DigitalTrack::oneOver2r_bcon_ |
|
private |
◆ oneOver2r_bcon_orig_
float tmtt::DigitalTrack::oneOver2r_bcon_orig_ |
|
private |
◆ oneOver2r_orig_
float tmtt::DigitalTrack::oneOver2r_orig_ |
|
private |
◆ oneOver2rBits_
unsigned int tmtt::DigitalTrack::oneOver2rBits_ |
|
private |
◆ oneOver2rMult_
double tmtt::DigitalTrack::oneOver2rMult_ |
|
private |
◆ oneOver2rRange_
float tmtt::DigitalTrack::oneOver2rRange_ |
|
private |
◆ phi0_
float tmtt::DigitalTrack::phi0_ |
|
private |
◆ phi0_bcon_
float tmtt::DigitalTrack::phi0_bcon_ |
|
private |
◆ phi0_bcon_orig_
float tmtt::DigitalTrack::phi0_bcon_orig_ |
|
private |
◆ phi0_orig_
float tmtt::DigitalTrack::phi0_orig_ |
|
private |
◆ phi0Bits_
unsigned int tmtt::DigitalTrack::phi0Bits_ |
|
private |
◆ phi0Mult_
double tmtt::DigitalTrack::phi0Mult_ |
|
private |
◆ phi0Range_
float tmtt::DigitalTrack::phi0Range_ |
|
private |
◆ phi0rel_
float tmtt::DigitalTrack::phi0rel_ |
|
private |
◆ phi0rel_bcon_
float tmtt::DigitalTrack::phi0rel_bcon_ |
|
private |
◆ phi0rel_bcon_orig_
float tmtt::DigitalTrack::phi0rel_bcon_orig_ |
|
private |
◆ phi0rel_orig_
float tmtt::DigitalTrack::phi0rel_orig_ |
|
private |
◆ phiNonantWidth_
double tmtt::DigitalTrack::phiNonantWidth_ |
|
private |
◆ phiSectorCentre_
double tmtt::DigitalTrack::phiSectorCentre_ |
|
private |
◆ phiSectorWidth_
double tmtt::DigitalTrack::phiSectorWidth_ |
|
private |
◆ qOverPt_
float tmtt::DigitalTrack::qOverPt_ |
|
private |
◆ qOverPt_bcon_
float tmtt::DigitalTrack::qOverPt_bcon_ |
|
private |
◆ qOverPt_bcon_orig_
float tmtt::DigitalTrack::qOverPt_bcon_orig_ |
|
private |
◆ qOverPt_orig_
float tmtt::DigitalTrack::qOverPt_orig_ |
|
private |
◆ settings_
const Settings* tmtt::DigitalTrack::settings_ |
|
private |
◆ skipTrackDigi_
bool tmtt::DigitalTrack::skipTrackDigi_ |
|
private |
◆ tanLambda_
float tmtt::DigitalTrack::tanLambda_ |
|
private |
◆ tanLambda_orig_
float tmtt::DigitalTrack::tanLambda_orig_ |
|
private |
◆ tanLambdaBits_
unsigned int tmtt::DigitalTrack::tanLambdaBits_ |
|
private |
◆ tanLambdaMult_
double tmtt::DigitalTrack::tanLambdaMult_ |
|
private |
◆ tanLambdaRange_
float tmtt::DigitalTrack::tanLambdaRange_ |
|
private |
◆ tp_d0_
float tmtt::DigitalTrack::tp_d0_ |
|
private |
◆ tp_eta_
float tmtt::DigitalTrack::tp_eta_ |
|
private |
◆ tp_index_
int tmtt::DigitalTrack::tp_index_ |
|
private |
◆ tp_pdgId_
int tmtt::DigitalTrack::tp_pdgId_ |
|
private |
◆ tp_phi0_
float tmtt::DigitalTrack::tp_phi0_ |
|
private |
◆ tp_pt_
float tmtt::DigitalTrack::tp_pt_ |
|
private |
◆ tp_qoverpt_
float tmtt::DigitalTrack::tp_qoverpt_ |
|
private |
◆ tp_tanLambda_
float tmtt::DigitalTrack::tp_tanLambda_ |
|
private |
◆ tp_useForAlgEff_
bool tmtt::DigitalTrack::tp_useForAlgEff_ |
|
private |
◆ tp_useForEff_
bool tmtt::DigitalTrack::tp_useForEff_ |
|
private |
◆ tp_z0_
float tmtt::DigitalTrack::tp_z0_ |
|
private |
◆ z0_
float tmtt::DigitalTrack::z0_ |
|
private |
◆ z0_orig_
float tmtt::DigitalTrack::z0_orig_ |
|
private |
◆ z0Bits_
unsigned int tmtt::DigitalTrack::z0Bits_ |
|
private |
◆ z0Mult_
double tmtt::DigitalTrack::z0Mult_ |
|
private |
◆ z0Range_
float tmtt::DigitalTrack::z0Range_ |
|
private |
double slr_phi0Range() const
double kf_oneOver2rRange() const
unsigned int chisquaredBits_
unsigned int kf_d0Bits() const
constexpr double deltaPhi(double phi1, double phi2)
unsigned int kf_z0Bits() const
unsigned int slr_z0Bits() const
unsigned int numPhiSectors_
float chisquaredRphi_bcon_
unsigned int slr_d0Bits() const
unsigned int kf_phi0Bits() const
void loadDigiCfg(const std::string &fitterName)
unsigned int numPhiNonants_
double slr_oneOver2rRange() const
double kf_z0Range() const
unsigned int slr_tanlambdaBits() const
unsigned int nHelixParams_
float chisquaredRphi_orig_
unsigned int kf_chisquaredBits() const
double slr_chisquaredRange() const
unsigned int oneOver2rBits_
unsigned int houghNbinsPhi() const
unsigned int slr_chisquaredBits() const
unsigned int iDigi_chisquaredRphi_
void checkAccuracy() const
const Settings * settings_
bool slr_skipTrackDigi() const
unsigned int tanLambdaBits_
bool other_skipTrackDigi() const
float oneOver2r_bcon_orig_
double slr_d0Range() const
unsigned int kf_tanlambdaBits() const
unsigned int iPhiSec() const
unsigned int houghNbinsPt() const
unsigned int kf_oneOver2rBits() const
double slr_z0Range() const
double kf_phi0Range() const
double kf_chisquaredRange() const
void checkInRange() const
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
unsigned int slr_phi0Bits() const
unsigned int iDigi_chisquaredRz_
Power< A, B >::type pow(const A &a, const B &b)
float chisquaredRphi_bcon_orig_
int iDigi_oneOver2r_bcon_
unsigned int iDigi_chisquaredRphi_bcon_
double kf_d0Range() const
Abs< T >::type abs(const T &t)
unsigned int slr_oneOver2rBits() const
bool kf_skipTrackDigi() const
double slr_tanlambdaRange() const
double kf_tanlambdaRange() const