]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerCircuit.cxx
Added protection and 2 levels for problems
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerCircuit.cxx
index 1b72adb1ba19204c47c6bda1fb0805dd12629efb..55b763350f85e767b6cf9f4cb8e03f9cfd87d0fb 100644 (file)
 /// the X positions of the (doubled or not) Y strips.
 /// This is used to associate the global positions to the fired strips of the 
 /// local trigger output (see AliMUONTrackReconstructor::MakeTriggerTrack)
+///
+/// \author Philippe Crochet (LPCCFd)
 
 #include "AliMUONTriggerCircuit.h"
-#include "AliMUON.h"
-#include "AliMUONConstants.h"
 #include "AliMUONLocalTriggerBoard.h"
 #include "AliMUONTriggerCrateStore.h"
 #include "AliMUONTriggerCrate.h"
@@ -41,6 +41,7 @@
 #include "AliLog.h"
 
 #include <TMath.h>
+#include <Riostream.h>
 
 /// \cond CLASSIMP
 ClassImp(AliMUONTriggerCircuit)