From: martinez Date: Tue, 14 Feb 2006 16:51:01 +0000 (+0000) Subject: Using root templates (Federico) X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=243b68c3fa7c8eb9ff603bbe4b18a5531f9a48b6 Using root templates (Federico) --- diff --git a/MUON/AliMUONClusterFinderAZ.h b/MUON/AliMUONClusterFinderAZ.h index fbad0659233..b6508fd4685 100644 --- a/MUON/AliMUONClusterFinderAZ.h +++ b/MUON/AliMUONClusterFinderAZ.h @@ -9,16 +9,15 @@ /// \class AliMUONClusterFinderAZ /// \brief Cluster finder in MUON arm of ALICE -#include "AliMUONClusterFinderVS.h" -#include - class TH2D; class TClonesArray; class TMinuit; +#include "TMatrixDfwd.h" class AliMUONVGeometryDESegmentation; class AliMUONPixel; class AliMUONClusterDrawAZ; +#include "AliMUONClusterFinderVS.h" class AliMUONClusterFinderAZ : public AliMUONClusterFinderVS { diff --git a/MUON/AliMUONPoints.cxx b/MUON/AliMUONPoints.cxx index a921bd85fa4..7bd74f3aa0a 100644 --- a/MUON/AliMUONPoints.cxx +++ b/MUON/AliMUONPoints.cxx @@ -30,7 +30,6 @@ #include #include -#include #include #include #include diff --git a/MUON/AliMUONPoints.h b/MUON/AliMUONPoints.h index 907886de7b1..05cb9d079ea 100644 --- a/MUON/AliMUONPoints.h +++ b/MUON/AliMUONPoints.h @@ -11,13 +11,12 @@ /// \class AliMUONPoints /// \brief Class to draw detector clusters (is PolyMarker3D) -#include "AliPoints.h" -#include - class TMarker3DBox; +#include class AliMUONDigit; class AliMUONHit; +#include "AliPoints.h" class AliMUONPoints : public AliPoints { diff --git a/MUON/AliMUONTrackK.h b/MUON/AliMUONTrackK.h index 6c761086ac5..5be2a5d9190 100644 --- a/MUON/AliMUONTrackK.h +++ b/MUON/AliMUONTrackK.h @@ -10,17 +10,17 @@ /// \class AliMUONTrack /// \brief Kalman track in MUON arm of ALICE -#include -#include "AliMUONTrack.h" -#include - class TArrayD; -class AliMUONTrackReconstructor; class TClonesArray; class TObjArray; -class AliMUONSegment; -class AliMUONHitForRec; +#include +#include + class AliMUONEventRecoCombi; +class AliMUONHitForRec; +class AliMUONSegment; +class AliMUONTrackReconstructor; +#include "AliMUONTrack.h" class AliMUONTrackK : public AliMUONTrack {