Changeset 10700
- Timestamp:
- 05/13/11 13:38:56 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/ftmctrl.cc
r10691 r10700 971 971 ConnectionFTM(ioservice, imp), 972 972 fDimPassport ("FTM_CONTROL/PASSPORT", "X:1;S:1", ""), 973 fDimTriggerCounter("FTM_CONTROL/TRIGGER_COUNTER", "X:1; S:1;S:1;S:2;S:1;S:1;S:21;S:1;S:1", ""),973 fDimTriggerCounter("FTM_CONTROL/TRIGGER_COUNTER", "X:1;I:1", ""), 974 974 fDimError ("FTM_CONTROL/ERROR", "X:1;S:1;S:28", ""), 975 975 fDimFtuList ("FTM_CONTROL/FTU_LIST", "X:1;X:1;S:1;C:4;X:40;C:40;C:40", ""), … … 1516 1516 "|LPext[int]:number of triggers of the external light pulser"); 1517 1517 1518 AddEvent("SET_TRIGGER_M ultiplicity", "S:1", kStateIdle)1518 AddEvent("SET_TRIGGER_MULTIPLICITY", "S:1", kStateIdle) 1519 1519 (boost::bind(&StateMachineFTM::SetTriggerMultiplicity, this, _1)) 1520 1520 ("Setup the Multiplicity condition for physcis triggers" … … 1525 1525 (""); 1526 1526 1527 AddEvent("SET_CALIBRATION_M ultiplicity", "S:1", kStateIdle)1527 AddEvent("SET_CALIBRATION_MULTIPLICITY", "S:1", kStateIdle) 1528 1528 (boost::bind(&StateMachineFTM::SetCalibMultiplicity, this, _1)) 1529 1529 ("Setup the Multiplicity condition for artificial (calibration) triggers"
Note:
See TracChangeset
for help on using the changeset viewer.