Skip to content
Snippets Groups Projects

Draft: sTGC Pad Trigger Emulator

Closed Francesco Giuseppe Gravili requested to merge fgravili/athena:sTGCPadTriggerEmulator into 24.0
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

Approval is optional

Closed by Francesco Giuseppe GraviliFrancesco Giuseppe Gravili 1 month ago (Jan 30, 2025 11:48am UTC)

Merge details

  • The changes were not merged into 24.0.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
95 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");
  • mentioned in merge request !77524 (closed)

  • Please register or sign in to reply
    Loading