]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFT0.cxx
No optimisation for the dictionaries
[u/mrichter/AliRoot.git] / TOF / AliTOFT0.cxx
index c87306faf63d012c2196b94126581742e4173a0b..3f88b51edbd76758fbfbf8eddd3024131f0461ca 100644 (file)
@@ -234,6 +234,10 @@ void AliTOFT0::Exec(Option_t *option)
 
     Int_t lasttrack=-1;
     Int_t nset=0;
+
+    TH->SetBranchStatus("*",0); // switch off all branches
+    TH->SetBranchStatus("TOF*",1); // switch on only TOF
+
     // Start loop on primary tracks in the hits containers
 
     Int_t ntracks = static_cast<Int_t>(TH->GetEntries());