iLCSoft / ILDConfig

Package for iLCSoft configuration files related to the ILD detector simulation
GNU General Public License v3.0
3 stars 23 forks source link

Status of v11 Reco (ILD@FCCee) #141

Open Victor-Schwan opened 7 months ago

Victor-Schwan commented 7 months ago

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>