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

Merge branch 'gcc10.LArSamplesMon-20210809' into 'master'

LArSamplesMon: Fix gcc10 warning.

See merge request !45705
parents 153da9b6 e72f26a6
No related branches found
No related tags found
5 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45705LArSamplesMon: Fix gcc10 warning.
......@@ -27,6 +27,7 @@ namespace LArSamples {
/** @brief Constructor */
Averager(unsigned int n = 0);
Averager(unsigned int lwb, unsigned int upb);
Averager(const Averager&) = default;
virtual ~Averager() { }
......
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