]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fixed.
authorzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 15 Nov 2009 08:20:40 +0000 (08:20 +0000)
committerzampolli <zampolli@f7af4fe6-9843-0410-8265-dc069ae4e863>
Sun, 15 Nov 2009 08:20:40 +0000 (08:20 +0000)
STEER/AliGRPPreprocessor.cxx

index fcd0e795805b24c66d9245219bbad02141380d63..6a7c505b7d50da19775ebdd1b4559ac1a2831da2 100644 (file)
@@ -1063,7 +1063,7 @@ Int_t AliGRPPreprocessor::ProcessEnvDPs(TMap* valueMap, AliGRPObject* grpObj)
        AliInfo(Form("==========CavernAtmosPressure2==========="));
        indexDP = kCavernAtmosPressure2;
        AliDCSSensor* sensorCavernP22 = dcsSensorArray->GetSensor(fgkDCSDataPoints[indexDP]);
-       graph = sensorP2->GetGraph();
+       graph = sensorCavernP22->GetGraph();
        AliDebug(2,Form("graph = %p",graph));   
        AliDebug(3,Form("sensorCavernP2_2 = %p", sensorCavernP22));
        if(sensorCavernP22->GetFit() || graph) {