Changeset 429


Ignore:
Timestamp:
08/18/00 08:25:26 (24 years ago)
Author:
harald
Message:
The former version was not running on alpha. On the event distribution
tab the presentation of the values for the event was creating a crash.
This crash was not really understood, but neverthe less some changes on
that tab were mad and now it is running on alpha osf without a crash.
hopefully.....
Location:
trunk/MagicSoft/Simulation/Corsika/GuiSimone
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Simulation/Corsika/GuiSimone/MainFrameSimone.cxx

    r427 r429  
    263263  //
    264264  //  create the entries in the second subframe
    265 
     265  //
    266266 
    267267  fTabF3bI = new TGCompositeFrame (fTabF3b, 300, 300, kVerticalFrame) ;
    268268  fTabF3b->AddFrame(fTabF3bI,
    269269                   new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandY, 5, 5, 5, 5 ) ) ;
    270  
     270
     271
    271272  fTabF3bII = new TGCompositeFrame (fTabF3b, 300, 300, kVerticalFrame) ;
    272273  fTabF3b->AddFrame(fTabF3bII,
     274                   new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandY, 5, 5, 5, 5 ) ) ;
     275
     276  fTabF3bIII = new TGCompositeFrame (fTabF3b, 300, 300, kVerticalFrame) ;
     277  fTabF3b->AddFrame(fTabF3bIII,
    273278                   new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandX | kLHintsExpandY, 5, 5, 5, 5 ) ) ;
    274279
    275   fLabelId = new TGLabel(fTabF3bI, new TGString("PartId: ------------") );       
    276   fTabF3bI->AddFrame( fLabelId, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
    277 
    278   fLabelEner = new TGLabel(fTabF3bI, new TGString("Energy: ------------") );       
    279   fTabF3bI->AddFrame( fLabelEner, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
    280  
    281   fLabelNbPhot = new TGLabel(fTabF3bI, new TGString("NbPhot: ------------") );       
    282   fTabF3bI->AddFrame( fLabelNbPhot, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
    283  
    284   fLabelCoreX = new TGLabel(fTabF3bI, new TGString("CoreX: ------------") );       
    285   fTabF3bI->AddFrame( fLabelCoreX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
    286 
    287   fLabelCoreY = new TGLabel(fTabF3bI, new TGString("CoreY: ------------") );       
    288   fTabF3bI->AddFrame( fLabelCoreY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
    289 
    290   fLabelTheta = new TGLabel(fTabF3bI, new TGString("Theta: ------------") );       
    291   fTabF3bI->AddFrame( fLabelTheta, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
    292 
    293   fLabelPhi = new TGLabel(fTabF3bI, new TGString("Phi: ------------") );       
    294   fTabF3bI->AddFrame( fLabelPhi, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
    295 
    296   fLabelDireX = new TGLabel(fTabF3bI, new TGString("DireX: ------------") );       
    297   fTabF3bI->AddFrame( fLabelDireX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
    298 
    299   fLabelDireY = new TGLabel(fTabF3bI, new TGString("DireY: ------------") );       
    300   fTabF3bI->AddFrame( fLabelDireY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
    301 
    302 
    303   fCanvasEvt =  new TRootEmbeddedCanvas("fCanvasEvt", fTabF3bII, 300, 300 ) ;
    304   fTabF3bII->AddFrame(fCanvasEvt, new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandY | kLHintsExpandX, 5, 5, 5, 5 ) ) ;
     280  fLabelId = new TGLabel(fTabF3bI, new TGString("PartId:") );       
     281  fTabF3bI->AddFrame( fLabelId, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
     282
     283  fLabelEner = new TGLabel(fTabF3bI, new TGString("Energy:") );       
     284  fTabF3bI->AddFrame( fLabelEner, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
     285 
     286  fLabelNbPhot = new TGLabel(fTabF3bI, new TGString("NbPhot:") );       
     287  fTabF3bI->AddFrame( fLabelNbPhot, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
     288 
     289  fLabelCoreX = new TGLabel(fTabF3bI, new TGString("CoreX:") );       
     290  fTabF3bI->AddFrame( fLabelCoreX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
     291
     292  fLabelCoreY = new TGLabel(fTabF3bI, new TGString("CoreY:") );       
     293  fTabF3bI->AddFrame( fLabelCoreY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
     294
     295  fLabelTheta = new TGLabel(fTabF3bI, new TGString("Theta:") );       
     296  fTabF3bI->AddFrame( fLabelTheta, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
     297
     298  fLabelPhi = new TGLabel(fTabF3bI, new TGString("Phi:") );       
     299  fTabF3bI->AddFrame( fLabelPhi, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
     300
     301  fLabelDireX = new TGLabel(fTabF3bI, new TGString("DireX:") );       
     302  fTabF3bI->AddFrame( fLabelDireX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
     303
     304  fLabelDireY = new TGLabel(fTabF3bI, new TGString("DireY:") );       
     305  fTabF3bI->AddFrame( fLabelDireY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 11, 5 ) ) ;   
     306 
     307
     308  //
     309  //   huschel
     310  //
     311
     312  fInfoId = new TGTextEntry ( fTabF3bII  , fTextId = new TGTextBuffer(20) ) ;
     313  fTabF3bII->AddFrame ( fInfoId, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
     314  fInfoId->Resize( 70, fInfoId->GetDefaultHeight() ) ;
     315
     316  fInfoEner = new TGTextEntry ( fTabF3bII  , fTextEner = new TGTextBuffer(20) ) ;
     317  fTabF3bII->AddFrame ( fInfoEner, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
     318  fInfoEner->Resize( 70, fInfoEner->GetDefaultHeight() ) ;
     319 
     320  fInfoNbPhot = new TGTextEntry ( fTabF3bII  , fTextNbPhot = new TGTextBuffer(20) ) ;
     321  fTabF3bII->AddFrame ( fInfoNbPhot, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
     322  fInfoNbPhot->Resize( 70, fInfoNbPhot->GetDefaultHeight() ) ;
     323 
     324  fInfoCoreX = new TGTextEntry ( fTabF3bII  , fTextCoreX = new TGTextBuffer(20) ) ;
     325  fTabF3bII->AddFrame ( fInfoCoreX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
     326  fInfoCoreX->Resize( 70, fInfoCoreX->GetDefaultHeight() ) ;
     327
     328  fInfoCoreY = new TGTextEntry ( fTabF3bII  , fTextCoreY = new TGTextBuffer(20) ) ;
     329  fTabF3bII->AddFrame ( fInfoCoreY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
     330  fInfoCoreY->Resize( 70, fInfoCoreY->GetDefaultHeight() ) ;
     331
     332  fInfoTheta = new TGTextEntry ( fTabF3bII  , fTextTheta = new TGTextBuffer(20) ) ;
     333  fTabF3bII->AddFrame ( fInfoTheta, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
     334  fInfoTheta->Resize( 70, fInfoTheta->GetDefaultHeight() ) ;
     335
     336  fInfoPhi = new TGTextEntry ( fTabF3bII  , fTextPhi = new TGTextBuffer(20) ) ;
     337  fTabF3bII->AddFrame ( fInfoPhi, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
     338  fInfoPhi->Resize( 70, fInfoPhi->GetDefaultHeight() ) ;
     339 
     340  fInfoDireX = new TGTextEntry ( fTabF3bII  , fTextDireX = new TGTextBuffer(20) ) ;
     341  fTabF3bII->AddFrame ( fInfoDireX, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
     342  fInfoDireX->Resize( 70, fInfoDireX->GetDefaultHeight() ) ;
     343
     344  fInfoDireY = new TGTextEntry ( fTabF3bII  , fTextDireY = new TGTextBuffer(20) ) ;
     345  fTabF3bII->AddFrame ( fInfoDireY, new TGLayoutHints(kLHintsTop | kLHintsLeft , 5, 5, 5, 5 ) ) ;   
     346  fInfoDireY->Resize( 70, fInfoDireY->GetDefaultHeight() ) ;
     347
     348
     349 
     350  fCanvasEvt =  new TRootEmbeddedCanvas("fCanvasEvt", fTabF3bIII, 300, 300 ) ;
     351  fTabF3bIII->AddFrame(fCanvasEvt, new TGLayoutHints(kLHintsTop | kLHintsLeft | kLHintsExpandY | kLHintsExpandX, 5, 5, 5, 5 ) ) ;
    305352
    306353
     
    402449  delete fDir3, fDirEvtNb ;
    403450  delete fLabel3, fLabel4;
    404   delete fTabF3bI, fTabF3bII ;
     451  delete fTabF3bI, fTabF3bII, fTabF3bIII ;
    405452  delete fTabF3a, fTabF3b, fTabF3c ;
    406453
     
    786833  //
    787834 
    788   sprintf( wort,"PartId: %5.0f", Event.get_primary() ) ;
    789   fLabelId->SetText(new TGString(wort) )  ;
    790 
    791   sprintf( wort,"Energy: %9.1f", Event.get_energy() ) ;
    792   fLabelEner->SetText(new TGString(wort) )  ;
    793 
    794   sprintf( wort,"CoreX: %9.1f", Event.get_coreX() ) ;
    795   fLabelCoreX->SetText(new TGString(wort) )  ;
    796 
    797   sprintf( wort,"CoreY: %9.1f", Event.get_coreY() ) ;
    798   fLabelCoreY->SetText(new TGString(wort) )  ;
    799 
    800 
    801   sprintf( wort,"Theta: %9.1f", Event.get_theta()*180./PI ) ;
    802   fLabelTheta->SetText(new TGString(wort) )  ;
    803 
    804   sprintf( wort,"Phi: %9.1f", Event.get_phi()*180./PI ) ;
    805   fLabelPhi->SetText(new TGString(wort) )  ;
    806 
    807   sprintf( wort,"DireX: %9.3f", Event.get_direX()  ) ;
    808   fLabelDireX->SetText(new TGString(wort) )  ;
    809 
    810   sprintf( wort,"DireY: %9.3f", Event.get_direY()  ) ;
    811   fLabelDireY->SetText(new TGString(wort) )  ;
    812  
    813 
     835  sprintf( wort," %8.0f", Event.get_primary() ) ;
     836  fInfoId->SetText( wort ) ;
     837 
     838  sprintf( wort," %9.1f", Event.get_energy() ) ;
     839  fInfoEner->SetText( wort ) ;
     840
     841  sprintf( wort," %9.1f", Event.get_coreX() ) ;
     842  fInfoCoreX->SetText( wort ) ;
     843
     844  sprintf( wort," %9.1f", Event.get_coreY() ) ;
     845  fInfoCoreY->SetText( wort ) ;
     846 
     847  sprintf( wort," %9.1f", Event.get_theta()*180./PI ) ;
     848  fInfoTheta->SetText( wort ) ;
     849 
     850  sprintf( wort," %9.1f", Event.get_phi()*180./PI ) ;
     851  fInfoPhi->SetText( wort ) ;
     852 
     853  sprintf( wort," %9.3f", Event.get_direX()  ) ;
     854  fInfoDireX->SetText( wort ) ;
     855 
     856  sprintf( wort," %9.3f", Event.get_direY()  ) ;
     857  fInfoDireY->SetText( wort ) ;
     858 
    814859  //
    815860  //   loop over the particles
     
    855900  cerfile.close();
    856901 
    857   sprintf( wort,"NbPhot: %8d", iPhotonInShower ) ;
    858   fLabelNbPhot->SetText(new TGString(wort) ) ;
     902  sprintf( wort," %10d", iPhotonInShower ) ;
     903  fInfoNbPhot->SetText( wort ) ;
    859904
    860905  return (kTRUE) ;
  • trunk/MagicSoft/Simulation/Corsika/GuiSimone/MainFrameSimone.hxx

    r427 r429  
    77#include <TGTab.h>
    88#include <TGListBox.h>
     9#include <TGTextEntry.h>
    910#include <TGLabel.h>
    1011#include <TGPicture.h>
     
    8788  // Tab3
    8889  TGCompositeFrame  *fTabF3a, *fTabF3b, *fTabF3c ;
    89   TGCompositeFrame  *fTabF3bI, *fTabF3bII ;   
     90  TGCompositeFrame  *fTabF3bI, *fTabF3bII, *fTabF3bIII ;   
    9091  TGLabel           *fLabel3, *fLabel4 ;
    9192  TGListBox         *fDir3, *fDirEvtNb ;
     
    9495  TGLabel           *fLabelCoreX, *fLabelCoreY ;
    9596  TGLabel           *fLabelTheta, *fLabelPhi, *fLabelDireX, *fLabelDireY ;
     97  TGTextEntry       *fInfoId,    *fInfoEner, *fInfoNbPhot;
     98  TGTextEntry       *fInfoCoreX, *fInfoCoreY ;
     99  TGTextEntry       *fInfoTheta, *fInfoPhi,  *fInfoDireX, *fInfoDireY  ; 
     100  TGTextBuffer      *fTextId,    *fTextEner, *fTextNbPhot;
     101  TGTextBuffer      *fTextCoreX, *fTextCoreY ;
     102  TGTextBuffer      *fTextTheta, *fTextPhi,  *fTextDireX, *fTextDireY ;
     103
    96104  TRootEmbeddedCanvas    *fCanvasEvt ; 
    97105  TGTextButton      *fButtonPrev, *fButtonNext ;
  • trunk/MagicSoft/Simulation/Corsika/GuiSimone/Makefile

    r425 r429  
    1919#
    2020# $RCSfile: Makefile,v $
    21 # $Revision: 1.5 $
     21# $Revision: 1.6 $
    2222# $Author: harald $
    23 # $Date: 2000-07-17 08:05:20 $
     23# $Date: 2000-08-18 07:25:26 $
    2424#
    2525##################################################################
     
    168168../../Detector/include-CORSIKA/COREventHeader.o: ../../Detector/include-CORSIKA/COREventHeader.hxx
    169169../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/stdlib.h
    170 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/features.h
    171 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/sys/cdefs.h
    172 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/gnu/stubs.h
    173 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h
     170../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/standards.h
     171../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/getopt.h
    174172../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/sys/types.h
    175 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/types.h
    176 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/time.h
    177 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/endian.h
    178 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/endian.h
     173../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/mach/machine/vm_types.h
    179174../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/sys/select.h
    180 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/select.h
    181 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/sigset.h
    182 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/sys/sysmacros.h
    183 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/alloca.h
    184175../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/math.h
    185 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/huge_val.h
    186 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/mathdef.h
    187 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/include/bits/mathcalls.h
    188 ../../Detector/include-CORSIKA/COREventHeader.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/float.h
    189176../../Detector/include-CORSIKA/CORParticle.o: ../../Detector/include-CORSIKA/CORParticle.hxx
    190177../../Detector/include-CORSIKA/CORParticle.o: /usr/include/stdlib.h
    191 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/features.h
    192 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/sys/cdefs.h
    193 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/gnu/stubs.h
    194 ../../Detector/include-CORSIKA/CORParticle.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h
     178../../Detector/include-CORSIKA/CORParticle.o: /usr/include/standards.h
     179../../Detector/include-CORSIKA/CORParticle.o: /usr/include/getopt.h
    195180../../Detector/include-CORSIKA/CORParticle.o: /usr/include/sys/types.h
    196 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/types.h
    197 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/time.h
    198 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/endian.h
    199 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/endian.h
     181../../Detector/include-CORSIKA/CORParticle.o: /usr/include/mach/machine/vm_types.h
    200182../../Detector/include-CORSIKA/CORParticle.o: /usr/include/sys/select.h
    201 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/select.h
    202 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/sigset.h
    203 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/sys/sysmacros.h
    204 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/alloca.h
    205183../../Detector/include-CORSIKA/CORParticle.o: /usr/include/math.h
    206 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/huge_val.h
    207 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/mathdef.h
    208 ../../Detector/include-CORSIKA/CORParticle.o: /usr/include/bits/mathcalls.h
    209 ../../Detector/include-CORSIKA/CORParticle.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/float.h
    210184../../Detector/include-CORSIKA/CORStatfile.o: ../../Detector/include-CORSIKA/CORStatfile.hxx
    211185../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/stdlib.h
    212 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/features.h
    213 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/sys/cdefs.h
    214 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/gnu/stubs.h
    215 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h
     186../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/standards.h
     187../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/getopt.h
    216188../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/sys/types.h
    217 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/types.h
    218 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/time.h
    219 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/endian.h
    220 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/endian.h
     189../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/mach/machine/vm_types.h
    221190../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/sys/select.h
    222 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/select.h
    223 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/sigset.h
    224 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/sys/sysmacros.h
    225 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/alloca.h
    226191../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/math.h
    227 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/huge_val.h
    228 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/mathdef.h
    229 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/include/bits/mathcalls.h
    230 ../../Detector/include-CORSIKA/CORStatfile.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/float.h
    231192MainFrameSimone.o: MainFrameSimone.hxx
    232193MainFrameSimone.o: ../../Detector/include-CORSIKA/COREventHeader.hxx
    233 MainFrameSimone.o: /usr/include/stdlib.h /usr/include/features.h
    234 MainFrameSimone.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
    235 MainFrameSimone.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h
    236 MainFrameSimone.o: /usr/include/sys/types.h /usr/include/bits/types.h
    237 MainFrameSimone.o: /usr/include/time.h /usr/include/endian.h
    238 MainFrameSimone.o: /usr/include/bits/endian.h /usr/include/sys/select.h
    239 MainFrameSimone.o: /usr/include/bits/select.h /usr/include/bits/sigset.h
    240 MainFrameSimone.o: /usr/include/sys/sysmacros.h /usr/include/alloca.h
    241 MainFrameSimone.o: /usr/include/math.h /usr/include/bits/huge_val.h
    242 MainFrameSimone.o: /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h
    243 MainFrameSimone.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/float.h
     194MainFrameSimone.o: /usr/include/stdlib.h /usr/include/standards.h
     195MainFrameSimone.o: /usr/include/getopt.h /usr/include/sys/types.h
     196MainFrameSimone.o: /usr/include/mach/machine/vm_types.h
     197MainFrameSimone.o: /usr/include/sys/select.h /usr/include/math.h
    244198MainFrameSimone.o: ../../Detector/include-CORSIKA/CORParticle.hxx
    245 simone.o: /usr/include/stdlib.h /usr/include/features.h
    246 simone.o: /usr/include/sys/cdefs.h /usr/include/gnu/stubs.h
    247 simone.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/stddef.h
    248 simone.o: /usr/include/sys/types.h /usr/include/bits/types.h
    249 simone.o: /usr/include/time.h /usr/include/endian.h
    250 simone.o: /usr/include/bits/endian.h /usr/include/sys/select.h
    251 simone.o: /usr/include/bits/select.h /usr/include/bits/sigset.h
    252 simone.o: /usr/include/sys/sysmacros.h /usr/include/alloca.h
     199simone.o: /usr/include/stdlib.h /usr/include/standards.h
     200simone.o: /usr/include/getopt.h /usr/include/sys/types.h
     201simone.o: /usr/include/mach/machine/vm_types.h /usr/include/sys/select.h
    253202simone.o: MainFrameSimone.hxx
    254203simone.o: ../../Detector/include-CORSIKA/COREventHeader.hxx
    255 simone.o: /usr/include/math.h /usr/include/bits/huge_val.h
    256 simone.o: /usr/include/bits/mathdef.h /usr/include/bits/mathcalls.h
    257 simone.o: /usr/lib/gcc-lib/i486-linux/2.7.2.3/include/float.h
    258 simone.o: ../../Detector/include-CORSIKA/CORParticle.hxx
     204simone.o: /usr/include/math.h ../../Detector/include-CORSIKA/CORParticle.hxx
Note: See TracChangeset for help on using the changeset viewer.