Skip to content
Snippets Groups Projects

feat: dRICH benchmarks

Merged Christopher Dilks requested to merge irt-algo into master
3 files
+ 13
11
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -4,19 +4,21 @@
@@ -4,19 +4,21 @@
#pragma once
#pragma once
#include <spdlog/spdlog.h>
#include <spdlog/spdlog.h>
 
#include <TH1D.h>
#include <TH1D.h>
#include <TH2D.h>
#include <TH2D.h>
#include <TMath.h>
#include <TMath.h>
 
#include <edm4eic/RawTrackerHitCollection.h>
#include <edm4eic/RawTrackerHitCollection.h>
namespace benchmarks {
namespace benchmarks {
class PhotoMultiplierHitDigiAnalysis {
class RawHitAnalysis {
public:
public:
PhotoMultiplierHitDigiAnalysis() = default;
RawHitAnalysis() = default;
~PhotoMultiplierHitDigiAnalysis() {}
~RawHitAnalysis() {}
// algorithm methods
// algorithm methods
void AlgorithmInit(std::shared_ptr<spdlog::logger>& logger);
void AlgorithmInit(std::shared_ptr<spdlog::logger>& logger);
Loading