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

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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);
Note: See TracChangeset for help on using the changeset viewer.