feat: dRICH benchmarks
Compare changes
benchmarks/rich/include/ChargedParticle.h
0 → 100644
+ 42
− 0
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