]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCPad.h
debug output removed
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCPad.h
index e534b178ee86b00d96fd108b14e790cd314aa02a..4eb06774b8a1fdbf29e880d379e2a1176b5cc412 100644 (file)
@@ -327,12 +327,12 @@ public:
   /**
    * Adds cluster candidate to the fClusterCandidates.
    */
-  void AddClusterCandidate(AliHLTTPCClusters candidate);
+  void AddClusterCandidate(const AliHLTTPCClusters& candidate);
 
   /**
    * Adds the digits belonging to the candidate.
    */
-  void AddCandidateDigits(vector<AliHLTTPCDigitData> candidateDigits);
+  void AddCandidateDigits(const vector<AliHLTTPCDigitData>& candidateDigits);
 
   
   /**