X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=TOF%2FAliTOFProb.cxx;h=c6d987c57035cab6a6e0639de3a9df75d358de2c;hb=5f2d4eea559190ff8f892be4ad116563dfefb421;hp=31b0b0ef90c5b78bd39d5930c7d1b726bc1d4bdd;hpb=f8014e68e4af4d4c376d1de6796d2d187eb9c02c;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFProb.cxx b/TOF/AliTOFProb.cxx index 31b0b0ef90c..c6d987c5703 100644 --- a/TOF/AliTOFProb.cxx +++ b/TOF/AliTOFProb.cxx @@ -52,7 +52,6 @@ #include "TLeaf.h" #include "AliConst.h" -#include "AliTOFConstants.h" #include "AliTOFProb.h" #include @@ -131,7 +130,7 @@ void AliTOFProb::Init() //____________________________________________________________________________ -void AliTOFProb::Exec(const Option_t *dummyOpt) +void AliTOFProb::Exec(const Option_t * /*dummyOpt*/) { // // Performs Prob for TOF detector @@ -160,7 +159,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] @@ -260,7 +261,7 @@ void AliTOFProb::Exec(const Option_t *dummyOpt) //__________________________________________________________________ -Bool_t AliTOFProb::operator==( AliTOFProb const & tofrec)const +Bool_t AliTOFProb::operator==( AliTOFProb const & /*tofrec*/)const { // dummy version of Equal operator. // requested by coding conventions