ATLAS Offline Software
Loading...
Searching...
No Matches
JTC::Region Struct Reference

#include <IJetTileCorrectionTool.h>

Collaboration diagram for JTC::Region:

Public Member Functions

 Region (Hole h, IPair pair, PART p, float cf, TS st, TYPE t)
bool operator< (const Region &r) const
bool operator> (const Region &r) const

Public Attributes

Hole hole
IPair ep
PART part
float cfactor
TS status
TYPE type

Detailed Description

Definition at line 39 of file IJetTileCorrectionTool.h.

Constructor & Destructor Documentation

◆ Region()

JTC::Region::Region ( Hole h,
IPair pair,
PART p,
float cf,
TS st,
TYPE t )
inline

Definition at line 48 of file IJetTileCorrectionTool.h.

Member Function Documentation

◆ operator<()

bool JTC::Region::operator< ( const Region & r) const
inline

Definition at line 57 of file IJetTileCorrectionTool.h.

57 {
58 return (this->cfactor < r.cfactor);
59 }
int r
Definition globals.cxx:22

◆ operator>()

bool JTC::Region::operator> ( const Region & r) const
inline

Definition at line 60 of file IJetTileCorrectionTool.h.

60 {
61 return (this->cfactor > r.cfactor);
62 }

Member Data Documentation

◆ cfactor

float JTC::Region::cfactor

Definition at line 44 of file IJetTileCorrectionTool.h.

◆ ep

IPair JTC::Region::ep

Definition at line 42 of file IJetTileCorrectionTool.h.

◆ hole

Hole JTC::Region::hole

Definition at line 41 of file IJetTileCorrectionTool.h.

◆ part

PART JTC::Region::part

Definition at line 43 of file IJetTileCorrectionTool.h.

◆ status

TS JTC::Region::status

Definition at line 45 of file IJetTileCorrectionTool.h.

◆ type

TYPE JTC::Region::type

Definition at line 46 of file IJetTileCorrectionTool.h.


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