CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
MaxHit_struct Struct Reference

#include <CommonUsefulStuff.h>

Public Member Functions

 MaxHit_struct ()
 

Public Attributes

int depthhit
 
float dr
 
float hitenergy
 
int ietahitm
 
int iphihitm
 
GlobalPoint posMax
 

Detailed Description

Definition at line 42 of file CommonUsefulStuff.h.

Constructor & Destructor Documentation

◆ MaxHit_struct()

MaxHit_struct::MaxHit_struct ( )
inline

Definition at line 49 of file CommonUsefulStuff.h.

49 : iphihitm(0), ietahitm(0), depthhit(0), hitenergy(-100), dr(0) {}

Member Data Documentation

◆ depthhit

int MaxHit_struct::depthhit

Definition at line 45 of file CommonUsefulStuff.h.

Referenced by ValidIsoTrkCalib::analyze().

◆ dr

float MaxHit_struct::dr

Definition at line 47 of file CommonUsefulStuff.h.

Referenced by ValidIsoTrkCalib::analyze().

◆ hitenergy

float MaxHit_struct::hitenergy

Definition at line 46 of file CommonUsefulStuff.h.

Referenced by ValidIsoTrkCalib::analyze().

◆ ietahitm

int MaxHit_struct::ietahitm

Definition at line 44 of file CommonUsefulStuff.h.

Referenced by ValidIsoTrkCalib::analyze().

◆ iphihitm

int MaxHit_struct::iphihitm

Definition at line 43 of file CommonUsefulStuff.h.

Referenced by ValidIsoTrkCalib::analyze().

◆ posMax

GlobalPoint MaxHit_struct::posMax

Definition at line 48 of file CommonUsefulStuff.h.

MaxHit_struct::hitenergy
float hitenergy
Definition: CommonUsefulStuff.h:46
MaxHit_struct::dr
float dr
Definition: CommonUsefulStuff.h:47
MaxHit_struct::iphihitm
int iphihitm
Definition: CommonUsefulStuff.h:43
MaxHit_struct::ietahitm
int ietahitm
Definition: CommonUsefulStuff.h:44
MaxHit_struct::depthhit
int depthhit
Definition: CommonUsefulStuff.h:45