Index: trunk/MagicSoft/Simulation/Corsika/GuiSimone/MainFrameSimone.cxx
===================================================================
--- trunk/MagicSoft/Simulation/Corsika/GuiSimone/MainFrameSimone.cxx	(revision 428)
+++ trunk/MagicSoft/Simulation/Corsika/GuiSimone/MainFrameSimone.cxx	(revision 429)
@@ -263,44 +263,91 @@
   // 
   //  create the entries in the second subframe
-
+  //
   
   fTabF3bI = new TGCompositeFrame (fTabF3b, 300, 300, kVerticalFrame) ; 
   fTabF3b->AddFrame(fTabF3bI, 
 		   new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandY, 5, 5, 5, 5 ) ) ; 
-  
+
+
   fTabF3bII = new TGCompositeFrame (fTabF3b, 300, 300, kVerticalFrame) ; 
   fTabF3b->AddFrame(fTabF3bII, 
+		   new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandY, 5, 5, 5, 5 ) ) ; 
+
+  fTabF3bIII = new TGCompositeFrame (fTabF3b, 300, 300, kVerticalFrame) ; 
+  fTabF3b->AddFrame(fTabF3bIII, 
 		   new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandX | kLHintsExpandY, 5, 5, 5, 5 ) ) ; 
 
