]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/TPCLib/AliHLTTPCConfMapPoint.h
cleanup (Gaute)
[u/mrichter/AliRoot.git] / HLT / TPCLib / AliHLTTPCConfMapPoint.h
index 99181f5c55d81ba45faa86576e8a3bc56e85b9ec..45d1ac8cb69aadc3f9665683b4a42292937352f1 100644 (file)
@@ -29,10 +29,6 @@ class AliHLTTPCConfMapPoint {
  public:
 
   AliHLTTPCConfMapPoint();
-  /** not a valid copy constructor, defined according to effective C++ style */
-  AliHLTTPCConfMapPoint(const AliHLTTPCConfMapPoint&);
-  /** not a valid assignment op, but defined according to effective C++ style */
-  AliHLTTPCConfMapPoint& operator=(const AliHLTTPCConfMapPoint&);
   /** destructor */
   virtual ~AliHLTTPCConfMapPoint();
   
@@ -149,6 +145,10 @@ class AliHLTTPCConfMapPoint {
   void SetConfCoord();// conformal mapping
 
  private:
+  /** not a valid copy constructor, defined according to effective C++ style */
+  AliHLTTPCConfMapPoint(const AliHLTTPCConfMapPoint&);
+  /** not a valid assignment op, but defined according to effective C++ style */
+  AliHLTTPCConfMapPoint& operator=(const AliHLTTPCConfMapPoint&);
 
   Int_t fHitNumber;     //hit number
   Int_t fTrackNumber;   //track number