Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

Location:
trunk/source/event/include
Files:
29 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/event/include/G4AdjointPosOnPhysVolGenerator.hh

    r1228 r1337  
    2525//
    2626// $Id: G4AdjointPosOnPhysVolGenerator.hh,v 1.2 2009/11/18 17:57:59 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929/////////////////////////////////////////////////////////////////////////////////
  • trunk/source/event/include/G4AdjointPrimaryGenerator.hh

    r1228 r1337  
    2525//
    2626// $Id: G4AdjointPrimaryGenerator.hh,v 1.2 2009/11/18 17:57:59 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929/////////////////////////////////////////////////////////////////////////////////
  • trunk/source/event/include/G4AdjointStackingAction.hh

    r1228 r1337  
    2525//
    2626// $Id: G4AdjointStackingAction.hh,v 1.2 2009/11/18 17:57:59 gcosmo Exp $
    27 // GEANT4 tag $Name: geant4-09-03 $
     27// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2828//
    2929/////////////////////////////////////////////////////////////////////////////////
  • trunk/source/event/include/G4CellScorer.hh

    r1228 r1337  
    2626//
    2727// $Id: G4CellScorer.hh,v 1.2 2006/06/29 18:08:19 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030// ----------------------------------------------------------------------
  • trunk/source/event/include/G4CellScorerStore.hh

    r1228 r1337  
    2626//
    2727// $Id: G4CellScorerStore.hh,v 1.3 2006/06/29 18:08:21 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030// ----------------------------------------------------------------------
  • trunk/source/event/include/G4ClassificationOfNewTrack.hh

    r1228 r1337  
    2626//
    2727// $Id: G4ClassificationOfNewTrack.hh,v 1.6 2006/06/29 18:08:23 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/source/event/include/G4EvManMessenger.hh

    r1228 r1337  
    2626//
    2727// $Id: G4EvManMessenger.hh,v 1.6 2006/11/03 03:11:13 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/source/event/include/G4Event.hh

    r1228 r1337  
    2626//
    2727// $Id: G4Event.hh,v 1.17 2007/03/08 23:56:12 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/source/event/include/G4EventManager.hh

    r1228 r1337  
    2525//
    2626//
    27 // $Id: G4EventManager.hh,v 1.22 2007/03/08 23:56:12 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4EventManager.hh,v 1.23 2010/06/12 04:07:45 asaim Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
     
    5151#include "globals.hh"
    5252class G4VUserEventInformation;
    53 
    54 #ifdef CLHEP_HepMC   // Temporarly disabled
    55 #include "CLHEP/HepMC/GenEvent.h"
    56 #endif
    5753
    5854// class description:
     
    8278      void ProcessOneEvent(G4Event* anEvent);
    8379      //  This method is the main entry to this class for simulating an event.
    84 
    85 #ifdef CLHEP_HepMC         // Temporarly disabled on Windows, until CLHEP
    86                       // will support the HepMC module
    87       void ProcessOneEvent(const HepMC::GenEvent* hepmcevt,G4Event* anEvent=0);
    88       //  This is an alternative entry for large HEP experiments which use
    89       // HepMC event class. Dummy G4Event object will be created if "anEvent" is null
    90       // for internal use, but this dummy object will be deleted at the end of this
    91       // method and will never be available for the use after the processing.
    92       // Note that in this case of null G4Event pointer no output of the simulated event
    93       // is returned by this method, but the user must implement some mechanism
    94       // of storing output by his/herself, e.g. in his/her UserEventAction and/or
    95       // sensitive detectors.
    96       //  If valid G4Event object is given, this object will not be deleted with
    97       // this method and output objects such as hits collections and trajectories
    98       // will be associated to this event object. If this event object has valid
    99       // primary vertices/particles, they will be added to the given HepMC event input.
    100 #endif
    10180
    10281      void ProcessOneEvent(G4TrackVector* trackVector,G4Event* anEvent=0);
  • trunk/source/event/include/G4HEPEvtInterface.hh

    r1228 r1337  
    2626//
    2727// $Id: G4HEPEvtInterface.hh,v 1.8 2006/06/29 18:08:36 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/source/event/include/G4HEPEvtParticle.hh

    r1228 r1337  
    2626//
    2727// $Id: G4HEPEvtParticle.hh,v 1.9 2006/06/29 18:08:39 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/source/event/include/G4ParticleGun.hh

    r1228 r1337  
    2626//
    2727// $Id: G4ParticleGun.hh,v 1.11 2007/11/07 17:13:19 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/source/event/include/G4ParticleGunMessenger.hh

    r1228 r1337  
    2626//
    2727// $Id: G4ParticleGunMessenger.hh,v 1.10 2007/10/02 00:45:17 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/source/event/include/G4PrimaryTransformer.hh

    r1228 r1337  
    2626//
    2727// $Id: G4PrimaryTransformer.hh,v 1.12 2006/06/29 18:08:46 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/source/event/include/G4RayShooter.hh

    r1228 r1337  
    2626//
    2727// $Id: G4RayShooter.hh,v 1.2 2006/06/29 18:08:49 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/source/event/include/G4SmartTrackStack.hh

    r1228 r1337  
    2626//
    2727// $Id: G4SmartTrackStack.hh,v 1.3 2009/09/16 23:10:46 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/source/event/include/G4StackChecker.hh

    r1228 r1337  
    2626//
    2727// $Id: G4StackChecker.hh,v 1.2 2006/06/29 18:09:05 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/source/event/include/G4StackManager.hh

    r1228 r1337  
    2626//
    2727// $Id: G4StackManager.hh,v 1.13 2009/08/15 15:45:50 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/source/event/include/G4StackedTrack.hh

    r1228 r1337  
    2626//
    2727// $Id: G4StackedTrack.hh,v 1.10 2006/06/29 18:09:09 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/source/event/include/G4StackingMessenger.hh

    r1228 r1337  
    2626//
    2727// $Id: G4StackingMessenger.hh,v 1.6 2009/09/16 23:10:46 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/source/event/include/G4TrackStack.hh

    r1228 r1337  
    2626//
    2727// $Id: G4TrackStack.hh,v 1.8 2009/09/10 21:31:41 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/source/event/include/G4TrajectoryContainer.hh

    r1228 r1337  
    2626//
    2727// $Id: G4TrajectoryContainer.hh,v 1.15 2006/06/29 18:09:15 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/source/event/include/G4UserEventAction.hh

    r1228 r1337  
    2626//
    2727// $Id: G4UserEventAction.hh,v 1.6 2006/06/29 18:09:17 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/source/event/include/G4UserStackingAction.hh

    r1228 r1337  
    2626//
    2727// $Id: G4UserStackingAction.hh,v 1.6 2006/06/29 18:09:19 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/source/event/include/G4VPrimaryGenerator.hh

    r1228 r1337  
    2626//
    2727// $Id: G4VPrimaryGenerator.hh,v 1.8 2006/06/29 18:09:21 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/source/event/include/G4VUserEventInformation.hh

    r1228 r1337  
    2626//
    2727// $Id: G4VUserEventInformation.hh,v 1.2 2006/06/29 18:09:23 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030//
  • trunk/source/event/include/eventgendefs.hh

    r1228 r1337  
    2626//
    2727// $Id: eventgendefs.hh,v 1.4 2006/06/29 18:09:25 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030#ifndef EventGenerator_DEBUG
  • trunk/source/event/include/evmandefs.hh

    r1228 r1337  
    2626//
    2727// $Id: evmandefs.hh,v 1.7 2009/09/16 23:10:46 asaim Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
  • trunk/source/event/include/trajectoryControl.hh

    r1228 r1337  
    2626//
    2727// $Id: trajectoryControl.hh,v 1.4 2006/06/29 18:09:29 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030////#define G4_STORE_TRAJECTORY 1
Note: See TracChangeset for help on using the changeset viewer.