Skip to content
Snippets Groups Projects
Commit 5fe2cc6b authored by Marc Pelizaeus's avatar Marc Pelizaeus
Browse files

Change EvtDataNew

parent 9e6c7587
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ typedef std::map<int, Vector4<double> > mapInt4Vec; ...@@ -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<int, map<Spin,map<Spin,map<Spin,complex<double> > > > > mapIntSpinComplex;
typedef std::map<std::string, Vector4<double> > mapString4Vec; 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<std::string, map<Spin,map<Spin,map<Spin,complex<double> > > > > mapStringSpinComplex;
typedef std::map<int, double > mapIntDouble;
struct EvtDataNew { struct EvtDataNew {
mapInt4Vec FourVecsProd; mapInt4Vec FourVecsProd;
...@@ -40,6 +41,7 @@ struct EvtDataNew { ...@@ -40,6 +41,7 @@ struct EvtDataNew {
mapIntSpinComplex WignerDsDec; mapIntSpinComplex WignerDsDec;
mapString4Vec FourVecsString; mapString4Vec FourVecsString;
mapStringSpinComplex WignerDsString; mapStringSpinComplex WignerDsString;
mapIntDouble KinematicVariables;
double evtWeight; double evtWeight;
int evtNo; int evtNo;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment