DESY Hbb Analysis Framework
|
#include <Vertices.h>
Public Member Functions | |
void | Fill (const edm::Event &) |
void | ReadFromEvent (const edm::Event &) |
Vertices () | |
Vertices (const edm::InputTag &, TTree *) | |
~Vertices () | |
Static Public Attributes | |
static const int | maxPVs = 100 |
Protected Attributes | |
reco::VertexCollection | candidates_ |
float | chi2_ [maxPVs] |
std::string | configParameter_ |
bool | fake_ [maxPVs] |
edm::InputTag | input_collection_ |
int | n_ |
float | ndof_ [maxPVs] |
float | rho_ [maxPVs] |
TTree * | tree_ |
float | x_ [maxPVs] |
float | xe_ [maxPVs] |
float | y_ [maxPVs] |
float | ye_ [maxPVs] |
float | z_ [maxPVs] |
float | ze_ [maxPVs] |
Definition at line 45 of file Vertices.h.
Vertices::Vertices | ( | ) |
Definition at line 44 of file Vertices.cc.
Vertices::Vertices | ( | const edm::InputTag & | tag, |
TTree * | tree | ||
) |
Vertices::~Vertices | ( | ) |
Definition at line 68 of file Vertices.cc.
void Vertices::Fill | ( | const edm::Event & | event | ) |
Definition at line 112 of file Vertices.cc.
References ReadFromEvent(), and tree_.
void Vertices::ReadFromEvent | ( | const edm::Event & | event | ) |
Definition at line 80 of file Vertices.cc.
References candidates_, chi2_, fake_, input_collection_, maxPVs, n_, ndof_, rho_, x_, xe_, y_, ye_, z_, and ze_.
Referenced by Fill().
|
protected |
Definition at line 56 of file Vertices.h.
Referenced by ReadFromEvent().
|
protected |
Definition at line 70 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().
|
protected |
Definition at line 57 of file Vertices.h.
|
protected |
Definition at line 69 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().
|
protected |
Definition at line 58 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().
|
static |
Definition at line 52 of file Vertices.h.
Referenced by ReadFromEvent().
|
protected |
Definition at line 62 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().
|
protected |
Definition at line 71 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().
|
protected |
Definition at line 72 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().
|
protected |
Definition at line 74 of file Vertices.h.
Referenced by Fill(), and Vertices().
|
protected |
Definition at line 63 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().
|
protected |
Definition at line 66 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().
|
protected |
Definition at line 64 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().
|
protected |
Definition at line 67 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().
|
protected |
Definition at line 65 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().
|
protected |
Definition at line 68 of file Vertices.h.
Referenced by ReadFromEvent(), and Vertices().