]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Seting the default cotg range to +-1.05
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Nov 2005 16:04:47 +0000 (16:04 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 1 Nov 2005 16:04:47 +0000 (16:04 +0000)
TPC/AliTPCReconstructor.cxx

index c468326ca483ad5dcc46b0abdc69e5f0fd512af6..a491a174359bb40e9549e515aa8f1c787cd872de 100644 (file)
@@ -33,7 +33,7 @@
 
 ClassImp(AliTPCReconstructor)
 
-Double_t AliTPCReconstructor::fgCtgRange = 4.05;
+Double_t AliTPCReconstructor::fgCtgRange = 1.05;
 
 //_____________________________________________________________________________
 void AliTPCReconstructor::Reconstruct(AliRunLoader* runLoader) const