]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
- bug fix
authorkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Oct 2010 16:29:51 +0000 (16:29 +0000)
committerkkanaki <kkanaki@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 27 Oct 2010 16:29:51 +0000 (16:29 +0000)
HLT/global/AliHLTGlobalHistoComponent.cxx

index 704dee90a667471dc46bdae81b8a381f22e4caf6..15f763dd92d1e9351bf86deb495e47f97a0a3285 100644 (file)
@@ -100,7 +100,6 @@ TTree* AliHLTGlobalHistoComponent::CreateTree(int /*argc*/, const char** /*argv*
       TString specifier=fTrackVariables.GetKey(i);
       float* pArray=fTrackVariables.GetArray(specifier);
       specifier+="[trackcount]/f";
-      specifier+="[vertexX]/f";
       pTree->Branch(fTrackVariables.GetKey(i), pArray, specifier.Data());
     }
   } else {