00001 //<<<<<< INCLUDES >>>>>> 00002 00003 #include "VisExamples/VisG4ExN02/src/VisG4ExampleRunAction.h" 00004 #include <G4Run.hh> 00005 #include <iostream> 00006 00007 //<<<<<< PRIVATE DEFINES >>>>>> 00008 //<<<<<< PRIVATE CONSTANTS >>>>>> 00009 //<<<<<< PRIVATE TYPES >>>>>> 00010 //<<<<<< PRIVATE VARIABLE DEFINITIONS >>>>>> 00011 //<<<<<< PUBLIC VARIABLE DEFINITIONS >>>>>> 00012 //<<<<<< CLASS STRUCTURE INITIALIZATION >>>>>> 00013 //<<<<<< PRIVATE FUNCTION DEFINITIONS >>>>>> 00014 //<<<<<< PUBLIC FUNCTION DEFINITIONS >>>>>> 00015 //<<<<<< MEMBER FUNCTION DEFINITIONS >>>>>> 00016 00017 void 00018 VisG4ExampleRunAction::BeginOfRunAction (const G4Run *run) 00019 { std::cout << "### Run " << run->GetRunID () << " starts.\n"; }