]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FASTSIM/AliFastEvent.cxx
Converting PYTHIA8 to native cmake
[u/mrichter/AliRoot.git] / FASTSIM / AliFastEvent.cxx
index 906a3b85276222ce8a4bde0958a96232284b0af2..dbf53a1e1c2a59261793a11521054503527106e8 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-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
+}