Skip to content
Snippets Groups Projects
Commit 8b8798dc authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'clang.InDetPhysValMonitoring-20200501' into 'master'

InDetPhysValMonitoring: Fix clang warnings.

See merge request !32556
parents aa204474 e79cc885
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!32556InDetPhysValMonitoring: Fix clang warnings.
......@@ -56,15 +56,14 @@ private:
static const int m_nResHist = 4;
static const int m_nEtaBins = 64;
const double m_etaMin = -4.0;
const double m_etaMax = 4.0;
//const double m_etaMin = -4.0;
//const double m_etaMax = 4.0;
// Settings for log-linear binning in pt (matching previous IDPVM definition)
static const int m_nPtBins = 49;
const double m_ptMin = 0.745;
const double m_ptMax = 1000.0;
float m_EtaBins[m_nEtaBins + 1];
float m_PtBins[m_nPtBins + 1];
std::string m_paramProp[NPARAMS] = { "d0", "z0", "ptqopt", "theta", "phi", "pt", "z0sin" };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment