Package org.jlab.service.ltcc
Class LTCCCluster
java.lang.Object
org.jlab.service.ltcc.LTCCCluster
- Author:
- Sylvester Joosten
-
Method Summary
Modifier and TypeMethodDescriptionvoid
double
getNHits()
double
getNphe()
double
double
int
int
double
double
double
getTime()
boolean
isGood()
static List<LTCCCluster>
loadClusters
(DataEvent event) static List<LTCCCluster>
loadClusters
(DataEvent event, boolean requireGood) void
print()
boolean
readOnly()
void
static void
saveClusters
(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
-
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
-
saveClusters
-