Uses of Class
org.jlab.detector.helicity.HelicityState
Packages that use HelicityState
- 
Uses of HelicityState in org.jlab.detector.decodeMethods in org.jlab.detector.decode that return HelicityStateMethods in org.jlab.detector.decode with parameters of type HelicityStateModifier and TypeMethodDescriptionvoidDetectorDataDgtz.HelicityDecoderData.setHelicityState(HelicityState helicityState) 
- 
Uses of HelicityState in org.jlab.detector.helicityFields in org.jlab.detector.helicity with type parameters of type HelicityStateMethods in org.jlab.detector.helicity that return HelicityStateModifier and TypeMethodDescriptionstatic HelicityStateHelicityState.createFromFadcBank(DataBank adcBank) Create a state from a HEL::adc org.jlab.jnp.hipo4.data.Bankstatic HelicityStateHelicityState.createFromFadcBank(DataBank adcBank, DataBank runConfig) static HelicityStateHelicityState.createFromFadcBank(DataBank adcBank, DataBank runConfig, ConstantsManager c) static HelicityStateHelicityState.createFromFadcBank(org.jlab.jnp.hipo4.data.Bank adcBank) static HelicityStateHelicityState.createFromFadcBank(org.jlab.jnp.hipo4.data.Bank adcBank, org.jlab.jnp.hipo4.data.Bank runConfig) static HelicityStateHelicityState.createFromFadcBank(org.jlab.jnp.hipo4.data.Bank adcBank, org.jlab.jnp.hipo4.data.Bank runConfig, ConstantsManager c) static HelicityStateHelicityState.createFromFlipBank(DataBank flipBank) Create a state from a HEL::flip org.jlab.io.base.DataBank FIXME: can we not cast/convert between DataBank and Bank?static HelicityStateHelicityState.createFromFlipBank(org.jlab.jnp.hipo4.data.Bank flipBank) Create a state from a HEL::flip org.jlab.jnp.hipo4.data.Bankprotected HelicityStateHelicitySequence.getState(int n) Get the nth state in the measured sequence.HelicityState.invert()Inverts the helicity/helicityRaw components of this stateprotected HelicityStateHelicitySequence.searchState(long timestamp) Find the state corresponding to a given timestamp in the measured sequence.Methods in org.jlab.detector.helicity that return types with arguments of type HelicityStateMethods in org.jlab.detector.helicity with parameters of type HelicityStateModifier and TypeMethodDescriptionvoidHelicityGenerator.addState(HelicityState state) Let the user add a state to initialize the sequence.final booleanHelicitySequence.addState(HelicityState state) Add a state to the sequence, unless the same timestamp already exists or it has undefined bits, and keep them ordered by timestamp.intHelicityState.compare(HelicityState o1, HelicityState o2) Compare based on timestamp for sorting and List insertion.intHelicityState.compareTo(HelicityState other) Compare based on timestamp for sorting and List insertion.booleanHelicityState.equals(HelicityState other) intHelicityState.getEventDelta(HelicityState other) HelicityState.getInfo(HelicityState other, int counter) doubleHelicityState.getSecondsDelta(HelicityState other) Method parameters in org.jlab.detector.helicity with type arguments of type HelicityStateModifier and TypeMethodDescriptionvoidHelicitySequence.addStream(TreeSet<HelicityState> states) Detect and add state changes from a "stream" of measured helicities to the sequence.final booleanHelicityGenerator.initialize(List<HelicityState> states) Initialize with a list of states.static voidHelicitySequence.writeFlips(org.jlab.jnp.hipo4.io.HipoWriterSorted writer, TreeSet<HelicityState> stream) Write all state changes from a stream into new HEL::flip banks in new, tagged events