X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FASTSIM%2FAliFastEvent.cxx;h=dbf53a1e1c2a59261793a11521054503527106e8;hb=8b8f8fd4db46acb6ea1b9559ca7523344369f2c9;hp=ab8a49651d0cf5eba28c69bfe2cb04a9cce3a5a6;hpb=f38bbb0b2846aea0b7385adb9c281d6d032fa917;p=u%2Fmrichter%2FAliRoot.git diff --git a/FASTSIM/AliFastEvent.cxx b/FASTSIM/AliFastEvent.cxx index ab8a49651d0..dbf53a1e1c2 100644 --- a/FASTSIM/AliFastEvent.cxx +++ b/FASTSIM/AliFastEvent.cxx @@ -13,11 +13,15 @@ * provided "as is" without express or implied warranty. * **************************************************************************/ -/* -$Log$ -*/ - +/* $Id$ */ #include "AliFastEvent.h" ClassImp(AliFastEvent) + +AliFastEvent::AliFastEvent(): + fMultiplicity(0), + fEventVertex(0) +{ + // Constructor +}