Skip to content
Snippets Groups Projects
Commit 7529db56 authored by Scott Snyder's avatar Scott Snyder Committed by Graeme Stewart
Browse files

CMakeLists.txt: Clean up: Fix PUBLIC_HEADERS, remove obsolete reference to...

CMakeLists.txt: Clean up: Fix PUBLIC_HEADERS, remove obsolete reference to TDAQCPolicy. (TrigCaloHypo-00-00-06)

	* Tagging TrigCaloHypo-00-00-06.
	* CMakeLists.txt: Clean up: Fix PUBLIC_HEADERS, remove obsolete
	reference to TDAQCPolicy.
	* Tagging TrigCaloHypo-00-00-05.
	* clang warnings: unused members.


Former-commit-id: 7e40475a
parent 6b2ce6f8
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,7 @@ atlas_depends_on_subdirs( PUBLIC
Event/xAOD/xAODEventInfo
LArCalorimeter/LArCellRec
LArCalorimeter/LArRecEvent
Reconstruction/Jet/JetUtils
TDAQCPolicy )
Reconstruction/Jet/JetUtils )
# External dependencies:
find_package( CLHEP )
......@@ -33,7 +32,7 @@ find_package( tdaq-common COMPONENTS hltinterface )
# Component(s) in the package:
atlas_add_library( TrigCaloHypoLib
src/*.cxx
PUBLIC_HEADERS TrigJetHypo
PUBLIC_HEADERS TrigCaloHypo
INCLUDE_DIRS ${TDAQ-COMMON_INCLUDE_DIRS}
PRIVATE_INCLUDE_DIRS ${CLHEP_INCLUDE_DIRS}
PRIVATE_DEFINITIONS ${CLHEP_DEFINITIONS}
......
......@@ -45,8 +45,8 @@ class TrigEFCaloHypoNoise : public HLT::HypoAlgo {
// Cuts to be applied:
double m_EtCut;
double m_etaMinCut;
double m_etaMaxCut;
//double m_etaMinCut;
//double m_etaMaxCut;
int m_accepted;
int m_rejected;
......@@ -60,7 +60,7 @@ class TrigEFCaloHypoNoise : public HLT::HypoAlgo {
bool m_doMonitoring;
StoreGateSvc* m_storeGate;
//StoreGateSvc* m_storeGate;
// Timing:
......
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