public static interface MCParticle.SimulatorStatus
Modifier and Type | Method and Description |
---|---|
int |
getValue()
Get the raw undecoded simulator status
|
boolean |
hasLeftDetector()
True if the particle left the world volume undecayed.
|
boolean |
isBackscatter()
True if the particle was created by the simulator as a result of an
interaction or decay in non-tracking region, e.g.
|
boolean |
isCreatedInSimulation()
True if the particle has been created by the simulation program
(rather than the generator).
|
boolean |
isDecayedInCalorimeter()
True if the particle decayed or interacted (non-continuous
interaction, particle terminated) in non-tracking region.
|
boolean |
isDecayedInTracker()
True if the particle decayed or interacted in a tracking region.
|
boolean |
isStopped()
True if the particle lost all kinetic energy inside the world volume
and did not decay.
|
boolean |
vertexIsNotEndpointOfParent()
True if the particle was created as a result of a continuous process
where the parent particle continues, i.e.
|
int getValue()
boolean isCreatedInSimulation()
boolean isBackscatter()
boolean vertexIsNotEndpointOfParent()
boolean isDecayedInTracker()
boolean isDecayedInCalorimeter()
boolean hasLeftDetector()
boolean isStopped()
Copyright © 2016 Linear Collider Detector (LCD). All rights reserved.