ATLAS Offline Software
Loading...
Searching...
No Matches
RootUtils::ScatterH2::Pair Struct Reference

One point. Avoid std::pair so that we don't have duplicate dicts. More...

#include <ScatterH2.h>

Collaboration diagram for RootUtils::ScatterH2::Pair:

Public Member Functions

 Pair (float x=0, float y=0)

Public Attributes

float first
float second

Detailed Description

One point. Avoid std::pair so that we don't have duplicate dicts.

Definition at line 232 of file ScatterH2.h.

Constructor & Destructor Documentation

◆ Pair()

RootUtils::ScatterH2::Pair::Pair ( float x = 0,
float y = 0 )
inline

Definition at line 236 of file ScatterH2.h.

236: first (x), second (y) {}
#define y
#define x

Member Data Documentation

◆ first

float RootUtils::ScatterH2::Pair::first

Definition at line 234 of file ScatterH2.h.

◆ second

float RootUtils::ScatterH2::Pair::second

Definition at line 235 of file ScatterH2.h.


The documentation for this struct was generated from the following file: