Skip to content
Snippets Groups Projects
tripeventLogger.xml 1.36 KiB
Newer Older
##mako
  <configuration>
  <variable name="enableFlatTopFaulStates" type="int32" value="1"/>
  <variable name="enableParitySpaceFaultStates" type="int32" value="1"/>
  <variable name="enablePublicConfiguration" type="int32" value="1"/>
  <variable name="printDebugInformation" type="int32" value="1"/>
  <variable name="writeLocalData" type="int32" value="1"/>
  <variable name="maxHistorySize" type="uint32" value="10"/>
  <variable name="deadEdgeSamples" type="uint32" value="2000"/>
  <variable name="maxFlatTopSigma" type="float" value="6"/>
  <variable name="minFlatTopMean" type="float" value="2.0"/><!--below cavity is presumed to be off-->
  <variable name="maxTripDownSpeed" type="float" value="4.0"/>
  <variable name="pulseLength" type="uint32" value="16384"/>

  <module name="FaultStateCollector">
    <variable name="preTripLength" type="uint32" value="10"/>
    <variable name="postTripLength" type="uint32" value="20"/>
  </module>
  <variable name="cavityLocations" type="string"><%COUNTER = 0%>
% if STATION == 'VS' :
Nadeem Shehzad's avatar
Nadeem Shehzad committed
% for Station in map(str,range(2,27)) :
  <value i="0"  v="VS.A${Station}.${GET_SECTION_NAME(Station)}"/>
% endfor  
% else:
% for CRYOMODULE in CRYOMODULES :
% for CAVITY in range(NR_OF_CAVITIES):
  <value i="${COUNTER}"  v="C${CAVITY+1}.${MODULE_LOCATION_SUFFIX(CRYOMODULE)}"/><%COUNTER += 1;%>
% endfor
% endfor
% endif
  </variable>
</configuration>