CMS 3D CMS Logo

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

Public Member Functions

void clear ()
 

Public Attributes

std::vector< float > chi2dof
 
std::vector< float > eta
 
std::vector< unsigned > numStubs
 
std::vector< float > phi
 
std::vector< float > pt
 
std::vector< int > trueMatchIdx
 
std::vector< float > truthMapIsCombinatoric
 
std::vector< float > truthMapIsGenuine
 
std::vector< float > truthMapIsLooselyGenuine
 
std::vector< float > truthMapIsUnknown
 
std::vector< int > truthMapMatchIdx
 
std::vector< float > z0
 

Detailed Description

Definition at line 95 of file VertexNTupler.cc.

Member Function Documentation

◆ clear()

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

Definition at line 109 of file VertexNTupler.cc.

109  {
110  pt.clear();
111  eta.clear();
112  phi.clear();
113  z0.clear();
114  numStubs.clear();
115  chi2dof.clear();
116  trueMatchIdx.clear();
117  truthMapMatchIdx.clear();
118  truthMapIsGenuine.clear();
119  truthMapIsLooselyGenuine.clear();
120  truthMapIsCombinatoric.clear();
121  truthMapIsUnknown.clear();
122  }

References PVValHelper::eta, DiDispStaMuonMonitor_cfi::pt, and HLTMuonOfflineAnalyzer_cfi::z0.

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

Member Data Documentation

◆ chi2dof

std::vector<float> l1tVertexFinder::VertexNTupler::RecoTracksBranchData::chi2dof

◆ eta

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

◆ numStubs

std::vector<unsigned> l1tVertexFinder::VertexNTupler::RecoTracksBranchData::numStubs

◆ phi

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

◆ pt

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

◆ trueMatchIdx

std::vector<int> l1tVertexFinder::VertexNTupler::RecoTracksBranchData::trueMatchIdx

◆ truthMapIsCombinatoric

std::vector<float> l1tVertexFinder::VertexNTupler::RecoTracksBranchData::truthMapIsCombinatoric

◆ truthMapIsGenuine

std::vector<float> l1tVertexFinder::VertexNTupler::RecoTracksBranchData::truthMapIsGenuine

◆ truthMapIsLooselyGenuine

std::vector<float> l1tVertexFinder::VertexNTupler::RecoTracksBranchData::truthMapIsLooselyGenuine

◆ truthMapIsUnknown

std::vector<float> l1tVertexFinder::VertexNTupler::RecoTracksBranchData::truthMapIsUnknown

◆ truthMapMatchIdx

std::vector<int> l1tVertexFinder::VertexNTupler::RecoTracksBranchData::truthMapMatchIdx

◆ z0

std::vector<float> l1tVertexFinder::VertexNTupler::RecoTracksBranchData::z0
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::pt
std::vector< float > pt
Definition: VertexNTupler.cc:96
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::numStubs
std::vector< unsigned > numStubs
Definition: VertexNTupler.cc:100
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::chi2dof
std::vector< float > chi2dof
Definition: VertexNTupler.cc:101
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::truthMapIsLooselyGenuine
std::vector< float > truthMapIsLooselyGenuine
Definition: VertexNTupler.cc:105
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::trueMatchIdx
std::vector< int > trueMatchIdx
Definition: VertexNTupler.cc:102
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::truthMapIsCombinatoric
std::vector< float > truthMapIsCombinatoric
Definition: VertexNTupler.cc:106
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::z0
std::vector< float > z0
Definition: VertexNTupler.cc:99
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::truthMapIsUnknown
std::vector< float > truthMapIsUnknown
Definition: VertexNTupler.cc:107
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::eta
std::vector< float > eta
Definition: VertexNTupler.cc:97
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::phi
std::vector< float > phi
Definition: VertexNTupler.cc:98
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::truthMapMatchIdx
std::vector< int > truthMapMatchIdx
Definition: VertexNTupler.cc:103
l1tVertexFinder::VertexNTupler::RecoTracksBranchData::truthMapIsGenuine
std::vector< float > truthMapIsGenuine
Definition: VertexNTupler.cc:104