ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigT1
Muon
L0MuonS1TGCToolInterfaces
L0MuonS1TGCToolInterfaces
ITgcL0CandidateBuilderTool.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 L0MUONS1TGCINTERFACES_ITGCL0CANDIDATEBUILDERTOOL_H
5
#define L0MUONS1TGCINTERFACES_ITGCL0CANDIDATEBUILDERTOOL_H
6
7
#include "GaudiKernel/EventContext.h"
8
#include "GaudiKernel/IAlgTool.h"
9
#include "
L0MuonS1TGCToolInterfaces/TgcL0Candidate.h
"
10
#include "
L0MuonS1TGCToolInterfaces/TgcL0Segment.h
"
11
#include "
MuonRDO/TgcRdoContainer.h
"
12
13
namespace
L0Muon
{
14
16
class
ITgcL0CandidateBuilderTool
:
virtual
public
IAlgTool {
17
public
:
18
DeclareInterfaceID
(
ITgcL0CandidateBuilderTool
, 1, 1);
19
26
virtual
StatusCode
build
(
const
TgcRdoContainer
& rdos,
27
TgcL0CandidateContainer
& candidates,
28
const
EventContext& ctx)
const
= 0;
29
38
virtual
StatusCode
build
(
const
TgcRdoContainer
& rdos,
39
TgcL0CandidateContainer
& candidates,
40
TgcL0SegmentContainer
* segments,
41
const
EventContext& ctx)
const
{
42
static_cast<
void
>
(segments);
43
return
build
(rdos, candidates, ctx);
44
}
45
};
46
47
}
// namespace L0Muon
48
49
#endif
TgcL0Candidate.h
TgcL0Segment.h
TgcRdoContainer.h
L0Muon::ITgcL0CandidateBuilderTool
Interface for building pre-Inner-Coincidence TGC candidates.
Definition
ITgcL0CandidateBuilderTool.h:16
L0Muon::ITgcL0CandidateBuilderTool::DeclareInterfaceID
DeclareInterfaceID(ITgcL0CandidateBuilderTool, 1, 1)
L0Muon::ITgcL0CandidateBuilderTool::build
virtual StatusCode build(const TgcRdoContainer &rdos, TgcL0CandidateContainer &candidates, TgcL0SegmentContainer *segments, const EventContext &ctx) const
Build candidates and optionally expose projection segments.
Definition
ITgcL0CandidateBuilderTool.h:38
L0Muon::ITgcL0CandidateBuilderTool::build
virtual StatusCode build(const TgcRdoContainer &rdos, TgcL0CandidateContainer &candidates, const EventContext &ctx) const =0
Build candidates from TGC RDO data.
TgcRdoContainer
Definition
TgcRdoContainer.h:25
L0Muon
Definition
NSWTPBits.h:7
L0Muon::TgcL0SegmentContainer
std::vector< TgcL0Segment > TgcL0SegmentContainer
Definition
TgcL0Segment.h:34
L0Muon::TgcL0CandidateContainer
std::vector< TgcL0Candidate > TgcL0CandidateContainer
Event-local candidate collection.
Definition
TgcL0Candidate.h:103
Generated on
for ATLAS Offline Software by
1.17.0