]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
ctor and asingment
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 May 2008 15:58:47 +0000 (15:58 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 22 May 2008 15:58:47 +0000 (15:58 +0000)
PWG2/FLOW/AliFlowCommonHist.h
PWG2/FLOW/AliFlowCommonHistResults.h

index 00466ee5a66da621fc313c24aaf3542a8d9ff2e4..17b5d3cafaa5e5953554fa405da2f660a777a3b7 100644 (file)
@@ -46,7 +46,9 @@ class AliFlowCommonHist {
  
  private:
 
-  //  AliFlowEventSimple* fEvent;     //!
+  AliFlowCommonHist(const AliFlowCommonHist& aSetOfHists);
+  AliFlowCommonHist& operator=(const AliFlowCommonHist& aSetOfHists);
+
   AliFlowTrackSimple* fTrack;     //!
 
   //define histograms here
index 706d7cbc9829c334a1c522c0c0f0ac6299637f35..a1d506fe400d0c6e19858bfd23826654294880fc 100644 (file)
@@ -31,6 +31,9 @@ class AliFlowCommonHistResults{
  
  private:
 
+  AliFlowCommonHistResults(const AliFlowCommonHistResults& aSetOfResultHists);
+  AliFlowCommonHistResults& operator=(const AliFlowCommonHistResults& aSetOfResultHists);
+
   //integrated flow
   TH1D*     fHistIntFlow;         //!
   //differential flow