DESY Hbb Analysis Framework
|
#include <PileupInfo.h>
Public Member Functions | |
void | Branches () |
void | Fill (const edm::Event &) |
void | Fill () |
PileupInfo () | |
PileupInfo (const edm::InputTag &, TTree *) | |
void | ReadFromEvent (const edm::Event &) |
~PileupInfo () | |
Static Public Attributes | |
static const int | maxParticles = 1000 |
Protected Attributes | |
edm::InputTag | input_collection_ |
float | n_pu_ |
float | n_true_pu_ |
TTree * | tree_ |
Definition at line 38 of file PileupInfo.h.
PileupInfo::PileupInfo | ( | ) |
Definition at line 32 of file PileupInfo.cc.
PileupInfo::PileupInfo | ( | const edm::InputTag & | tag, |
TTree * | tree | ||
) |
Definition at line 37 of file PileupInfo.cc.
References input_collection_, and tree_.
PileupInfo::~PileupInfo | ( | ) |
Definition at line 44 of file PileupInfo.cc.
void PileupInfo::Branches | ( | ) |
void PileupInfo::Fill | ( | const edm::Event & | event | ) |
Definition at line 89 of file PileupInfo.cc.
References Fill(), and ReadFromEvent().
void PileupInfo::Fill | ( | ) |
void PileupInfo::ReadFromEvent | ( | const edm::Event & | event | ) |
Definition at line 56 of file PileupInfo.cc.
References input_collection_, n_pu_, and n_true_pu_.
Referenced by Fill().
|
protected |
Definition at line 51 of file PileupInfo.h.
Referenced by PileupInfo(), and ReadFromEvent().
|
static |
Definition at line 47 of file PileupInfo.h.
|
protected |
Definition at line 54 of file PileupInfo.h.
Referenced by Branches(), and ReadFromEvent().
|
protected |
Definition at line 53 of file PileupInfo.h.
Referenced by Branches(), and ReadFromEvent().
|
protected |
Definition at line 56 of file PileupInfo.h.
Referenced by Branches(), Fill(), and PileupInfo().