]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFChSim.cxx
dEdxSSDAQA added to PilotAnalysis
[u/mrichter/AliRoot.git] / TOF / AliTOFChSim.cxx
index d42d8ddc505f1a2eea9b8d5177683871af76227e..33074456a1cf01448b146859fb7f972f33161f03 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*$Log$
+/*
+$Log$
+Revision 1.2  2006/02/13 17:22:26  arcelli
+just Fixing Log info
+
+Revision 1.1  2006/02/13 16:10:48  arcelli
+Add classes for TOF Calibration (C.Zampolli)
+
 author: Chiara Zampolli, zampolli@bo.infn.it
- */  
+*/  
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
@@ -34,7 +41,9 @@ fSpectrum(-1)
 {}
 //________________________________________________________________
 AliTOFChSim::AliTOFChSim(const AliTOFChSim& channel) :
-  TObject(channel)
+  TObject(channel),
+  fSlewedStatus(kFALSE),
+  fSpectrum(-1)
 {
 // copy constructor
   fSlewedStatus = channel.fSlewedStatus;
@@ -51,6 +60,3 @@ AliTOFChSim &AliTOFChSim::operator =(const AliTOFChSim& channel)
   return *this;
 }
 
-
-
-