]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSDetTypeSim.h
Coverity
[u/mrichter/AliRoot.git] / ITS / AliITSDetTypeSim.h
index 882ae37b2e83ec30177b9db9ce63814f40928221..410ec2e038999ff24c71f4b47a1008d5847475b1 100644 (file)
@@ -43,8 +43,6 @@ class AliITSDetTypeSim : public TObject {
   
     AliITSDetTypeSim();
     virtual ~AliITSDetTypeSim(); 
-    AliITSDetTypeSim(const AliITSDetTypeSim &source);
-    AliITSDetTypeSim& operator=(const AliITSDetTypeSim &source);
     AliITSgeom *GetITSgeom() const {
         if(fLoader)return ((AliITSLoader*)fLoader)->GetITSgeom();
        else return 0;}
@@ -125,6 +123,8 @@ class AliITSDetTypeSim : public TObject {
     virtual Bool_t GetCalibration();
     
  private:
+    AliITSDetTypeSim(const AliITSDetTypeSim &source);
+    AliITSDetTypeSim& operator=(const AliITSDetTypeSim &source);
     void SetDefaultSegmentation(Int_t idet);  // creates def segm.
 
     //conversion of the old SSD calibration objects tothe new ones