Package org.jlab.rec.fmt.banks
Class RecoBankWriter
java.lang.Object
org.jlab.rec.fmt.banks.RecoBankWriter
- Author:
- ziegler, benkel, devita
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic DataBankfillFMTClustersBank(DataEvent event, List<Cluster> cluslist) static DataBankfillFMTCrossesBank(DataEvent event, List<Cross> crosses) static DataBankfillFMTHitsBank(DataEvent event, List<Hit> hitlist)
-
Constructor Details
-
RecoBankWriter
public RecoBankWriter()
-
-
Method Details
-
fillFMTHitsBank
-
fillFMTClustersBank
- Parameters:
event-cluslist- the reconstructed list of fitted clusters in the event- Returns:
- clusters bank
-
fillFMTCrossesBank
- Parameters:
event-crosses- the reconstructed list of crosses in the event- Returns:
- crosses bank
-
appendFMTBanks
-