]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/AliFastEvent.cxx
remove cout
[u/mrichter/AliRoot.git] / FASTSIM / AliFastEvent.cxx
index ab8a49651d0cf5eba28c69bfe2cb04a9cce3a5a6..dbf53a1e1c2a59261793a11521054503527106e8 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-*/
-
+/* $Id$ */
 
 #include "AliFastEvent.h"
 
 ClassImp(AliFastEvent)
+
+AliFastEvent::AliFastEvent():
+    fMultiplicity(0),
+    fEventVertex(0)
+{
+    // Constructor
+}