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 4a70830 + 4d40004 commit 7e64a49Copy full SHA for 7e64a49
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