ATLAS Offline Software
Loading...
Searching...
No Matches
JetGeom::point_t Class Reference

Very basic point objects. More...

#include <cyl_geom.h>

Inheritance diagram for JetGeom::point_t:
Collaboration diagram for JetGeom::point_t:

Public Member Functions

 point_t (float x, float y)

Public Attributes

T1 first_type
 STL member.
T2 second_type
 STL member.

Detailed Description

Very basic point objects.

Definition at line 25 of file cyl_geom.h.

Constructor & Destructor Documentation

◆ point_t()

JetGeom::point_t::point_t ( float x,
float y )
inline

Definition at line 27 of file cyl_geom.h.

27{first = x; second = y;}
#define y
#define x
bool first
Definition DeMoScan.py:534

Member Data Documentation

◆ first_type

T1 std::pair< T1, T2 >::first_type
inherited

STL member.

◆ second_type

T2 std::pair< T1, T2 >::second_type
inherited

STL member.


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