Draft: ECal saturation versus ECalTot
Compare changes
Conflict: This file was modified in both the source and target branches.
Ask someone with write access to resolve it.
@@ -17,6 +17,10 @@
@@ -17,6 +17,10 @@
@@ -24,13 +28,14 @@ class MonitorDetectorCorrelations
@@ -24,13 +28,14 @@ class MonitorDetectorCorrelations
LHCb::Pr::VP::Hits const&, LHCb::Pr::FT::Hits const&, UT::HitHandler const&, MuonHitContainer const&,
LHCb::Event::Calo::v2::Clusters const&, LHCb::Event::Calo::Digits const&, LHCb::Event::Calo::Digits const&,
@@ -73,8 +78,8 @@ public:
@@ -73,8 +78,8 @@ public:
m_ECAL_energy_ECAL_clusters_correlation.emplace( this, "ECALECALCorrelation", "ECALECALCorrelation",
m_scifi_rich1_hits_correlation.emplace( this, "ScifiRICH1HitsCorrelation", "ScifiRICH1HitsCorrelation",
@@ -84,13 +89,16 @@ public:
@@ -84,13 +89,16 @@ public:
m_scifi_rich2_hits_correlation.emplace( this, "ScifiRICH2HitsCorrelation", "ScifiRICH2HitsCorrelation",
auto n_muon_hits = muon_hits.hits( 0 ).size() + muon_hits.hits( 1 ).size() + muon_hits.hits( 2 ).size() +
@@ -108,6 +116,14 @@ public:
@@ -108,6 +116,14 @@ public:
@@ -121,9 +137,11 @@ public:
@@ -121,9 +137,11 @@ public:
++m_scifi_rich1_hits_correlation.value()[{ scifi_hits.size(), rich_hits.nTotalHits( Rich::Rich1 ) }];
++m_scifi_rich2_hits_correlation.value()[{ scifi_hits.size(), rich_hits.nTotalHits( Rich::Rich2 ) }];
@@ -157,7 +175,7 @@ private:
@@ -157,7 +175,7 @@ private:
@@ -189,6 +207,7 @@ private:
@@ -189,6 +207,7 @@ private: