Skip to content
Snippets Groups Projects
Commit 2648d412 authored by scott snyder's avatar scott snyder
Browse files

L1CaloFEXSim: Fix clang warnings.

Missing override keywords.
parent efa2f2da
No related branches found
No related tags found
5 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!47596L1CaloFEXSim: Fix clang warnings.
......@@ -61,8 +61,8 @@ namespace LVL1 {
void buildLayers();
void setSupercellSeed();
void setUnDAndOffPhi();
bool getUnD();
unsigned int getSeed();
virtual bool getUnD() override;
virtual unsigned int getSeed() override;
unsigned int m_em0cells[3][3];
unsigned int m_em1cells[12][3];
......
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