-  fLabelId = new TGLabel(fTabF3bI, new TGString("PartId: ------------") );       
-  fTabF3bI->AddFrame( fLabelId, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
-
-  fLabelEner = new TGLabel(fTabF3bI, new TGString("Energy: ------------") );       
-  fTabF3bI->AddFrame( fLabelEner, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
-  
-  fLabelNbPhot = new TGLabel(fTabF3bI, new TGString("NbPhot: ------------") );       
-  fTabF3bI->AddFrame( fLabelNbPhot, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
-  
-  fLabelCoreX = new TGLabel(fTabF3bI, new TGString("CoreX: ------------") );       
-  fTabF3bI->AddFrame( fLabelCoreX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
-
-  fLabelCoreY = new TGLabel(fTabF3bI, new TGString("CoreY: ------------") );       
-  fTabF3bI->AddFrame( fLabelCoreY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
-
-  fLabelTheta = new TGLabel(fTabF3bI, new TGString("Theta: ------------") );       
-  fTabF3bI->AddFrame( fLabelTheta, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
-
-  fLabelPhi = new TGLabel(fTabF3bI, new TGString("Phi: ------------") );       
-  fTabF3bI->AddFrame( fLabelPhi, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
-
-  fLabelDireX = new TGLabel(fTabF3bI, new TGString("DireX: ------------") );       
-  fTabF3bI->AddFrame( fLabelDireX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
-
-  fLabelDireY = new TGLabel(fTabF3bI, new TGString("DireY: ------------") );       
-  fTabF3bI->AddFrame( fLabelDireY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
-
-
-  fCanvasEvt =  new TRootEmbeddedCanvas("fCanvasEvt", fTabF3bII, 300, 300 ) ; 
-  fTabF3bII->AddFrame(fCanvasEvt, new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandY | kLHintsExpandX, 5, 5, 5, 5 ) ) ; 
+  fLabelId = new TGLabel(fTabF3bI, new TGString("PartId:") );       
+  fTabF3bI->AddFrame( fLabelId, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
+
+  fLabelEner = new TGLabel(fTabF3bI, new TGString("Energy:") );       
+  fTabF3bI->AddFrame( fLabelEner, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
+  
+  fLabelNbPhot = new TGLabel(fTabF3bI, new TGString("NbPhot:") );       
+  fTabF3bI->AddFrame( fLabelNbPhot, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
+  
+  fLabelCoreX = new TGLabel(fTabF3bI, new TGString("CoreX:") );       
+  fTabF3bI->AddFrame( fLabelCoreX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
+
+  fLabelCoreY = new TGLabel(fTabF3bI, new TGString("CoreY:") );       
+  fTabF3bI->AddFrame( fLabelCoreY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
+
+  fLabelTheta = new TGLabel(fTabF3bI, new TGString("Theta:") );       
+  fTabF3bI->AddFrame( fLabelTheta, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
+
+  fLabelPhi = new TGLabel(fTabF3bI, new TGString("Phi:") );       
+  fTabF3bI->AddFrame( fLabelPhi, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
+
+  fLabelDireX = new TGLabel(fTabF3bI, new TGString("DireX:") );       
+  fTabF3bI->AddFrame( fLabelDireX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
+
+  fLabelDireY = new TGLabel(fTabF3bI, new TGString("DireY:") );       
+  fTabF3bI->AddFrame( fLabelDireY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
+ 
+
+  //
+  //   huschel
+  //
+
+  fInfoId = new TGTextEntry ( fTabF3bII  , fTextId = new TGTextBuffer(20) ) ;
+  fTabF3bII->AddFrame ( fInfoId, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
+  fInfoId->Resize( 70, fInfoId->GetDefaultHeight() ) ; 
+
+  fInfoEner = new TGTextEntry ( fTabF3bII  , fTextEner = new TGTextBuffer(20) ) ;
+  fTabF3bII->AddFrame ( fInfoEner, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
+  fInfoEner->Resize( 70, fInfoEner->GetDefaultHeight() ) ; 
+  
+  fInfoNbPhot = new TGTextEntry ( fTabF3bII  , fTextNbPhot = new TGTextBuffer(20) ) ;
+  fTabF3bII->AddFrame ( fInfoNbPhot, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
+  fInfoNbPhot->Resize( 70, fInfoNbPhot->GetDefaultHeight() ) ; 
+  
+  fInfoCoreX = new TGTextEntry ( fTabF3bII  , fTextCoreX = new TGTextBuffer(20) ) ;
+  fTabF3bII->AddFrame ( fInfoCoreX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
+  fInfoCoreX->Resize( 70, fInfoCoreX->GetDefaultHeight() ) ; 
+
+  fInfoCoreY = new TGTextEntry ( fTabF3bII  , fTextCoreY = new TGTextBuffer(20) ) ;
+  fTabF3bII->AddFrame ( fInfoCoreY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
+  fInfoCoreY->Resize( 70, fInfoCoreY->GetDefaultHeight() ) ; 
+
+  fInfoTheta = new TGTextEntry ( fTabF3bII  , fTextTheta = new TGTextBuffer(20) ) ;
+  fTabF3bII->AddFrame ( fInfoTheta, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
+  fInfoTheta->Resize( 70, fInfoTheta->GetDefaultHeight() ) ; 
+
+  fInfoPhi = new TGTextEntry ( fTabF3bII  , fTextPhi = new TGTextBuffer(20) ) ;
+  fTabF3bII->AddFrame ( fInfoPhi, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
+  fInfoPhi->Resize( 70, fInfoPhi->GetDefaultHeight() ) ; 
+ 
+  fInfoDireX = new TGTextEntry ( fTabF3bII  , fTextDireX = new TGTextBuffer(20) ) ;
+  fTabF3bII->AddFrame ( fInfoDireX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
+  fInfoDireX->Resize( 70, fInfoDireX->GetDefaultHeight() ) ; 
+
+  fInfoDireY = new TGTextEntry ( fTabF3bII  , fTextDireY = new TGTextBuffer(20) ) ;
+  fTabF3bII->AddFrame ( fInfoDireY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
+  fInfoDireY->Resize( 70, fInfoDireY->GetDefaultHeight() ) ; 
+
+
+  
+  fCanvasEvt =  new TRootEmbeddedCanvas("fCanvasEvt", fTabF3bIII, 300, 300 ) ; 
+  fTabF3bIII->AddFrame(fCanvasEvt, new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandY | kLHintsExpandX, 5, 5, 5, 5 ) ) ; 
 
 
@@ -402,5 +449,5 @@
   delete fDir3, fDirEvtNb ; 
   delete fLabel3, fLabel4; 
-  delete fTabF3bI, fTabF3bII ; 
+  delete fTabF3bI, fTabF3bII, fTabF3bIII ; 
   delete fTabF3a, fTabF3b, fTabF3c ; 
 
@@ -786,30 +833,28 @@
   //
   
-  sprintf( wort,"PartId: %5.0f", Event.get_primary() ) ; 
-  fLabelId->SetText(new TGString(wort) )  ; 
-
-  sprintf( wort,"Energy: %9.1f", Event.get_energy() ) ; 
-  fLabelEner->SetText(new TGString(wort) )  ; 
-
-  sprintf( wort,"CoreX: %9.1f", Event.get_coreX() ) ; 
-  fLabelCoreX->SetText(new TGString(wort) )  ; 
-
-  sprintf( wort,"CoreY: %9.1f", Event.get_coreY() ) ; 
-  fLabelCoreY->SetText(new TGString(wort) )  ; 
-
-
-  sprintf( wort,"Theta: %9.1f", Event.get_theta()*180./PI ) ; 
-  fLabelTheta->SetText(new TGString(wort) )  ; 
-
-  sprintf( wort,"Phi: %9.1f", Event.get_phi()*180./PI ) ; 
-  fLabelPhi->SetText(new TGString(wort) )  ; 
-
-  sprintf( wort,"DireX: %9.3f", Event.get_direX()  ) ; 
-  fLabelDireX->SetText(new TGString(wort) )  ; 
-
-  sprintf( wort,"DireY: %9.3f", Event.get_direY()  ) ; 
-  fLabelDireY->SetText(new TGString(wort) )  ; 
-  
-
+  sprintf( wort," %8.0f", Event.get_primary() ) ; 
+  fInfoId->SetText( wort ) ; 
+  
+  sprintf( wort," %9.1f", Event.get_energy() ) ; 
+  fInfoEner->SetText( wort ) ; 
+
+  sprintf( wort," %9.1f", Event.get_coreX() ) ; 
+  fInfoCoreX->SetText( wort ) ; 
+
+  sprintf( wort," %9.1f", Event.get_coreY() ) ; 
+  fInfoCoreY->SetText( wort ) ; 
+  
+  sprintf( wort," %9.1f", Event.get_theta()*180./PI ) ; 
+  fInfoTheta->SetText( wort ) ; 
+  
+  sprintf( wort," %9.1f", Event.get_phi()*180./PI ) ; 
+  fInfoPhi->SetText( wort ) ; 
+  
+  sprintf( wort," %9.3f", Event.get_direX()  ) ; 
+  fInfoDireX->SetText( wort ) ; 
+ 
+  sprintf( wort," %9.3f", Event.get_direY()  ) ;
+  fInfoDireY->SetText( wort ) ; 
+ 
   //
   //   loop over the particles
@@ -855,6 +900,6 @@
   cerfile.close();
  
-  sprintf( wort,"NbPhot: %8d", iPhotonInShower ) ; 
-  fLabelNbPhot->SetText(new TGString(wort) )  ; 
+  sprintf( wort," %10d", iPhotonInShower ) ; 
+  fInfoNbPhot->SetText( wort ) ; 
 
   return (kTRUE) ; 
Index: trunk/MagicSoft/Simulation/Corsika/GuiSimone/MainFrameSimone.hxx
===================================================================
--- trunk/MagicSoft/Simulation/Corsika/GuiSimone/MainFrameSimone.hxx	(revision 428)
+++ trunk/MagicSoft/Simulation/Corsika/GuiSimone/MainFrameSimone.hxx	(revision 429)
@@ -7,4 +7,5 @@
 #include <TGTab.h>
 #include <TGListBox.h>
+#include <TGTextEntry.h>
 #include <TGLabel.h>
 #include <TGPicture.h>
@@ -87,5 +88,5 @@
   // Tab3 
   TGCompositeFrame  *fTabF3a, *fTabF3b, *fTabF3c ; 
-  TGCompositeFrame  *fTabF3bI, *fTabF3bII ;   
+  TGCompositeFrame  *fTabF3bI, *fTabF3bII, *fTabF3bIII ;   
   TGLabel           *fLabel3, *fLabel4 ;
   TGListBox         *fDir3, *fDirEvtNb ;
@@ -94,4 +95,11 @@
   TGLabel           *fLabelCoreX, *fLabelCoreY ;
   TGLabel           *fLabelTheta, *fLabelPhi, *fLabelDireX, *fLabelDireY ;
+  TGTextEntry       *fInfoId,    *fInfoEner, *fInfoNbPhot;
+  TGTextEntry       *fInfoCoreX, *fInfoCoreY ; 
+  TGTextEntry       *fInfoTheta, *fInfoPhi,  *fInfoDireX, *fInfoDireY  ;  
+  TGTextBuffer      *fTextId,    *fTextEner, *fTextNbPhot; 
+  TGTextBuffer      *fTextCoreX, *fTextCoreY ; 
+  TGTextBuffer      *fTextTheta, *fTextPhi,  *fTextDireX, *fTextDireY ; 
+
   TRootEmbeddedCanvas    *fCanvasEvt ;  
   TGTextButton      *fButtonPrev, *fButtonNext ; 
Index: trunk/MagicSoft/Simulation/Corsika/GuiSimone/Makefile
===================================================================
--- trunk/MagicSoft/Simulation/Corsika/GuiSimone/Makefile	(revision 428)
+++ trunk/MagicSoft/Simulation/Corsika/GuiSimone/Makefile	(revision 429)
@@ -19,7 +19,7 @@
 #
 # $RCSfile: Makefile,v $
-# $Revision: 1.5 $
+# $Revision: 1.6 $
 # $Author: harald $ 
-# $Date: 2000-07-17 08:05:20 $
+# $Date: 2000-08-18 07:25:26 $
 #
 ##################################################################
@@ -168,91 +168,37 @@
 ../../Detector/include-CORSIKA/COREventHeader.o: ../../Detector/include-CORSIKA/COREventHeader.hxx
 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/stdlib.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/features.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/sys/cdefs.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/gnu/stubs.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h
+../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/standards.h
+../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/getopt.h
 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/sys/types.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/types.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/time.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/endian.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/endian.h
+../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/mach/machine/vm_types.h
 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/sys/select.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/select.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/sigset.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/sys/sysmacros.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/alloca.h
 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/math.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/huge_val.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/mathdef.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/mathcalls.h
-../../Detector/include-CORSIKA/COREventHeader.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/float.h
 ../../Detector/include-CORSIKA/CORParticle.o: ../../Detector/include-CORSIKA/CORParticle.hxx
 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/stdlib.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/features.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/sys/cdefs.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/gnu/stubs.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h
+../../Detector/include-CORSIKA/CORParticle.o: /usr/include/standards.h
+../../Detector/include-CORSIKA/CORParticle.o: /usr/include/getopt.h
 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/sys/types.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/types.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/time.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/endian.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/endian.h
+../../Detector/include-CORSIKA/CORParticle.o: /usr/include/mach/machine/vm_types.h
 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/sys/select.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/select.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/sigset.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/sys/sysmacros.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/alloca.h
 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/math.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/huge_val.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/mathdef.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/mathcalls.h
-../../Detector/include-CORSIKA/CORParticle.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/float.h
 ../../Detector/include-CORSIKA/CORStatfile.o: ../../Detector/include-CORSIKA/CORStatfile.hxx
 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/stdlib.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/features.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/sys/cdefs.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/gnu/stubs.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h
+../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/standards.h
+../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/getopt.h
 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/sys/types.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/types.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/time.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/endian.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/endian.h
+../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/mach/machine/vm_types.h
 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/sys/select.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/select.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/sigset.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/sys/sysmacros.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/alloca.h
 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/math.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/huge_val.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/mathdef.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/mathcalls.h
-../../Detector/include-CORSIKA/CORStatfile.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/float.h
 MainFrameSimone.o: MainFrameSimone.hxx
 MainFrameSimone.o: ../../Detector/include-CORSIKA/COREventHeader.hxx
-MainFrameSimone.o: /usr/include/stdlib.h /usr/include/features.h
-MainFrameSimone.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
-MainFrameSimone.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h
-MainFrameSimone.o: /usr/include/sys/types.h /usr/include/bits/types.h
-MainFrameSimone.o: /usr/include/time.h /usr/include/endian.h
-MainFrameSimone.o: /usr/include/bits/endian.h /usr/include/sys/select.h
-MainFrameSimone.o: /usr/include/bits/select.h /usr/include/bits/sigset.h
-MainFrameSimone.o: /usr/include/sys/sysmacros.h /usr/include/alloca.h
-MainFrameSimone.o: /usr/include/math.h /usr/include/bits/huge_val.h
-MainFrameSimone.o: /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h
-MainFrameSimone.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/float.h
+MainFrameSimone.o: /usr/include/stdlib.h /usr/include/standards.h
+MainFrameSimone.o: /usr/include/getopt.h /usr/include/sys/types.h
+MainFrameSimone.o: /usr/include/mach/machine/vm_types.h
+MainFrameSimone.o: /usr/include/sys/select.h /usr/include/math.h
 MainFrameSimone.o: ../../Detector/include-CORSIKA/CORParticle.hxx
-simone.o: /usr/include/stdlib.h /usr/include/features.h
-simone.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
-simone.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h
-simone.o: /usr/include/sys/types.h /usr/include/bits/types.h
-simone.o: /usr/include/time.h /usr/include/endian.h
-simone.o: /usr/include/bits/endian.h /usr/include/sys/select.h
-simone.o: /usr/include/bits/select.h /usr/include/bits/sigset.h
-simone.o: /usr/include/sys/sysmacros.h /usr/include/alloca.h
+simone.o: /usr/include/stdlib.h /usr/include/standards.h
+simone.o: /usr/include/getopt.h /usr/include/sys/types.h
+simone.o: /usr/include/mach/machine/vm_types.h /usr/include/sys/select.h
 simone.o: MainFrameSimone.hxx
 simone.o: ../../Detector/include-CORSIKA/COREventHeader.hxx
-simone.o: /usr/include/math.h /usr/include/bits/huge_val.h
-simone.o: /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h
-simone.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/float.h
-simone.o: ../../Detector/include-CORSIKA/CORParticle.hxx
+simone.o: /usr/include/math.h ../../Detector/include-CORSIKA/CORParticle.hxx
