From 5fe2cc6b5a357bae104b5b9d0f439720c6b916d8 Mon Sep 17 00:00:00 2001 From: Marc Pelizaeus <marc@pc24.ep1.rub.de> Date: Thu, 17 Jan 2013 21:20:14 +0100 Subject: [PATCH] Change EvtDataNew --- PwaUtils/EvtDataBaseListNew.hh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PwaUtils/EvtDataBaseListNew.hh b/PwaUtils/EvtDataBaseListNew.hh index 8c28e1d3..498c4f64 100644 --- a/PwaUtils/EvtDataBaseListNew.hh +++ b/PwaUtils/EvtDataBaseListNew.hh @@ -32,6 +32,7 @@ typedef std::map<int, Vector4<double> > mapInt4Vec; typedef std::map<int, map<Spin,map<Spin,map<Spin,complex<double> > > > > mapIntSpinComplex; typedef std::map<std::string, Vector4<double> > mapString4Vec; typedef std::map<std::string, map<Spin,map<Spin,map<Spin,complex<double> > > > > mapStringSpinComplex; +typedef std::map<int, double > mapIntDouble; struct EvtDataNew { mapInt4Vec FourVecsProd; @@ -40,6 +41,7 @@ struct EvtDataNew { mapIntSpinComplex WignerDsDec; mapString4Vec FourVecsString; mapStringSpinComplex WignerDsString; + mapIntDouble KinematicVariables; double evtWeight; int evtNo; }; -- GitLab