diff --git a/Trigger/TrigHypothesis/TrigCaloHypo/CMakeLists.txt b/Trigger/TrigHypothesis/TrigCaloHypo/CMakeLists.txt index 88a9136241ec97d1c3cf664e3683eac101593d4c..20f3b69254bd54dc97cafd4718caaf4e36af4c03 100644 --- a/Trigger/TrigHypothesis/TrigCaloHypo/CMakeLists.txt +++ b/Trigger/TrigHypothesis/TrigCaloHypo/CMakeLists.txt @@ -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} diff --git a/Trigger/TrigHypothesis/TrigCaloHypo/TrigCaloHypo/TrigEFCaloHypoNoise.h b/Trigger/TrigHypothesis/TrigCaloHypo/TrigCaloHypo/TrigEFCaloHypoNoise.h index a9017bd6ab804b06a161a7af9aaab3038d29b1b0..b7101d78afb2160c4eeb61f9ffc66b92f29ccb86 100755 --- a/Trigger/TrigHypothesis/TrigCaloHypo/TrigCaloHypo/TrigEFCaloHypoNoise.h +++ b/Trigger/TrigHypothesis/TrigCaloHypo/TrigCaloHypo/TrigEFCaloHypoNoise.h @@ -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: