]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONHit.cxx
new slow simulation up to RawData
[u/mrichter/AliRoot.git] / MUON / AliMUONHit.cxx
index 9c7149b455ef316d2f55f187a55ba1c6f05a52a2..b4182227457bd7592360d31ca545c944b4f8e02d 100644 (file)
 // Incident fTheta and fPhi angle with respect of the wire plane of the chamber.
 //
 
-#include "TMath.h"
+#include <TMath.h>
+
 #include "AliMUONHit.h"
 
 ClassImp(AliMUONHit)
  
+//___________________________________________
+AliMUONHit::AliMUONHit()
+  : AliHit() 
+{
+// Default constructor
+}
+
 //___________________________________________
 AliMUONHit::AliMUONHit(Int_t shunt, Int_t track, Int_t *vol, Float_t *hits):
        AliHit(shunt, track)