X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOFChannel.cxx;h=399b507c2b7e7f1299a786b4907107ee06202725;hb=361bc42d409f4061f423fb715322e70070dbad76;hp=41ce38951f4ffbed31dd5bd2069565113af8711c;hpb=762446e011c767d2d5b8a444f32c1af8570ac630;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOFChannel.cxx b/TOF/AliTOFChannel.cxx index 41ce38951f4..399b507c2b7 100644 --- a/TOF/AliTOFChannel.cxx +++ b/TOF/AliTOFChannel.cxx @@ -15,6 +15,9 @@ /* $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) @@ -49,7 +52,9 @@ fDelay(delay) //________________________________________________________________ AliTOFChannel::AliTOFChannel(const AliTOFChannel& channel) : - TObject(channel) + TObject(channel), + fStatus(kFALSE), + fDelay(0) { // copy constructor