/usr/include/CLHEP/Exceptions/ZMexAction.h is in libclhep-dev 2.1.4.1+dfsg-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | #ifndef ZMEXACTION_H
#define ZMEXACTION_H
// ----------------------------------------------------------------------
//
// ZMexAction.h - define codes for handler return values
//
// Revision History:
// 970916 WEB Initial creation, excised from ZMexHandler.h
// 980615 WEB Added namespace support
// 031105 LG Get rid of all ZMutility references
//
// ----------------------------------------------------------------------
namespace zmex {
enum ZMexAction { ZMexThrowIt, ZMexIgnoreIt, ZMexHANDLEVIAPARENT };
} // namespace zmex
#endif // ZMEXACTION_H
|