LDMX Software
|
This is a s. More...
#include <CommonUtils.h>
Public Member Functions | |
void | fill (unsigned int entry) |
Fill the entry. | |
Public Attributes | |
std::string | tag = "" |
A tag name. | |
std::string | label = "" |
A label name. | |
std::string | rangeDrawStr = "" |
unsigned int | bins = 1 |
The number of bins for the booking. | |
std::array< float, 2 > | range = {0., 0.} |
The range array. | |
std::function< float(ULong64_t)> | value |
Value function that allows to create combined parameters. | |
std::function< bool(ULong64_t)> | accept |
The acceptance. | |
TH1F * | hist = nullptr |
This is a s.
Definition at line 168 of file CommonUtils.h.
|
inline |
Fill the entry.
entry | is the current TTree entry to be processed |
Definition at line 196 of file CommonUtils.h.
std::function<bool(ULong64_t)> SingleHandle::accept |
unsigned int SingleHandle::bins = 1 |
The number of bins for the booking.
Definition at line 179 of file CommonUtils.h.
TH1F* SingleHandle::hist = nullptr |
Definition at line 191 of file CommonUtils.h.
std::string SingleHandle::label = "" |
A label name.
Definition at line 173 of file CommonUtils.h.
std::array<float, 2> SingleHandle::range = {0., 0.} |
std::string SingleHandle::rangeDrawStr = "" |
Definition at line 176 of file CommonUtils.h.
std::string SingleHandle::tag = "" |
A tag name.
Definition at line 170 of file CommonUtils.h.
std::function<float(ULong64_t)> SingleHandle::value |
Value function that allows to create combined parameters.
Definition at line 186 of file CommonUtils.h.
Referenced by fill().