]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONClusterFinderMLEM.cxx
Adding include files where needed for latest ROOT
[u/mrichter/AliRoot.git] / MUON / AliMUONClusterFinderMLEM.cxx
index c2dc2754af5126d2a9da30521e1b32d3e0f3641b..9c1cf5e0a2e163e54334bb2ba768b57d2532b952 100644 (file)
 /// \author Laurent Aphecetche (for the "new" C++ structure) and 
 /// Alexander Zinchenko, JINR Dubna, for the hardcore of it ;-)
 
-#include "AliMUONClusterFinderMLEM.h"
+#include <Riostream.h>
+#include <TH2.h>
+#include <TMinuit.h>
+#include <TCanvas.h>
+#include <TStopwatch.h>
+#include <TMath.h>
 
+#include "AliMUONClusterFinderMLEM.h"
 #include "AliLog.h"
 #include "AliMUONCluster.h"
 #include "AliMUONClusterSplitterMLEM.h"
 #include "AliMpVPadIterator.h"
 #include "AliMpVSegmentation.h"
 #include "AliRunLoader.h"
-#include <Riostream.h>
-#include <TH2.h>
-#include <TMinuit.h>
-#include "TCanvas.h"
-#include "TStopwatch.h"
 
 /// \cond CLASSIMP
 ClassImp(AliMUONClusterFinderMLEM)