]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliCollisionGeometry.cxx
Introduction of equipment id map. The map is taken from simple ascii formatted file...
[u/mrichter/AliRoot.git] / STEER / AliCollisionGeometry.cxx
index 6f1a24a9da1bbbe334a1e60b83bf6b4b459f528b..32a66543e6642aae68f2e757e6251247fee6141f 100644 (file)
  **************************************************************************/
 
 /* $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"
@@ -28,8 +34,11 @@ AliCollisionGeometry::AliCollisionGeometry() :
   fNNwColl(0),
   fNwNColl(0),
   fNwNwColl(0),
-  fSpecn(0),
-  fSpecp(0),
-  fImpactParameter(0)
+  fProjectileSpecn(0),
+  fProjectileSpecp(0),
+  fTargetSpecn(0),
+  fTargetSpecp(0),
+  fImpactParameter(0),
+  fReactionPlaneAngle(0)
 {
 }