Skip to content
Snippets Groups Projects

Draft: [trigEGam] Integration beteween mongroups and TrigEgammaMonitoring

Closed Edmar Egidio Purcino De Souza requested to merge eegidiop/athena:tegmonGroups into 22.0
3 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -23,7 +23,7 @@ private:
SG::ReadHandleKey<InDet::PixelClusterContainer> m_inputKey{ this, "InputKey", "", "ReadHandleKey for Pileup PixelClusterContainer" };
SG::WriteHandleKey<InDet::PixelClusterContainer> m_outputKey{ this, "OutputKey", "", "WriteHandleKey for Output PixelClusterContainer" };
const PixelID* m_idHelper;
const PixelID* m_idHelper = nullptr;
};
Loading