Skip to content
Snippets Groups Projects
Commit 05a36cf6 authored by Bertram Kopf's avatar Bertram Kopf
Browse files

removed last map with string keys in data structure; performance improvement,...

removed last map with string keys in data structure; performance improvement, reduction of memeory for fits with radiative Psi decays in tensor formalism II
parent 80acd8c3
No related branches found
No related tags found
No related merge requests found
......@@ -37,9 +37,7 @@
#include "PwaUtils/AbsChannelEnv.hh"
#include "Particle/Particle.hh"
//typedef std::map<std::string, map<int,map<Spin, map<Spin, map<Spin,complex<double> > > > > > mapStringInt3SpinsComplex;
typedef std::map<unsigned short, std::map<Id3StringType, complex<double> > > mapShortInt3Complex;
//typedef CacheVector<std::map<Id3StringType, complex<double> > > mapShortInt3Complex;
typedef std::map<unsigned short, std::map<Id1StringType, complex<double> > > mapShortInt1Complex;
typedef std::map<unsigned short, double> mapShortDouble;
typedef std::map<unsigned short, Vector4<double> > mapShort4Vec;
......@@ -48,7 +46,6 @@ typedef std::map<unsigned short, map<unsigned short, map<Id3StringType, complex<
struct EvtData {
// mapStringInt3SpinsComplex ComplexDoubleInt3SpinString;
mapShortInt3Complex WignerDIdId3;
mapShortInt1Complex WignerDIdId1;
mapShortDouble DoubleId;
......
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