]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TOF/TOFPhysicsConfig.xml
Fixes for memory leaks (Chiara)
[u/mrichter/AliRoot.git] / TOF / TOFPhysicsConfig.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE TOFConfig [
3 <!ELEMENT TOFConfig (Folder)>
4 <!ELEMENT Folder EMPTY>
5 <!ATTLIST Folder MeanMultiplicity CDATA #REQUIRED>
6 <!ATTLIST Folder MaxHits CDATA #REQUIRED>
7 ]>
8 <TOFConfig>
9 <Folder MeanMultiplicity="25" MaxHits="1000000">
10 </Folder>
11 </TOFConfig>