Skip to content
Snippets Groups Projects
Commit ad2cdca4 authored by Charles Leggett's avatar Charles Leggett Committed by Graeme Stewart
Browse files

updates for Property modernization (TrigGenericAlgs-00-00-67)

	* don't forward declare Property for Gaudi v28 compat
	* endreq -> endmsg
	* tag TrigGenericAlgs-00-00-67

M       src/ROBRequestAlgo.h
M       src/TrigRoiUpdater.cxx
M       TrigGenericAlgs/L1CorrelationAlgo.h
M       TrigGenericAlgs/DetectorTimingAlgo.h


Former-commit-id: 1daf1548
parent 0958e8ed
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,7 @@
#include "TrigInterfaces/AllTEAlgo.h"
#include "GaudiKernel/ServiceHandle.h"
#include "GaudiKernel/ToolHandle.h"
#include "GaudiKernel/Property.h"
#include <string>
#include <vector>
......@@ -40,12 +41,6 @@
#include "xAODTrigL1Calo/TriggerTowerContainer.h"
/// for muon tests
class Property;
class DetectorTimingAlgo : public HLT::AllTEAlgo {
public:
......
......@@ -16,6 +16,7 @@
#include "TrigInterfaces/AllTEAlgo.h"
#include "GaudiKernel/ServiceHandle.h"
#include "GaudiKernel/Property.h"
#include <string>
#include <vector>
......@@ -31,7 +32,6 @@
#include "xAODTrigger/TrigCompositeContainer.h"
class IROBDataProviderSvc;
class Property;
typedef std::vector<uint32_t> ROBList;
......
......@@ -16,6 +16,7 @@
#include "TrigInterfaces/AllTEAlgo.h"
#include "GaudiKernel/ServiceHandle.h"
#include "GaudiKernel/Property.h"
#include <string>
#include <vector>
......@@ -23,7 +24,6 @@
#include <stdint.h>
class IROBDataProviderSvc;
class Property;
typedef std::vector<uint32_t> ROBList;
......
......@@ -66,7 +66,8 @@ namespace PESA
int priority = 100;
pIncsvc->addListener( this, "BeginEvent", priority);
} else {
msg(MSG::ERROR) << "No connection to incidentSvc used for cleanup" << endreq;
msg(MSG::ERROR) << "No connection to incidentSvc used for cleanup"
<< endmsg;
return StatusCode::FAILURE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment