]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveDet/AliEveEMCALSModuleData.cxx
Coverit
[u/mrichter/AliRoot.git] / EVE / EveDet / AliEveEMCALSModuleData.cxx
index aab00a1f5dbd4d51dfbf5f809c523c06c341aebe..d959d08492d4f4faee2b5d8115e3977187fc6774 100644 (file)
@@ -1,28 +1,23 @@
-//*************************************************************************
+//
 // EMCAL event display
 // Store the data related to each Super Module (SM)
 // Possible storage of hits, digits and clusters per SM
-// For visualization
-// in alieve
 //
 //  Author: Magali Estienne (magali.estienne@cern.ch)
 //  June 30 2008
-//*************************************************************************
-
-#include <Riostream.h>
+//
 
 #include "AliEveEMCALSModuleData.h"
 
-#include <AliEMCALGeometry.h>
-
-#include <TVector2.h>
-#include <TVectorT.h>
-#include <TClonesArray.h>
-#include <TGeoNode.h>
 #include <TGeoBBox.h>
-#include <TGeoMatrix.h>
 
-#include <EveBase/AliEveEventManager.h>
+class Riostream;
+class TClonesArray;
+class TGeoNode;
+class TGeoMatrix;
+class AliEMCALGeometry;
+class TVector2;
+class AliEveEventManager;
 
 ClassImp(AliEveEMCALSModuleData)