Skip to content

Draft: Codex-beta

Andras Burucs requested to merge aburucs_Codex-beta_rebase into master

Add the new Codex-beta detector to master


Validated by

  • Core Software
  • RTA
  • Simulation

CODEX-beta DD4HEP Description

This merge request adds the new Codex-beta detector to the master branch. The changes include the following:

  • Modified files:
    • 'CMakeList.txt'
    • compact/common/Regions/detector.xml : Added CodexRegion (D1-barrack location)
    • compact/common/global/common.xml : Included CB, CBID(130)
    • compact/run3/2024.Q1.2-v00.00/path.xml : Included CB in path
    • compact/run3/2024.Q1.2-v00.00/checksums :
    • compact/run3/2024.Q1.2-v00.00/LHCb.xml : CB
    • compact/run3/trunk/path.xml : Included CB in path
    • compact/run3/trunk/LHCb.xml
    • compact/run3/trunk/checksums
    • Added files:
      • XML description of the geometry in trunk and 2024-v00.00/
      • compact/components/CB/trunk/CB.xml
      • compact/components/CB/trunk/conditions.xml
      • compact/components/CB/trunk/detector.xml
      • compact/components/CB/trunk/parameters.xml
      • compact/components/CB/2024-v00.00/CB.xml
      • compact/components/CB/2024-v00.00/conditions.xml
      • compact/components/CB/2024-v00.00/detector.xml
      • compact/components/CB/2024-v00.00/parameters.xml
      • Detector/CB: Geometry, ConditionLoader and DeIOV classes
      • Detector/CB/include/Detector/CB/CBChannelID.h : ChannelID for CODEX-beta
      • Detector/CB/include/Detector/CB/CBConstants.h : Constanats file
      • DD4HEP Geometry:
      • Detector/CB/src/CODEXb_geo.cpp
      • Condition Handling:
      • Detector/CB/include/Detector/CB/DeCBConditionCalls.h
      • Detector/CB/src/DeCBConditionCalls.cpp
      • Detector/CB/src/CB_Cond.cpp
      • DeIOV Classes:
      • Detector/CB/include/Detector/CB/DeCB.h
      • Detector/CB/include/Detector/CB/DeCBFace.h
      • Detector/CB/include/Detector/CB/DeCBGasGap.h
      • Detector/CB/include/Detector/CB/DeCBTriplet.h
      • Detector/CB/src/DeCB.cpp
      • Detector/CB/src/DeCBFace.cpp
      • Detector/CB/src/DeCBGasGap.cpp
      • Detector/CB/src/DeCBHandles.cpp
      • Detector/CB/src/DeCBTriplet.cpp
      • Test Conditions
      • tests/ConditionsIOV/Conditions/CB/global.yml
Edited by Andras Burucs

Merge request reports