Skip to content
Snippets Groups Projects
Commit ae7d0679 authored by Savannah Rose Shively's avatar Savannah Rose Shively
Browse files

more adjustment

parent d8c1a7a1
No related branches found
No related tags found
No related merge requests found
Pipeline #2991622 failed
...@@ -31,7 +31,7 @@ TrackerEfficiencyAlg::TrackerEfficiencyAlg(const std::string& name, ISvcLocator* ...@@ -31,7 +31,7 @@ TrackerEfficiencyAlg::TrackerEfficiencyAlg(const std::string& name, ISvcLocator*
StatusCode TrackerEfficiencyAlg::initialize() { StatusCode TrackerEfficiencyAlg::initialize() {
ATH_MSG_INFO("TrackerEfficiencyAlg::initialize()"); ATH_MSG_INFO("TrackerEfficiencyAlg::initialize()");
//ATH_CHECK( m_CaloWaveformContainer.initialize() ); ATH_CHECK( m_CaloWaveformContainer.initialize() );
// Tree // Tree
m_tree = new TTree("TrackerTree","PH_Varname"); m_tree = new TTree("TrackerTree","PH_Varname");
......
# Copyright (C) 2020 CERN for the benefit of the FASER collaboration # Copyright (C) 2020 CERN for the benefit of the FASER collaboration
# Declare the package name: # Declare the package name:
atlas_subdir( TriggerDataAccessExample ) #atlas_subdir( TriggerDataAccessExample )
# Component(s) in the package: # Component(s) in the package:
atlas_add_component( TriggerDataAccessExample #atlas_add_component( TriggerDataAccessExample
src/*.cxx # src/*.cxx
src/components/*.cxx # src/components/*.cxx
LINK_LIBRARIES AthenaBaseComps xAODFaserTrigger ) # LINK_LIBRARIES AthenaBaseComps xAODFaserTrigger )
#
atlas_install_python_modules( python/*.py ) #atlas_install_python_modules( python/*.py )
# Test(s) in the package: # Test(s) in the package:
atlas_add_test( TriggerDataAccessTest #atlas_add_test( TriggerDataAccessTest
SCRIPT python/TriggerDataAccessExampleConfig.py ${CMAKE_CURRENT_SOURCE_DIR} # SCRIPT python/TriggerDataAccessExampleConfig.py ${CMAKE_CURRENT_SOURCE_DIR}
PROPERTIES TIMEOUT 300 ) # PROPERTIES TIMEOUT 300 )
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