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

Go to the source code of this file.

Classes

class  ISF::ITruthIncident
 ISF interface class for TruthIncidents. More...

Namespaces

namespace  ISF
 ISFParticleOrderedQueue.

Typedefs

typedef enum ISF::InteractionClass_t ISF::InteractionClass_t
 The interaction classifications are described as follows: STD_VTX: interaction of a particle without a pre-defined decay; QS_SURV_VTX: a particle with a pre-defined decay under-going a non-destructive interaction; QS_DEST_VTX: a particle with a pre-defined decay under-going a destructive interaction other than its pre-defined decay; QS_PREDEF_VTX: a particle under-going its pre-defined decay.

Enumerations

enum  ISF::InteractionClass_t {
  ISF::STD_VTX = 0 , ISF::QS_SURV_VTX = 1 , ISF::QS_DEST_VTX = 2 , ISF::QS_PREDEF_VTX = 3 ,
  ISF::UNKNOWN_VTX
}
 The interaction classifications are described as follows: STD_VTX: interaction of a particle without a pre-defined decay; QS_SURV_VTX: a particle with a pre-defined decay under-going a non-destructive interaction; QS_DEST_VTX: a particle with a pre-defined decay under-going a destructive interaction other than its pre-defined decay; QS_PREDEF_VTX: a particle under-going its pre-defined decay. More...