Class DetectorParticleStatus

java.lang.Object
org.jlab.clas.detector.DetectorParticleStatus

public class DetectorParticleStatus extends Object
A particle status definition based on detector "topology". Negative means it's the one used to determine start time. FIXME: This was moved from a previous classless incarnation with only a single status variable. Now should simplify and just use counters on detector hits as the base variables instead.
Author:
baltzell
  • Field Details

  • Constructor Details

    • DetectorParticleStatus

      public DetectorParticleStatus()
  • Method Details

    • getValue

      public int getValue()
    • isForward

      public boolean isForward()
    • isCentral

      public boolean isCentral()
    • isTagger

      public boolean isTagger()
    • isBAND

      public boolean isBAND()
    • getScintillatorCount

      public int getScintillatorCount()
    • getCalorimeterCount

      public int getCalorimeterCount()
    • getCherenkovCount

      public int getCherenkovCount()
    • setTriggerParticle

      public void setTriggerParticle(boolean isTriggerParticle)
    • create

      public static DetectorParticleStatus create(DetectorParticle p, double minNpheHtcc, double minNpheLtcc)