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 diff --git a/detectors/EICDetector/Fun4All_G4_EICDetector.C b/detectors/EICDetector/Fun4All_G4_EICDetector.C index 0c85ca36..cf21ddc2 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.); }