ATLAS Offline Software
Loading...
Searching...
No Matches
MuonMatchingTool.cxx File Reference
#include <utility>
#include "MuonMatchingTool.h"
#include "xAODTrigger/MuonRoIContainer.h"
Include dependency graph for MuonMatchingTool.cxx:

Go to the source code of this file.

Functions

template<>
std::tuple< bool, double, double > MuonMatchingTool ::trigPosForMatch< xAOD::L2StandAloneMuon > (const xAOD::L2StandAloneMuon *trig)

Variables

static const double ZERO_LIMIT = 1.e-5

Function Documentation

◆ MuonMatchingTool ::trigPosForMatch< xAOD::L2StandAloneMuon >()

template<>
std::tuple< bool, double, double > MuonMatchingTool ::trigPosForMatch< xAOD::L2StandAloneMuon > ( const xAOD::L2StandAloneMuon * trig)

Definition at line 38 of file MuonMatchingTool.cxx.

46 {
47 return std::forward_as_tuple(true, trig->roiEta(), trig->roiPhi());
48}
float roiEta() const
Get and set RoI eta.
float roiPhi() const
Get and set RoI phi.

Variable Documentation

◆ ZERO_LIMIT

const double ZERO_LIMIT = 1.e-5
static

Definition at line 9 of file MuonMatchingTool.cxx.