Skip to content
Snippets Groups Projects

parabola sTGC positon reconstruction

Closed Michael Schernau requested to merge schernau/athena:sTGC-parabola into main

Alternative to the weighted average position reconstruction for sTGC clusters: Find the peak of the cluster with a parabola defined by the strip with the largest charge and its left and right neighbor. Apply a non-linear correction function to obtain the cluster position. Returns a result in all cases, no optional failure. Error conditions are encoded in PARABOLA_FLAGS, but not returned (yet). As a work-around, the flags are multiplied by 20 microns and added to the error estimate, but only for problem clusters. The position of the strip with the largest charge is returned in case of errors. Parameters positionResolution and angularResolution enter in the estimate of the error on the mean position.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
1 /*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3 */
4
5 #ifndef CaruanaSTgcClusterBuilderTool_h
  • Michael Schernau mentioned in merge request !66255 (closed)

    mentioned in merge request !66255 (closed)

  • Hi @schernau, are you still following up on this Draft MR?

    Best, Thomas - L2

  • Hi @tstreble yes, I fixed it and it ran on one raw data file without problems. I want to process more data, but I need help in setting up a grid job. Are there examples that I can follow?

  • Michael Schernau marked this merge request as ready

    marked this merge request as ready

  • The code ran without problems and is ready to be merged now.

  • Jenkins please retry a build

  • This merge request affects 2 packages:

    • MuonSpectrometer/MuonConfig
    • MuonSpectrometer/MuonReconstruction/MuonDataPrep/STgcClusterization

    Affected files list will not be printed in this case

    Adding @rosati ,@apsallid ,@goetz ,@kluit ,@stavrop ,@pscholer ,@jojungge as watchers

  • :pencil: :scissors: CI integration tests for projects Athena are cancelled because of compilation error(s)

  • :x: CI Result FAILURE (hash bf7de756)

    Athena AthSimulation
    externals :white_check_mark: :white_check_mark:
    cmake :white_check_mark: :white_check_mark:
    make :o: :white_check_mark:
    tests :white_check_mark: :white_check_mark:

    Full details available on this CI monitor view. Check the JIRA CI status board for known problems
    :o: Athena: number of compilation errors 1, warnings 0
    :white_check_mark: AthSimulation: number of compilation errors 0, warnings 0
    :pencil: For experts only: Jenkins output [CI-MERGE-REQUEST-EL9 2652]

  • Please add to the sTgcPrepData

    enum class Author: uint8_t{
           unKnown = 0,
           RdoToPrdConverter,
           TrigProcessor,
           SimpleClusterBuilder,
           Caruana,
           Parabola
        };
  • Johannes Junggeburth
  • Johannes Junggeburth
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading