]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FEMTOSCOPY/AliFemto/AliFemtoCutMonitorParticleVertPos.h
Lines getting the matched track moved to a method in AliCalorimeterUtils. Lines copie...
[u/mrichter/AliRoot.git] / PWG2 / FEMTOSCOPY / AliFemto / AliFemtoCutMonitorParticleVertPos.h
index a185b297f8118cc475f2401b6bde7dd734b29702..806a4271304b6f3047d4ab48c7380be165da442c 100644 (file)
@@ -47,6 +47,12 @@ public:
 private:
   TH2D *fVertPos;    // Vertex position x vs. y monitor
   TH2D *fEtaZ;       // Vertex z position vs. eta monitor
+  TH1D *fRadPos;     // Radial position close to vertex
+  TH1D *fEmPointX;   // Emission point - x
+  TH1D *fEmPointY;   // Emission point - y
+  TH1D *fEmPointZ;   // Emission point - z
+  TH1D *fEmPointT;   // Emission point - t
+  
 };
 
 #endif