X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FASTSIM%2FAliFastEvent.cxx;h=dbf53a1e1c2a59261793a11521054503527106e8;hb=7ffa833f11170d5042b88898aae394a548e5bb9b;hp=7c94bcdf519a1549c00aa81594c8e3a7fdd4f937;hpb=88cb7938ca21d4a80991d4e7aa564008c29340f7;p=u%2Fmrichter%2FAliRoot.git diff --git a/FASTSIM/AliFastEvent.cxx b/FASTSIM/AliFastEvent.cxx index 7c94bcdf519..dbf53a1e1c2 100644 --- a/FASTSIM/AliFastEvent.cxx +++ b/FASTSIM/AliFastEvent.cxx @@ -13,20 +13,15 @@ * 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 +}