]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponse.cxx
From Artur:
[u/mrichter/AliRoot.git] / MUON / AliMUONResponse.cxx
index 44911daf7eb8abe5977d44c5f8f474defea89097..190922c0d8b2cbd3d996d76a3ff54a9f313963de 100644 (file)
  * provided "as is" without express or implied warranty.                  *
  **************************************************************************/
 
-/*
-$Log$
-Revision 1.1.2.1  2000/06/09 21:31:45  morsch
-AliMUONResponse code  from  AliMUONSegRes.cxx
-
-*/
+/* $Id$ */
 
 #include "AliMUONResponse.h"
 
 ClassImp(AliMUONResponse)
 
+AliMUONResponse::AliMUONResponse()
+  : TObject()
+{
+// Default constructor
+}
+
+
+AliMUONResponse::~AliMUONResponse()
+{
+// Destructor
+}
+