#include <KMTFTrack.h>
Public Member Functions | |
void | addStub (const l1t::MuonStubRef &stub) |
int | approxDispChi2 () const |
int | approxDispErrChi2 () const |
int | approxPromptChi2 () const |
int | approxPromptErrChi2 () const |
int | bendingAngle () const |
int | bx () const |
int | coarseEta () const |
const std::vector< double > & | covariance () const |
int | curvature () const |
int | curvatureAtMuon () const |
int | curvatureAtVertex () const |
reco::LeafCandidate::PolarLorentzVector | displacedP4 () const |
int | dxy () const |
int | fineEta () const |
bool | hasFineEta () const |
int | hitPattern () const |
int | id () const |
const std::vector< float > & | kalmanGain (unsigned int step) const |
KMTFTrack () | |
KMTFTrack (const l1t::MuonStubRef &seed, int phi, int phiB) | |
bool | operator== (const KMTFTrack &t2) const |
bool | overlapTrack (const KMTFTrack &other) const |
int | phiAtMuon () const |
int | phiAtVertex () const |
int | phiBAtMuon () const |
int | positionAngle () const |
int | ptDisplaced () const |
int | ptPrompt () const |
int | quality () const |
int | rankDisp () const |
int | rankPrompt () const |
int | residual (uint i) const |
int | sector () const |
void | setApproxChi2 (int chi, int chiErr, bool prompt) |
void | setCoarseEta (int eta) |
void | setCoordinates (int step, int curv, int phi, int phiB) |
void | setCoordinatesAtMuon (int curv, int phi, int phiB) |
void | setCoordinatesAtVertex (int curv, int phi, int dxy) |
void | setCovariance (const CovarianceMatrix &c) |
void | setFineEta (int eta) |
void | setHitPattern (int pattern) |
void | setIDFlag (bool passPrompt, bool passDisp) |
void | setKalmanGain (unsigned int step, unsigned int K, float a1, float a2, float a3=0, float a4=0, float a5=0, float a6=0) |
void | setPt (int ptC, int ptU) |
void | setPtEtaPhi (double pt, double eta, double phi) |
void | setPtEtaPhiDisplaced (double pt, double eta, double phi) |
void | setRank (int rank, bool vertex) |
void | setResidual (uint i, int val) |
void | setStubs (const l1t::MuonStubRefVector &stubs) |
int | step () const |
const l1t::MuonStubRefVector & | stubs () const |
int | wheel () const |
~KMTFTrack () override=default | |
Public Member Functions inherited from reco::LeafCandidate | |
Vector | boostToCM () const final |
int | charge () const final |
electric charge More... | |
LeafCandidate * | clone () const override |
returns a clone of the Candidate object More... | |
void | construct (int qx3, float pt, float eta, float phi, float mass, const Point &vtx, int pdgId, int status) |
const Candidate * | daughter (size_type) const override |
return daughter at a given position (throws an exception) More... | |
Candidate * | daughter (size_type) override |
return daughter at a given position (throws an exception) More... | |
Candidate * | daughter (const std::string &s) override |
return daughter with a specified role name More... | |
const Candidate * | daughter (const std::string &s) const override |
return daughter with a specified role name More... | |
double | energy () const final |
energy More... | |
double | et () const final |
transverse energy More... | |
double | et2 () const final |
transverse energy squared (use this for cut!) More... | |
double | eta () const final |
momentum pseudorapidity More... | |
void | fillVertexCovariance (CovarianceMatrix &v) const override |
fill SMatrix More... | |
template<typename T > | |
T | get () const |
get a component More... | |
template<typename T , typename Tag > | |
T | get () const |
get a component More... | |
template<typename T > | |
T | get (size_type i) const |
get a component More... | |
template<typename T , typename Tag > | |
T | get (size_type i) const |
get a component More... | |
bool | hasMasterClone () const override |
bool | hasMasterClonePtr () const override |
bool | isCaloMuon () const override |
bool | isConvertedPhoton () const override |
bool | isElectron () const override |
bool | isGlobalMuon () const override |
bool | isJet () const override |
bool | isMuon () const override |
bool | isPhoton () const override |
bool | isStandAloneMuon () const override |
bool | isTrackerMuon () const override |
LeafCandidate () | |
LeafCandidate (const Candidate &c) | |
template<typename... Args> | |
LeafCandidate (Args &&... args) | |
LeafCandidate (LeafCandidate &rh) | |
LeafCandidate (LeafCandidate &&)=default | |
LeafCandidate (LeafCandidate const &)=default | |
bool | longLived () const final |
is long lived? More... | |
double | mass () const final |
mass More... | |
bool | massConstraint () const final |
do mass constraint? More... | |
double | massSqr () const final |
mass squared More... | |
const CandidateBaseRef & | masterClone () const override |
const CandidatePtr & | masterClonePtr () const override |
template<typename Ref > | |
Ref | masterRef () const |
cast master clone reference to a concrete type More... | |
Vector | momentum () const final |
spatial momentum vector More... | |
const Candidate * | mother (size_type) const override |
return mother at a given position (throws an exception) More... | |
double | mt () const final |
transverse mass More... | |
double | mtSqr () const final |
transverse mass squared More... | |
template<typename T > | |
size_type | numberOf () const |
number of components More... | |
template<typename T , typename Tag > | |
size_type | numberOf () const |
number of components More... | |
size_t | numberOfDaughters () const override |
number of daughters More... | |
size_t | numberOfMothers () const override |
number of mothers More... | |
size_t | numberOfSourceCandidatePtrs () const override |
LeafCandidate & | operator= (LeafCandidate &&)=default |
LeafCandidate & | operator= (LeafCandidate const &)=default |
double | p () const final |
magnitude of momentum vector More... | |
const LorentzVector & | p4 () const final |
four-momentum Lorentz vector More... | |
int | pdgId () const final |
PDG identifier. More... | |
double | phi () const final |
momentum azimuthal angle More... | |
const PolarLorentzVector & | polarP4 () const final |
four-momentum Lorentz vector More... | |
double | pt () const final |
transverse momentum More... | |
double | px () const final |
x coordinate of momentum vector More... | |
double | py () const final |
y coordinate of momentum vector More... | |
double | pz () const final |
z coordinate of momentum vector More... | |
double | rapidity () const final |
rapidity More... | |
void | setCharge (Charge q) final |
set electric charge More... | |
void | setLongLived () final |
void | setMass (double m) final |
set particle mass More... | |
void | setMassConstraint () final |
void | setP4 (const LorentzVector &p4) final |
set 4-momentum More... | |
void | setP4 (const PolarLorentzVector &p4) final |
set 4-momentum More... | |
void | setPdgId (int pdgId) final |
void | setPz (double pz) final |
void | setStatus (int status) final |
set status word More... | |
void | setThreeCharge (Charge qx3) final |
set electric charge More... | |
void | setVertex (const Point &vertex) override |
set vertex More... | |
CandidatePtr | sourceCandidatePtr (size_type i) const override |
int | status () const final |
status word More... | |
double | theta () const final |
momentum polar angle More... | |
int | threeCharge () const final |
electric charge More... | |
const Point & | vertex () const override |
vertex position (overwritten by PF...) More... | |
double | vertexChi2 () const override |
chi-squares More... | |
double | vertexCovariance (int i, int j) const override |
(i, j)-th element of error matrix, i, j = 0, ... 2 More... | |
CovarianceMatrix | vertexCovariance () const final |
return SMatrix More... | |
double | vertexNdof () const override |
double | vertexNormalizedChi2 () const override |
chi-squared divided by n.d.o.f. More... | |
double | vx () const override |
x coordinate of vertex position More... | |
double | vy () const override |
y coordinate of vertex position More... | |
double | vz () const override |
z coordinate of vertex position More... | |
double | y () const final |
rapidity More... | |
~LeafCandidate () override | |
destructor More... | |
Public Member Functions inherited from reco::Candidate | |
const_iterator | begin () const |
first daughter const_iterator More... | |
iterator | begin () |
first daughter iterator More... | |
virtual const Track * | bestTrack () const |
Candidate () | |
default constructor More... | |
virtual float | dxyError () const |
uncertainty on dxy More... | |
virtual float | dzError () const |
uncertainty on dz More... | |
const_iterator | end () const |
last daughter const_iterator More... | |
iterator | end () |
last daughter iterator More... | |
template<typename T > | |
T | get () const |
get a component More... | |
template<typename T , typename Tag > | |
T | get () const |
get a component More... | |
template<typename T > | |
T | get (size_type i) const |
get a component More... | |
template<typename T , typename Tag > | |
T | get (size_type i) const |
get a component More... | |
template<typename Ref > | |
Ref | masterRef () const |
cast master clone reference to a concrete type More... | |
template<typename T > | |
size_type | numberOf () const |
number of components More... | |
template<typename T , typename Tag > | |
size_type | numberOf () const |
number of components More... | |
virtual void | setSourceCandidatePtr (const CandidatePtr &ptr) |
Set the ptr to the source Candidate. More... | |
virtual | ~Candidate () |
destructor More... | |
Private Attributes | |
int | approxDispChi2_ |
int | approxDispErrChi2_ |
int | approxPromptChi2_ |
int | approxPromptErrChi2_ |
int | bx_ |
int | coarseEta_ |
std::vector< double > | covariance_ |
int | curv_ |
int | curvMuon_ |
int | curvVertex_ |
int | dxy_ |
int | fineEta_ |
bool | hasFineEta_ |
int | hitPattern_ |
int | idFlag_ |
std::vector< float > | kalmanGain0_ |
std::vector< float > | kalmanGain1_ |
std::vector< float > | kalmanGain2_ |
std::vector< float > | kalmanGain3_ |
int | phi_ |
int | phiB_ |
int | phiBMuon_ |
int | phiMuon_ |
int | phiVertex_ |
int | ptC_ |
int | ptU_ |
int | quality_ |
int | rankDisp_ |
int | rankPrompt_ |
std::vector< int > | residuals_ |
int | sector_ |
int | step_ |
l1t::MuonStubRefVector | stubs_ |
reco::LeafCandidate::PolarLorentzVector | unconstrainedP4_ |
int | wheel_ |
Additional Inherited Members | |
Public Types inherited from reco::LeafCandidate | |
typedef int | Charge |
electric charge type More... | |
typedef CandidateCollection | daughters |
collection of daughter candidates More... | |
typedef unsigned int | index |
typedef math::XYZTLorentzVector | LorentzVector |
Lorentz vector. More... | |
typedef math::XYZPoint | Point |
point in the space More... | |
typedef math::PtEtaPhiMLorentzVector | PolarLorentzVector |
Lorentz vector. More... | |
typedef math::XYZVector | Vector |
point in the space More... | |
Public Types inherited from reco::Candidate | |
enum | { dimension = 3 } |
enum | { size = dimension * (dimension + 1) / 2 } |
matix size More... | |
typedef int | Charge |
electric charge type More... | |
typedef candidate::const_iterator | const_iterator |
typedef math::Error< dimension >::type | CovarianceMatrix |
covariance error matrix (3x3) More... | |
typedef unsigned int | index |
index type More... | |
typedef candidate::iterator | iterator |
typedef math::XYZTLorentzVector | LorentzVector |
Lorentz vector. More... | |
typedef math::XYZPoint | Point |
point in the space More... | |
typedef math::PtEtaPhiMLorentzVector | PolarLorentzVector |
Lorentz vector. More... | |
typedef size_t | size_type |
typedef math::XYZVector | Vector |
point in the space More... | |
Definition at line 14 of file KMTFTrack.h.
|
inline |
Definition at line 16 of file KMTFTrack.h.
|
overridedefault |
|
inline |
Definition at line 49 of file KMTFTrack.h.
References residuals_, fileCollector::seed, and stubs_.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 85 of file KMTFTrack.h.
References unconstrainedP4_.
|
inline |
Definition at line 103 of file KMTFTrack.h.
References dxy_.
Referenced by Electron.Electron::cutBasedId(), ntupleDataFormat.Track::dxyPull(), and setCoordinatesAtVertex().
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 139 of file KMTFTrack.h.
References idFlag_.
Referenced by Phase2L1GMT::KMTF::swap().
|
inline |
Definition at line 145 of file KMTFTrack.h.
References kalmanGain0_, kalmanGain1_, kalmanGain2_, and kalmanGain3_.
|
inline |
Definition at line 177 of file KMTFTrack.h.
References mps_fire::i, edm::Ref< C, T, F >::id(), reco::Candidate::size, stubs(), and RandomServiceHelper::t2.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 88 of file KMTFTrack.h.
References ptU_.
Referenced by Phase2L1GMT::KMTF::swap().
|
inline |
Definition at line 97 of file KMTFTrack.h.
References ptC_.
Referenced by Phase2L1GMT::KMTF::swap().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 122 of file KMTFTrack.h.
References sector_.
Referenced by geometryXMLparser.DTAlignable::index().
|
inline |
Definition at line 219 of file KMTFTrack.h.
References approxDispChi2_, approxDispErrChi2_, approxPromptChi2_, and approxPromptErrChi2_.
|
inline |
Definition at line 215 of file KMTFTrack.h.
References coarseEta_, and reco::LeafCandidate::eta().
|
inline |
Definition at line 191 of file KMTFTrack.h.
References curv_, reco::LeafCandidate::phi(), phi_, phiB_, step(), and step_.
|
inline |
Definition at line 204 of file KMTFTrack.h.
References curvMuon_, reco::LeafCandidate::phi(), phiBMuon_, and phiMuon_.
|
inline |
Definition at line 198 of file KMTFTrack.h.
References curvVertex_, dxy(), dxy_, reco::LeafCandidate::phi(), and phiVertex_.
|
inline |
|
inline |
Definition at line 319 of file KMTFTrack.h.
References reco::LeafCandidate::eta(), fineEta_, and hasFineEta_.
|
inline |
Definition at line 217 of file KMTFTrack.h.
References hitPattern_, and topSingleLeptonDQM_PU_cfi::pattern.
|
inline |
Definition at line 254 of file KMTFTrack.h.
References idFlag_, and LaserDQM_cfg::p1.
Referenced by Phase2L1GMT::KMTF::sort().
|
inline |
Definition at line 266 of file KMTFTrack.h.
References testProducerWithPsetDescEmpty_cfi::a2, Exception, kalmanGain0_, kalmanGain1_, kalmanGain2_, and kalmanGain3_.
|
inline |
Definition at line 210 of file KMTFTrack.h.
|
inline |
Definition at line 229 of file KMTFTrack.h.
References reco::LeafCandidate::eta(), reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), reco::LeafCandidate::setP4(), and findQualityFiles::v.
Referenced by Phase2L1GMT::KMTF::sort().
|
inline |
Definition at line 233 of file KMTFTrack.h.
References reco::LeafCandidate::eta(), reco::LeafCandidate::phi(), reco::LeafCandidate::pt(), and unconstrainedP4_.
|
inline |
Definition at line 247 of file KMTFTrack.h.
References rankDisp_, rankPrompt_, and reco::LeafCandidate::vertex().
Referenced by Phase2L1GMT::KMTF::sort().
|
inline |
Definition at line 325 of file KMTFTrack.h.
References mps_fire::i, residuals_, and heppy_batch::val.
|
inline |
|
inline |
|
inline |
Definition at line 142 of file KMTFTrack.h.
References stubs_.
Referenced by operator==(), and setStubs().
|
inline |
Definition at line 124 of file KMTFTrack.h.
References wheel_.
Referenced by geometryXMLparser.DTAlignable::index().
|
private |
Definition at line 356 of file KMTFTrack.h.
Referenced by approxDispChi2(), and setApproxChi2().
|
private |
Definition at line 357 of file KMTFTrack.h.
Referenced by approxDispErrChi2(), and setApproxChi2().
|
private |
Definition at line 354 of file KMTFTrack.h.
Referenced by approxPromptChi2(), and setApproxChi2().
|
private |
Definition at line 355 of file KMTFTrack.h.
Referenced by approxPromptErrChi2(), and setApproxChi2().
|
private |
Definition at line 380 of file KMTFTrack.h.
Referenced by bx().
|
private |
Definition at line 351 of file KMTFTrack.h.
Referenced by coarseEta(), and setCoarseEta().
|
private |
Definition at line 331 of file KMTFTrack.h.
Referenced by covariance(), and setCovariance().
|
private |
Definition at line 347 of file KMTFTrack.h.
Referenced by curvature(), and setCoordinates().
|
private |
Definition at line 341 of file KMTFTrack.h.
Referenced by curvatureAtMuon(), and setCoordinatesAtMuon().
|
private |
Definition at line 335 of file KMTFTrack.h.
Referenced by curvatureAtVertex(), and setCoordinatesAtVertex().
|
private |
Definition at line 338 of file KMTFTrack.h.
Referenced by dxy(), and setCoordinatesAtVertex().
|
private |
Definition at line 374 of file KMTFTrack.h.
Referenced by fineEta(), and setFineEta().
|
private |
Definition at line 377 of file KMTFTrack.h.
Referenced by hasFineEta(), and setFineEta().
|
private |
Definition at line 360 of file KMTFTrack.h.
Referenced by hitPattern(), and setHitPattern().
|
private |
Definition at line 387 of file KMTFTrack.h.
Referenced by id(), and setIDFlag().
|
private |
Definition at line 390 of file KMTFTrack.h.
Referenced by kalmanGain(), and setKalmanGain().
|
private |
Definition at line 391 of file KMTFTrack.h.
Referenced by kalmanGain(), and setKalmanGain().
|
private |
Definition at line 392 of file KMTFTrack.h.
Referenced by kalmanGain(), and setKalmanGain().
|
private |
Definition at line 393 of file KMTFTrack.h.
Referenced by kalmanGain(), and setKalmanGain().
|
private |
Definition at line 348 of file KMTFTrack.h.
Referenced by positionAngle(), and setCoordinates().
|
private |
Definition at line 349 of file KMTFTrack.h.
Referenced by bendingAngle(), and setCoordinates().
|
private |
Definition at line 344 of file KMTFTrack.h.
Referenced by phiBAtMuon(), and setCoordinatesAtMuon().
|
private |
Definition at line 343 of file KMTFTrack.h.
Referenced by phiAtMuon(), and setCoordinatesAtMuon().
|
private |
Definition at line 337 of file KMTFTrack.h.
Referenced by phiAtVertex(), and setCoordinatesAtVertex().
|
private |
Definition at line 336 of file KMTFTrack.h.
Referenced by ptPrompt(), and setPt().
|
private |
Definition at line 342 of file KMTFTrack.h.
Referenced by ptDisplaced(), and setPt().
|
private |
Definition at line 371 of file KMTFTrack.h.
|
private |
Definition at line 384 of file KMTFTrack.h.
Referenced by rankDisp(), and setRank().
|
private |
Definition at line 383 of file KMTFTrack.h.
Referenced by rankPrompt(), and setRank().
|
private |
Definition at line 395 of file KMTFTrack.h.
Referenced by KMTFTrack(), residual(), and setResidual().
|
private |
Definition at line 366 of file KMTFTrack.h.
Referenced by sector().
|
private |
Definition at line 363 of file KMTFTrack.h.
Referenced by setCoordinates(), and step().
|
private |
Definition at line 332 of file KMTFTrack.h.
Referenced by addStub(), KMTFTrack(), overlapTrack(), setStubs(), and stubs().
|
private |
Definition at line 328 of file KMTFTrack.h.
Referenced by displacedP4(), and setPtEtaPhiDisplaced().
|
private |
Definition at line 368 of file KMTFTrack.h.
Referenced by wheel().