Skip to content

Commit

Permalink
Add SMatrix<double,2> used as return type for MET::getSignificanceMat…
Browse files Browse the repository at this point in the history
…rix()
  • Loading branch information
Dan Riley authored and Dan Riley committed Feb 19, 2015
1 parent a40c640 commit 588092b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DataFormats/Math/src/classes.h
Expand Up @@ -225,6 +225,9 @@ namespace DataFormats_Math {
ROOT::Math::MatRepStd<double, 10 , 10> smdcw;
ROOT::Math::MatRepStd<double, 2 , 3> smdcw1;

//Used by MET Significance matrix
ROOT::Math::SMatrix<double,2> smat;

//Used by TauReco
std::pair<ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>,float> calotti_ppf;
std::vector<std::pair<ROOT::Math::PositionVector3D<ROOT::Math::Cartesian3D<double>,ROOT::Math::DefaultCoordinateSystemTag>,float> > vcalotti_ppf;
Expand Down

0 comments on commit 588092b

Please sign in to comment.