ATLAS Offline Software
Loading...
Searching...
No Matches
EntryLayer.h File Reference
#include <assert.h>
Include dependency graph for EntryLayer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ISF
 ISFParticleOrderedQueue.

Macros

#define validEntryLayer(layer)
#define assertEntryLayer(layer)

Enumerations

enum  ISF::EntryLayer {
  ISF::fUnsetEntryLayer = 0 , ISF::fFirstAtlasEntryLayer = 1 , ISF::fAtlasCaloEntry = 1 , ISF::fAtlasMuonEntry = 2 ,
  ISF::fAtlasMuonExit = 3 , ISF::fNumAtlasEntryLayers = 4
}
 Identifiers for the TrackRecordCollections on the boundaries between CaloEntry: Inner Detector - Calorimeter MuonEntry: Calorimeter - Muon Spectrometer MuonExit : Muon Spectrometer - Cavern. More...

Macro Definition Documentation

◆ assertEntryLayer

#define assertEntryLayer ( layer)
Value:
( assert(validEntryLayer(layer)) )
#define validEntryLayer(layer)
Definition EntryLayer.h:15

Definition at line 16 of file EntryLayer.h.

◆ validEntryLayer

#define validEntryLayer ( layer)
Value:
@ fUnsetEntryLayer
Definition EntryLayer.h:33
@ fNumAtlasEntryLayers
Definition EntryLayer.h:41

Definition at line 15 of file EntryLayer.h.