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;
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;
};
......
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