]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/UPGRADE/testITSUv1/CreateITSUv1.C_template
A new (kIBModel4) revised version of the Inner Barrel from Mario
[u/mrichter/AliRoot.git] / ITS / UPGRADE / testITSUv1 / CreateITSUv1.C_template
index b2855c6ed6481755eccb3709b3a4f5fa256cc5fc..8fa3f4cf23b2259642dd56900c639ec4c77e833b 100644 (file)
@@ -31,7 +31,6 @@ void CreateITSUv1()
   const double kPitchZ = 20e-4;
   const int    kNRow   = 650; 
   const int    kNCol   = 1500;
-//  const double kSiThickIB = 250e-4;
   const double kSiThickIB = 50e-4;
   const double kSiThickOB = 50e-4;
   //  const double kSensThick = 120e-4;   // -> sensor Si thickness
@@ -78,7 +77,7 @@ void CreateITSUv1()
   int nStaveLr,nModPerStaveLr,idLr;
   //
   AliITSUv1 *ITS  = new AliITSUv1("ITS Upgrade",kNLr);
-  ITS->SetStaveModelIB(AliITSUv1::kIBModel22);
+  ITS->SetStaveModelIB(AliITSUv1::kIBModel4);
   ITS->SetStaveModelOB(AliITSUv1::kOBModel2);
   //
   const int kNWrapVol = 3;