|
ant
A2 ant: class-based analysis framework
|
The TargetOverview class shows target information. More...
#include <DataOverview.h>
Inheritance diagram for ant::analysis::physics::TargetOverview:
Collaboration diagram for ant::analysis::physics::TargetOverview:Public Member Functions | |
| TargetOverview (const std::string &name, OptionsPtr opts) | |
| virtual | ~TargetOverview () |
| virtual void | ProcessEvent (const TEvent &event, manager_t &manager) override |
| virtual void | ShowResult () override |
Public Member Functions inherited from ant::analysis::physics::DataOverviewBase | |
| DataOverviewBase (const std::string &name, OptionsPtr opts) | |
| virtual | ~DataOverviewBase () |
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 | |
| TH2D * | VertexXY |
| TH1D * | VertexZ |
Protected Attributes inherited from ant::analysis::physics::DataOverviewBase | |
| Mode | mode = Mode::Reconstructed |
Protected Attributes inherited from ant::analysis::Physics | |
| HistogramFactory | HistFac |
Additional Inherited Members | |
Protected Types inherited from ant::analysis::physics::DataOverviewBase | |
| enum | Mode { Mode::MCTrue, Mode::Reconstructed } |
Protected Member Functions inherited from ant::analysis::physics::DataOverviewBase | |
| std::string | GetMode () const |
| Get a string representation of the current mode. More... | |
| const TEventData & | GetBranch (const TEvent &event) const |
The TargetOverview class shows target information.
| TargetOverview::TargetOverview | ( | const std::string & | name, |
| OptionsPtr | opts | ||
| ) |
|
virtual |
Implements ant::analysis::Physics.
|
overridevirtual |
Reimplemented from ant::analysis::Physics.
|
protected |
|
protected |