]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Added comment line.
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 18 May 2002 10:59:23 +0000 (10:59 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 18 May 2002 10:59:23 +0000 (10:59 +0000)
HLT/exa/Make_Init.C

index aa7aa34d706294b0524c5effb704d65c195dc57e..87cde15f49aca65ba3a7bb94a845d893f0e0807e 100644 (file)
@@ -1,8 +1,8 @@
 /** $Id$ 
 
 Important macro to get certain Aliroot parameters. They are stored
-in a file "Init.cxx". Compare the contents of the class AliL3Transform
-with the result of this macro to check that there are no differences.
+in a file "Init.cxx". New init of AliL3Transform uses ouput to read certain 
+TPC parameters.
 */
 
 void Make_Init(char *file, char *tofile="Init.cxx"){
@@ -67,6 +67,7 @@ void Make_Init(char *file, char *tofile="Init.cxx"){
   fprintf(f,"  fPadPitchWidthUp = %f ;\n",par->GetPadPitchWidth(fNSectorLow));
   fprintf(f,"  fZWidth = %.20f ;\n",par->GetZWidth());
   fprintf(f,"  fZSigma = %.20f ;\n",par->GetZSigma());
+  fprintf(f,"  fZLength = %.20f ;\n",par->GetZLength());
   fprintf(f,"  fZOffset = %.20f ;\n",par->GetZOffset());
   fprintf(f,"  fDiffT = %.20f ;\n",par->GetDiffT());
   fprintf(f,"  fDiffL = %.20f ;\n",par->GetDiffL());
@@ -75,7 +76,6 @@ void Make_Init(char *file, char *tofile="Init.cxx"){
   fprintf(f,"  fInnerPRFSigma = %.20f ;\n",param->GetInnerPRF()->GetSigmaX());
   fprintf(f,"  fOuterPRFSigma = %.20f ;\n",param->GetOuterPRF()->GetSigmaX());
   fprintf(f,"  fTimeSigma = %.20f ;\n",param->GetTimeRF()->GetSigma());
-  fprintf(f,"  fZLength = %f ;\n",par->GetZLength());
   
   fprintf(f,"\n  //slices:\n");
   fprintf(f,"  fNSlice = %d ;\n",fNSectorLow);