Back to home page

EIC code displayed by LXR

 
 

    


Warning, /HEPMC_Merger/MergeCampaign_1.0.2.md is written in an unsupported language. File is not indexed.

0001 Used: https://github.com/eic/HEPMC_Merger/releases/tag/v1.0.2
0002 
0003 Input:
0004 ```
0005 xrdcp root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/SIDIS/pythia6-eic/1.0.0/10x100/q2_0to1/pythia_ep_noradcor_10x100_q2_0.000000001_1.0_run1.ab.hepmc3.tree.root .
0006 ```
0007 
0008 Electron gas:
0009 ```
0010 xrdcp root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/BACKGROUNDS/BEAMGAS/electron/GETaLM1.0.0-1.0/10GeV/GETaLM1.0.0-1.0_ElectronBeamGas_10GeV_foam_emin10keV_run001.hepmc3.tree.root .
0011 ```
0012 
0013 Proton gas:
0014 ```
0015 for f in `xrdfs root://dtn-eic.jlab.org ls /work/eic2/EPIC/EVGEN/BACKGROUNDS/BEAMGAS/proton/pythia8.306-1.0/100GeV | grep 'pythia8.306-1.0_ProtonBeamGas_100GeV_run00.*.hepmc3.tree.root'`
0016 do
0017 xrdcp root://dtn-eic.jlab.org/$f .
0018 done
0019 hadd pythia8.306-1.0_ProtonBeamGas_100GeV_runs00.hepmc3.tree.root pythia8.306-1.0_ProtonBeamGas_100GeV_run00*
0020 ```
0021 
0022 Merge:
0023 ```
0024 ./build/SignalBackgroundMerger -N 25000 \
0025 -i pythia_ep_noradcor_10x100_q2_0.000000001_1.0_run1.ab.hepmc3.tree.root -sf 184 \
0026 -bg1 pythia8.306-1.0_ProtonBeamGas_100GeV_runs00.hepmc3.tree.root -bf1 31.9 \
0027 -bg2 GETaLM1.0.0-1.0_ElectronBeamGas_10GeV_foam_emin10keV_run001.hepmc3.tree.root -bf2 3177.25 \
0028 -bg3 "" -r \
0029 -w 2000.0 --rngSeed 42 \
0030 -o HEPMC_merger-1.0.2_bgmerged_25k_RealisticSignalPerFrame_MinBias_pythia6_10x100_egas_bgas.hepmc3.tree.root
0031 ```
0032 
0033 ```
0034 ./build/SignalBackgroundMerger -N 10000 \
0035 -i pythia_ep_noradcor_10x100_q2_0.000000001_1.0_run1.ab.hepmc3.tree.root -sf 0 \
0036 -bg1 pythia8.306-1.0_ProtonBeamGas_100GeV_runs00.hepmc3.tree.root -bf1 31.9 \
0037 -bg2 GETaLM1.0.0-1.0_ElectronBeamGas_10GeV_foam_emin10keV_run001.hepmc3.tree.root -bf2 3177.25 \
0038 -bg3 "" -r \
0039 -w 2000.0 --rngSeed 42 \
0040 -o HEPMC_merger-1.0.2_bgmerged_10k_1SignalPerFrame_MinBias_pythia6_10x100_egas_bgas.hepmc3.tree.root
0041 ```
0042