ROOT logo
/**************************************************************************
 * Copyright(c) 1998-2007, 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$ */

//-------------------------------------------------------------------------
//     MC Vertex class
//     Class to be used for Kinematics MC Data
//     andreas.morsch@cern.ch
//-------------------------------------------------------------------------

#include "AliMCVertex.h"
void AliMCVertex::Print(Option_t* /*option*/) const
{
    printf("MC Primary Vertex Position x = %13.3f, y = %13.3f, z = %13.3f \n",
	   fPosition[0], fPosition[1], fPosition[2]);
    
}

ClassImp(AliMCVertex)
 AliMCVertex.cxx:1
 AliMCVertex.cxx:2
 AliMCVertex.cxx:3
 AliMCVertex.cxx:4
 AliMCVertex.cxx:5
 AliMCVertex.cxx:6
 AliMCVertex.cxx:7
 AliMCVertex.cxx:8
 AliMCVertex.cxx:9
 AliMCVertex.cxx:10
 AliMCVertex.cxx:11
 AliMCVertex.cxx:12
 AliMCVertex.cxx:13
 AliMCVertex.cxx:14
 AliMCVertex.cxx:15
 AliMCVertex.cxx:16
 AliMCVertex.cxx:17
 AliMCVertex.cxx:18
 AliMCVertex.cxx:19
 AliMCVertex.cxx:20
 AliMCVertex.cxx:21
 AliMCVertex.cxx:22
 AliMCVertex.cxx:23
 AliMCVertex.cxx:24
 AliMCVertex.cxx:25
 AliMCVertex.cxx:26
 AliMCVertex.cxx:27
 AliMCVertex.cxx:28
 AliMCVertex.cxx:29
 AliMCVertex.cxx:30
 AliMCVertex.cxx:31
 AliMCVertex.cxx:32