Draft: sTGC Pad Trigger Emulator
1 unresolved thread
1 unresolved thread
The long-awaited introduction of the sTGC Pad Trigger code, reflecting operations at hardware-level. At the same time, the old and ever used (or updated since 2019) PadTriggerLookupTool
code is removed.
Reference ATR-29300
Merge request reports
Activity
Filter activity
Hi @fgravili , should this MR target 24.0?
Hi @martindl , since we're in 2025, I supposed it can go directly to
main
, while waiting for25.0
. Apologies if it's not the caseEdited by Francesco Giuseppe Gravili
Reopened !77524 (closed) for
24.0
branch95 BOOST_AUTO_TEST_SUITE(ITkStripCablingAlgTest ) 96 GaudiKernelFixture g; 74 BOOST_FIXTURE_TEST_SUITE( ITkStripCablingAlgTest, TestFixture ) 97 75 98 BOOST_AUTO_TEST_CASE( SanityCheck ){ 99 const bool svcLocatorIsOk=(g.svcLoc != nullptr); 100 BOOST_TEST(svcLocatorIsOk); 101 } 102 103 76 //https://acode-browser.usatlas.bnl.gov/lxr/source/athena/InnerDetector/InDetDetDescr/InDetIdentifier/test/ITkStripID_test.cxx 104 77 BOOST_AUTO_TEST_CASE(ExecuteOptions){ 105 78 {//This is just to setup the ITkStripID with a valid set of identifiers 106 const ServiceLocatorHelper helper{*(g.svcLoc), "HELPER"}; 107 IService* iSvc{helper.service("StoreGateSvc/DetectorStore", true /*quiet*/ , true /*createIf*/)}; 108 StoreGateSvc* detStore{dynamic_cast<StoreGateSvc*>(iSvc)}; 79 ServiceHandle<StoreGateSvc> detStore("StoreGateSvc/DetectorStore", "ITkPixelCablingAlgTest"); Hi @fwinkl, why
ITkPixelCablingAlgTest
is being called here?
mentioned in merge request !77524 (closed)
Please register or sign in to reply