]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONResponse.cxx
Code revision:
[u/mrichter/AliRoot.git] / MUON / AliMUONResponse.cxx
index d17a80695ece9b7859a33ac596f1886ffcc26dcc..190922c0d8b2cbd3d996d76a3ff54a9f313963de 100644 (file)
 
 ClassImp(AliMUONResponse)
 
+AliMUONResponse::AliMUONResponse()
+  : TObject()
+{
+// Default constructor
+}
+
+
+AliMUONResponse::~AliMUONResponse()
+{
+// Destructor
+}
+