CMS 3D CMS Logo

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

Public Member Functions

void clear ()
 

Public Attributes

std::vector< float > energy
 
std::vector< float > eta
 
std::vector< int > pdgId
 
std::vector< float > phi
 
std::vector< float > pt
 
std::vector< int > status
 

Detailed Description

Definition at line 63 of file VertexNTupler.cc.

Member Function Documentation

◆ clear()

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

Definition at line 71 of file VertexNTupler.cc.

71  {
72  energy.clear();
73  pt.clear();
74  eta.clear();
75  phi.clear();
76  pdgId.clear();
77  status.clear();
78  }

References HCALHighEnergyHPDFilter_cfi::energy, PVValHelper::eta, EgammaValidation_cff::pdgId, DiDispStaMuonMonitor_cfi::pt, and mps_update::status.

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

Member Data Documentation

◆ energy

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

◆ eta

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

◆ pdgId

std::vector<int> l1tVertexFinder::VertexNTupler::GenParticlesBranchData::pdgId

◆ phi

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

◆ pt

std::vector<float> l1tVertexFinder::VertexNTupler::GenParticlesBranchData::pt

◆ status

std::vector<int> l1tVertexFinder::VertexNTupler::GenParticlesBranchData::status
l1tVertexFinder::VertexNTupler::GenParticlesBranchData::status
std::vector< int > status
Definition: VertexNTupler.cc:69
l1tVertexFinder::VertexNTupler::GenParticlesBranchData::pdgId
std::vector< int > pdgId
Definition: VertexNTupler.cc:68
l1tVertexFinder::VertexNTupler::GenParticlesBranchData::pt
std::vector< float > pt
Definition: VertexNTupler.cc:65
l1tVertexFinder::VertexNTupler::GenParticlesBranchData::eta
std::vector< float > eta
Definition: VertexNTupler.cc:66
l1tVertexFinder::VertexNTupler::GenParticlesBranchData::phi
std::vector< float > phi
Definition: VertexNTupler.cc:67
l1tVertexFinder::VertexNTupler::GenParticlesBranchData::energy
std::vector< float > energy
Definition: VertexNTupler.cc:64