#include <SimDataFormats/PileupVertexContent/interface/PileupVertexContent.h>
Public Member Functions | |
const std::vector< float > & | getMix_pT_hats () const |
const std::vector< float > & | getMix_t_Vtxs () const |
const std::vector< float > & | getMix_z_Vtxs () const |
PileupVertexContent () | |
PileupVertexContent (const std::vector< float > &pT_hat, const std::vector< float > &z_Vtx, const std::vector< float > &t_Vtx) | |
~PileupVertexContent () | |
Private Attributes | |
std::vector< float > | pT_hats_ |
std::vector< float > | t_Vtxs_ |
std::vector< float > | z_Vtxs_ |
Description: contains information related to the details of the pileup simulation for a given event, filled by Special "Digitizer" that has access to each pileup event Usage: purely descriptive
Definition at line 24 of file PileupVertexContent.h.
|
inline |
Definition at line 26 of file PileupVertexContent.h.
|
inline |
Definition at line 28 of file PileupVertexContent.h.
|
inline |
|
inline |
Definition at line 39 of file PileupVertexContent.h.
References pT_hats_.
Referenced by PileupInformation::produce().
|
inline |
Definition at line 41 of file PileupVertexContent.h.
References t_Vtxs_.
Referenced by PileupInformation::produce().
|
inline |
Definition at line 40 of file PileupVertexContent.h.
References z_Vtxs_.
Referenced by PileupInformation::produce().
|
private |
Definition at line 46 of file PileupVertexContent.h.
Referenced by getMix_pT_hats(), and ~PileupVertexContent().
|
private |
Definition at line 48 of file PileupVertexContent.h.
Referenced by getMix_t_Vtxs(), and ~PileupVertexContent().
|
private |
Definition at line 47 of file PileupVertexContent.h.
Referenced by getMix_z_Vtxs(), and ~PileupVertexContent().