Class FTEventBuilder
java.lang.Object
org.jlab.rec.ft.FTEventBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddResponses(DataEvent event, ConstantsManager manager, int run) voidcorrectDirection(List<FTParticle> particles, ConstantsManager manager, int run) doublegetField()voidinit(double field) initFTparticles(List<FTResponse> responses, ConstantsManager manager, int run) voidmatchToHODO(List<FTResponse> responses, List<FTParticle> particles) voidmatchToTRKTwoDetectorsMultiHits(List<FTResponse> responses, List<FTParticle> particles) voidsetDebugMode(int debug) voidsetField(double field) voidshowResponses(List<FTResponse> responses) voidwriteBanks(DataEvent event, List<FTParticle> particles)
-
Field Details
-
debugMode
public static int debugMode
-
-
Constructor Details
-
FTEventBuilder
public FTEventBuilder()
-
-
Method Details
-
getField
public double getField() -
setField
public void setField(double field) -
setDebugMode
public void setDebugMode(int debug) -
init
public void init(double field) -
addResponses
-
correctDirection
-
initFTparticles
public List<FTParticle> initFTparticles(List<FTResponse> responses, ConstantsManager manager, int run) -
matchToHODO
-
matchToTRKTwoDetectorsMultiHits
-
showResponses
-
writeBanks
-