Ignore:
Timestamp:
Nov 5, 2010, 4:08:39 PM (14 years ago)
Author:
garnier
Message:

update ti head

Location:
trunk/examples/extended/eventgenerator/exgps
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/extended/eventgenerator/exgps/History

    r1337 r1342  
    1212     * Reverse chronological order (last date on top), please *
    1313     ----------------------------------------------------------
     14
     1522/10/2010 - G.Folger (exgps-V09-03-03)
     16- Correct exgps_batch.in removing Vis
     17
     1818/10/2010 - G.Folger (exgps-V09-03-02)
     19- Fix compilation warning; occurs only if G4ANALYSIS_USE not set
     20- add exgps_batch.in, a copy of exgpgs.in without /analysis commands
    1421
    152203/06/2010 - J.Perl (exgps-V09-03-01)
  • trunk/examples/extended/eventgenerator/exgps/src/exGPSEventAction.cc

    r1337 r1342  
    6868
    6969//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo....
    70 
     70#ifdef G4ANALYSIS_USE
    7171void exGPSEventAction::EndOfEventAction(const G4Event* evt)
     72#else
     73void exGPSEventAction::EndOfEventAction(const G4Event*)
     74#endif
    7275{
    7376  //  G4int evtNb = evt->GetEventID();
Note: See TracChangeset for help on using the changeset viewer.