]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSQAFloatCheckable.cxx
Conversion 8 to 10 bits for the SDD digits (Yu.Belikov)
[u/mrichter/AliRoot.git] / PHOS / AliPHOSQAFloatCheckable.cxx
index 8686f28190b15c840d9fbfa09ae5870466b19955..9ad160d8b67be33d4c07241975ce4dfa9e81925a 100644 (file)
 //_________________________________________________________________________
 // Class for a QA checkable that is a Float  
 //
-// To be used with AliPHOSChecker
-// or any derived class
-//
 //*-- Author :  Yves Schutz (SUBATECH) 
 //////////////////////////////////////////////////////////////////////////////
 
 // --- ROOT system ---
 
+#include "TClass.h"
+
 // --- Standard library ---
 
 // --- AliRoot header files ---
@@ -43,13 +42,6 @@ ClassImp(AliPHOSQAFloatCheckable)
   fValue = 0. ; 
 }
 
-//____________________________________________________________________________ 
-  AliPHOSQAFloatCheckable::AliPHOSQAFloatCheckable(AliPHOSQAFloatCheckable &  fch) : AliPHOSQAVirtualCheckable(fch.GetName()) 
-{
-  //ctor initial value is zero
-  fType = "F" ;
-  fValue = fch.fValue  ; 
-}
 
 //____________________________________________________________________________ 
   AliPHOSQAFloatCheckable::~AliPHOSQAFloatCheckable()