|
Jpp 20.0.0-27-g39925593c-D
the software that should make you happy
|
Simple wrapper class around JROOT::JRootDictionary so that other classes are included by construction,. More...
#include <JAAnetDictionary.hh>
Public Types | |
| typedef T | data_type |
Public Member Functions | |
| template<class T > | |
| void | add () |
| Addition of class and container classes. | |
| template<class T > | |
| void | operator() (const JType< T > &type) |
| Addition of class. | |
| template<class T > | |
| void | operator() (const char *const name, const JType< T > &type) |
| Addition of class. | |
Static Public Member Functions | |
| static JRootDictionary & | getInstance () |
| Get reference to unique instance of this class object. | |
Private Member Functions | |
| JAAnetDictionary () | |
| Default constructor. | |
Simple wrapper class around JROOT::JRootDictionary so that other classes are included by construction,.
Definition at line 80 of file JAAnetDictionary.hh.
|
inherited |
Definition at line 20 of file JSingleton.hh.
|
inlineprivate |
Default constructor.
Definition at line 87 of file JAAnetDictionary.hh.
|
inlinestatic |
Get reference to unique instance of this class object.
This JROOT::JRootDictionary object includes the various Monte Carlo data types.
Definition at line 108 of file JAAnetDictionary.hh.
Addition of class and container classes.
Definition at line 54 of file JRootDictionary.hh.
|
inlineinherited |
Addition of class.
| type | data type |
Definition at line 68 of file JRootDictionary.hh.
|
inlineinherited |
Addition of class.
| name | data name |
| type | data type |
Definition at line 86 of file JRootDictionary.hh.