]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RICH/AliRICHv0.cxx
Transition to NewIO
[u/mrichter/AliRoot.git] / RICH / AliRICHv0.cxx
index 4dde6f2dbeeb219f582c347387a8ef41c37632ad..88621b55025593a69ee27287a9901dcbb475dd43 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-  $Log$
-  Revision 1.25  2002/10/22 16:28:21  alibrary
-  Introducing Riostream.h
-
-  Revision 1.24  2002/10/14 14:57:32  hristov
-  Merging the VirtualMC branch to the main development branch (HEAD)
-
-  Revision 1.23.8.2  2002/07/24 10:07:52  alibrary
-  Updating VirtualMC
-
-  Revision 1.23.8.1  2002/06/10 15:12:46  hristov
-  Merged with v3-08-02
-
-  Revision 1.23  2001/08/30 09:51:23  hristov
-  The operator[] is replaced by At() or AddAt() in case of TObjArray.
-
-  Revision 1.22  2001/05/16 14:57:20  alibrary
-  New files for folders and Stack
-
-  Revision 1.21  2001/05/10 12:28:15  jbarbosa
-  Repositioned the RICH modules.
-
-  Revision 1.20  2001/02/23 17:25:57  jbarbosa
-  Setters for wire sag effect and voltage values.
-
-  Revision 1.19  2001/02/13 20:10:22  jbarbosa
-  Removed call to SetNSec() (obsolete). Fixed bug in chamber initialisation (not all chambers were initialised).
-
-  Revision 1.18  2000/12/20 14:07:36  jbarbosa
-  Removed dependencies on TGeant3 (thanks to F. Carminati and I. Hrivnacova)
-
-  Revision 1.17  2000/12/18 17:44:29  jbarbosa
-  Took two lines out of output.
-
-  Revision 1.16  2000/10/03 21:44:09  morsch
-  Use AliSegmentation and AliHit abstract base classes.
-
-  Revision 1.15  2000/10/02 15:54:55  jbarbosa
-  New default version (15 mm freon).
-
-  Revision 1.14  2000/07/10 15:28:39  fca
-  Correction of the inheritance scheme
-
-  Revision 1.13  2000/06/30 16:38:15  dibari
-  Test on kDebugevel
-
-  Revision 1.12  2000/06/13 13:06:28  jbarbosa
-  Fixed compiling error for HP (multiple declaration)
-
-  Revision 1.11  2000/06/12 15:35:44  jbarbosa
-  Cleaned up version.
-
-  Revision 1.10  2000/06/09 14:59:25  jbarbosa
-  New default version. No setters needed, no hits.
-
-  Revision 1.9  2000/05/31 08:19:38  jbarbosa
-  Fixed bug in StepManager
-
-  Revision 1.8  2000/05/26 17:30:08  jbarbosa
-  Cerenkov angle now stored within cerenkov data structure.
-
-  Revision 1.7  2000/05/18 10:31:36  jbarbosa
-  Fixed positioning of spacers inside freon.
-  Fixed positioning of proximity gap
-  inside methane.
-  Fixed cut on neutral particles in the StepManager.
-
-  Revision 1.6  2000/04/28 11:51:58  morsch
-   Dimensions of arrays hits and Ckov_data corrected.
-
-  Revision 1.5  2000/04/19 13:28:46  morsch
-  Major changes in geometry (parametrised), materials (updated) and
-  step manager (diagnostics) (JB, AM)
-
-*/
-
+/* $Id$ */
 
 
 /////////////////////////////////////////////////////////////
 //  Manager and hits classes for set: RICH default version //
 /////////////////////////////////////////////////////////////
 
-#include <TTUBE.h>
+#include "Riostream.h"
+
 #include <TNode.h> 
 #include <TRandom.h> 
+#include <TTUBE.h>
+#include <TVirtualMC.h>
 
-#include "AliRICHv0.h"
-#include "AliSegmentation.h"
+#include "AliConst.h" 
+#include "AliPDG.h" 
+#include "AliRICHGeometry.h"
 #include "AliRICHResponse.h"
-#include "AliRICHSegmentationV0.h"
 #include "AliRICHResponseV0.h"
-#include "AliRICHGeometry.h"
+#include "AliRICHSegmentationV0.h"
+#include "AliRICHv0.h"
 #include "AliRun.h"
-#include "Riostream.h"
-#include "AliConst.h" 
-#include "AliPDG.h" 
 
 ClassImp(AliRICHv0)