Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /JETSCAPE/jail/jetscape_init_MATTER_test.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
0002 <!-- Just for test purposes! -->
0003 <!-- More details and final format to be determined ... -->
0004 <jetscape>
0005 
0006   <debug> on </debug>
0007   <remark> off </remark>
0008   <vlevel> 0 </vlevel>
0009 
0010   <!--  If for example one wants to run JetScape purely via xml ... -->
0011    <Tasks>
0012      <task>Matter</task>
0013      <task>Hydro1</task>
0014    </Tasks>
0015 
0016    <!-- Inital State Module ... -->
0017    <IS>
0018      
0019      <Trento>
0020      </Trento>
0021      
0022    </IS>
0023 
0024    <!-- Hard Process/Pythia to be included -->
0025 
0026    <Hard>
0027 
0028      <!-- Parton Gun test with fixed pT and fixed IS pos = 0 ... -->
0029      <PGun>
0030        <name>PGun</name>
0031        <pT>100</pT>
0032      </PGun>
0033      
0034    </Hard>
0035    
0036    
0037    <!--Eloss Module ... -->
0038    <Eloss>
0039 
0040      <deltaT>1</deltaT>
0041      <maxT>10</maxT>
0042 
0043      <!-- Individual Eloss Modules run Eloss and Eloss Manager ... -->
0044      <!-- Just a test here (no physics implemented in Matter and Martini ... -->
0045      <Matter>
0046        <name>Matter</name>
0047        <param1> 2 </param1>
0048        <qhat> 1.0 </qhat>
0049      </Matter>
0050      
0051      <Martini>
0052        <name > Martini </name>
0053        <param1> 3 </param1>
0054      </Martini>
0055      
0056    </Eloss>
0057 
0058    <!-- Hydro  Module ... -->
0059    <Hydro>
0060      
0061      <Hydro1>
0062        <name>Hydro1</name>
0063        <eta> 0.2 </eta>
0064      </Hydro1>
0065 
0066      <!-- Test Brick ... -->
0067      <Brick>
0068        <name>Brick</name>
0069        <T>0.3</T>
0070      </Brick>
0071 
0072      <!-- Test Gubser ... -->
0073      <Gubser>
0074      </Gubser>
0075      
0076      <!-- hydro from a file ... -->
0077      <hydro_from_file>
0078          <name> hydro from a file </name>
0079          <!-- read in file type ... -->
0080          <!-- hydro_type == 1 read in evo file from VISHNew... -->
0081          <!-- hydro_type == 2 read in evo file from MUSIC... -->
0082          <hydro_type>2</hydro_type>
0083          <!-- VISHNew hydro evolution filename (hdf5 format)... -->
0084          <VISH_file>test/test_hydro_files/VISH_evo.h5</VISH_file>
0085          <!-- flag whether read in viscous information -->
0086          <!-- (only works for VISHNew evo files)... -->
0087          <load_viscous_info>False</load_viscous_info>
0088          <!-- MUSIC hydro evolution filename (plain binary format)... -->
0089          <!-- the associated input file specifies the grid information -->
0090          <MUSIC_input_file>test/test_hydro_files/MUSIC_input</MUSIC_input_file>
0091          <MUSIC_file>test/test_hydro_files/MUSIC_evo.dat</MUSIC_file>
0092          <!-- transition temperature between QGP and Hadron Resonance Gas -->
0093          <T_c>0.154</T_c>
0094          <!-- read in hydro evo file every Ntau step -->
0095          <!-- (only works for MUSIC evo files)... -->
0096          <read_hydro_every_ntau>1</read_hydro_every_ntau>
0097      </hydro_from_file>
0098      
0099      <!-- MUSIC ... -->
0100      <MUSIC>
0101        <name>MUSIC</name>
0102      </MUSIC>
0103      
0104    </Hydro>
0105    
0106 </jetscape>