]> 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 dd656977a30ab70e4785d6de6947f44ad1163d9f..32a66543e6642aae68f2e757e6251247fee6141f 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/* $Header$ */
+/* $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)
+{
+}