Skip to content
Snippets Groups Projects

Final tweaks for the MCP winter recommendations

Merged Johannes Junggeburth requested to merge (removed):MCP_WinterRecom into 21.2
27 files
+ 873
213
Compare changes
  • Side-by-side
  • Inline
Files
27
@@ -8,7 +8,7 @@
#include "xAODEventInfo/EventInfo.h"
GRLSelectorAlg::GRLSelectorAlg( const std::string& name, ISvcLocator* pSvcLocator ) : AnaAlgorithm( name, pSvcLocator )
, m_grlTool("GoodRunsListSelectionTool")
, m_grlTool("GoodRunsListSelectionTool", this)
{
declareProperty( "Tool", m_grlTool , "The GoodRunsListSelectionTool" );
@@ -48,5 +48,3 @@ StatusCode GRLSelectorAlg::execute() {
return StatusCode::SUCCESS;
}
Loading