Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Allpix Squared Allpix Squared
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 26
    • Issues 26
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Allpix SquaredAllpix Squared
  • Allpix SquaredAllpix Squared
  • Merge requests
  • !951

Draft: add Cons passive model

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Renato Quagliani requested to merge rquaglia/full-pixel-tracker:rquaglia_ConsPassiveModel into master Feb 06, 2023
  • Overview 14
  • Commits 2
  • Pipelines 0
  • Changes 5

In developing a custom LHCb simulation (simplified) i had to include a beam-pipe passive material geometry. The addition allows to parse a generic Cons. Being the first contribution to the project, let me know if there are additional changes to do.

To review:

  • what to put as max size?
  • example updated and checked.

Effectively what I want to ultimately add to the simulation with allpix-squared is an element defined like this in the GDML file i am depacking

    <cone aunit="deg" deltaphi="360" lunit="mm" name="MagnetCons0xfebe9a0" rmax1="50"   rmax2="141" rmin1="0" rmin2="0" startphi="0" z="4920"/>
    <tube aunit="deg" deltaphi="360" lunit="mm" name="ExitWindowInnerRingTubs0xf54d860" rmax="35" rmin="20" startphi="0" z="132"/>
    <tube aunit="deg" deltaphi="360" lunit="mm" name="ExitWindowOuterRingTubs0xf54e810" rmax="50" rmin="35" startphi="0" z="132"/>
    <tube aunit="deg" deltaphi="360" lunit="mm" name="VeloPixSupportTubs0xf550650"      rmax="250" rmin="0" startphi="0" z="1170"/>

Which means i probably also need to add G4Tubs model , but i guess Cylinder model is the same ?

Edited Feb 06, 2023 by Renato Quagliani
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: rquaglia_ConsPassiveModel