ATLAS Offline Software
Public Member Functions | List of all members
jet::CellPosition::DR2 Struct Reference

#include <MissingCellListTool.h>

Collaboration diagram for jet::CellPosition::DR2:

Public Member Functions

double operator() (const CellPosition &p1, const CellPosition &p2) const
 

Detailed Description

Definition at line 75 of file MissingCellListTool.h.

Member Function Documentation

◆ operator()()

double jet::CellPosition::DR2::operator() ( const CellPosition p1,
const CellPosition p2 
) const
inline

Definition at line 76 of file MissingCellListTool.h.

76  {
77  return JetTiledMap::utils::DR2(p1.x(),p1.y(), p2.x(), p2.y() );
78  }

The documentation for this struct was generated from the following file:
JetTiledMap::utils::DR2
static constexpr double DR2(double eta1, double phi1, double eta2, double phi2)
Definition: TiledEtaPhiMap.h:32