]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
minor fix
authorsgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 10:55:47 +0000 (10:55 +0000)
committersgorbuno <sgorbuno@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sat, 12 Mar 2011 10:55:47 +0000 (10:55 +0000)
HLT/TPCLib/tracking-ca/AliHLTTPCCAGlobalMergerComponent.cxx

index 24c005f3d27cf2eaf2950fc3ef476a89a2f0a6ac..f89469fc05408258ca91b22a85144ca53f0f2460 100644 (file)
@@ -269,11 +269,11 @@ int AliHLTTPCCAGlobalMergerComponent::Configure( const char* cdbEntry, const cha
     float outRmax = 247.7;
     float plusZmin = 0.0529937;
     float plusZmax = 249.778;
     float outRmax = 247.7;
     float plusZmin = 0.0529937;
     float plusZmax = 249.778;
-    float minusZmin = -249.645;
-    float minusZmax = -0.0799937;
+    //float minusZmin = -249.645;
+    //float minusZmax = -0.0799937;
     float dalpha = 0.349066;
     float alpha = 0.174533 + dalpha * iSec;
     float dalpha = 0.349066;
     float alpha = 0.174533 + dalpha * iSec;
-    bool zPlus = 1;//( iSec < 18 );
+    //bool zPlus = ( iSec < 18 );
     float zMin =  plusZmin; //zPlus ? plusZmin : minusZmin;
     float zMax =  plusZmax; //zPlus ? plusZmax : minusZmax;
     int nRows = AliHLTTPCTransform::GetNRows();
     float zMin =  plusZmin; //zPlus ? plusZmin : minusZmin;
     float zMax =  plusZmax; //zPlus ? plusZmax : minusZmax;
     int nRows = AliHLTTPCTransform::GetNRows();