Belle II Software development
TrackHit Struct Reference

Structure for track parameters at TOP. More...

#include <NtupleStructure.h>

Public Member Functions

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

Public Attributes

Int_t moduleID
 module ID
 
Int_t PDG
 PDG code.
 
Float_t x
 impact point, x component
 
Float_t y
 impact point, y component
 
Float_t z
 impact point, z component
 
Float_t p
 momentum magnitude
 
Float_t theta
 momentum polar angle
 
Float_t phi
 momentum azimuthal angle
 
Float_t time
 impact time
 

Detailed Description

Structure for track parameters at TOP.

Definition at line 44 of file NtupleStructure.h.

Constructor & Destructor Documentation

◆ TrackHit()

TrackHit ( )
inline

Default constructor.

Definition at line 58 of file NtupleStructure.h.

58 : moduleID(0), PDG(0), x(0), y(0), z(0), p(0), theta(0), phi(0), time(0)
59 {}
Float_t p
momentum magnitude
Float_t z
impact point, z component
Int_t moduleID
module ID
Float_t theta
momentum polar angle
Float_t time
impact time
Float_t phi
momentum azimuthal angle
Float_t x
impact point, x component
Float_t y
impact point, y component

Member Function Documentation

◆ clear()

void clear ( )
inline

Clear the structure: set elements to zero.

Definition at line 64 of file NtupleStructure.h.

65 {
66 moduleID = PDG = 0;
67 x = y = z = p = theta = phi = time = 0;
68 }

Member Data Documentation

◆ moduleID

Int_t moduleID

module ID

Definition at line 45 of file NtupleStructure.h.

◆ p

Float_t p

momentum magnitude

Definition at line 50 of file NtupleStructure.h.

◆ PDG

Int_t PDG

PDG code.

Definition at line 46 of file NtupleStructure.h.

◆ phi

Float_t phi

momentum azimuthal angle

Definition at line 52 of file NtupleStructure.h.

◆ theta

Float_t theta

momentum polar angle

Definition at line 51 of file NtupleStructure.h.

◆ time

Float_t time

impact time

Definition at line 53 of file NtupleStructure.h.

◆ x

Float_t x

impact point, x component

Definition at line 47 of file NtupleStructure.h.

◆ y

Float_t y

impact point, y component

Definition at line 48 of file NtupleStructure.h.

◆ z

Float_t z

impact point, z component

Definition at line 49 of file NtupleStructure.h.


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