]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliCollisionGeometry.cxx
Changed the handling of the sources / blocks in the xmlRPC message
[u/mrichter/AliRoot.git] / STEER / AliCollisionGeometry.cxx
index ac574d4f43e5a1635804fafca0bb121a6e571b9a..32a66543e6642aae68f2e757e6251247fee6141f 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.1  2003/01/06 10:09:08  morsch
-First commit.
-
-*/
+/* $Id$ */
+//-------------------------------------------------------------------------
+//                          Class AliCollisionGeometry
+//   This is a class to handle the collison geometry defined by
+//   the generator
+//   Author: A.Morsch Andreas.Morsch@cern.ch
+//-------------------------------------------------------------------------
 
 
 #include "AliCollisionGeometry.h"
 ClassImp(AliCollisionGeometry)
+
+//______________________________________________________________________
+AliCollisionGeometry::AliCollisionGeometry() :
+  fNHardScatters(0),
+  fNProjectileParticipants(0),
+  fNTargetParticipants(0),
+  fNNColl(0),
+  fNNwColl(0),
+  fNwNColl(0),
+  fNwNwColl(0),
+  fProjectileSpecn(0),
+  fProjectileSpecp(0),
+  fTargetSpecn(0),
+  fTargetSpecp(0),
+  fImpactParameter(0),
+  fReactionPlaneAngle(0)
+{
+}