Package org.jlab.service.alert
Class ALERTEngine
java.lang.Object
org.jlab.clas.reco.ReconstructionEngine
org.jlab.service.alert.ALERTEngine
- All Implemented Interfaces:
org.jlab.clara.engine.Engine
ALERTEngine reconstruction service.
- Since:
- 2025-04-03
- Author:
- Whit Armstrong, Noemie Pilleux
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jlab.clas.reco.ReconstructionEngine
ReconstructionEngine.Reco
-
Field Summary
Fields inherited from class org.jlab.clas.reco.ReconstructionEngine
CONFIG_BANK_NAME, rawBankOrders
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jlab.clas.reco.ReconstructionEngine
applyTriggerMask, checkRunNumber, configure, constantManagerStatus, destroy, dropBanks, execute, executeGroup, filterEvent, generateConfig, getAuthor, getConfigMap, getConstantsManager, getDescription, getEngineConfigString, getEngineConfigString, getEngineConfiguration, getFatal, getInputDataTypes, getName, getOutputDataTypes, getRawBankReader, getRawBankReader, getSchemaFactory, getStates, getStringConfigParameter, getStringConfigParameter, getVersion, registerOutputBank, requireConstants, requireConstants, requireConstants, reset, setDescription, setFatal, setTimeStamp, setVariation
-
Constructor Details
-
ALERTEngine
public ALERTEngine()ALERTEngine service c'tor.
-
-
Method Details
-
setB
public void setB(double B) -
getB
public double getB() -
init
public boolean init()ALERTEngine initialization. Creates the RecoBankWriter and checks for various yaml flags. TODO: document flags- Specified by:
init
in classReconstructionEngine
-
processDataEvent
Process Event. Main method called to process event data.- Check for AHDC and ATOF banks
- Project track to ATOF
- Specified by:
processDataEvent
in classReconstructionEngine
-
main
ALERTEngine main. TODO: needs good test.
-