#include <SimDataFormats/PileupMixingContent/interface/PileupMixingContent.h>
Public Member Functions | |
const std::vector< int > & | getMix_bunchCrossing () const |
const std::vector< int > & | getMix_Ninteractions () const |
const std::vector< float > & | getMix_TrueInteractions () const |
PileupMixingContent () | |
PileupMixingContent (std::vector< int > &bunchCrossing, std::vector< int > &n_interactions, std::vector< float > &True_interactions) | |
PileupMixingContent (std::vector< int > &bunchCrossing, std::vector< int > &n_interactions) | |
~PileupMixingContent () | |
Private Attributes | |
std::vector< int > | bunchCrossing_ |
std::vector< int > | n_interactions_ |
std::vector< float > | n_TrueInteractions_ |
Description: contains information related to the details of the pileup simulation for a given event, filled by MixingModule Usage: purely descriptive
Definition at line 23 of file PileupMixingContent.h.
|
inline |
Definition at line 27 of file PileupMixingContent.h.
|
inline |
Definition at line 29 of file PileupMixingContent.h.
References bunchCrossing_, inter, n_interactions_, and n_TrueInteractions_.
|
inline |
Definition at line 45 of file PileupMixingContent.h.
References bunchCrossing_, inter, n_interactions_, and n_TrueInteractions_.
|
inline |
Definition at line 61 of file PileupMixingContent.h.
References bunchCrossing_, n_interactions_, and n_TrueInteractions_.
|
inline |
Definition at line 69 of file PileupMixingContent.h.
References bunchCrossing_.
Referenced by PileupInformation::produce().
|
inline |
Definition at line 67 of file PileupMixingContent.h.
References n_interactions_.
Referenced by PileupInformation::produce().
|
inline |
Definition at line 68 of file PileupMixingContent.h.
References n_TrueInteractions_.
Referenced by PileupInformation::produce().
|
private |
Definition at line 76 of file PileupMixingContent.h.
Referenced by getMix_bunchCrossing(), PileupMixingContent(), and ~PileupMixingContent().
|
private |
Definition at line 77 of file PileupMixingContent.h.
Referenced by getMix_Ninteractions(), PileupMixingContent(), and ~PileupMixingContent().
|
private |
Definition at line 78 of file PileupMixingContent.h.
Referenced by getMix_TrueInteractions(), PileupMixingContent(), and ~PileupMixingContent().