| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

In This Package:

DumpG4Event.h

Go to the documentation of this file.
00001 // $Id: DumpG4Event.h,v 1.1 2004/02/22 16:51:08 ibelyaev Exp $
00002 // ============================================================================
00003 // CVS tag $Name: v19r4 $ 
00004 // ============================================================================
00005 // $Log: DumpG4Event.h,v $
00006 // Revision 1.1  2004/02/22 16:51:08  ibelyaev
00007 //  add DumpG4Event
00008 // 
00009 // ============================================================================
00010 #ifndef GIGA_DUMPG4EVENT_H 
00011 #define GIGA_DUMPG4EVENT_H 1
00012 // Include files
00013 class G4Event ;
00014 
00015 namespace GiGaUtil 
00016 {
00017   
00029   std::ostream& DumpG4Event 
00030   ( std::ostream&  stream             , 
00031     const G4Event* event  = 0         ) ;  
00032   
00044   std::ostream& DumpG4Event
00045   ( const G4Event* event  = 0         , 
00046     std::ostream&  stream = std::cout ) ;
00047   
00048 
00049 };
00050 
00051 // ============================================================================
00052 // The END 
00053 // ============================================================================
00054 #endif // GIGA_DUMPG4EVENT_H
00055 // ============================================================================
| Classes | Job Modules | Data Objects | Services | Algorithms | Tools | Packages | Directories | Tracs |

Generated on Mon Apr 11 20:01:14 2011 for GiGa by doxygen 1.4.7