From 4187e4de400c42ce838abd4e0e08a5030ca0918b Mon Sep 17 00:00:00 2001 From: morsch Date: Wed, 23 Jan 2002 09:36:52 +0000 Subject: [PATCH] Don't use shunting if you don't want it ! --- PMD/AliPMD.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PMD/AliPMD.cxx b/PMD/AliPMD.cxx index cc65039b7fa..a7c99a404d5 100644 --- a/PMD/AliPMD.cxx +++ b/PMD/AliPMD.cxx @@ -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; -- 2.39.3