|
ant
A2 ant: class-based analysis framework
|
Base class for DataOverview physics. More...
#include <DataOverview.h>
Inheritance diagram for ant::analysis::physics::DataOverviewBase:
Collaboration diagram for ant::analysis::physics::DataOverviewBase:Public Member Functions | |
| 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 | ProcessEvent (const TEvent &event, physics::manager_t &manager)=0 |
| virtual void | Finish () |
| virtual void | ShowResult () |
| std::string | GetName () const |
| Physics (const Physics &)=delete | |
| Physics & | operator= (const Physics &)=delete |
Protected Types | |
| enum | Mode { Mode::MCTrue, Mode::Reconstructed } |
Protected Member Functions | |
| std::string | GetMode () const |
| Get a string representation of the current mode. More... | |
| const TEventData & | GetBranch (const TEvent &event) const |
Protected Attributes | |
| Mode | mode = Mode::Reconstructed |
Protected Attributes inherited from ant::analysis::Physics | |
| HistogramFactory | HistFac |
Base class for DataOverview physics.
Options: Mode = [ MCTrue | Reconstructed ] : Analyse mc true or reconstructed data branch. The default is "Reconstructed".
|
strongprotected |
| DataOverviewBase::DataOverviewBase | ( | const std::string & | name, |
| OptionsPtr | opts | ||
| ) |
|
virtual |
|
protected |
|
protected |
Get a string representation of the current mode.
|
protected |