#include <VertexAnalysis.h>
Definition at line 25 of file VertexAnalysis.h.
◆ VertexAnalysis()
VertexAnalysis::VertexAnalysis |
( |
const std::string & |
n | ) |
|
|
inline |
◆ ~VertexAnalysis()
virtual VertexAnalysis::~VertexAnalysis |
( |
| ) |
|
|
inlinevirtual |
◆ addHistogram() [1/2]
void VertexAnalysis::addHistogram |
( |
TH1 * |
h | ) |
|
|
inline |
◆ addHistogram() [2/2]
void VertexAnalysis::addHistogram |
( |
TProfile * |
h | ) |
|
|
inline |
◆ execute()
◆ finalise()
virtual void VertexAnalysis::finalise |
( |
| ) |
|
|
pure virtual |
◆ initialise()
virtual void VertexAnalysis::initialise |
( |
| ) |
|
|
pure virtual |
◆ name()
const std::string& VertexAnalysis::name |
( |
| ) |
const |
|
inline |
◆ objects()
const std::vector<TH1*>& VertexAnalysis::objects |
( |
| ) |
const |
|
inline |
◆ profs()
const std::vector<TProfile*>& VertexAnalysis::profs |
( |
| ) |
const |
|
inline |
◆ m_histos
std::vector<TH1*> VertexAnalysis::m_histos |
|
protected |
◆ m_name
std::string VertexAnalysis::m_name |
|
private |
◆ m_profs
std::vector<TProfile*> VertexAnalysis::m_profs |
|
protected |
The documentation for this class was generated from the following file: