|
ant
A2 ant: class-based analysis framework
|
#include <MCTrueOverview.h>
Inheritance diagram for ant::analysis::physics::MCTrueOverview:
Collaboration diagram for ant::analysis::physics::MCTrueOverview:Classes | |
| struct | CBTAPS_Multiplicity |
| struct | perChannel_t |
Public Member Functions | |
| MCTrueOverview (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 |
Protected Attributes | |
| std::map< ParticleTypeTreeDatabase::Channel, std::unique_ptr< perChannel_t > > | channels |
Protected Attributes inherited from ant::analysis::Physics | |
| HistogramFactory | HistFac |
| MCTrueOverview::MCTrueOverview | ( | const std::string & | name, |
| OptionsPtr | opts | ||
| ) |
Implements ant::analysis::Physics.
|
overridevirtual |
Reimplemented from ant::analysis::Physics.
|
protected |