]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODPmdCluster.cxx
Coding convention violations (RC17): suppression
[u/mrichter/AliRoot.git] / STEER / AliAODPmdCluster.cxx
index fbaed6234e7cae897d7b80cf0d0476b543f513d9..20a7f21848084b956f2081f74329ff858d7c09f1 100644 (file)
@@ -38,9 +38,9 @@ AliAODPmdCluster::AliAODPmdCluster(Int_t id,
                                   Int_t *label, 
                                   Double_t energy,
                                   Double_t x[3],
-                                  Double_t pid[9],
+                                  Double_t pid[13],
                                   Char_t ttype,
-                                  UInt_t selectInfo,
+                                  UInt_t /*selectInfo*/,
                                   AliAODPmdCluster* assoc) :
   AliAODCluster(id, nLabel, label, energy, x, pid, ttype),
   fAssocCluster(assoc)
@@ -54,9 +54,9 @@ AliAODPmdCluster::AliAODPmdCluster(Int_t id,
                                   Int_t *label, 
                                   Float_t energy,
                                   Float_t x[3],
-                                  Float_t pid[9],
+                                  Float_t pid[13],
                                   Char_t ttype,
-                                  UInt_t selectInfo,
+                                  UInt_t /*selectInfo*/,
                                   AliAODPmdCluster* assoc) :
   AliAODCluster(id, nLabel, label, energy, x, pid, ttype),
   fAssocCluster(assoc)