Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access Conditions DB for HCAL Pulse Filtering Weights #32717

Merged
merged 16 commits into from
Mar 25, 2021
Merged
Prev Previous commit
Next Next commit
set default values for two member vars
  • Loading branch information
Josh Hiltbrand committed Jan 22, 2021

Verified

This commit was signed with the committer’s verified signature.
commit 93979ff923d730edd9e38f4727a072e840f3e9f6
3 changes: 2 additions & 1 deletion CalibCalorimetry/HcalTPGAlgos/interface/HcaluLUTTPGCoder.h
Original file line number Diff line number Diff line change
@@ -114,7 +114,8 @@ class HcaluLUTTPGCoder : public HcalTPGCoder {
double cosh_ieta_28_HE_low_depths_, cosh_ieta_28_HE_high_depths_, cosh_ieta_29_HE_;
bool allLinear_;
bool contain1TSHB_, contain1TSHE_;
double containPhaseNSHB_, containPhaseNSHE_;
double containPhaseNSHB_ = -999.0;
double containPhaseNSHE_ = -999.0;
double linearLSB_QIE8_, linearLSB_QIE11_, linearLSB_QIE11Overlap_;
std::unique_ptr<HcalPulseContainmentManager> pulseCorr_;
};