|
ant
A2 ant: class-based analysis framework
|
#include <debugScalers.h>
Inheritance diagram for ant::analysis::physics::debugScaler:
Collaboration diagram for ant::analysis::physics::debugScaler:Classes | |
| struct | TreeScalarReads |
Public Member Functions | |
| debugScaler (const std::string &name, OptionsPtr opts=nullptr) | |
| virtual | ~debugScaler () |
| virtual void | ProcessEvent (const TEvent &ev, manager_t &) override |
| virtual void | Finish () override |
| virtual void | ShowResult () override |
| void | processBlock (const TEvent &ev) |
| void | processTaggerHits (const TEvent &ev) |
Public Member Functions inherited from ant::analysis::Physics | |
| Physics (const std::string &name, OptionsPtr opts) | |
| virtual | ~Physics () |
| std::string | GetName () const |
| Physics (const Physics &)=delete | |
| Physics & | operator= (const Physics &)=delete |
Public Attributes | |
| unsigned | seenEvents = 0 |
| TreeScalarReads | scalerReads |
Additional Inherited Members | |
Protected Attributes inherited from ant::analysis::Physics | |
| HistogramFactory | HistFac |
| debugScaler::debugScaler | ( | const std::string & | name, |
| OptionsPtr | opts = nullptr |
||
| ) |
|
virtual |
|
overridevirtual |
Reimplemented from ant::analysis::Physics.
| void debugScaler::processBlock | ( | const TEvent & | ev | ) |
Implements ant::analysis::Physics.
| void debugScaler::processTaggerHits | ( | const TEvent & | ev | ) |
|
overridevirtual |
Reimplemented from ant::analysis::Physics.
| TreeScalarReads ant::analysis::physics::debugScaler::scalerReads |
| unsigned ant::analysis::physics::debugScaler::seenEvents = 0 |