00001 // $Id: DumpG4Step.h,v 1.2 2004/02/22 16:51:08 ibelyaev Exp $ 00002 // ============================================================================ 00003 // CVS tag $Name: v19r4 $ 00004 // ============================================================================ 00005 // $Log: DumpG4Step.h,v $ 00006 // Revision 1.2 2004/02/22 16:51:08 ibelyaev 00007 // add DumpG4Event 00008 // 00009 // Revision 1.1 2004/02/22 13:38:18 ibelyaev 00010 // relocate DumpG4*.h files 00011 // 00012 // Revision 1.1 2004/02/20 18:13:35 ibelyaev 00013 // major update in GiGaBase and GiGaTrajectory 00014 // 00015 // ============================================================================ 00016 #ifndef GIGA_DUMPG4STEP_H 00017 #define GIGA_DUMPG4STEP_H 1 00018 // ============================================================================ 00019 // Include files 00020 // ============================================================================ 00021 00022 namespace GiGaUtil 00023 { 00035 std::ostream& DumpG4Step 00036 ( std::ostream& stream , 00037 const G4Step* step = 0 ) ; 00038 00050 std::ostream& DumpG4Step 00051 ( const G4Step* step = 0 , 00052 std::ostream& stream = std::cout ) ; 00053 00054 }; 00055 00056 00057 // ============================================================================ 00058 // The END 00059 // ============================================================================ 00060 #endif // GIGA_DUMPG4STEP_H 00061 // ============================================================================