Class LTCCCluster

java.lang.Object
org.jlab.service.ltcc.LTCCCluster

public final class LTCCCluster extends Object
Author:
Sylvester Joosten
  • Method Details Link icon

    • loadClusters Link icon

      public static List<LTCCCluster> loadClusters(org.jlab.io.base.DataEvent event)
    • loadClusters Link icon

      public static List<LTCCCluster> loadClusters(org.jlab.io.base.DataEvent event, boolean requireGood)
    • add Link icon

      public void add(LTCCHit hit)
    • print Link icon

      public void print()
    • getSector Link icon

      public int getSector()
    • getSegment Link icon

      public int getSegment()
    • getNphe Link icon

      public double getNphe()
    • getPosition Link icon

      public org.jlab.geom.prim.Vector3D getPosition()
    • getTime Link icon

      public double getTime()
    • getNHits Link icon

      public double getNHits()
    • getThetaMin Link icon

      public double getThetaMin()
    • getThetaMax Link icon

      public double getThetaMax()
    • getPhiMin Link icon

      public double getPhiMin()
    • getPhiMax Link icon

      public double getPhiMax()
    • isGood Link icon

      public boolean isGood()
    • readOnly Link icon

      public boolean readOnly()
    • save Link icon

      public void save(org.jlab.io.base.DataBank bank, int index)
    • saveClusters Link icon

      public static void saveClusters(org.jlab.io.base.DataEvent event, List<LTCCCluster> clusters)