X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFProb.cxx;h=d366df6f1d555af045ded39ed1e308a68cc618a5;hb=47285bde56dfd90668deeeace231e1874820531d;hp=50b6de47410330ee4d281c5cdeeffdbfce34f10a;hpb=be167bf428576b04bc321a195d4a8fea9ea7336a;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFProb.cxx b/TOF/AliTOFProb.cxx index 50b6de47410..d366df6f1d5 100644 --- a/TOF/AliTOFProb.cxx +++ b/TOF/AliTOFProb.cxx @@ -56,8 +56,8 @@ #include "AliTOFProb.h" #include -#include -#include +#include +#include ClassImp(AliTOFProb) @@ -160,7 +160,9 @@ void AliTOFProb::Exec(const Option_t *dummyOpt) fNtuple->GetEvent(i); //Int_t event=(Int_t)(fNtuple->GetLeaf("event")->GetValue()); Int_t pdgcode=(Int_t)(fNtuple->GetLeaf("ipart")->GetValue()); - Float_t mass=fNtuple->GetLeaf("mext")->GetValue(0); + // unused for the time being in the context of probabilities + // probably it will be included in AliESD approach + //Float_t mass=fNtuple->GetLeaf("mext")->GetValue(0); Int_t matc=(Int_t)(fNtuple->GetLeaf("matc")->GetValue(0)); Int_t imam=(Int_t)(fNtuple->GetLeaf("imam")->GetValue(0)); Float_t time=fNtuple->GetLeaf("text")->GetValue(0); // [ns]