Skip to content
Snippets Groups Projects

Draft: Refactor JVT selection interface

Open William Keaton Balunas requested to merge wbalunas/athena:jvt-250228 into main
3 unresolved threads
9 files
+ 74
134
Compare changes
  • Side-by-side
  • Inline
Files
9
@@ -18,10 +18,6 @@ namespace CP {
virtual StatusCode initialize() override;
private:
// Used to correctly initialize the ReadDecorHandle
Gaudi::Property<std::string> m_jetContainer{
this, "JetContainer", "",
"The name of the jet container, used to correctly initialize the read handles"};
Gaudi::Property<std::string> m_wp{
this, "WorkingPoint", "Loose",
"The working point to use. Set to 'Custom' to manually set the values"};
Loading