X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TOF%2FAliTOF.cxx;fp=TOF%2FAliTOF.cxx;h=9f9c1d87ebc2f3e8e28e8986e7a0d8be02ab7ec6;hb=4f2833558234f05c545b4e26102dd39b41dd0ab7;hp=96053d25ce70cd32a58602de0e5d0f854daff3d0;hpb=98e9a2c1f5ed6c06d7b9ea81cf52c7a8a4d098e6;p=u%2Fmrichter%2FAliRoot.git diff --git a/TOF/AliTOF.cxx b/TOF/AliTOF.cxx index 96053d25ce7..9f9c1d87ebc 100644 --- a/TOF/AliTOF.cxx +++ b/TOF/AliTOF.cxx @@ -12,7 +12,6 @@ * about the suitability of this software for any purpose. It is * * provided "as is" without express or implied warranty. * **************************************************************************/ - /* $Id$ */ /////////////////////////////////////////////////////////////////////////////// @@ -85,6 +84,7 @@ AliTOF::AliTOF(): fReconParticles(0x0), fIdSens(-1), fTZero(kFALSE), + fTOFHoles(kTRUE), fTOFGeometry(0x0) { // @@ -111,6 +111,7 @@ AliTOF::AliTOF(const char *name, const char *title, Option_t *option) fReconParticles(0x0), fIdSens(-1), fTZero(kFALSE), + fTOFHoles(kTRUE), fTOFGeometry(0x0) { // @@ -188,7 +189,8 @@ void AliTOF::GetTOFSectors(Int_t *sectors) const } //_____________________________________________________________________________ AliTOF::AliTOF(const AliTOF &source) - :AliDetector(), + : + AliDetector(), fFGeom(0x0), fDTask(0x0), fReTask(0x0), @@ -197,6 +199,7 @@ AliTOF::AliTOF(const AliTOF &source) fReconParticles(0x0), fIdSens(-1), fTZero(kFALSE), + fTOFHoles(kTRUE), fTOFGeometry(0x0) { // copy constructor