]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/AliTPCGoofieValues.h
Set status flag for TPC only tracks
[u/mrichter/AliRoot.git] / TPC / AliTPCGoofieValues.h
index 483f94d3d987c2cef422ad3027200d10095f32d6..a7ff54b985ab53e1c6cdd0428d37c6763af1853e 100644 (file)
@@ -1,24 +1,24 @@
-/*!\class AliTPCGoofieValues\r
-   \brief TPC calibration class for Goofie values \r
-\r
-   Header: AliTPCGoofieValues.h,v 2.0.\r
-\r
-   Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved.\r
-\r
-   See cxx source for full Copyright notice \r
-\r
-   TPC Calibration Class for GOOFIE values. Drift velocity, gas composition and the gain. \r
-\r
-   The class AliTPCGoofieValues allows the access to GoofieValues. \r
-\r
-   The only constructor is loading data from ASCI file. \r
-\r
-   The methods make Tgraphs and TSplines of the time dependence of the values. \r
-\r
-   One method allows save the the graphs and spline togather with tree of allvalues into file.        \r
-\r
-*/\r
-\r
+/*!\class AliTPCGoofieValues
+   \brief TPC calibration class for Goofie values 
+
+   Header: AliTPCGoofieValues.h,v 2.0.
+
+   Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved.
+
+   See cxx source for full Copyright notice 
+
+   TPC Calibration Class for GOOFIE values. Drift velocity, gas composition and the gain. 
+
+   The class AliTPCGoofieValues allows the access to GoofieValues. 
+
+   The only constructor is loading data from ASCI file. 
+
+   The methods make Tgraphs and TSplines of the time dependence of the values. 
+
+   One method allows save the the graphs and spline togather with tree of allvalues into file.        
+
+*/
+
 
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
@@ -118,6 +118,11 @@ protected:
   
 protected:
   TTree *fGoofieValues;   // tree with all Goofie values in branches
+
+private:
+  AliTPCGoofieValues(const AliTPCGoofieValues&); // Not implemented
+  AliTPCGoofieValues& operator=(const AliTPCGoofieValues&); // Not implemented
+
   
   ClassDef(AliTPCGoofieValues,1)  //Basic ROOT object
 };