/usr/include/CLHEP/Exceptions/ZMexLogResult.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 | #ifndef ZMEXLOGRESULT_H
#define ZMEXLOGRESULT_H
// ----------------------------------------------------------------------
//
// ZMexLogResult.h - define action values returnable by a logger
//
// Revision History:
// 970917 WEB Split out from ZMexLogger.h, per code review 2
// 980615 WEB Added namespace support
//
// ----------------------------------------------------------------------
namespace zmex {
enum ZMexLogResult { ZMexLOGGED, ZMexNOTLOGGED, ZMexLOGVIAPARENT };
} // namespace zmex
#endif // ZMEXLOGRESULT_H
|