Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated ddvcs gcard, removing lumi electrons set to 50k by mistake #79

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 22 additions & 8 deletions gemc/dev/ddvcs.gcard
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,31 @@
<option name="HALL_MATERIAL" value="Vacuum"/>


<option name="INTEGRATEDRAW" value="*"/>
<option name="RECORD_PASSBY" value="0"/>

<option name="BEAM_P" value="e-, 11*GeV, 0*deg, 0*deg" />
<!-- <option name="SPREAD_P" value="1*GeV, 10*deg, 180*deg" />-->

<!-- luminosity conditions -->
<option name="LUMI_EVENT" value="50000, 250*ns, 4*ns" />
<option name="LUMI_P" value="e-, 11*GeV, 0*deg, 0*deg" />
<option name="LUMI_V" value="(0.,0.,-4.5.)cm" />
<option name="LUMI_SPREAD_V" value="(0.01, 0.01)cm" />
<option name="SAVE_ALL_MOTHERS" value="1"/>
<option name="RECORD_OPTICALPHOTONS" value="1"/>
<option name="SKIPREJECTEDHITS" value="1" />

<!-- Uncomment this line to save the true information (necessary for Truth Matching -->
<!-- <option name="INTEGRATEDRAW" value="*" /> -->

<!-- Time window defined by LUMI_EVENT -->
<option name="LUMI_EVENT" value="0, 248.5*ns, 4*ns" />
<!-- Uncomment this (and replace the LUMI_EVENT Above) to simulate 10^35 luminosity beam on a 5cm liquid hydrogen target, use 124K e- / event -->
<!-- Scale accordingly for different target / luminosity -->
<!--
<option name="LUMI_EVENT" value="124000, 248.5*ns, 4*ns" />
<option name="LUMI_P" value="e-, 10.6*GeV, 0*deg, 0*deg" />
<option name="LUMI_V" value="(0.0, 0.0, -10)cm" />
<option name="LUMI_SPREAD_V" value="(0.03, 0.03)cm" />
-->

<!-- RF Signal needs event time window defined by LUMI_EVENT -->
<!-- Reference position set as target shift below -->
<option name="RFSETUP" value="clas12_ccdb" />
<option name="RFSTART" value="eventVertex, 0, 0, -30.0" />

<option name="PRINT_EVENT" value="1" />

Expand Down