The Gaudi Framework  master (594c33fa)
Gaudi::Example::TinyExperiment::MCHit Struct Reference

most simple MC Hit ever : in 2D space, and thus fully defined by x and y More...

#include </builds/gaudi/Gaudi/GaudiExamples/TinyExperiment/src/MCHit.h>

Public Member Functions

 MCHit (float _x, float _y)
 

Public Attributes

float x
 
float y
 

Detailed Description

most simple MC Hit ever : in 2D space, and thus fully defined by x and y

Definition at line 20 of file MCHit.h.

Constructor & Destructor Documentation

◆ MCHit()

Gaudi::Example::TinyExperiment::MCHit::MCHit ( float  _x,
float  _y 
)
inline

Definition at line 23 of file MCHit.h.

23 : x( _x ), y( _y ) {}

Member Data Documentation

◆ x

float Gaudi::Example::TinyExperiment::MCHit::x

Definition at line 24 of file MCHit.h.

◆ y

float Gaudi::Example::TinyExperiment::MCHit::y

Definition at line 24 of file MCHit.h.


The documentation for this struct was generated from the following file:
Gaudi::Example::TinyExperiment::MCHit::x
float x
Definition: MCHit.h:24
Gaudi::Example::TinyExperiment::MCHit::y
float y
Definition: MCHit.h:24