Contents
Class LTCCCluster
java.lang.Object
org.jlab.service.ltcc.LTCCCluster
- Author:
- Sylvester Joosten
-
Method Summary
Modifier and TypeMethodDescriptionvoid
double
getNHits()
double
getNphe()
double
double
org.jlab.geom.prim.Vector3D
int
int
double
double
double
getTime()
boolean
isGood()
static List
<LTCCCluster> loadClusters
(org.jlab.io.base.DataEvent event) static List
<LTCCCluster> loadClusters
(org.jlab.io.base.DataEvent event, boolean requireGood) void
print()
boolean
readOnly()
void
save
(org.jlab.io.base.DataBank bank, int index) static void
saveClusters
(org.jlab.io.base.DataEvent event, List<LTCCCluster> clusters)
-
Method Details
-
loadClusters
-
loadClusters
-
add
-
print
public void print() -
getSector
public int getSector() -
getSegment
public int getSegment() -
getNphe
public double getNphe() -
getPosition
public org.jlab.geom.prim.Vector3D getPosition() -
getTime
public double getTime() -
getNHits
public double getNHits() -
getThetaMin
public double getThetaMin() -
getThetaMax
public double getThetaMax() -
getPhiMin
public double getPhiMin() -
getPhiMax
public double getPhiMax() -
isGood
public boolean isGood() -
readOnly
public boolean readOnly() -
save
public void save(org.jlab.io.base.DataBank bank, int index) -
saveClusters
-