]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/Cal/AliTRDCalGlobals.cxx
Move sampling frequency to common params
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalGlobals.cxx
index 01d9d712fe401fb67e43f056c83c62c074131449..c2c3ed9d585d69696481508caf855cfd82d3110a 100644 (file)
@@ -17,7 +17,7 @@
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
-//  TRD calibration class for global TRD parameters //
+//  TRD calibration class for global TRD parameters                          //
 //                                                                           //
 ///////////////////////////////////////////////////////////////////////////////
 
@@ -28,7 +28,6 @@ ClassImp(AliTRDCalGlobals)
 //_____________________________________________________________________________
 AliTRDCalGlobals::AliTRDCalGlobals()
   :TNamed()
-  ,fSamplingFrequency(0)
   ,fNumberOfTimeBins(0)
 {
   //
@@ -40,7 +39,6 @@ AliTRDCalGlobals::AliTRDCalGlobals()
 //_____________________________________________________________________________
 AliTRDCalGlobals::AliTRDCalGlobals(const Text_t *name, const Text_t *title)
   :TNamed(name,title)
-  ,fSamplingFrequency(0)
   ,fNumberOfTimeBins(0)
 {
   //