![]() |
ATLAS Offline Software
|
#include <TgcL0BitwiseCandidateBuilderTool.h>
Public Member Functions | |
| StatusCode | build (const TgcRdoContainer &rdos, TgcL0CandidateContainer &candidates, const EventContext &ctx) const override |
| 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. | |
Definition at line 12 of file TgcL0BitwiseCandidateBuilderTool.h.
|
override |
|
inline |
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.