![]() |
ATLAS Offline Software
|
Signal usage for ambiguity resolution control. More...
Enumerations | |
| enum | Policy { AllCalo = 0x0010 , OnlyCluster = 0x0011 , OnlyTrack = 0x0012 , TrackCluster = 0x0014 , PhysicsObject = 0x0020 , ParticleFlow = 0x0040 , TruthParticle = 0x0100 , UnknownPolicy = 0x0000 } |
| Policies on usage checks. More... | |
Signal usage for ambiguity resolution control.
Policies on usage checks.
| Enumerator | |
|---|---|
| AllCalo | Inclusive except tracks. |
| OnlyCluster | CaloCluster based only. |
| OnlyTrack | Track based only. |
| TrackCluster | Both cluster and track based. |
| PhysicsObject | Physics object based. |
| ParticleFlow | Particle Flow Object based. |
| TruthParticle | Truth particle based. |
| UnknownPolicy | Unknown policy. |
Definition at line 182 of file MissingETCompositionBase.h.