Skip to content

Muon reconstruction - Dedicated chain with EM & EO stations only - Vol II

Johannes Junggeburth requested to merge jojungge/athena:EMEO_MSOE into master
  • CombinedMuonTrackBuilder: Use Gaudi Property to tidy up the constructor. @wleight do you remember why
    Gaudi::Property<double> m_vertex2DSigmaZ{this, "Vertex2DSigmaZ", 100. * Gaudi::Units::meter };

is set to such a stupidly large value? The vertex can be somewhere in the cavern. I am wondering whether this is just a move to essentially switch off this constraint

  • MuonCandidate: Add the isComissioning() flag; General tidy up
  • MuonCandidateTool: Add Property to set the isComissioning() flag
Edited by Johannes Junggeburth

Merge request reports