Belle II Software development
TrackHit Struct Reference

Structure for track parameters at ARICH. More...

#include <ARICHNtupleStruct.h>

Public Member Functions

void clear ()
 Clear the structure: set elements to zero.
 

Public Attributes

Int_t PDG {0}
 PDG code.
 
Float_t x {0}
 impact point, x component
 
Float_t y {0}
 impact point, y component
 
Float_t z {0}
 impact point, z component
 
Float_t p {0}
 momentum magnitude
 
Float_t theta {0}
 momentum polar angle
 
Float_t phi {0}
 momentum azimuthal angle
 

Detailed Description

Structure for track parameters at ARICH.

Definition at line 46 of file ARICHNtupleStruct.h.

Member Function Documentation

◆ clear()

void clear ( )
inline

Clear the structure: set elements to zero.

Definition at line 58 of file ARICHNtupleStruct.h.

59 {
60 *this = TrackHit();
61 }

Member Data Documentation

◆ p

Float_t p {0}

momentum magnitude

Definition at line 51 of file ARICHNtupleStruct.h.

◆ PDG

Int_t PDG {0}

PDG code.

Definition at line 47 of file ARICHNtupleStruct.h.

◆ phi

Float_t phi {0}

momentum azimuthal angle

Definition at line 53 of file ARICHNtupleStruct.h.

◆ theta

Float_t theta {0}

momentum polar angle

Definition at line 52 of file ARICHNtupleStruct.h.

◆ x

Float_t x {0}

impact point, x component

Definition at line 48 of file ARICHNtupleStruct.h.

◆ y

Float_t y {0}

impact point, y component

Definition at line 49 of file ARICHNtupleStruct.h.

◆ z

Float_t z {0}

impact point, z component

Definition at line 50 of file ARICHNtupleStruct.h.


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