#include <ForwardProton.h>
Public Types | |
enum | { dimension = 5 } |
parameter dimension More... | |
typedef math::ErrorF< dimension >::type | CovarianceMatrix |
dimension-parameter covariance matrix More... | |
enum | Index { Index::xi, Index::th_x, Index::vtx_x, Index::th_y, Index::vtx_y, Index::num_indices = dimension } |
indices to the covariance matrix More... | |
enum | LHCSector { LHCSector::invalid = -1, LHCSector::sector45, LHCSector::sector56 } |
LHC sector. More... | |
typedef math::XYZPointF | Point |
point in the space More... | |
enum | ReconstructionMethod { ReconstructionMethod::invalid = -1, ReconstructionMethod::singleRP, ReconstructionMethod::multiRP } |
type of reconstruction applied for this track More... | |
typedef math::XYZVectorF | Vector |
spatial vector More... | |
Public Member Functions | |
float | chi2 () const |
chi-squared of the fit More... | |
const CTPPSLocalTrackLiteRefVector & | contributingLocalTracks () const |
list of RP tracks that contributed to this global track More... | |
double | error (Index i) const |
return the uncertainty on a given component More... | |
ForwardProton () | |
default constructor More... | |
ForwardProton (double chi2, double ndof, const Point &vtx, const Vector &momentum, float xi, const CovarianceMatrix &cov, ReconstructionMethod method, const CTPPSLocalTrackLiteRefVector &local_tracks, bool valid, const float time=0., const float time_err=0.) | |
constructor from refit parameters, fitted vertex and momentum, and longitudinal fractional momentum loss More... | |
LHCSector | lhcSector () const |
ReconstructionMethod | method () const |
reconstruction method for this track More... | |
const Vector & | momentum () const |
fitted track direction More... | |
unsigned int | ndof () const |
number of degrees of freedom for the track fit More... | |
float | normalizedChi2 () const |
chi-squared divided by ndof (or chi-squared * 1e6 if ndof is zero) More... | |
float | p () const |
scalar norm of fitted track momentum More... | |
float | pt () const |
scalar fitted track transverse momentum More... | |
float | px () const |
fitted track momentum horizontal component More... | |
float | py () const |
fitted track momentum vertical component More... | |
float | pz () const |
fitted track momentum longitudinal component More... | |
void | setContributingLocalTracks (const CTPPSLocalTrackLiteRefVector &v) |
store the list of RP tracks that contributed to this global track More... | |
void | setMethod (const ReconstructionMethod &method) |
set the reconstruction method for this track More... | |
void | setTime (float time) |
void | setTimeError (float time_err) |
void | setValidFit (bool valid=true) |
set the flag for the fit validity More... | |
float | t () const |
four-momentum transfer squared, in GeV^2 More... | |
float | thetaX () const |
vertical scattering angle, in rad More... | |
float | thetaXError () const |
uncertainty on fitted momentum horizontal angle opening More... | |
float | thetaY () const |
horizontal scattering angle, in rad More... | |
float | thetaYError () const |
uncertainty on fitted momentum vertical angle opening More... | |
float | time () const |
time of proton arrival at forward stations More... | |
float | timeError () const |
uncertainty on time of proton arrival at forward stations More... | |
bool | validFit () const |
flag for the fit validity More... | |
const Point & | vertex () const |
fitted vertex position More... | |
float | vx () const |
fitted vertex horizontal position More... | |
float | vxError () const |
uncertainty on fitted vertex horizontal position More... | |
float | vy () const |
fitted vertex vertical position More... | |
float | vyError () const |
uncertainty on fitted vertex vertical position More... | |
float | vz () const |
vertex longitudinal position (conventionally set to 0) More... | |
float | xi () const |
longitudinal fractional momentum loss More... | |
float | xiError () const |
uncertainty on longitudinal fractional momentum loss More... | |
Static Public Member Functions | |
static float | calculateT (double beam_mom, double proton_mom, double theta) |
compute the squared four-momentum transfer from incident and scattered momenta, and angular information More... | |
static float | mass () |
proton mass in GeV More... | |
Private Attributes | |
float | chi2_ |
chi-squared More... | |
CTPPSLocalTrackLiteRefVector | contributing_local_tracks_ |
collection of references to tracks contributing to this object definition More... | |
CovarianceMatrix | covariance_ |
5x5 covariance matrix More... | |
ReconstructionMethod | method_ |
type of reconstruction applied More... | |
Vector | momentum_ |
reconstructed momentum vector More... | |
unsigned int | ndof_ |
number of degrees of freedom More... | |
float | time_ |
reconstructed time at forward detectors More... | |
float | time_err_ |
uncertainty on reconstructed time at forward detectors More... | |
bool | valid_fit_ |
fit validity flag More... | |
Point | vertex_ |
reconstructed vertex position at z/s = 0 More... | |
float | xi_ |
fractional momentum loss (positive for diffractive protons) More... | |
Static Private Attributes | |
static float | mass_ = 0.938272046 |
proton mass, GeV More... | |
static float | massSquared_ = 0.88035443 |
proton mass squared, GeV^2 More... | |
Definition at line 20 of file ForwardProton.h.
dimension-parameter covariance matrix
Definition at line 28 of file ForwardProton.h.
point in the space
Definition at line 32 of file ForwardProton.h.
spatial vector
Definition at line 30 of file ForwardProton.h.
anonymous enum |
parameter dimension
Enumerator | |
---|---|
dimension |
Definition at line 24 of file ForwardProton.h.
|
strong |
indices to the covariance matrix
Enumerator | |
---|---|
xi | |
th_x | |
vtx_x | |
th_y | |
vtx_y | |
num_indices |
Definition at line 26 of file ForwardProton.h.
|
strong |
|
strong |
type of reconstruction applied for this track
Enumerator | |
---|---|
invalid | |
singleRP | |
multiRP |
Definition at line 34 of file ForwardProton.h.
ForwardProton::ForwardProton | ( | ) |
default constructor
Definition at line 13 of file ForwardProton.cc.
ForwardProton::ForwardProton | ( | double | chi2, |
double | ndof, | ||
const Point & | vtx, | ||
const Vector & | momentum, | ||
float | xi, | ||
const CovarianceMatrix & | cov, | ||
ReconstructionMethod | method, | ||
const CTPPSLocalTrackLiteRefVector & | local_tracks, | ||
bool | valid, | ||
const float | time = 0. , |
||
const float | time_err = 0. |
||
) |
constructor from refit parameters, fitted vertex and momentum, and longitudinal fractional momentum loss
Definition at line 18 of file ForwardProton.cc.
|
static |
compute the squared four-momentum transfer from incident and scattered momenta, and angular information
Definition at line 29 of file ForwardProton.cc.
References massSquared_, S(), funct::sin(), mathSSE::sqrt(), and genVertex_cff::t0.
Referenced by CTPPSProtonReconstructionSimulationValidator::fillPlots(), mass(), and t().
|
inline |
chi-squared of the fit
Definition at line 67 of file ForwardProton.h.
References chi2_.
Referenced by CTPPSProtonReconstructionPlotter::MultiRPPlots::fill().
|
inline |
list of RP tracks that contributed to this global track
Definition at line 130 of file ForwardProton.h.
References contributing_local_tracks_.
Referenced by CTPPSProtonReconstructionPlotter::analyze(), CTPPSProtonReconstructionPlotter::CalculateTimingTrackingDistance(), and CTPPSProtonReconstructionPlotter::MultiRPPlots::fill().
|
inline |
return the uncertainty on a given component
Definition at line 85 of file ForwardProton.h.
References covariance_, and mathSSE::sqrt().
Referenced by Page1Parser.Page1Parser::check_for_whole_start_tag(), thetaXError(), thetaYError(), vxError(), vyError(), and xiError().
|
inline |
Definition at line 134 of file ForwardProton.h.
References invalid, pz(), sector45, and sector56.
|
inlinestatic |
proton mass in GeV
Definition at line 101 of file ForwardProton.h.
References calculateT(), mass_, t(), and theta().
Referenced by Particle.Particle::__str__(), and DiObject.DiMuon::__str__().
|
inline |
reconstruction method for this track
Definition at line 125 of file ForwardProton.h.
References method_.
Referenced by setMethod().
|
inline |
fitted track direction
Definition at line 54 of file ForwardProton.h.
References momentum_.
|
inline |
number of degrees of freedom for the track fit
Definition at line 69 of file ForwardProton.h.
References ndof_.
Referenced by CTPPSProtonReconstructionPlotter::MultiRPPlots::fill().
|
inline |
chi-squared divided by ndof (or chi-squared * 1e6 if ndof is zero)
Definition at line 71 of file ForwardProton.h.
Referenced by CTPPSProtonReconstructionPlotter::MultiRPPlots::fill().
|
inline |
scalar norm of fitted track momentum
Definition at line 56 of file ForwardProton.h.
References momentum_.
Referenced by Electron.Electron::ptErr(), t(), thetaX(), and thetaY().
|
inline |
scalar fitted track transverse momentum
Definition at line 58 of file ForwardProton.h.
References momentum_.
Referenced by Particle.Particle::__str__(), DiObject.DiMuon::__str__(), Photon.Photon::calScaledIsoValueExp(), Photon.Photon::calScaledIsoValueLin(), Photon.Photon::calScaledIsoValueQuadr(), Electron.Electron::mvaIDLoose(), Electron.Electron::mvaIDRun2(), Electron.Electron::mvaIDTight(), Electron.Electron::ptErr(), ntupleDataFormat.Track::ptPull(), Lepton.Lepton::relIso(), Lepton.Lepton::relIsoFromEA(), Lepton.Lepton::relIsoR(), and Jet.Jet::setCorrP4().
|
inline |
fitted track momentum horizontal component
Definition at line 60 of file ForwardProton.h.
References momentum_.
Referenced by thetaX().
|
inline |
fitted track momentum vertical component
Definition at line 62 of file ForwardProton.h.
References momentum_.
Referenced by thetaY().
|
inline |
fitted track momentum longitudinal component
Definition at line 64 of file ForwardProton.h.
References momentum_.
Referenced by lhcSector().
|
inline |
store the list of RP tracks that contributed to this global track
Definition at line 128 of file ForwardProton.h.
References contributing_local_tracks_, and findQualityFiles::v.
Referenced by CTPPSProtonProducer::produce().
|
inline |
set the reconstruction method for this track
Definition at line 123 of file ForwardProton.h.
References method(), and method_.
|
inline |
Definition at line 111 of file ForwardProton.h.
Referenced by CTPPSProtonProducer::produce().
|
inline |
Definition at line 115 of file ForwardProton.h.
References time_err_.
Referenced by CTPPSProtonProducer::produce().
|
inline |
set the flag for the fit validity
Definition at line 118 of file ForwardProton.h.
References valid_fit_.
float ForwardProton::t | ( | ) | const |
four-momentum transfer squared, in GeV^2
Definition at line 37 of file ForwardProton.cc.
References calculateT(), p(), theta(), thetaX(), thetaY(), and xi().
Referenced by CTPPSProtonReconstructionPlotter::MultiRPPlots::fill(), CTPPSProtonReconstructionSimulationValidator::fillPlots(), and mass().
|
inline |
vertical scattering angle, in rad
Definition at line 78 of file ForwardProton.h.
Referenced by CTPPSProtonReconstructionPlotter::MultiRPPlots::fill(), CTPPSProtonReconstructionSimulationValidator::fillPlots(), and t().
|
inline |
uncertainty on fitted momentum horizontal angle opening
Definition at line 92 of file ForwardProton.h.
|
inline |
horizontal scattering angle, in rad
Definition at line 80 of file ForwardProton.h.
Referenced by CTPPSProtonReconstructionPlotter::SingleRPPlots::fill(), CTPPSProtonReconstructionPlotter::MultiRPPlots::fill(), CTPPSProtonReconstructionPlotter::SingleMultiCorrelationPlots::fill(), CTPPSProtonReconstructionPlotter::ArmCorrelationPlots::fill(), CTPPSProtonReconstructionSimulationValidator::fillPlots(), and t().
|
inline |
uncertainty on fitted momentum vertical angle opening
Definition at line 94 of file ForwardProton.h.
|
inline |
time of proton arrival at forward stations
Definition at line 110 of file ForwardProton.h.
References time_.
Referenced by CTPPSProtonReconstructionPlotter::MultiRPPlots::fill(), and setTime().
|
inline |
uncertainty on time of proton arrival at forward stations
Definition at line 114 of file ForwardProton.h.
References time_err_.
|
inline |
flag for the fit validity
Definition at line 120 of file ForwardProton.h.
References valid_fit_.
Referenced by CTPPSProtonReconstructionPlotter::SingleRPPlots::fill(), CTPPSProtonReconstructionPlotter::MultiRPPlots::fill(), CTPPSProtonReconstructionPlotter::SingleMultiCorrelationPlots::fill(), and CTPPSProtonReconstructionPlotter::ArmCorrelationPlots::fill().
|
inline |
fitted vertex position
Definition at line 46 of file ForwardProton.h.
References vertex_.
Referenced by Tau.Tau::dxy(), CTPPSProtonReconstructionPlotter::MultiRPPlots::fill(), and CTPPSProtonReconstructionSimulationValidator::fillPlots().
|
inline |
fitted vertex horizontal position
Definition at line 48 of file ForwardProton.h.
References vertex_.
|
inline |
uncertainty on fitted vertex horizontal position
Definition at line 96 of file ForwardProton.h.
References error(), and vtx_x.
|
inline |
fitted vertex vertical position
Definition at line 50 of file ForwardProton.h.
References vertex_.
|
inline |
uncertainty on fitted vertex vertical position
Definition at line 98 of file ForwardProton.h.
References error(), and vtx_y.
|
inline |
vertex longitudinal position (conventionally set to 0)
Definition at line 52 of file ForwardProton.h.
References vertex_.
|
inline |
longitudinal fractional momentum loss
Definition at line 76 of file ForwardProton.h.
References xi_.
Referenced by CTPPSProtonReconstructionPlotter::SingleRPPlots::fill(), CTPPSProtonReconstructionPlotter::MultiRPPlots::fill(), CTPPSProtonReconstructionPlotter::SingleMultiCorrelationPlots::fill(), CTPPSProtonReconstructionPlotter::ArmCorrelationPlots::fill(), CTPPSProtonReconstructionSimulationValidator::fillPlots(), and t().
|
inline |
uncertainty on longitudinal fractional momentum loss
Definition at line 90 of file ForwardProton.h.
|
private |
chi-squared
Definition at line 158 of file ForwardProton.h.
Referenced by chi2(), and normalizedChi2().
|
private |
collection of references to tracks contributing to this object definition
Definition at line 166 of file ForwardProton.h.
Referenced by contributingLocalTracks(), and setContributingLocalTracks().
|
private |
|
staticprivate |
|
staticprivate |
proton mass squared, GeV^2
Definition at line 143 of file ForwardProton.h.
Referenced by calculateT().
|
private |
type of reconstruction applied
Definition at line 164 of file ForwardProton.h.
Referenced by method(), and setMethod().
|
private |
reconstructed momentum vector
Definition at line 148 of file ForwardProton.h.
|
private |
number of degrees of freedom
Definition at line 160 of file ForwardProton.h.
Referenced by ndof(), and normalizedChi2().
|
private |
reconstructed time at forward detectors
Definition at line 150 of file ForwardProton.h.
|
private |
uncertainty on reconstructed time at forward detectors
Definition at line 152 of file ForwardProton.h.
Referenced by setTimeError(), and timeError().
|
private |
fit validity flag
Definition at line 162 of file ForwardProton.h.
Referenced by setValidFit(), and validFit().
|
private |
|
private |
fractional momentum loss (positive for diffractive protons)
Definition at line 154 of file ForwardProton.h.
Referenced by xi().