]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Dummy implementations to avoid unresolved symbols
authorhristov <Peter.Hristov@cern.ch>
Thu, 4 Dec 2014 16:42:42 +0000 (17:42 +0100)
committeragrigora <alina.grigoras@cern.ch>
Mon, 15 Dec 2014 12:52:07 +0000 (13:52 +0100)
13 files changed:
PWGLF/FORWARD/analysis2/AliBaseMCCorrectionsTask.h
PWGLF/FORWARD/analysis2/AliBasedNdetaTask.h
PWGLF/FORWARD/analysis2/AliCentralMCCorrectionsTask.h
PWGLF/FORWARD/analysis2/AliFMDEnergyFitter.h
PWGLF/FORWARD/analysis2/AliFMDEventInspector.h
PWGLF/FORWARD/analysis2/AliFMDMCTrackELoss.h
PWGLF/FORWARD/analysis2/AliFMDMCTrackInspector.h
PWGLF/FORWARD/analysis2/AliFMDSharingFilter.h
PWGLF/FORWARD/analysis2/AliForwardCreateResponseMatrices.h
PWGLF/FORWARD/analysis2/AliForwardFlowTaskQC.h
PWGLF/FORWARD/analysis2/AliForwardMCCorrectionsTask.h
PWGLF/FORWARD/analysis2/AliForwardMultiplicityDistribution.h
PWGLF/FORWARD/analysis2/AliForwarddNdetaTask.h

index f849c58adb8f302a7c01ac758861846be2b8b649..6882b5748b993cd7f85bfe448eeea1f578d90024 100644 (file)
@@ -192,7 +192,7 @@ protected:
      * 
      * @param o Object to copy from 
      */
-    VtxBin(const VtxBin& o);
+    VtxBin(const VtxBin& o){;}
     /** 
      * Assignment operator 
      * 
@@ -200,7 +200,7 @@ protected:
      * 
      * @return Reference to this object
      */
-    VtxBin& operator=(const VtxBin& o);
+    VtxBin& operator=(const VtxBin& o){return *this;}
     /** 
      * Get bin name
      * 
index 51179dd71a8b2ef45c31a2295265c506c41ae9ab..5db8d44ec62ca79049d71a9c998194138bbd014f 100644 (file)
@@ -425,7 +425,7 @@ protected:
   /** 
    * Copy contructor - not defined
    */
-  AliBasedNdetaTask(const AliBasedNdetaTask&);
+  AliBasedNdetaTask(const AliBasedNdetaTask&){;}
   /** 
    * Assignment operator - not defined
    * 
index ecb663eaab5b856b09af9daf41b7420fecd3ec3a..e000cd21f52a82eed1b83c0500454af8937fa527 100644 (file)
@@ -139,7 +139,7 @@ protected:
      * 
      * @param o Object to copy from 
      */
-    VtxBin(const VtxBin& o);
+    VtxBin(const VtxBin& o){;}
     /** 
      * Assignment operator 
      * 
@@ -147,7 +147,7 @@ protected:
      * 
      * @return Reference to this object
      */
-    VtxBin& operator=(const VtxBin& o);
+    VtxBin& operator=(const VtxBin& o){return *this;}
     /** 
      * Declare output in passed list 
      * 
index 3caa724a84ecda5d0a6bfe8532d182e22f698984..d0ea8e6a759ccd82f4bc5d80342d616ea9da8c4e 100644 (file)
@@ -400,7 +400,7 @@ protected:
      * 
      * @param o Object to copy from 
      */
-    RingHistos(const RingHistos& o);
+    RingHistos(const RingHistos& o){;}
     /** 
      * Assignment operator  - not defined
      * 
@@ -408,7 +408,7 @@ protected:
      * 
      * @return Reference to this 
      */
-    RingHistos& operator=(const RingHistos& o);
+    RingHistos& operator=(const RingHistos& o){return *this;}
     /** 
      * Destructor 
      */
index dfce8d544c5747703f786b26631375303bbabc19..11727c731210fd48b3a5aed32336c36a624dd2f7 100644 (file)
@@ -477,7 +477,7 @@ protected:
    * 
    * @param o Object to copy from 
    */
-  AliFMDEventInspector(const AliFMDEventInspector& o);
+  AliFMDEventInspector(const AliFMDEventInspector& o){;}
   /** 
    * Assignement operator - not implemented
    * 
@@ -485,7 +485,7 @@ protected:
    * 
    * @return Reference to this object
    */
-  AliFMDEventInspector& operator=(const AliFMDEventInspector& o);
+  AliFMDEventInspector& operator=(const AliFMDEventInspector& o){return *this;}
   Bool_t AllowDisplaced() const { return fVtxMethod == kDisplaced; }
   /** 
    * Cache the configure trigger classes from the physis selection.  
index 745896d7b49df739c65806751f02bdfbac3ee35c..132ac456f34a6774ab2d85a9f32688488acd8032 100644 (file)
@@ -52,7 +52,7 @@ public:
    * 
    * @param o Object to copy from 
    */
