Go to the source code of this file.
Classes | |
| class | protoana::BaseThinSliceDriverFactory |
| class | protoana::ThinSliceDriverFactory< T > |
Namespaces | |
| protoana | |
Macros | |
| #define | DECLARE_THINSLICEDRIVER_FACTORY(driver) const ThinSliceDriverFactory<driver>& driver##Factory = ThinSliceDriverFactory<driver>(#driver) |
| #define | DECLARE_THINSLICEDRIVER_FACTORY_NS(driver, nsname, driverbase) |
| #define DECLARE_THINSLICEDRIVER_FACTORY | ( | driver | ) | const ThinSliceDriverFactory<driver>& driver##Factory = ThinSliceDriverFactory<driver>(#driver) |
Definition at line 31 of file ThinSliceDriverFactory.h.
| #define DECLARE_THINSLICEDRIVER_FACTORY_NS | ( | driver, | |
| nsname, | |||
| driverbase | |||
| ) |
Definition at line 37 of file ThinSliceDriverFactory.h.
1.8.11