CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | Public Attributes | List of all members
cass::pixeldetector::Hit Struct Reference

A Hit on a pixel detector. More...

#include <advanced_pixeldetector.h>

Public Member Functions

 Hit ()
 default constructor. More...
 

Public Attributes

float x
 the x coordinate of hit More...
 
float y
 the x coordinate of hit More...
 
uint64_t z
 the value of the hit More...
 
size_t nbrPixels
 number of pixels that this hit consists of More...
 

Detailed Description

A Hit on a pixel detector.

This class defines a hit on a pixel detector that might consist of more one pixel.

Author
Lutz Foucar

Definition at line 91 of file advanced_pixeldetector.h.

Constructor & Destructor Documentation

cass::pixeldetector::Hit::Hit ( )
inline

default constructor.

Definition at line 94 of file advanced_pixeldetector.h.

Member Data Documentation

size_t cass::pixeldetector::Hit::nbrPixels

number of pixels that this hit consists of

Definition at line 108 of file advanced_pixeldetector.h.

Referenced by cass::pixeldetector::coalesce().

float cass::pixeldetector::Hit::x

the x coordinate of hit

Definition at line 99 of file advanced_pixeldetector.h.

Referenced by cass::pixeldetector::coalesce().

float cass::pixeldetector::Hit::y

the x coordinate of hit

Definition at line 102 of file advanced_pixeldetector.h.

Referenced by cass::pixeldetector::coalesce().

uint64_t cass::pixeldetector::Hit::z

the value of the hit

Definition at line 105 of file advanced_pixeldetector.h.

Referenced by cass::pixeldetector::coalesce().


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