X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=ITS%2FAliITSresponse.cxx;h=428816155a8cb6f88e09d8d682e8c7d9c1162abe;hb=ff0e38e3208581fa5207c4e75ee2ecd7b6f0fddd;hp=1311f06cad42cf49308744859184d85409799ce8;hpb=1ca7869b62ab56172aa60913e439a5ee237757ff;p=u%2Fmrichter%2FAliRoot.git diff --git a/ITS/AliITSresponse.cxx b/ITS/AliITSresponse.cxx index 1311f06cad4..428816155a8 100644 --- a/ITS/AliITSresponse.cxx +++ b/ITS/AliITSresponse.cxx @@ -1,9 +1,38 @@ -//////////////////////////////////////////////// -// 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 -#include #include "AliITSresponse.h" ClassImp(AliITSresponse) + +//______________________________________________________________________ +AliITSresponse::AliITSresponse(): +TObject(), +fDiffCoeff(0.), +fDiffCoeff1(0.){ + + // Default Constructor + +} +