From 8cf55ab93295ab34e9520aaa651eb08c8728e97e Mon Sep 17 00:00:00 2001 From: cdean-github Date: Fri, 7 Jan 2022 10:44:36 -0500 Subject: [PATCH 1/2] Increased eta range to +/- 4 for single particles --- detectors/EICDetector/Fun4All_G4_EICDetector.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detectors/EICDetector/Fun4All_G4_EICDetector.C b/detectors/EICDetector/Fun4All_G4_EICDetector.C index cb0588b9..8ce880ef 100644 --- a/detectors/EICDetector/Fun4All_G4_EICDetector.C +++ b/detectors/EICDetector/Fun4All_G4_EICDetector.C @@ -155,7 +155,7 @@ int Fun4All_G4_EICDetector( INPUTGENERATOR::SimpleEventGenerator[0]->set_vertex_distribution_mean(0., 0., 0.); INPUTGENERATOR::SimpleEventGenerator[0]->set_vertex_distribution_width(0., 0., 5.); } - INPUTGENERATOR::SimpleEventGenerator[0]->set_eta_range(-3, 3); + INPUTGENERATOR::SimpleEventGenerator[0]->set_eta_range(-4, 4); INPUTGENERATOR::SimpleEventGenerator[0]->set_phi_range(-M_PI, M_PI); INPUTGENERATOR::SimpleEventGenerator[0]->set_pt_range(0.1, 20.); } From accb3d948add15f65de93a1222c480313e961c03 Mon Sep 17 00:00:00 2001 From: cdean-github Date: Fri, 7 Jan 2022 10:49:33 -0500 Subject: [PATCH 2/2] Removed single pion and electron from sync --- .github/workflows/sync-with-production.yml | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/sync-with-production.yml b/.github/workflows/sync-with-production.yml index 311eb88e..87d3fcff 100644 --- a/.github/workflows/sync-with-production.yml +++ b/.github/workflows/sync-with-production.yml @@ -9,21 +9,21 @@ jobs: steps: - uses: actions/checkout@master - - name: Merge production -> production_singleElectron_0-20GeV - uses: devmasx/merge-branch@v1.3.1 - with: - type: now - from_branch: production - target_branch: production_singleElectron_0-20GeV - github_token: ${{ github.token }} + #- name: Merge production -> production_singleElectron_0-20GeV + # uses: devmasx/merge-branch@v1.3.1 + # with: + # type: now + # from_branch: production + # target_branch: production_singleElectron_0-20GeV + # github_token: ${{ github.token }} - - name: Merge production -> production_singlePion_0-20GeV - uses: devmasx/merge-branch@v1.3.1 - with: - type: now - from_branch: production - target_branch: production_singlePion_0-20GeV - github_token: ${{ github.token }} + #- name: Merge production -> production_singlePion_0-20GeV + # uses: devmasx/merge-branch@v1.3.1 + # with: + # type: now + # from_branch: production + # target_branch: production_singlePion_0-20GeV + # github_token: ${{ github.token }} - name: Merge production -> production_pythia8 uses: devmasx/merge-branch@v1.3.1