feat: dRICH benchmarks
There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.
Add PID reconstruction benchmarks for the dRICH.
benchmark.cc
opens the input file(s) and runs the benchmark algorithms; it could be generalized to run any such algorithmCMAKE_INSTALL_PREFIX
├── bin
│ └── benchmark_rich_reconstruction
├── include
│ └── reconstruction_benchmarks
│ └── rich
│ ├── ChargedParticle.h
│ ├── CherenkovPIDAnalysis.h
│ ├── RawHitAnalysis.h
│ ├── ReconstructedParticleAnalysis.h
│ ├── SimHitAnalysis.h
│ └── Tools.h
└── lib
└── libreconstruction_benchmarks_rich.so
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.