]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/AliFastEvent.cxx
Values are stored for run (not forevever...)
[u/mrichter/AliRoot.git] / FASTSIM / AliFastEvent.cxx
index 7c94bcdf519a1549c00aa81594c8e3a7fdd4f937..dbf53a1e1c2a59261793a11521054503527106e8 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.3.4.1  2002/11/26 16:56:30  hristov
-Merging NewIO with v3-09-04
-
-Revision 1.3  2002/11/07 09:07:07  hristov
-Adding FASTSIM code (lost during the merge with VMC)
-
-Revision 1.1  2002/09/20 13:32:51  morsch
-Base classes for fast simulation. First commit.
-
-*/
-
+/* $Id$ */
 
 #include "AliFastEvent.h"
 
 ClassImp(AliFastEvent)
+
+AliFastEvent::AliFastEvent():
+    fMultiplicity(0),
+    fEventVertex(0)
+{
+    // Constructor
+}