]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliAODPmdCluster.cxx
Adding extra logging level option to macro.
[u/mrichter/AliRoot.git] / STEER / AliAODPmdCluster.cxx
index fbaed6234e7cae897d7b80cf0d0476b543f513d9..ce31e03ce73b286f256d9f22ddda40aa0c8a1b03 100644 (file)
@@ -40,7 +40,7 @@ AliAODPmdCluster::AliAODPmdCluster(Int_t id,
                                   Double_t x[3],
                                   Double_t pid[9],
                                   Char_t ttype,
-                                  UInt_t selectInfo,
+                                  UInt_t /*selectInfo*/,
                                   AliAODPmdCluster* assoc) :
   AliAODCluster(id, nLabel, label, energy, x, pid, ttype),
   fAssocCluster(assoc)
@@ -56,7 +56,7 @@ AliAODPmdCluster::AliAODPmdCluster(Int_t id,
                                   Float_t x[3],
                                   Float_t pid[9],
                                   Char_t ttype,
-                                  UInt_t selectInfo,
+                                  UInt_t /*selectInfo*/,
                                   AliAODPmdCluster* assoc) :
   AliAODCluster(id, nLabel, label, energy, x, pid, ttype),
   fAssocCluster(assoc)