CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
HGCal_helpers::Coordinates Class Reference

Public Member Functions

 Coordinates ()
 
math::XYZTLorentzVectorD toVector ()
 

Public Attributes

float eta
 
float phi
 
float x
 
float y
 
float z
 

Detailed Description

Definition at line 31 of file HGCalTriggerNtupleGen.cc.

Constructor & Destructor Documentation

HGCal_helpers::Coordinates::Coordinates ( )
inline

Member Function Documentation

math::XYZTLorentzVectorD HGCal_helpers::Coordinates::toVector ( )
inline

Definition at line 35 of file HGCalTriggerNtupleGen.cc.

Referenced by HGCalTriggerNtupleGen::fill().

35 { return math::XYZTLorentzVectorD(x, y, z, 0); }
ROOT::Math::LorentzVector< ROOT::Math::PxPyPzE4D< double > > XYZTLorentzVectorD
Lorentz vector with cylindrical internal representation using pseudorapidity.
Definition: LorentzVector.h:14

Member Data Documentation

float HGCal_helpers::Coordinates::eta
float HGCal_helpers::Coordinates::phi
float HGCal_helpers::Coordinates::x
float HGCal_helpers::Coordinates::y
float HGCal_helpers::Coordinates::z