CMS 3D CMS Logo

List of all members | Public Member Functions | Public Attributes
l1tVertexFinder::VertexNTupler::GenJetsBranchData Struct Reference

Public Member Functions

void clear ()
 

Public Attributes

std::vector< float > energy
 
std::vector< float > eta
 
std::vector< float > phi
 
std::vector< float > pt
 

Detailed Description

Definition at line 49 of file VertexNTupler.cc.

Member Function Documentation

◆ clear()

void l1tVertexFinder::VertexNTupler::GenJetsBranchData::clear ( void  )
inline

Definition at line 55 of file VertexNTupler.cc.

55  {
56  energy.clear();
57  pt.clear();
58  eta.clear();
59  phi.clear();
60  }

References HCALHighEnergyHPDFilter_cfi::energy, PVValHelper::eta, and DiDispStaMuonMonitor_cfi::pt.

Referenced by l1tVertexFinder::VertexNTupler::analyze().

Member Data Documentation

◆ energy

std::vector<float> l1tVertexFinder::VertexNTupler::GenJetsBranchData::energy

◆ eta

std::vector<float> l1tVertexFinder::VertexNTupler::GenJetsBranchData::eta

◆ phi

std::vector<float> l1tVertexFinder::VertexNTupler::GenJetsBranchData::phi

◆ pt

std::vector<float> l1tVertexFinder::VertexNTupler::GenJetsBranchData::pt
l1tVertexFinder::VertexNTupler::GenJetsBranchData::pt
std::vector< float > pt
Definition: VertexNTupler.cc:51
l1tVertexFinder::VertexNTupler::GenJetsBranchData::eta
std::vector< float > eta
Definition: VertexNTupler.cc:52
l1tVertexFinder::VertexNTupler::GenJetsBranchData::phi
std::vector< float > phi
Definition: VertexNTupler.cc:53
l1tVertexFinder::VertexNTupler::GenJetsBranchData::energy
std::vector< float > energy
Definition: VertexNTupler.cc:50