]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackLight.cxx
Fixing coding conventions
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackLight.cxx
index 7582223d4a5b7769c302d45a73241f62bc1dece1..f15460c65e13f00a103140030d50f1d53d0939cf 100644 (file)
@@ -380,7 +380,7 @@ Bool_t AliMUONTrackLight::IsParentPionOrKaon(Int_t idparent){
   else return kFALSE;
 }
 //====================================
-Bool_t AliMUONTrackLight::IsDiquark(Int_t pdg){
+Bool_t AliMUONTrackLight::IsDiquark(Int_t pdg) const{
   /// check if the provided pdg code corresponds to a diquark 
   pdg = TMath::Abs(pdg);
   if((pdg > 1000) && (pdg%100 < 10)) return kTRUE;