#include <CdbNTupleFactory.hh>
Static Public Member Functions | |
| CdbCPtr< CdbNTuple< T, NCOL > > | createSimple (const std::string &theName="", const std::string &theDescription="") |
| Create a simple implementation of the n-tuple. | |
| CdbCPtr< CdbNTuple< T, NCOL > > | createSimple (const std::vector< std::string > &theCollumnNames, const std::string &theName="", const std::string &theDescription="") |
| Create a simple implementation of the n-tuple. | |
| void | createSimple (CdbNTuple< T, NCOL > *&thePtr, const std::string &theName="", const std::string &theDescription="") |
| Create a simple implementation of the n-tuple. | |
| void | createSimple (CdbNTuple< T, NCOL > *&thePtr, const std::vector< std::string > &theCollumnNames, const std::string &theName="", const std::string &theDescription="") |
| Create a simple implementation of the n-tuple. | |
This utility class provide static factory methods for instantiating various implementations of n-tuples.
Definition at line 19 of file CdbNTupleFactory.hh.
|
||||||||||||||||||||||||
|
Create a simple implementation of the n-tuple. A regular pointer version of the earlier defined method. Definition at line 46 of file CdbNTupleFactory.cc. |
|
||||||||||||||||||||
|
Create a simple implementation of the n-tuple. A regular pointer version of the earlier defined method. Definition at line 36 of file CdbNTupleFactory.cc. |
|
||||||||||||||||||||
|
Create a simple implementation of the n-tuple. More details... Definition at line 25 of file CdbNTupleFactory.cc. |
|
||||||||||||||||
|
Create a simple implementation of the n-tuple. More details... Definition at line 16 of file CdbNTupleFactory.cc. Referenced by CdbNTupleGlue(), and CdbNTupleFactoryFE::createSimple(). |
1.3-rc3