Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • A athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • EIC
  • detectors
  • athena
  • Issues
  • #138

Closed
Open
Created Jan 21, 2022 by Wouter Deconinck@wdconincOwner

Set birks constants without patching geant4

Interfaces:

  • geant4: G4Material* m; m->GetIonisation()->SetBirksContant(value);

Problems:

  • G4GDMLReadMaterials does not support <material> properties relevant to ionization beyond MEE
  • dd4hep::Geant4Converter doesn't set any ionization properties beyond MEE (and even this it doesn't actually set them but lets TGeo do the work using GDML)

Possible strategy:

  • dd4hep::Material has support for Property, which is a TGDMLMatrix pointer. We could define the birks constant as a material property table, similar to index of refraction for optical materials. That's a bit of an abuse of the material property tables since birks constants are never tables (or at least energy-dependence is not supported in geant4).
Assignee
Assign to
Time tracking