Skip to content

Commit

Permalink
pipeline/photonConversion.rml updating to the new TRestAxionFieldProp…
Browse files Browse the repository at this point in the history
…agationProcess
  • Loading branch information
jgalan committed Feb 11, 2024
1 parent 9b80b46 commit 5958268
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pipeline/ray-tracing/axion-field/photonConversion.rml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,13 @@
</addProcess>
<addProcess type="TRestAxionTransportProcess" zPosition="-5m" name="to5m"/>
<addProcess type="TRestAxionDeviationProcess" name="dev" devAngle="2deg" seed="137"/>
<!--- Needs to be adapted to new release v2.4.2 -->
<addProcess type="TRestAxionFieldPropagationProcess" name="axionPhoton" integrationStep="5cm" bufferGasAdditionalLength="3m" observables="all" verboseLevel="info"/>

<addProcess type="TRestAxionFieldPropagationProcess" name="axionPhoton" bufferGasAdditionalLength="3m" observables="all" verboseLevel="info">
<parameter name="accuracy" value="0.1"/>
<parameter name="numIntervals" value="100" />
<parameter name="qawoLevels" value="20"/>
</addProcess>

<addProcess type="TRestAxionAnalysisProcess" name="at5m" observables="all"/>
</TRestProcessRunner>
<addTask command="EventProcess-&gt;RunProcess()" value="ON"/>
Expand Down

0 comments on commit 5958268

Please sign in to comment.