-  AliFMDMCTrackELoss(const AliFMDMCTrackELoss& o);
+  AliFMDMCTrackELoss(const AliFMDMCTrackELoss& o){;}
   /** 
    * Assignment operator
    * 
@@ -60,7 +60,7 @@ public:
    * 
    * @return Reference to this 
    */
-  AliFMDMCTrackELoss& operator=(const AliFMDMCTrackELoss& o);
+  AliFMDMCTrackELoss& operator=(const AliFMDMCTrackELoss& o){return *this;}
   /** 
    * Destructor. 
    */
index 9a4659f427f0784e56561d4fff95959c3b6d9b58..69b85ea5733f5591eb199e387cb3c396bb86039f 100644 (file)
@@ -115,7 +115,7 @@ public:
      * 
      * @param o Object to copy from 
      */
-    RingHistos(const RingHistos& o);
+    RingHistos(const RingHistos& o){;}
     /** 
      * Assignment operator  - not defined
      * 
@@ -123,7 +123,7 @@ public:
      * 
      * @return Reference to this 
      */
-    RingHistos& operator=(const RingHistos& o);
+    RingHistos& operator=(const RingHistos& o){return *this;}
     /** 
      * Create a bin array of increasing bins. This overload uses the
      * service AliFMDEncodedEdx::Spec::FillBinArray. 
index 37ea26178b29789bbc1f9aabacefcf353c24ffc1..8b42d651e767e1ae5850d1c41fee30d737169218 100644 (file)
@@ -234,13 +234,13 @@ protected:
   /** 
    * Copy constructor - not implemented
    */
-  AliFMDSharingFilter(const AliFMDSharingFilter& o);
+  AliFMDSharingFilter(const AliFMDSharingFilter& o){;}
   /** 
    * Assignment operator  - not implemented
    * 
    * @return Reference to this 
    */
-  AliFMDSharingFilter& operator=(const AliFMDSharingFilter& o);
+  AliFMDSharingFilter& operator=(const AliFMDSharingFilter& o){return *this;}
   /** 
    * Internal data structure to keep track of the histograms
    */
index 4223a8359a90eb1bd5c6496b4758203074b41836..f9bc0bf07327d6522ee4c162341ac03c5467ffeb 100644 (file)
@@ -65,7 +65,7 @@ public:
     /**
      * Copy Constructor
      */ 
-    Bin(const Bin&);
+    Bin(const Bin&){;}
     /**
      * Assignment Operator
      */
index bcea327bf63d26e1d84282419c14e6447388c70e..299e94e83839682fd86ae6b41298b1c42b66dc6f 100644 (file)
@@ -325,7 +325,7 @@ protected:
      * 
      * @return VertexBin
      */
-    VertexBin(const VertexBin& o);
+    VertexBin(const VertexBin& o){;}
     /**
      * Assignment operator 
      * 
index 22ebba076d01300a433f02e3b20b06a7c631f7b1..196cd4c73e6c2deb1648ad2809afc0578b5068a0 100644 (file)
@@ -129,7 +129,7 @@ protected:
      * 
      * @param o Object to copy from 
      */
-    VtxBin(const VtxBin& o);
+    VtxBin(const VtxBin& o){;}
     /** 
      * Assignment operator 
      * 
@@ -137,7 +137,7 @@ protected:
      * 
      * @return Reference to this object
      */
-    VtxBin& operator=(const VtxBin& o);
+    VtxBin& operator=(const VtxBin& o){return *this;}
     /** 
      * Declare output in passed list 
      * 
index 457d695a2f3c85a499e1cc76ce2baceb6199ff07..c33f64112460a53114e6b2cd3f8fcd2952a0a305 100644 (file)
@@ -52,7 +52,7 @@ public:
     /**
      * Copy Constructor
      */    
-    Bin(const Bin&);
+    Bin(const Bin&){;}
     /**
      * Assignment operator
      */
index 6c96706f56af630fbb3190f6b68945fa512ec279..24c859ab3bd741554e7b7d7f5b489369559c5f4b 100644 (file)
@@ -122,7 +122,7 @@ protected:
      * 
      * @param other Object to copy from 
      */
-    CentralityBin(const CentralityBin& other);
+    CentralityBin(const CentralityBin& other){;}
     /** 
      * Destructor 
      */
@@ -133,7 +133,7 @@ protected:
      * 
      * @return 
      */
-    CentralityBin& operator=(const CentralityBin&);
+    CentralityBin& operator=(const CentralityBin&){return *this;}
     /** 
      * End of processing 
      *