Package org.jlab.rec.alert.banks
Class RecoBankWriter
java.lang.Object
org.jlab.rec.alert.banks.RecoBankWriter
The ALERT 
RecoBankWriter writes the banks needed for the ALERT
 reconstruction: track projections.- Author:
- Noemie Pilleux, Whit Armstrong
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintappendMatchBanks(DataEvent event, ArrayList<TrackProjection> projections) Appends the alert match banks to an event.static DataBankfillProjectionsBank(DataEvent event, ArrayList<TrackProjection> projections) Writes the bank of track projections.static void
- 
Constructor Details- 
RecoBankWriterpublic RecoBankWriter()
 
- 
- 
Method Details- 
fillProjectionsBankWrites the bank of track projections.- Parameters:
- event- the- DataEventin which to add the bank
- projections- the- ArrayListof- TrackProjectioncontaining the track projection info to be added to the bank
- Returns:
- DataBankthe bank with all the projected tracks in the event.
 
- 
appendMatchBanksAppends the alert match banks to an event.- Parameters:
- event- the- DataEventin which to append the banks
- projections- the- ArrayListof- TrackProjectioncontaining the track projections info to be added
- Returns:
- 0 if it worked, 1 if it failed
 
- 
main- Parameters:
- args- the command line arguments
 
 
-