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.
1 parent 5f53407 commit 4d40004Copy full SHA for 4d40004
DataFormats/HcalDigi/src/classes.h
@@ -16,7 +16,8 @@
16
17
// dummy structs to ensure backward compatibility
18
struct HcalUpgradeDataFrame {
19
- typedef HcalDetId key_type;
+ using key_type = HcalDetId;
20
+ HcalDetId id() const { return HcalDetId(); }
21
};
22
struct HcalUpgradeQIESample {};
23
typedef edm::SortedCollection<HcalUpgradeDataFrame> HBHEUpgradeDigiCollection;
0 commit comments