X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSresponse.cxx;h=e96886e9040cc80d9aa643b815add283e6f5a2e0;hb=c6fba1d948c4837c6ff8588e6704f79dbc17e367;hp=da0c6f1ba0f8c609c5c7560bfdfb22351ddd29ca;hpb=e81897071a6c895e2796d84a2531f1385a0a1017;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSresponse.cxx b/ITS/AliITSresponse.cxx index da0c6f1ba0f..e96886e9040 100644 --- a/ITS/AliITSresponse.cxx +++ b/ITS/AliITSresponse.cxx @@ -1,8 +1,42 @@ -//////////////////////////////////////////////// -// Response class for set:ITS // -//////////////////////////////////////////////// +/************************************************************************** + * Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * + * * + * Author: The ALICE Off-line Project. * + * Contributors are mentioned in the code where appropriate. * + * * + * Permission to use, copy, modify and distribute this software and its * + * documentation strictly for non-commercial purposes is hereby granted * + * without fee, provided that the above copyright notice appears in all * + * copies and that both the copyright notice and this permission notice * + * appear in the supporting documentation. The authors make no claims * + * about the suitability of this software for any purpose. It is * + * provided "as is" without express or implied warranty. * + **************************************************************************/ +////////////////////////////////////////////////////// +// Base Response class for ITS // +// Specific subdetector implementation is done in // +// AliITSresponseSPD // +// AliITSresponseSDD // +// AliITSresponseSSD // +////////////////////////////////////////////////////// + #include "AliITSresponse.h" ClassImp(AliITSresponse) + +//______________________________________________________________________ +AliITSresponse::AliITSresponse(): +TObject(), +fFileName1(), +fFileName2(), +fFileName3(), +fWrite(kFALSE), +fDiffCoeff(0.), +fDiffCoeff1(0.){ + + // Default Constructor + +} +