|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef ISF_EVENT_ENTRYLAYER_H
10 #define ISF_EVENT_ENTRYLAYER_H 1
15 #define validEntryLayer(layer) ( (layer>ISF::fUnsetEntryLayer) && (layer<ISF::fNumAtlasEntryLayers) )
16 #define assertEntryLayer(layer) ( assert(validEntryLayer(layer)) )
46 #endif // ISF_EVENT_ENTRYLAYER_H