Jpp
18.5.2
the software that should make you happy
|
Auxiliary class to select ROOT class based on class name. More...
#include <JROOTClassSelector.hh>
Public Member Functions | |
JROOTClassSelector () | |
Default contructor. More... | |
JROOTClassSelector (const char *type_name) | |
Contructor. More... | |
JROOTClassSelector (const std::string &type_name) | |
Contructor. More... | |
template<class T > | |
JROOTClassSelector (const JType< T > &type) | |
Contructor. More... | |
template<class T > | |
bool | operator() (const JType< T > &type) const |
Get status of given data type. More... | |
Auxiliary class to select ROOT class based on class name.
Definition at line 32 of file JROOTClassSelector.hh.
|
inline |
Default contructor.
Definition at line 38 of file JROOTClassSelector.hh.
|
inline |
|
inline |
Contructor.
type | data type |
Definition at line 69 of file JROOTClassSelector.hh.
|
inline |
Get status of given data type.
type | data type |
Definition at line 81 of file JROOTClassSelector.hh.