CLHEP VERSION Reference Documentation
   
CLHEP Home Page     CLHEP Documentation     CLHEP Bug Reports

ZMexAction.h

Go to the documentation of this file.
00001 #ifndef ZMEXACTION_H
00002 #define ZMEXACTION_H
00003 
00004 
00005 // ----------------------------------------------------------------------
00006 //
00007 // ZMexAction.h - define codes for handler return values
00008 //
00009 // Revision History:
00010 //      970916  WEB     Initial creation, excised from ZMexHandler.h
00011 //      980615  WEB     Added namespace support
00012 //      031105  LG      Get rid of all ZMutility references
00013 //
00014 // ----------------------------------------------------------------------
00015 
00016 
00017 namespace zmex  {
00018 
00019 
00020 enum ZMexAction { ZMexThrowIt, ZMexIgnoreIt, ZMexHANDLEVIAPARENT };
00021 
00022 
00023 }  // namespace zmex
00024 
00025 
00026 #endif  // ZMEXACTION_H

Generated on 15 Nov 2012 for CLHEP by  doxygen 1.4.7