We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6426a97 + 8734b32 commit 9e7bb37Copy full SHA for 9e7bb37
DataFormats/L1GlobalCaloTrigger/src/L1GctInternEtSum.cc
@@ -1,7 +1,7 @@
1
#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctInternEtSum.h"
2
#include <cstdint>
3
4
-L1GctInternEtSum::L1GctInternEtSum() {}
+L1GctInternEtSum::L1GctInternEtSum() : data_(0) {}
5
6
/// construct from individual quantities
7
L1GctInternEtSum::L1GctInternEtSum(uint16_t capBlock, uint16_t capIndex, int16_t bx, uint32_t et, uint8_t oflow)
0 commit comments