Package org.jlab.service.ltcc
Class LTCCCluster
java.lang.Object
org.jlab.service.ltcc.LTCCCluster
- Author:
- Sylvester Joosten
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoublegetNHits()doublegetNphe()doubledoubleintintdoubledoubledoublegetTime()booleanisGood()static List<LTCCCluster>loadClusters(DataEvent event) static List<LTCCCluster>loadClusters(DataEvent event, boolean requireGood) voidprint()booleanreadOnly()voidstatic voidsaveClusters(DataEvent event, List<LTCCCluster> clusters) 
- 
Method Details- 
loadClusters
- 
loadClusters
- 
add
- 
printpublic void print()
- 
getSectorpublic int getSector()
- 
getSegmentpublic int getSegment()
- 
getNphepublic double getNphe()
- 
getPosition
- 
getTimepublic double getTime()
- 
getNHitspublic double getNHits()
- 
getThetaMinpublic double getThetaMin()
- 
getThetaMaxpublic double getThetaMax()
- 
getPhiMinpublic double getPhiMin()
- 
getPhiMaxpublic double getPhiMax()
- 
isGoodpublic boolean isGood()
- 
readOnlypublic boolean readOnly()
- 
save
- 
saveClusters
 
-