Skip to content

Commit

Permalink
added dc tests, testing dev container with new tags
Browse files Browse the repository at this point in the history
  • Loading branch information
maureeungaro committed Feb 1, 2024
1 parent d83a8eb commit 1a92f26
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detectors_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
detector:
- targets
# - dc
- dc
steps:
- name: Checkout
uses: actions/checkout@main
Expand Down
31 changes: 31 additions & 0 deletions experiments/clas12/dc/tests/default.gcard
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<gcard>

<detector name="experiments/clas12/magnets/cad/" factory="CAD" />
<detector name="experiments/clas12/fc/forwardCarriage" factory="TEXT" variation="default"/>
<detector name="experiments/clas12/dc/dc" factory="TEXT" variation="default"/>

<option name="BEAM_P" value="e-, 5.0*GeV, 25*deg, 0*deg"/>
<option name="SPREAD_P" value="1.0*GeV, 15*deg, 180*deg"/>
<option name="INTEGRATEDRAW" value="dc"/>

<!-- hall field -->
<option name="HALL_FIELD" value="Symm_solenoid_r601_phi1_z1201_13June2018:Symm_torus_r2501_phi16_z251_24Apr2018"/>
<option name="SCALE_FIELD" value="binary_torus, -1"/>
<option name="SCALE_FIELD" value="binary_solenoid, -1"/>

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

<option name="OUTPUT" value="hipo, out.hipo"/>
<option name="PHYSICS" value="STD + FTFP_BERT"/>
<option name="RUNNO" value="11" />
<option name="DIGITIZATION_VARIATION" value="default" />

<option name="LUMI_EVENT" value="0, 248.5*ns, 4*ns" />

<!-- 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, 0.0" />


</gcard>
31 changes: 31 additions & 0 deletions experiments/clas12/dc/tests/rga_fall2018_mc.gcard
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<gcard>

<detector name="experiments/clas12/magnets/cad/" factory="CAD" />
<detector name="experiments/clas12/fc/forwardCarriage" factory="TEXT" variation="default"/>
<detector name="experiments/clas12/dc/dc" factory="TEXT" variation="default"/>

<option name="BEAM_P" value="e-, 5.0*GeV, 25*deg, 0*deg"/>
<option name="SPREAD_P" value="1.0*GeV, 15*deg, 180*deg"/>
<option name="INTEGRATEDRAW" value="dc"/>

<!-- hall field -->
<option name="HALL_FIELD" value="Symm_solenoid_r601_phi1_z1201_13June2018:Symm_torus_r2501_phi16_z251_24Apr2018"/>
<option name="SCALE_FIELD" value="binary_torus, -1"/>
<option name="SCALE_FIELD" value="binary_solenoid, -1"/>

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

<option name="OUTPUT" value="hipo, out.hipo"/>
<option name="PHYSICS" value="STD + FTFP_BERT"/>
<option name="RUNNO" value="11" />
<option name="DIGITIZATION_VARIATION" value="rga_fall2018_mc" />

<option name="LUMI_EVENT" value="0, 248.5*ns, 4*ns" />

<!-- 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, 0.0" />


</gcard>

0 comments on commit 1a92f26

Please sign in to comment.