LDMX Software
|
This Struct is to accept a certain range from a TTree accessible value. More...
#include <CommonUtils.h>
Public Member Functions | |
bool | operator() (ULong64_t entry) |
returns true if value is within range | |
Public Attributes | |
std::vector< float > * | value = nullptr |
std::array< float, 2 > | range = {0., 0.} |
This Struct is to accept a certain range from a TTree accessible value.
Definition at line 226 of file CommonUtils.h.
|
inline |
returns true if value is within range
entry | the entry in the tree |
Definition at line 233 of file CommonUtils.h.
std::array<float, 2> AcceptRange::range = {0., 0.} |
Definition at line 229 of file CommonUtils.h.
std::vector<float>* AcceptRange::value = nullptr |
Definition at line 227 of file CommonUtils.h.