From 6ed59d9f44a55bb5784dff45959b68eb3c5c7bb6 Mon Sep 17 00:00:00 2001 From: hristov Date: Sun, 15 Jul 2001 11:39:48 +0000 Subject: [PATCH] The default SPD chip and detector thicknesses set to 200 microns --- macros/Config.C | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/macros/Config.C b/macros/Config.C index 2e2cc4a5655..21d659d1665 100644 --- a/macros/Config.C +++ b/macros/Config.C @@ -186,24 +186,24 @@ void Config() //AliITS *ITS = new AliITSv5asymm("ITS","Updates ITS TDR detailed version with asymmetric services"); // AliITSvPPRasymm *ITS = new AliITSvPPRasymm("ITS","New ITS PPR detailed version with asymmetric services"); - ITS->SetMinorVersion(2); // don't touch this parameter if you're not an ITS developer - ITS->SetReadDet(kFALSE); // don't touch this parameter if you're not an ITS developer + ITS->SetMinorVersion(2); // don't touch this parameter if you're not an ITS developer + ITS->SetReadDet(kFALSE); // don't touch this parameter if you're not an ITS developer // ITS->SetWriteDet("$ALICE_ROOT/ITS/ITSgeometry_vPPRasymm2.det"); // don't touch this parameter if you're not an ITS developer - ITS->SetThicknessDet1(300.); // detector thickness on layer 1 must be in the range [100,300] - ITS->SetThicknessDet2(300.); // detector thickness on layer 2 must be in the range [100,300] - ITS->SetThicknessChip1(300.); // chip thickness on layer 1 must be in the range [150,300] - ITS->SetThicknessChip2(300.); // chip thickness on layer 2 must be in the range [150,300] - ITS->SetRails(1); // 1 --> rails in ; 0 --> rails out - ITS->SetCoolingFluid(1); // 1 --> water ; 0 --> freon + ITS->SetThicknessDet1(200.); // detector thickness on layer 1 must be in the range [100,300] + ITS->SetThicknessDet2(200.); // detector thickness on layer 2 must be in the range [100,300] + ITS->SetThicknessChip1(200.); // chip thickness on layer 1 must be in the range [150,300] + ITS->SetThicknessChip2(200.); // chip thickness on layer 2 must be in the range [150,300] + ITS->SetRails(1); // 1 --> rails in ; 0 --> rails out + ITS->SetCoolingFluid(1); // 1 --> water ; 0 --> freon // //AliITSvPPRsymm *ITS = new AliITSvPPRsymm("ITS","New ITS PPR detailed version with symmetric services"); //ITS->SetMinorVersion(2); // don't touch this parameter if you're not an ITS developer //ITS->SetReadDet(kFALSE); // don't touch this parameter if you're not an ITS developer //ITS->SetWriteDet("$ALICE_ROOT/ITS/ITSgeometry_vPPRsymm2.det"); // don't touch this parameter if you're not an ITS developer - //ITS->SetThicknessDet1(300.); // detector thickness on layer 1 must be in the range [100,300] - //ITS->SetThicknessDet2(300.); // detector thickness on layer 2 must be in the range [100,300] - //ITS->SetThicknessChip1(300.); // chip thickness on layer 1 must be in the range [150,300] - //ITS->SetThicknessChip2(300.); // chip thickness on layer 2 must be in the range [150,300] + //ITS->SetThicknessDet1(200.); // detector thickness on layer 1 must be in the range [100,300] + //ITS->SetThicknessDet2(200.); // detector thickness on layer 2 must be in the range [100,300] + //ITS->SetThicknessChip1(200.); // chip thickness on layer 1 must be in the range [150,300] + //ITS->SetThicknessChip2(200.); // chip thickness on layer 2 must be in the range [150,300] //ITS->SetRails(1); // 1 --> rails in ; 0 --> rails out //ITS->SetCoolingFluid(1); // 1 --> water ; 0 --> freon // -- 2.31.1