20 void process(
const std::shared_ptr<const JEvent>& event);
24 std::vector<std::string> m_data_names = {
25 "SiBarrelTrackerRecHits",
26 "SiBarrelVertexRecHits",
27 "SiEndcapTrackerRecHits",
30 "OuterMPGDBarrelRecHits",
31 "ForwardMPGDEndcapRecHits",
32 "BackwardMPGDEndcapRecHits",
39 std::vector<std::shared_ptr<TH1F>> m_hits_count_hists;
42 std::vector<std::shared_ptr<TH2F>> m_hits_occup_hists;
45 TH2F* m_total_occup_th2;