Commit 29f4bfb3b051b14a5ba04f45c8a98038995f7642

Authored by Quentin Brzustowski
1 parent 6e4e6a68

fixed errors and added spin for CCE MEPA

PARAM_DEF/cce_mepa_hr_sct.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id='cce_mepa_tof_sct'>
  2 +<param xml:id='cce_mepa_hr_sct'>
3 3 <get>
4 4 <vi name='cce:mepa:hr'>
5 5 <baseParam name='Sector_3' useNearestValue="true"/>
... ...
PARAM_DEF/cce_mepa_hr_spin.xml
1 1 <?xml version="1.0"?>
2   -<param xml:id='cce_mepa_tof_spin'>
  2 +<param xml:id='cce_mepa_hr_spin'>
3 3 <get>
4 4 <vi name='cce:mepa:hr'>
5 5 <baseParam name='SpinPeriod_3'/>
... ...
PARAM_DEF/cce_mepa_ion_spin.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='cce_mepa_ion_spin'>
  3 + <get>
  4 + <vi name='cce:mepa:ion'>
  5 + <baseParam name='SpinPeriod'/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 + </param>
  11 +
... ...
PARAM_DEF/cce_mepa_tof_spin.xml 0 → 100644
... ... @@ -0,0 +1,11 @@
  1 +<?xml version="1.0"?>
  2 +<param xml:id='cce_mepa_tof_spin'>
  3 + <get>
  4 + <vi name='cce:mepa:tof'>
  5 + <baseParam name='SpinPeriod_1'/>
  6 + </vi>
  7 + </get>
  8 + <process/>
  9 + <output/>
  10 + </param>
  11 +
... ...