ROOT logo
/**************************************************************************
 * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
 *                                                                        *
 * Author: The ALICE Off-line Project.                                    *
 * Contributors are mentioned in the code where appropriate.              *
 *                                                                        *
 * Permission to use, copy, modify and distribute this software and its   *
 * documentation strictly for non-commercial purposes is hereby granted   *
 * without fee, provided that the above copyright notice appears in all   *
 * copies and that both the copyright notice and this permission notice   *
 * appear in the supporting documentation. The authors make no claims     *
 * about the suitability of this software for any purpose. It is          *
 * provided "as is" without express or implied warranty.                  *
 **************************************************************************/

/* $Id$ */

#include "AliFastEvent.h"

ClassImp(AliFastEvent)

AliFastEvent::AliFastEvent():
    fMultiplicity(0),
    fEventVertex(0)
{
    // Constructor
}
 AliFastEvent.cxx:1
 AliFastEvent.cxx:2
 AliFastEvent.cxx:3
 AliFastEvent.cxx:4
 AliFastEvent.cxx:5
 AliFastEvent.cxx:6
 AliFastEvent.cxx:7
 AliFastEvent.cxx:8
 AliFastEvent.cxx:9
 AliFastEvent.cxx:10
 AliFastEvent.cxx:11
 AliFastEvent.cxx:12
 AliFastEvent.cxx:13
 AliFastEvent.cxx:14
 AliFastEvent.cxx:15
 AliFastEvent.cxx:16
 AliFastEvent.cxx:17
 AliFastEvent.cxx:18
 AliFastEvent.cxx:19
 AliFastEvent.cxx:20
 AliFastEvent.cxx:21
 AliFastEvent.cxx:22
 AliFastEvent.cxx:23
 AliFastEvent.cxx:24
 AliFastEvent.cxx:25
 AliFastEvent.cxx:26
 AliFastEvent.cxx:27