![]() |
ATLAS Offline Software
|
Interface for building pre-Inner-Coincidence TGC candidates. More...
#include <ITgcL0CandidateBuilderTool.h>
Public Member Functions | |
| DeclareInterfaceID (ITgcL0CandidateBuilderTool, 1, 1) | |
| virtual StatusCode | build (const TgcRdoContainer &rdos, TgcL0CandidateContainer &candidates, const EventContext &ctx) const =0 |
| Build candidates from TGC RDO data. | |
| virtual StatusCode | build (const TgcRdoContainer &rdos, TgcL0CandidateContainer &candidates, TgcL0SegmentContainer *segments, const EventContext &ctx) const |
| Build candidates and optionally expose projection segments. | |
Interface for building pre-Inner-Coincidence TGC candidates.
Definition at line 16 of file ITgcL0CandidateBuilderTool.h.
|
pure virtual |
|
inlinevirtual |
Build candidates and optionally expose projection segments.
The default implementation preserves existing candidate-builder tools. Implementations that can expose their native segments may override this overload. The segment pointer is an optional validation hook and does not change production output.
Definition at line 38 of file ITgcL0CandidateBuilderTool.h.
| L0Muon::ITgcL0CandidateBuilderTool::DeclareInterfaceID | ( | ITgcL0CandidateBuilderTool | , |
| 1 | , | ||
| 1 | ) |