Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
Calibration
HcalCalibAlgos
src
MaxHit_struct.h
Go to the documentation of this file.
1
2
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
3
4
struct
MaxHit_struct
5
{
6
int
iphihitm
;
7
int
ietahitm
;
8
int
depthhit
;
9
float
hitenergy
;
10
float
dr
;
11
GlobalPoint
posMax
;
12
MaxHit_struct
():
iphihitm
(0),
ietahitm
(0),
13
depthhit
(0),
hitenergy
(-100),
dr
(0){}
14
} ;
MaxHit_struct::posMax
GlobalPoint posMax
Definition:
MaxHit_struct.h:11
MaxHit_struct::MaxHit_struct
MaxHit_struct()
Definition:
MaxHit_struct.h:12
MaxHit_struct::hitenergy
float hitenergy
Definition:
MaxHit_struct.h:9
MaxHit_struct::ietahitm
int ietahitm
Definition:
MaxHit_struct.h:7
MaxHit_struct::iphihitm
int iphihitm
Definition:
MaxHit_struct.h:6
Point3DBase< float, GlobalTag >
MaxHit_struct::dr
float dr
Definition:
MaxHit_struct.h:10
MaxHit_struct::depthhit
int depthhit
Definition:
MaxHit_struct.h:8
MaxHit_struct
Definition:
MaxHit_struct.h:4
GlobalPoint.h
Generated for CMSSW Reference Manual by
1.8.5