![]() |
DAS
3.0
Das Analysis System
|
Simple applier class. Selects objects with bin > 1. Has two uncertainties.
Inheritance diagram for SimpleObjectApplier:
Collaboration diagram for SimpleObjectApplier:Public Member Functions | |
| SimpleObjectApplier (const fs::path &filePath, bool correction, bool uncertainties) | |
| bool | passes (const SimpleObject &obj) const override |
| int | binIndex (const SimpleObject &obj, const unique_ptr< TH1 > &hist) const override |
Public Member Functions inherited from GenericHistSFApplier< SimpleObject > | |
| GenericHistSFApplier (const std::filesystem::path &filePath, bool correction, bool uncertainties) | |
| virtual | ~GenericHistSFApplier () noexcept=default |
| void | operator() (SimpleObject &object, const Context &... ctx) const |
| void | operator() (std::vector< SimpleObject > &objects, const Context &... ctx) const |
| std::vector< std::string > | weightNames () const |
Additional Inherited Members | |
Protected Types inherited from GenericHistSFApplier< SimpleObject > | |
| enum | Interpretation |
Protected Member Functions inherited from GenericHistSFApplier< SimpleObject > | |
| void | loadNominal (const std::string &histPath) |
| void | loadBinWiseUnc (const std::string &name, const std::string &histPath, Interpretation intp=UseBinContent) |
| void | loadGlobalUnc (const std::string &name, const std::string &histPath, Interpretation intp=UseBinContent) |
| virtual bool | passes (const SimpleObject &obj, const Context &... ctx) const=0 |
| virtual int | binIndex (const SimpleObject &obj, const Context &... ctx, const std::unique_ptr< TH1 > &hist) const=0 |
|
inline |
|
inlineoverride |
|
inlineoverride |