Recompilation of AliTPCComparison.C to avoid clashes between platforms
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Oct 2002 07:46:50 +0000 (07:46 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 10 Oct 2002 07:46:50 +0000 (07:46 +0000)
TPC/AliTPCtest.C

index a2b76cc035c4e2da5ec6071b13482227422a2bd9..09cfd0d8e4001686f0bf5d85b1c13ed24152fe9d 100644 (file)
@@ -41,7 +41,7 @@ AliKalmanTrack::SetConvConst(1000/0.299792458/gAlice->Field()->SolenoidField());
    if (rc=AliTPCFindTracks()) return rc;
 
    gSystem->SetIncludePath("-I$ROOTSYS/include -I$ALICE_ROOT/include -I$ALICE_ROOT/TPC -I$ALICE_ROOT/CONTAINERS");
    if (rc=AliTPCFindTracks()) return rc;
 
    gSystem->SetIncludePath("-I$ROOTSYS/include -I$ALICE_ROOT/include -I$ALICE_ROOT/TPC -I$ALICE_ROOT/CONTAINERS");
-   gROOT->ProcessLine(".L $(ALICE_ROOT)/TPC/AliTPCComparison.C+");
+   gROOT->ProcessLine(".L $(ALICE_ROOT)/TPC/AliTPCComparison.C++");
    if (rc=AliTPCComparison()) return rc;
 
    return rc;
    if (rc=AliTPCComparison()) return rc;
 
    return rc;