ATLAS Offline Software
Loading...
Searching...
No Matches
TgcL0SegmentBuilder.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4#ifndef L0MUONS1TGCFLOATINGTOOLS_TGCL0SEGMENTBUILDER_H
5#define L0MUONS1TGCFLOATINGTOOLS_TGCL0SEGMENTBUILDER_H
6
7#include "GaudiKernel/StatusCode.h"
8#include "TgcL0FloatingData.h"
9
10namespace L0Muon {
11namespace TgcL0Floating {
12
15 public:
16 StatusCode build(const HitGroups& hitGroups,
17 SegmentContainer& segments) const;
18};
19
20} // namespace TgcL0Floating
21} // namespace L0Muon
22
23#endif
Build station-level channel segments from grouped TGC hits.
StatusCode build(const HitGroups &hitGroups, SegmentContainer &segments) const
std::vector< Segment > SegmentContainer
std::map< HitGroupKey, HitContainer > HitGroups