X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=MUON%2FAliMUONResponse.cxx;h=6745beb0241f900444c0e99352524e8a92f77f7b;hp=f99c47245322b3105dd988a80b80c297cfec1177;hb=d19b6003496911d8cd38801049a60dc29d1c4dba;hpb=585d648a9913f4201376b4c64f440e43a9260509 diff --git a/MUON/AliMUONResponse.cxx b/MUON/AliMUONResponse.cxx index f99c4724532..6745beb0241 100644 --- a/MUON/AliMUONResponse.cxx +++ b/MUON/AliMUONResponse.cxx @@ -15,6 +15,12 @@ /* $Id$ */ +// ------------------------- +// Class AliMUONResponse +// ------------------------- +// Chamber response base class +// ... + #include "AliMUONResponse.h" #include "AliLog.h" @@ -25,19 +31,21 @@ ClassImp(AliMUONResponse) AliMUONResponse::AliMUONResponse() : TObject() { -// Default constructor +/// Default constructor } AliMUONResponse::~AliMUONResponse() { -// Destructor +/// Destructor } //_____________________________________________________________________________ void AliMUONResponse::DisIntegrate(const AliMUONHit&, TList& digits) { +/// Not implemented disintegration + digits.Clear(); AliError("Not implemented in this base class"); }