]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFChannel.cxx
#101318: Patch for various problems in AliROOT
[u/mrichter/AliRoot.git] / TOF / AliTOFChannel.cxx
index 7e50f13906987da7a5065c48e5bb7e17f0eb2976..399b507c2b7e7f1299a786b4907107ee06202725 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
- */  
+*/  
 
 ///////////////////////////////////////////////////////////////////////////////
 //                                                                           //
@@ -45,7 +52,9 @@ fDelay(delay)
 
 //________________________________________________________________
 AliTOFChannel::AliTOFChannel(const AliTOFChannel& channel) :
-  TObject(channel)
+  TObject(channel),
+  fStatus(kFALSE),
+  fDelay(0)
 {
 // copy constructor
 
@@ -76,5 +85,3 @@ void AliTOFChannel::SetSlewPar(Float_t* slewingPar)
   else for(int t=0; t<6; t++) fSlewPar[t] = 0.;
 }
 
-
-