Back to home page

sPhenix code displayed by LXR

 
 

    


Warning, /JETSCAPE/config/jetscape_user_brick_hybrid_hadronization.xml is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0"?>
0002 <jetscape>
0003   <nEvents> 10 </nEvents>
0004   <vlevel> 0 </vlevel>
0005   <setReuseHydro> true </setReuseHydro>
0006   <nReuseHydro> 10 </nReuseHydro>
0007   <nEvents_printout> 1 </nEvents_printout>
0008 
0009   <outputFilename>test_out</outputFilename>
0010   <JetScapeWriterAscii> off </JetScapeWriterAscii>
0011   <JetScapeWriterFinalStatePartonsAscii> off </JetScapeWriterFinalStatePartonsAscii>
0012   <JetScapeWriterFinalStateHadronsAscii> on </JetScapeWriterFinalStateHadronsAscii>
0013 
0014   <Random>
0015     <seed>42</seed>
0016   </Random>
0017 
0018   <!-- Hard Process -->
0019   <Hard>
0020     <!-- Parton Gun test with fixed pT and fixed IS pos = 0  -->
0021     <PGun>
0022       <name>PGun</name>
0023       <pT>100</pT>
0024       <parID>1</parID>
0025     </PGun>
0026   </Hard>
0027 
0028   <!-- Hydro  Module  -->
0029   <Hydro>
0030     <maxT>20</maxT>
0031     <tStart> 0.6 </tStart> <!-- Start time of jet quenching, proper time, fm/c   -->
0032 
0033     <!-- Test Brick if bjorken_expansion_on="true", T(t) = T * (start_time[fm]/t)^{1/3} -->
0034     <Brick bjorken_expansion_on="false" start_time="0.6">
0035       <name>Brick</name>
0036       <T>0.3</T>
0037     </Brick>
0038   </Hydro>
0039 
0040   <!--Eloss Modules -->
0041   <Eloss>
0042 
0043     <maxT>100</maxT>
0044 
0045     <Matter>
0046       <in_vac> 0 </in_vac>
0047       <brick_med> 1 </brick_med>   <!-- Set brick_med to 1 while using Brick Hydro module-->
0048       <recoil_on> 0 </recoil_on>
0049       <brick_length> 4.0 </brick_length>
0050       <hydro_Tc> 0.16 </hydro_Tc>
0051       <Q0> 2.0 </Q0>
0052       <vir_factor> 0.25 </vir_factor>
0053     </Matter>
0054 
0055     <Lbt>
0056       <name> Lbt </name>
0057       <Q0> 2.0 </Q0>
0058       <in_vac> 0 </in_vac>
0059       <only_leading> 0 </only_leading>
0060       <hydro_Tc> 0.16 </hydro_Tc>
0061       <alphas> 0.2 </alphas>
0062       <run_alphas>1</run_alphas>   <!-- 0 for fixed alpha_s and 1 for running alpha_s -->
0063     </Lbt>
0064   </Eloss>
0065 
0066   <!-- Jet Hadronization Module -->
0067   <JetHadronization>
0068     <name>hybrid</name>
0069     <had_postprop>0.1</had_postprop>
0070     <part_prop>0.0</part_prop>
0071     <pythia_decays>on</pythia_decays> <!-- lets the particles given to pythia decay-->
0072     <tau0Max>10.0</tau0Max> <!-- only particles with tau0 < tau0Max (given in mm/c) can decay, increase to include weak decays-->
0073     <!--eCMforHadronization only for pp collisions-->
0074     <!--in hybrid put the full eCM here, this is distributed to the beam partons-->
0075     <eCMforHadronization>0</eCMforHadronization>
0076     <reco_hadrons_in_pythia>1</reco_hadrons_in_pythia>
0077     <recobias_t>0</recobias_t>
0078   </JetHadronization>
0079 </jetscape>