![]() |
ATLAS Offline Software
|
EM convert property class data class. More...
#include <EMConvert.h>
Public Member Functions | |
| EMConvert () | |
| Default constructor. | |
| virtual | ~EMConvert ()=default |
| Destructor. | |
| virtual const std::string & | className () const |
| virtual double | parameter (egammaParameters::ParamDef) const |
| general parameter retrieval | |
| void | set_parameter (egammaParameters::ParamDef, double, bool overwrite=false) |
| general parameter setting | |
| virtual bool | boolParameter (egammaParameters::ParamDef) const |
| virtual int | intParameter (egammaParameters::ParamDef) const |
| virtual bool | hasParameter (egammaParameters::ParamDef) const |
| virtual bool | hasBoolParameter (egammaParameters::ParamDef) const |
| virtual bool | hasIntParameter (egammaParameters::ParamDef) const |
| void | print () const |
| void | fillVxDetails (const Trk::VxCandidate *vxCand, int trkAuthor) |
| Trk::VxCandidate * | getVxCandidate () const |
| get the VxCandidate from the stored egammaParameters | |
| bool | convTrackMatch () const |
| conversion track matches egamma track | |
| bool | convAngleMatch () const |
| conversion angle matches egamma angle | |
| double | convMatchDeltaEta1 () const |
| Delta eta of match between track or photon and cluster. | |
| double | convMatchDeltaPhi1 () const |
| Delta phi of match between track or photon and cluster. | |
| double | convMatchDeltaEta2 () const |
| Delta eta of match between 2nd track and cluster. | |
| double | convMatchDeltaPhi2 () const |
| Delta phi of match between 2nd track and cluster. | |
| double | convMatchDeltaEta1_refit () const |
| Delta eta of match between track or photon and cluster (after refit) | |
| double | convMatchDeltaPhi1_refit () const |
| Delta phi of match between track or photon and cluster (after refit) | |
| double | convMatchDeltaEta2_refit () const |
| Delta eta of match between 2nd track and cluster (after refit) | |
| double | convMatchDeltaPhi2_refit () const |
| Delta phi of match between 2nd track and cluster (after refit) | |
| double | vertex_x () const |
| vertex position (cartesian coordinates) | |
| double | vertex_y () const |
| double | vertex_z () const |
| double | vertex_Covxx () const |
| vertex position covariance matrix (cartesian coordinates) | |
| double | vertex_Covxy () const |
| double | vertex_Covxz () const |
| double | vertex_Covyy () const |
| double | vertex_Covyz () const |
| double | vertex_Covzz () const |
| double | vertex_chi2 () const |
| vertex fit quality | |
| int | vertex_ndf () const |
| int | vertex_numTracks () const |
| double | vertex_track1_phi () const |
| track1 global momentum (cartesian coordinates) | |
| double | vertex_track1_theta () const |
| double | vertex_track1_qOverP () const |
| double | vertex_track1_chi2 () const |
| track1 chi2 | |
| int | vertex_track1_author () const |
| track1 author | |
| double | vertex_track2_phi () const |
| track2 global momentum (cartesian coordinates) | |
| double | vertex_track2_theta () const |
| double | vertex_track2_qOverP () const |
| double | vertex_track2_chi2 () const |
| track2 chi2 | |
| int | vertex_track2_author () const |
| track2 author | |
| double | vertex_Covd01d01 () const |
| refitted track covariance matrix and correlations with vertex position | |
| double | vertex_Covd01z01 () const |
| double | vertex_Covd01phi1 () const |
| double | vertex_Covd01theta1 () const |
| double | vertex_Covd01qOverP1 () const |
| double | vertex_Covz01z01 () const |
| double | vertex_Covz01phi1 () const |
| double | vertex_Covz01theta1 () const |
| double | vertex_Covz01qOverP1 () const |
| double | vertex_Covphi1phi1 () const |
| double | vertex_Covphi1theta1 () const |
| double | vertex_Covphi1qOverP1 () const |
| double | vertex_Covtheta1theta1 () const |
| double | vertex_Covtheta1qOverP1 () const |
| double | vertex_CovqOverP1qOverP1 () const |
| double | vertex_Covphi1phi2 () const |
| double | vertex_Covphi1theta2 () const |
| double | vertex_Covphi1qOverP2 () const |
| double | vertex_Covtheta1phi2 () const |
| double | vertex_Covtheta1theta2 () const |
| double | vertex_Covtheta1qOverP2 () const |
| double | vertex_CovqOverP1phi2 () const |
| double | vertex_CovqOverP1theta2 () const |
| double | vertex_CovqOverP1qOverP2 () const |
| double | vertex_Covphi1x () const |
| double | vertex_Covphi1y () const |
| double | vertex_Covphi1z () const |
| double | vertex_Covtheta1x () const |
| double | vertex_Covtheta1y () const |
| double | vertex_Covtheta1z () const |
| double | vertex_CovqOverP1x () const |
| double | vertex_CovqOverP1y () const |
| double | vertex_CovqOverP1z () const |
| double | vertex_Covd02d02 () const |
| double | vertex_Covd02z02 () const |
| double | vertex_Covd02phi2 () const |
| double | vertex_Covd02theta2 () const |
| double | vertex_Covd02qOverP2 () const |
| double | vertex_Covz02z02 () const |
| double | vertex_Covz02phi2 () const |
| double | vertex_Covz02theta2 () const |
| double | vertex_Covz02qOverP2 () const |
| double | vertex_Covphi2phi2 () const |
| double | vertex_Covphi2theta2 () const |
| double | vertex_Covphi2qOverP2 () const |
| double | vertex_Covtheta2theta2 () const |
| double | vertex_Covtheta2qOverP2 () const |
| double | vertex_CovqOverP2qOverP2 () const |
| double | vertex_Covphi2x () const |
| double | vertex_Covphi2y () const |
| double | vertex_Covphi2z () const |
| double | vertex_Covtheta2x () const |
| double | vertex_Covtheta2y () const |
| double | vertex_Covtheta2z () const |
| double | vertex_CovqOverP2x () const |
| double | vertex_CovqOverP2y () const |
| double | vertex_CovqOverP2z () const |
| int | ambiguityResult () const |
| int | linkIndex () const |
| void | set_convTrackMatch (bool) |
| void | set_convAngleMatch (bool) |
| void | set_convMatchDeltaEta1 (double) |
| void | set_convMatchDeltaPhi1 (double) |
| void | set_convMatchDeltaEta2 (double) |
| void | set_convMatchDeltaPhi2 (double) |
| void | set_convMatchDeltaEta1_refit (double) |
| void | set_convMatchDeltaPhi1_refit (double) |
| void | set_convMatchDeltaEta2_refit (double) |
| void | set_convMatchDeltaPhi2_refit (double) |
| void | set_vertex_x (double) |
| void | set_vertex_y (double) |
| void | set_vertex_z (double) |
| void | set_vertex_Covxx (double) |
| void | set_vertex_Covxy (double) |
| void | set_vertex_Covxz (double) |
| void | set_vertex_Covyy (double) |
| void | set_vertex_Covyz (double) |
| void | set_vertex_Covzz (double) |
| void | set_vertex_chi2 (double) |
| void | set_vertex_ndf (int) |
| void | set_vertex_numTracks (int) |
| void | set_vertex_track1_phi (double) |
| void | set_vertex_track1_theta (double) |
| void | set_vertex_track1_qOverP (double) |
| void | set_vertex_track1_chi2 (double) |
| void | set_vertex_track1_author (int) |
| void | set_vertex_track2_phi (double) |
| void | set_vertex_track2_theta (double) |
| void | set_vertex_track2_qOverP (double) |
| void | set_vertex_track2_chi2 (double) |
| void | set_vertex_track2_author (int) |
| void | set_vertex_Covd01d01 (double) |
| void | set_vertex_Covd01z01 (double) |
| void | set_vertex_Covd01phi1 (double) |
| void | set_vertex_Covd01theta1 (double) |
| void | set_vertex_Covd01qOverP1 (double) |
| void | set_vertex_Covz01z01 (double) |
| void | set_vertex_Covz01phi1 (double) |
| void | set_vertex_Covz01theta1 (double) |
| void | set_vertex_Covz01qOverP1 (double) |
| void | set_vertex_Covphi1phi1 (double) |
| void | set_vertex_Covphi1theta1 (double) |
| void | set_vertex_Covphi1qOverP1 (double) |
| void | set_vertex_Covtheta1theta1 (double) |
| void | set_vertex_Covtheta1qOverP1 (double) |
| void | set_vertex_CovqOverP1qOverP1 (double) |
| void | set_vertex_Covphi1phi2 (double) |
| void | set_vertex_Covphi1theta2 (double) |
| void | set_vertex_Covphi1qOverP2 (double) |
| void | set_vertex_Covtheta1phi2 (double) |
| void | set_vertex_Covtheta1theta2 (double) |
| void | set_vertex_Covtheta1qOverP2 (double) |
| void | set_vertex_CovqOverP1phi2 (double) |
| void | set_vertex_CovqOverP1theta2 (double) |
| void | set_vertex_CovqOverP1qOverP2 (double) |
| void | set_vertex_Covphi1x (double) |
| void | set_vertex_Covphi1y (double) |
| void | set_vertex_Covphi1z (double) |
| void | set_vertex_Covtheta1x (double) |
| void | set_vertex_Covtheta1y (double) |
| void | set_vertex_Covtheta1z (double) |
| void | set_vertex_CovqOverP1x (double) |
| void | set_vertex_CovqOverP1y (double) |
| void | set_vertex_CovqOverP1z (double) |
| void | set_vertex_Covd02d02 (double) |
| void | set_vertex_Covd02z02 (double) |
| void | set_vertex_Covd02phi2 (double) |
| void | set_vertex_Covd02theta2 (double) |
| void | set_vertex_Covd02qOverP2 (double) |
| void | set_vertex_Covz02z02 (double) |
| void | set_vertex_Covz02phi2 (double) |
| void | set_vertex_Covz02theta2 (double) |
| void | set_vertex_Covz02qOverP2 (double) |
| void | set_vertex_Covphi2phi2 (double) |
| void | set_vertex_Covphi2theta2 (double) |
| void | set_vertex_Covphi2qOverP2 (double) |
| void | set_vertex_Covtheta2theta2 (double) |
| void | set_vertex_Covtheta2qOverP2 (double) |
| void | set_vertex_CovqOverP2qOverP2 (double) |
| void | set_vertex_Covphi2x (double) |
| void | set_vertex_Covphi2y (double) |
| void | set_vertex_Covphi2z (double) |
| void | set_vertex_Covtheta2x (double) |
| void | set_vertex_Covtheta2y (double) |
| void | set_vertex_Covtheta2z (double) |
| void | set_vertex_CovqOverP2x (double) |
| void | set_vertex_CovqOverP2y (double) |
| void | set_vertex_CovqOverP2z (double) |
| void | set_ambiguityResult (int) |
| void | set_linkIndex (int) |
Private Member Functions | |
| void | fillDummy () |
| fill the details with dummy values (so we can avoid uninitialized values when the conversion refit is not executed for some conversions) *\/ | |
| void | fillVertex (const Trk::VxCandidate *vxCand) |
| fill the vertex variables from a Trk::VxCandidate *\/ | |
| void | fillVxTracks (const Trk::VxCandidate *vxCand, int trkAuthor) |
| void | set_parameterBool (egammaParameters::ParamDef, bool, bool overwrite=false) |
| void | set_parameterInt (egammaParameters::ParamDef, int, bool overwrite=false) |
| AmgSymMatrix (3) *getVxPosErrorMatrix() const | |
| get the vertex position error matrix from the stored egammaParameters | |
| AmgSymMatrix (5) getTrk1ErrorMatrix() const | |
| get the error matrix for the first track from the stored egammaParameters | |
| AmgSymMatrix (5) getTrk2ErrorMatrix() const | |
| get the error matrix for the second track from the stored egammaParameters | |
| Amg::MatrixX * | getVxErrorMatrix () const |
| get the full vertex error matrix from the stored egammaParameters | |
Private Attributes | |
| std::vector< std::pair< egammaParameters::ParamDef, bool > > | m_parametersBool |
| std::vector< std::pair< egammaParameters::ParamDef, int > > | m_parametersInt |
| std::vector< std::pair< egammaParameters::ParamDef, double > > | m_parameters |
EM convert property class data class.
Definition at line 34 of file EMConvert.h.
| EMConvert::EMConvert | ( | ) |
Default constructor.
Definition at line 45 of file EMConvert.cxx.
|
virtualdefault |
Destructor.
| int EMConvert::ambiguityResult | ( | ) | const |
Definition at line 496 of file EMConvert.cxx.
|
private |
get the vertex position error matrix from the stored egammaParameters
|
private |
get the error matrix for the first track from the stored egammaParameters
|
private |
get the error matrix for the second track from the stored egammaParameters
|
virtual |
Reimplemented from egDetail.
Definition at line 188 of file EMConvert.cxx.
|
virtual |
Reimplemented from egDetail.
Definition at line 155 of file EMConvert.cxx.
| bool EMConvert::convAngleMatch | ( | ) | const |
conversion angle matches egamma angle
Definition at line 408 of file EMConvert.cxx.
| double EMConvert::convMatchDeltaEta1 | ( | ) | const |
Delta eta of match between track or photon and cluster.
Definition at line 409 of file EMConvert.cxx.
| double EMConvert::convMatchDeltaEta1_refit | ( | ) | const |
Delta eta of match between track or photon and cluster (after refit)
Definition at line 413 of file EMConvert.cxx.
| double EMConvert::convMatchDeltaEta2 | ( | ) | const |
| double EMConvert::convMatchDeltaEta2_refit | ( | ) | const |
Delta eta of match between 2nd track and cluster (after refit)
Definition at line 415 of file EMConvert.cxx.
| double EMConvert::convMatchDeltaPhi1 | ( | ) | const |
Delta phi of match between track or photon and cluster.
Definition at line 410 of file EMConvert.cxx.
| double EMConvert::convMatchDeltaPhi1_refit | ( | ) | const |
Delta phi of match between track or photon and cluster (after refit)
Definition at line 414 of file EMConvert.cxx.
| double EMConvert::convMatchDeltaPhi2 | ( | ) | const |
| double EMConvert::convMatchDeltaPhi2_refit | ( | ) | const |
Delta phi of match between 2nd track and cluster (after refit)
Definition at line 416 of file EMConvert.cxx.
| bool EMConvert::convTrackMatch | ( | ) | const |
conversion track matches egamma track
Definition at line 407 of file EMConvert.cxx.
|
private |
fill the details with dummy values (so we can avoid uninitialized values when the conversion refit is not executed for some conversions) *\/
Definition at line 594 of file EMConvert.cxx.
|
private |
fill the vertex variables from a Trk::VxCandidate *\/
Definition at line 697 of file EMConvert.cxx.
| void EMConvert::fillVxDetails | ( | const Trk::VxCandidate * | vxCand, |
| int | trkAuthor ) |
Definition at line 687 of file EMConvert.cxx.
|
private |
Definition at line 760 of file EMConvert.cxx.
| Trk::VxCandidate * EMConvert::getVxCandidate | ( | ) | const |
get the VxCandidate from the stored egammaParameters
|
private |
get the full vertex error matrix from the stored egammaParameters
|
virtual |
|
virtual |
Reimplemented from egDetail.
Definition at line 55 of file EMConvert.cxx.
|
virtual |
Reimplemented from egDetail.
Definition at line 65 of file EMConvert.cxx.
|
virtual |
Reimplemented from egDetail.
Definition at line 204 of file EMConvert.cxx.
|
virtual |
|
virtual |
general parameter retrieval
Reimplemented from egDetail.
Definition at line 161 of file EMConvert.cxx.
| void EMConvert::print | ( | ) | const |
Definition at line 308 of file EMConvert.cxx.
| void EMConvert::set_ambiguityResult | ( | int | x | ) |
Definition at line 590 of file EMConvert.cxx.
| void EMConvert::set_convAngleMatch | ( | bool | x | ) |
Definition at line 502 of file EMConvert.cxx.
| void EMConvert::set_convMatchDeltaEta1 | ( | double | x | ) |
Definition at line 503 of file EMConvert.cxx.
| void EMConvert::set_convMatchDeltaEta1_refit | ( | double | x | ) |
Definition at line 507 of file EMConvert.cxx.
| void EMConvert::set_convMatchDeltaEta2 | ( | double | x | ) |
Definition at line 505 of file EMConvert.cxx.
| void EMConvert::set_convMatchDeltaEta2_refit | ( | double | x | ) |
Definition at line 509 of file EMConvert.cxx.
| void EMConvert::set_convMatchDeltaPhi1 | ( | double | x | ) |
Definition at line 504 of file EMConvert.cxx.
| void EMConvert::set_convMatchDeltaPhi1_refit | ( | double | x | ) |
Definition at line 508 of file EMConvert.cxx.
| void EMConvert::set_convMatchDeltaPhi2 | ( | double | x | ) |
Definition at line 506 of file EMConvert.cxx.
| void EMConvert::set_convMatchDeltaPhi2_refit | ( | double | x | ) |
Definition at line 510 of file EMConvert.cxx.
| void EMConvert::set_convTrackMatch | ( | bool | x | ) |
Definition at line 501 of file EMConvert.cxx.
|
virtual |
| void EMConvert::set_parameter | ( | egammaParameters::ParamDef | key, |
| double | value, | ||
| bool | overwrite = false ) |
general parameter setting
Definition at line 222 of file EMConvert.cxx.
|
private |
Definition at line 257 of file EMConvert.cxx.
|
private |
Definition at line 281 of file EMConvert.cxx.
| void EMConvert::set_vertex_chi2 | ( | double | x | ) |
Definition at line 520 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covd01d01 | ( | double | x | ) |
Definition at line 533 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covd01phi1 | ( | double | x | ) |
Definition at line 535 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covd01qOverP1 | ( | double | x | ) |
Definition at line 537 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covd01theta1 | ( | double | x | ) |
Definition at line 536 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covd01z01 | ( | double | x | ) |
Definition at line 534 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covd02d02 | ( | double | x | ) |
Definition at line 566 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covd02phi2 | ( | double | x | ) |
Definition at line 568 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covd02qOverP2 | ( | double | x | ) |
Definition at line 570 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covd02theta2 | ( | double | x | ) |
Definition at line 569 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covd02z02 | ( | double | x | ) |
Definition at line 567 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi1phi1 | ( | double | x | ) |
Definition at line 542 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi1phi2 | ( | double | x | ) |
Definition at line 548 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi1qOverP1 | ( | double | x | ) |
Definition at line 544 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi1qOverP2 | ( | double | x | ) |
Definition at line 550 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi1theta1 | ( | double | x | ) |
Definition at line 543 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi1theta2 | ( | double | x | ) |
Definition at line 549 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi1x | ( | double | x | ) |
Definition at line 557 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi1y | ( | double | x | ) |
Definition at line 558 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi1z | ( | double | x | ) |
Definition at line 559 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi2phi2 | ( | double | x | ) |
Definition at line 575 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi2qOverP2 | ( | double | x | ) |
Definition at line 577 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi2theta2 | ( | double | x | ) |
Definition at line 576 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi2x | ( | double | x | ) |
Definition at line 581 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi2y | ( | double | x | ) |
Definition at line 582 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covphi2z | ( | double | x | ) |
Definition at line 583 of file EMConvert.cxx.
| void EMConvert::set_vertex_CovqOverP1phi2 | ( | double | x | ) |
Definition at line 554 of file EMConvert.cxx.
| void EMConvert::set_vertex_CovqOverP1qOverP1 | ( | double | x | ) |
Definition at line 547 of file EMConvert.cxx.
| void EMConvert::set_vertex_CovqOverP1qOverP2 | ( | double | x | ) |
Definition at line 556 of file EMConvert.cxx.
| void EMConvert::set_vertex_CovqOverP1theta2 | ( | double | x | ) |
Definition at line 555 of file EMConvert.cxx.
| void EMConvert::set_vertex_CovqOverP1x | ( | double | x | ) |
Definition at line 563 of file EMConvert.cxx.
| void EMConvert::set_vertex_CovqOverP1y | ( | double | x | ) |
Definition at line 564 of file EMConvert.cxx.
| void EMConvert::set_vertex_CovqOverP1z | ( | double | x | ) |
Definition at line 565 of file EMConvert.cxx.
| void EMConvert::set_vertex_CovqOverP2qOverP2 | ( | double | x | ) |
Definition at line 580 of file EMConvert.cxx.
| void EMConvert::set_vertex_CovqOverP2x | ( | double | x | ) |
Definition at line 587 of file EMConvert.cxx.
| void EMConvert::set_vertex_CovqOverP2y | ( | double | x | ) |
Definition at line 588 of file EMConvert.cxx.
| void EMConvert::set_vertex_CovqOverP2z | ( | double | x | ) |
Definition at line 589 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta1phi2 | ( | double | x | ) |
Definition at line 551 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta1qOverP1 | ( | double | x | ) |
Definition at line 546 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta1qOverP2 | ( | double | x | ) |
Definition at line 553 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta1theta1 | ( | double | x | ) |
Definition at line 545 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta1theta2 | ( | double | x | ) |
Definition at line 552 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta1x | ( | double | x | ) |
Definition at line 560 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta1y | ( | double | x | ) |
Definition at line 561 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta1z | ( | double | x | ) |
Definition at line 562 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta2qOverP2 | ( | double | x | ) |
Definition at line 579 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta2theta2 | ( | double | x | ) |
Definition at line 578 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta2x | ( | double | x | ) |
Definition at line 584 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta2y | ( | double | x | ) |
Definition at line 585 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covtheta2z | ( | double | x | ) |
Definition at line 586 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covxx | ( | double | x | ) |
Definition at line 514 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covxy | ( | double | x | ) |
Definition at line 515 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covxz | ( | double | x | ) |
Definition at line 516 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covyy | ( | double | x | ) |
Definition at line 517 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covyz | ( | double | x | ) |
Definition at line 518 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covz01phi1 | ( | double | x | ) |
Definition at line 539 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covz01qOverP1 | ( | double | x | ) |
Definition at line 541 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covz01theta1 | ( | double | x | ) |
Definition at line 540 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covz01z01 | ( | double | x | ) |
Definition at line 538 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covz02phi2 | ( | double | x | ) |
Definition at line 572 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covz02qOverP2 | ( | double | x | ) |
Definition at line 574 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covz02theta2 | ( | double | x | ) |
Definition at line 573 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covz02z02 | ( | double | x | ) |
Definition at line 571 of file EMConvert.cxx.
| void EMConvert::set_vertex_Covzz | ( | double | x | ) |
Definition at line 519 of file EMConvert.cxx.
| void EMConvert::set_vertex_ndf | ( | int | x | ) |
Definition at line 521 of file EMConvert.cxx.
| void EMConvert::set_vertex_numTracks | ( | int | x | ) |
Definition at line 522 of file EMConvert.cxx.
| void EMConvert::set_vertex_track1_author | ( | int | x | ) |
Definition at line 527 of file EMConvert.cxx.
| void EMConvert::set_vertex_track1_chi2 | ( | double | x | ) |
Definition at line 526 of file EMConvert.cxx.
| void EMConvert::set_vertex_track1_phi | ( | double | x | ) |
Definition at line 523 of file EMConvert.cxx.
| void EMConvert::set_vertex_track1_qOverP | ( | double | x | ) |
Definition at line 525 of file EMConvert.cxx.
| void EMConvert::set_vertex_track1_theta | ( | double | x | ) |
Definition at line 524 of file EMConvert.cxx.
| void EMConvert::set_vertex_track2_author | ( | int | x | ) |
Definition at line 532 of file EMConvert.cxx.
| void EMConvert::set_vertex_track2_chi2 | ( | double | x | ) |
Definition at line 531 of file EMConvert.cxx.
| void EMConvert::set_vertex_track2_phi | ( | double | x | ) |
Definition at line 528 of file EMConvert.cxx.
| void EMConvert::set_vertex_track2_qOverP | ( | double | x | ) |
Definition at line 530 of file EMConvert.cxx.
| void EMConvert::set_vertex_track2_theta | ( | double | x | ) |
Definition at line 529 of file EMConvert.cxx.
| void EMConvert::set_vertex_x | ( | double | x | ) |
Definition at line 511 of file EMConvert.cxx.
| void EMConvert::set_vertex_y | ( | double | x | ) |
Definition at line 512 of file EMConvert.cxx.
| void EMConvert::set_vertex_z | ( | double | x | ) |
Definition at line 513 of file EMConvert.cxx.
| double EMConvert::vertex_chi2 | ( | ) | const |
| double EMConvert::vertex_Covd01d01 | ( | ) | const |
refitted track covariance matrix and correlations with vertex position
Definition at line 439 of file EMConvert.cxx.
| double EMConvert::vertex_Covd01phi1 | ( | ) | const |
Definition at line 441 of file EMConvert.cxx.
| double EMConvert::vertex_Covd01qOverP1 | ( | ) | const |
Definition at line 443 of file EMConvert.cxx.
| double EMConvert::vertex_Covd01theta1 | ( | ) | const |
Definition at line 442 of file EMConvert.cxx.
| double EMConvert::vertex_Covd01z01 | ( | ) | const |
Definition at line 440 of file EMConvert.cxx.
| double EMConvert::vertex_Covd02d02 | ( | ) | const |
Definition at line 472 of file EMConvert.cxx.
| double EMConvert::vertex_Covd02phi2 | ( | ) | const |
Definition at line 474 of file EMConvert.cxx.
| double EMConvert::vertex_Covd02qOverP2 | ( | ) | const |
Definition at line 476 of file EMConvert.cxx.
| double EMConvert::vertex_Covd02theta2 | ( | ) | const |
Definition at line 475 of file EMConvert.cxx.
| double EMConvert::vertex_Covd02z02 | ( | ) | const |
Definition at line 473 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi1phi1 | ( | ) | const |
Definition at line 448 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi1phi2 | ( | ) | const |
Definition at line 454 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi1qOverP1 | ( | ) | const |
Definition at line 450 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi1qOverP2 | ( | ) | const |
Definition at line 456 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi1theta1 | ( | ) | const |
Definition at line 449 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi1theta2 | ( | ) | const |
Definition at line 455 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi1x | ( | ) | const |
Definition at line 463 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi1y | ( | ) | const |
Definition at line 464 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi1z | ( | ) | const |
Definition at line 465 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi2phi2 | ( | ) | const |
Definition at line 481 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi2qOverP2 | ( | ) | const |
Definition at line 483 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi2theta2 | ( | ) | const |
Definition at line 482 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi2x | ( | ) | const |
Definition at line 487 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi2y | ( | ) | const |
Definition at line 488 of file EMConvert.cxx.
| double EMConvert::vertex_Covphi2z | ( | ) | const |
Definition at line 489 of file EMConvert.cxx.
| double EMConvert::vertex_CovqOverP1phi2 | ( | ) | const |
Definition at line 460 of file EMConvert.cxx.
| double EMConvert::vertex_CovqOverP1qOverP1 | ( | ) | const |
Definition at line 453 of file EMConvert.cxx.
| double EMConvert::vertex_CovqOverP1qOverP2 | ( | ) | const |
Definition at line 462 of file EMConvert.cxx.
| double EMConvert::vertex_CovqOverP1theta2 | ( | ) | const |
Definition at line 461 of file EMConvert.cxx.
| double EMConvert::vertex_CovqOverP1x | ( | ) | const |
Definition at line 469 of file EMConvert.cxx.
| double EMConvert::vertex_CovqOverP1y | ( | ) | const |
Definition at line 470 of file EMConvert.cxx.
| double EMConvert::vertex_CovqOverP1z | ( | ) | const |
Definition at line 471 of file EMConvert.cxx.
| double EMConvert::vertex_CovqOverP2qOverP2 | ( | ) | const |
Definition at line 486 of file EMConvert.cxx.
| double EMConvert::vertex_CovqOverP2x | ( | ) | const |
Definition at line 493 of file EMConvert.cxx.
| double EMConvert::vertex_CovqOverP2y | ( | ) | const |
Definition at line 494 of file EMConvert.cxx.
| double EMConvert::vertex_CovqOverP2z | ( | ) | const |
Definition at line 495 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta1phi2 | ( | ) | const |
Definition at line 457 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta1qOverP1 | ( | ) | const |
Definition at line 452 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta1qOverP2 | ( | ) | const |
Definition at line 459 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta1theta1 | ( | ) | const |
Definition at line 451 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta1theta2 | ( | ) | const |
Definition at line 458 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta1x | ( | ) | const |
Definition at line 466 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta1y | ( | ) | const |
Definition at line 467 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta1z | ( | ) | const |
Definition at line 468 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta2qOverP2 | ( | ) | const |
Definition at line 485 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta2theta2 | ( | ) | const |
Definition at line 484 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta2x | ( | ) | const |
Definition at line 490 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta2y | ( | ) | const |
Definition at line 491 of file EMConvert.cxx.
| double EMConvert::vertex_Covtheta2z | ( | ) | const |
Definition at line 492 of file EMConvert.cxx.
| double EMConvert::vertex_Covxx | ( | ) | const |
vertex position covariance matrix (cartesian coordinates)
Definition at line 420 of file EMConvert.cxx.
| double EMConvert::vertex_Covxy | ( | ) | const |
Definition at line 421 of file EMConvert.cxx.
| double EMConvert::vertex_Covxz | ( | ) | const |
Definition at line 422 of file EMConvert.cxx.
| double EMConvert::vertex_Covyy | ( | ) | const |
Definition at line 423 of file EMConvert.cxx.
| double EMConvert::vertex_Covyz | ( | ) | const |
Definition at line 424 of file EMConvert.cxx.
| double EMConvert::vertex_Covz01phi1 | ( | ) | const |
Definition at line 445 of file EMConvert.cxx.
| double EMConvert::vertex_Covz01qOverP1 | ( | ) | const |
Definition at line 447 of file EMConvert.cxx.
| double EMConvert::vertex_Covz01theta1 | ( | ) | const |
Definition at line 446 of file EMConvert.cxx.
| double EMConvert::vertex_Covz01z01 | ( | ) | const |
Definition at line 444 of file EMConvert.cxx.
| double EMConvert::vertex_Covz02phi2 | ( | ) | const |
Definition at line 478 of file EMConvert.cxx.
| double EMConvert::vertex_Covz02qOverP2 | ( | ) | const |
Definition at line 480 of file EMConvert.cxx.
| double EMConvert::vertex_Covz02theta2 | ( | ) | const |
Definition at line 479 of file EMConvert.cxx.
| double EMConvert::vertex_Covz02z02 | ( | ) | const |
Definition at line 477 of file EMConvert.cxx.
| double EMConvert::vertex_Covzz | ( | ) | const |
Definition at line 425 of file EMConvert.cxx.
| int EMConvert::vertex_ndf | ( | ) | const |
Definition at line 427 of file EMConvert.cxx.
| int EMConvert::vertex_numTracks | ( | ) | const |
Definition at line 428 of file EMConvert.cxx.
| int EMConvert::vertex_track1_author | ( | ) | const |
| double EMConvert::vertex_track1_chi2 | ( | ) | const |
| double EMConvert::vertex_track1_phi | ( | ) | const |
| double EMConvert::vertex_track1_qOverP | ( | ) | const |
Definition at line 431 of file EMConvert.cxx.
| double EMConvert::vertex_track1_theta | ( | ) | const |
Definition at line 430 of file EMConvert.cxx.
| int EMConvert::vertex_track2_author | ( | ) | const |
| double EMConvert::vertex_track2_chi2 | ( | ) | const |
| double EMConvert::vertex_track2_phi | ( | ) | const |
| double EMConvert::vertex_track2_qOverP | ( | ) | const |
Definition at line 436 of file EMConvert.cxx.
| double EMConvert::vertex_track2_theta | ( | ) | const |
Definition at line 435 of file EMConvert.cxx.
| double EMConvert::vertex_x | ( | ) | const |
| double EMConvert::vertex_y | ( | ) | const |
Definition at line 418 of file EMConvert.cxx.
| double EMConvert::vertex_z | ( | ) | const |
Definition at line 419 of file EMConvert.cxx.
|
private |
Definition at line 288 of file EMConvert.h.
|
private |
Definition at line 286 of file EMConvert.h.
|
private |
Definition at line 287 of file EMConvert.h.