ATLAS Offline Software
Functions
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)
 

Function Documentation

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

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

Definition at line 40 of file MuonMatchingTool.cxx.

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