Skip to content
Snippets Groups Projects

Merged master to future

Closed Sebastien Ponce requested to merge sponce_master2future into future
5 files
+ 53
35
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -25,6 +25,8 @@ Hlt1TriggerTisTos::Hlt1TriggerTisTos( const std::string& type,
: TriggerTisTos ( type, name , parent )
{
declareInterface<ITriggerTisTos>(this);
setProperty("HltDecReportsLocation", "Hlt1/DecReports" );
setProperty("HltSelReportsLocation", "Hlt1/SelReports" );
}
//=============================================================================
@@ -40,13 +42,5 @@ StatusCode Hlt1TriggerTisTos::initialize()
const StatusCode sc = TriggerTisTos::initialize();
if ( sc.isFailure() ) return sc;
if ( m_HltDecReportsLocation.value() == LHCb::HltDecReportsLocation::Default )
{
m_HltDecReportsLocation = "Hlt1/DecReports";
}
if ( m_HltSelReportsLocation.value() == LHCb::HltSelReportsLocation::Default )
{
m_HltSelReportsLocation = "Hlt1/SelReports";
}
return sc;
}
Loading