]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Bug fix
authordainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jan 2010 16:40:35 +0000 (16:40 +0000)
committerdainese <dainese@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 20 Jan 2010 16:40:35 +0000 (16:40 +0000)
PWG3/vertexingHF/AliCFHeavyFlavourTaskMultiVarMultiStep.cxx

index 62c7223d47fa3b08212f0248a529bfbda66ee879..ee5dbe3ec7808325851733c81f8c245bb07730ee 100644 (file)
@@ -484,7 +484,7 @@ void AliCFHeavyFlavourTaskMultiVarMultiStep::UserExec(Option_t *)
                                containerInput[9] = d0xd0*1.E8;  // in micron^2
                                containerInput[10] = cosPointingAngle;  // in micron
                                containerInput[11] = phi;  
-                               containerInputMC[12] = zPrimVertex;    // z of reconstructed of primary vertex
+                               containerInput[12] = zPrimVertex;    // z of reconstructed of primary vertex
                        }
                        else {
                                // ... or with generated values                         
@@ -502,7 +502,7 @@ void AliCFHeavyFlavourTaskMultiVarMultiStep::UserExec(Option_t *)
                                        containerInput[9] = 100000.; // dummy value, meaningless in MC, in micron^2
                                        containerInput[10] = 1.01;    // dummy value, meaningless in MC
                                        containerInput[11] = vectorMC[6];   
-                                       containerInputMC[12] = zMCVertex;    // z of reconstructed of primary vertex
+                                       containerInput[12] = zMCVertex;    // z of reconstructed of primary vertex
                                }
                                else {
                                        AliDebug(3,"Problems in filling the container");