Class SwapEngine
java.lang.Object
org.jlab.clas.reco.ReconstructionEngine
org.jlab.service.swaps.SwapEngine
- All Implemented Interfaces:
org.jlab.clara.engine.Engine
Initializes SwapManager singleton based on two CCDB timestamps to allow
fixing cable swaps in decoded HIPO files. Optionally modifies ADC/TDC banks.
- Author:
- baltzell
-
Nested Class Summary
Nested classes/interfaces inherited from class ReconstructionEngine
ReconstructionEngine.Reco -
Field Summary
Fields inherited from class ReconstructionEngine
CONFIG_BANK_NAME, rawBankOrders -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddetectorChanged(int runNumber) booleaninit()booleanprocessDataEventUser(DataEvent event) Methods inherited from class ReconstructionEngine
applyTriggerMask, checkRunNumber, configure, constantManagerStatus, destroy, dropBanks, execute, executeGroup, generateConfig, getAuthor, getConfigMap, getConstantsManager, getDescription, getEngineConfigString, getEngineConfigString, getEngineConfiguration, getFatal, getInputDataTypes, getName, getOutputDataTypes, getRawBankReader, getRawBankReader, getSchemaFactory, getStates, getStringConfigParameter, getStringConfigParameter, getVersion, main, processDataEvent, registerOutputBank, requireConstants, requireConstants, requireConstants, reset, setDescription, setFatal, setTimeStamp, setVariation
-
Constructor Details
-
SwapEngine
public SwapEngine()
-
-
Method Details
-
processDataEventUser
- Specified by:
processDataEventUserin classReconstructionEngine
-
init
public boolean init()- Specified by:
initin classReconstructionEngine
-
detectorChanged
public void detectorChanged(int runNumber) - Specified by:
detectorChangedin classReconstructionEngine
-