Project
Loading...
Searching...
No Matches
o2::focal::Hit::HitID Struct Reference

Mapped information of a channel. More...

#include <Hit.h>

Public Member Functions

bool operator== (const HitID &other) const
 

Public Attributes

int mParentID
 parentID of the track creating this hit
 
uint8_t mRow
 Row of the hit in the calorimeter.
 
uint8_t mColumn
 Column of the hit in the calorimeter.
 
uint8_t mLayer
 Layer the was hit.
 

Friends

std::ostream & operator<< (std::ostream &stream, const Hit::HitID &channel)
 

Detailed Description

Mapped information of a channel.

Definition at line 41 of file Hit.h.

Member Function Documentation

◆ operator==()

bool o2::focal::Hit::HitID::operator== ( const HitID other) const
inline

Definition at line 47 of file Hit.h.

Friends And Related Symbol Documentation

◆ operator<<

std::ostream & operator<< ( std::ostream &  stream,
const Hit::HitID channel 
)
friend

Member Data Documentation

◆ mColumn

uint8_t o2::focal::Hit::HitID::mColumn

Column of the hit in the calorimeter.

Definition at line 44 of file Hit.h.

◆ mLayer

uint8_t o2::focal::Hit::HitID::mLayer

Layer the was hit.

Definition at line 45 of file Hit.h.

◆ mParentID

int o2::focal::Hit::HitID::mParentID

parentID of the track creating this hit

Definition at line 42 of file Hit.h.

◆ mRow

uint8_t o2::focal::Hit::HitID::mRow

Row of the hit in the calorimeter.

Definition at line 43 of file Hit.h.


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