]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGCF/FEMTOSCOPY/K0Analysis/AliFemtoK0EventCollection.h
K0s code update (Matt Steinpreis)
[u/mrichter/AliRoot.git] / PWGCF / FEMTOSCOPY / K0Analysis / AliFemtoK0EventCollection.h
index 121517b8bc2d77ee01a329be1394eb703a688c0b..860144e4ccc66bc40b966e1ff498c40bd8c46610 100644 (file)
@@ -58,6 +58,9 @@ class AliFemtoK0Particle  // Reconstructed K0s parameters needed for correlation
   float fPosXYZ[9][3]; //corrected daughter TPC positions
   float fNegXYZ[9][3]; //corrected daughter TPC positions
 
+  //for event plane
+  double fPhiPsi;
+
   ClassDef(AliFemtoK0Particle, 1);
 };
 
@@ -96,4 +99,3 @@ class AliFemtoK0EventCollection
     ClassDef(AliFemtoK0EventCollection, 1);
 };
 #endif
-