#include <PndSimpleNtuple.h>
|
| | PndSimpleNtuple (TString name, TString title, TString precut="") |
| |
| | ~PndSimpleNtuple () |
| |
| void | Column (const TString &name, double value) |
| |
| void | Column (const TString &name, float value) |
| |
| void | Column (const TString &name, int value) |
| |
| void | Column (const TString &name, bool value) |
| |
| void | ColumnD (const TString &name, double value) |
| |
| void | ColumnF (const TString &name, float value) |
| |
| void | ColumnI (const TString &name, int value) |
| |
| void | ColumnB (const TString &name, bool value) |
| |
| bool | DumpData () |
| |
| bool | Accept () |
| |
| bool | AcceptData () |
| |
| TTree * | GetTree () |
| |
| double | GetCurrentValue (TString name) |
| |
| void | SetPrecut (TString precut) |
| |
| bool | BranchExists (TString name) |
| |
| int | ShowBranches () |
| |
Definition at line 40 of file PndSimpleNtuple.h.
◆ PndSimpleNtuple()
| PndSimpleNtuple::PndSimpleNtuple |
( |
TString |
name, |
|
|
TString |
title, |
|
|
TString |
precut = "" |
|
) |
| |
◆ ~PndSimpleNtuple()
| PndSimpleNtuple::~PndSimpleNtuple |
( |
| ) |
|
|
inline |
◆ Accept()
| bool PndSimpleNtuple::Accept |
( |
| ) |
|
◆ AcceptData()
| bool PndSimpleNtuple::AcceptData |
( |
| ) |
|
|
inline |
◆ BranchExists()
| bool PndSimpleNtuple::BranchExists |
( |
TString |
name | ) |
|
|
inline |
◆ Column() [1/4]
| void PndSimpleNtuple::Column |
( |
const TString & |
name, |
|
|
double |
value |
|
) |
| |
◆ Column() [2/4]
| void PndSimpleNtuple::Column |
( |
const TString & |
name, |
|
|
float |
value |
|
) |
| |
◆ Column() [3/4]
| void PndSimpleNtuple::Column |
( |
const TString & |
name, |
|
|
int |
value |
|
) |
| |
◆ Column() [4/4]
| void PndSimpleNtuple::Column |
( |
const TString & |
name, |
|
|
bool |
value |
|
) |
| |
◆ ColumnB()
| void PndSimpleNtuple::ColumnB |
( |
const TString & |
name, |
|
|
bool |
value |
|
) |
| |
|
inline |
◆ ColumnD()
| void PndSimpleNtuple::ColumnD |
( |
const TString & |
name, |
|
|
double |
value |
|
) |
| |
|
inline |
◆ ColumnF()
| void PndSimpleNtuple::ColumnF |
( |
const TString & |
name, |
|
|
float |
value |
|
) |
| |
|
inline |
◆ ColumnI()
| void PndSimpleNtuple::ColumnI |
( |
const TString & |
name, |
|
|
int |
value |
|
) |
| |
|
inline |
◆ DumpData()
| bool PndSimpleNtuple::DumpData |
( |
| ) |
|
|
inline |
◆ GetCurrentValue()
| double PndSimpleNtuple::GetCurrentValue |
( |
TString |
name | ) |
|
◆ GetTree()
| TTree* PndSimpleNtuple::GetTree |
( |
| ) |
|
|
inline |
◆ SetPrecut()
| void PndSimpleNtuple::SetPrecut |
( |
TString |
precut | ) |
|
◆ ShowBranches()
| int PndSimpleNtuple::ShowBranches |
( |
| ) |
|
The documentation for this class was generated from the following file: