|
ant
A2 ant: class-based analysis framework
|
#include <IMPlots.h>
Inheritance diagram for ant::analysis::physics::IMPlots:
Collaboration diagram for ant::analysis::physics::IMPlots:Public Member Functions | |
| unsigned | MinNGamma () const noexcept |
| unsigned | MaxNGamma () const noexcept |
| IMPlots (const std::string &name, OptionsPtr opts) | |
| virtual void | ProcessEvent (const TEvent &event, manager_t &manager) override |
| virtual void | ShowResult () override |
Public Member Functions inherited from ant::analysis::Physics | |
| Physics (const std::string &name, OptionsPtr opts) | |
| virtual | ~Physics () |
| virtual void | Finish () |
| std::string | GetName () const |
| Physics (const Physics &)=delete | |
| Physics & | operator= (const Physics &)=delete |
Public Attributes | |
| utils::TriggerSimulation | triggersimu |
| PromptRandom::Switch | prs |
| std::vector< PromptRandom::Hist1 > | m |
Additional Inherited Members | |
Protected Attributes inherited from ant::analysis::Physics | |
| HistogramFactory | HistFac |
| IMPlots::IMPlots | ( | const std::string & | name, |
| OptionsPtr | opts | ||
| ) |
|
inlinenoexcept |
|
inlinenoexcept |
Implements ant::analysis::Physics.
|
overridevirtual |
Reimplemented from ant::analysis::Physics.
| std::vector<PromptRandom::Hist1> ant::analysis::physics::IMPlots::m |
| PromptRandom::Switch ant::analysis::physics::IMPlots::prs |
| utils::TriggerSimulation ant::analysis::physics::IMPlots::triggersimu |