Skip to content

Status of v11 Reco (ILD@FCCee) #141

@Victor-Schwan

Description

@Victor-Schwan

TrackingDigi

  1. runs
  2. VTD & Inner Tracker with CLD physics params
  3. no more Forward detector (at least name)

TrackingReco:

  1. Forward removed (probably renamed as VertexEndcap)
  2. KinkFinder does not work cause requires VXD detector KinkFinder.cc
    MyKinkFinder ERROR dd4hep: DetElement::child Unknown child with name: VXD
  3. The TPC subdetector ID is 5 in v11, but Clupatra (and potentially the rest of tracking) assume that it is 4.
  4. The Tracker readout CellID encodings are different for the different tracker subsystems:
  • CLD parts have
  <constant name="GlobalTrackerReadoutID" type="string" value="system:5,side:-2,layer:6,module:11,sensor:8"/>
  • ILD parts have (hardcoded!)
  <readout name="TPCCollection">
      <!-- fixme: for now DD4hep cannot handle signed values - side should actually be "-2" -->
      <id>system:5,side:2,layer:9,module:8,sensor:8</id>
    </readout>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions