Back to home page

EIC code displayed by LXR

 
 

    


Warning, /firebird/firebird-ng/README.md is written in an unsupported language. File is not indexed.

0001 # Firebird
0002 
0003 
0004 
0005 ## Development server
0006 
0007 Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
0008 
0009 ## Code scaffolding
0010 
0011 Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
0012 
0013 ## Build
0014 
0015 Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
0016 
0017 ## Running unit tests
0018 
0019 Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
0020 
0021 ## Running end-to-end tests
0022 
0023 Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
0024 
0025 ## Further help
0026 
0027 To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
0028 
0029 
0030 ## Running dd4hep plugin with events
0031 
0032 ```
0033 beam: [5x41, 10x100, 18x275]
0034 minq2: [1, 1000]
0035 url=root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/DIS/NC/${{matrix.beam}}/minQ2=${{matrix.minq2}}/pythia8NCDIS_${{matrix.beam}}_minQ2=${{matrix.minq2}}_beamEffects_xAngle=-0.025_hiDiv_1.hepmc3.tree.root
0036 beam: [5x41, 10x100, 18x275]
0037 minq2: [1, 1000]
0038 url=root://dtn-eic.jlab.org//work/eic2/EPIC/EVGEN/DIS/NC/10x100/minQ2=1000/pythia8NCDIS_10x100_minQ2=1000_beamEffects_xAngle=-0.025_hiDiv_1.hepmc3.tree.root
0039 npsim --compactFile ${DETECTOR_PATH}/${{ matrix.detector_config }}.xml -N 100 --inputFiles ${url} --random.seed 1 --outputFile sim_dis_${{matrix.beam}}_minQ2=${{matrix.minq2}}_${{ matrix.detector_config }}.edm4hep.root -v WARNING
0040 ```