]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Don't use shunting if you don't want it !
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Jan 2002 09:36:52 +0000 (09:36 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Jan 2002 09:36:52 +0000 (09:36 +0000)
PMD/AliPMD.cxx

index cc65039b7fa7a5833b9f4a53d2389c816ef10e2e..a7c99a404d54baa3aba3694ef0aa372a52653fc7 100644 (file)
@@ -15,6 +15,9 @@
 
 /*
 $Log$
+Revision 1.15  2001/05/16 14:57:19  alibrary
+New files for folders and Stack
+
 Revision 1.14  2001/03/12 17:46:22  hristov
 Changes needed on Sun with CC 5.0
 
@@ -115,7 +118,7 @@ AliPMD::AliPMD(const char *name, const char *title)
   fNRecPoints = 0;
   
 
-  fIshunt =  1;
+  fIshunt =  0;
   
   fPar[0] = 1;
   fPar[1] = 1;