Skip to content
Snippets Groups Projects

Compatibility with Athena 22.0.40

Merged Dave Casper requested to merge dcasper/calypso:master-22.0.40-compat into master
25 files
+ 236
1070
Compare changes
  • Side-by-side
  • Inline
Files
25
@@ -29,6 +29,6 @@ class GenEventReadAlg : public AthHistogramAlgorithm
// Read handle keys for data containers
// Any other event data can be accessed identically
// Note the key names ("GEN_EVENT" or "SCT_Hits") are Gaudi properties and can be configured at run-time
SG::ReadHandleKey<McEventCollection> m_mcEventKey { this, "McEventCollection", "GEN_EVENT" };
// Note the key names ("BeamTruthEvent" or "SCT_Hits") are Gaudi properties and can be configured at run-time
SG::ReadHandleKey<McEventCollection> m_mcEventKey { this, "McEventCollection", "BeamTruthEvent" };
};
\ No newline at end of file
Loading