|
LDMX Software
|
Public Member Functions | |
| IsGoodHistogramFile (int const &n) | |
| Constructor. | |
| bool | match (const std::string &filename) const override |
| Performs the test for this matcher. | |
| virtual std::string | describe () const override |
| Describe this matcher in a helpful, human-readable way. | |
Private Attributes | |
| int | correct_get_entries_ |
| Correct number of entries. | |
Definition at line 194 of file FunctionalCoreTest.cxx.
|
inline |
Constructor.
Sets the correct event indices
Definition at line 205 of file FunctionalCoreTest.cxx.
|
inlineoverridevirtual |
Describe this matcher in a helpful, human-readable way.
This string is written as if stating a fact about the object it is matching.
Definition at line 232 of file FunctionalCoreTest.cxx.
References correct_get_entries_.
|
inlineoverride |
Performs the test for this matcher.
Opens up the histogram file and makes sure of a few things.
Definition at line 214 of file FunctionalCoreTest.cxx.
References correct_get_entries_.
|
private |
Correct number of entries.
Definition at line 197 of file FunctionalCoreTest.cxx.
Referenced by describe(), and match().