]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Additional include files. Removing useles protection
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 15 Oct 2004 12:36:46 +0000 (12:36 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 15 Oct 2004 12:36:46 +0000 (12:36 +0000)
FMD/AliFMDReconstructor.cxx
FMD/AliFMDReconstructor.h

index 0587d5207bb43fb7e9c98e1ae00d941e3bb360d7..49fbaeac9574eea93efd94fe158c4fb4c71db10b 100644 (file)
 //
 //____________________________________________________________________
 
-#ifndef ALIFMD_H
-# include "AliFMD.h"
-#endif
-#ifndef ALIFMDDIGIT_H
-# include "AliFMDDigit.h"
-#endif
-#ifndef ALIFMDPARTICLES_H
-# include "AliFMDParticles.h"
-#endif
-#ifndef ALIFMDRECONSTRUCTOR_H
-# include "AliFMDReconstructor.h"
-#endif
-#ifndef ALIALTROBUFFER_H
-# include "AliAltroBuffer.h"
-#endif
-#ifndef ALILOG_H
-# include "AliLog.h"
-#endif
-#ifndef ALIRUN_H
-# include "AliRun.h"
-#endif
-#ifndef ALIRUNLOADER_H
-# include "AliRunLoader.h"
-#endif
-#ifndef ALILOADER_H
-# include "AliLoader.h"
-#endif
-#ifndef ALIHEADER_H
-# include "AliHeader.h"
-#endif
-#ifndef ALIGENEVENTHEADER_H
-# include "AliGenEventHeader.h"
-#endif
-#ifndef ALIRAWREADERFILE_H
-# include "AliRawReaderFile.h"
-#endif
-#ifndef ALIFMDRAWSTREAM_H
-# include "AliFMDRawStream.h"
-#endif
+#include "AliFMD.h"
+#include "AliFMDDigit.h"
+#include "AliFMDParticles.h"
+#include "AliFMDReconstructor.h"
+#include "AliAltroBuffer.h"
+#include "AliLog.h"
+#include "AliRun.h"
+#include "AliRunLoader.h"
+#include "AliLoader.h"
+#include "AliHeader.h"
+#include "AliGenEventHeader.h"
+#include "AliFMDRawStream.h"
+#include "AliRawReader.h"
 
 //____________________________________________________________________
 ClassImp(AliFMDReconstructor);
index 9d6a4608d9aab95f21b0362df0c7a1ebc87f876f..c8cbb31b384c9e5bb9d0449f69f39933bf36b3a7 100644 (file)
@@ -1,3 +1,5 @@
+#ifndef ALIFMDRECONSTRUCTOR_H
+#define ALIFMDRECONSTRUCTOR_H
 // -*- mode: c++ -*- 
 //
 //  Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights
     of empty pads
   */
 /* $Id$ */
-#ifndef ALIFMDRECONSTRUCTOR_H
-#define ALIFMDRECONSTRUCTOR_H
-#ifndef ALIRECONSTRUCTOR_H
-# include <AliReconstructor.h>
-#endif
-#ifndef ALIFMDMAP_H
-# include <AliFMDMap.h>
-#endif
+
+#include <AliReconstructor.h>
+#include <AliFMDMap.h>
 
 //____________________________________________________________________
 class TClonesArray;