40 inline void print(std::ostream& out,
const char* name,
TFile* file =
NULL)
45 TDictionary* dictionary = TDictionary::GetDictionary(name);
47 out <<
setw(40) << left << name <<
' ';
49 if (dictionary !=
NULL) {
79 template<
class JHead_t,
class JTail_t>
82 print(out, JHead_t::Class_Name(), file);
104 JParser<> zap(
"Auxiliary program to print ROOT class version information.");
112 catch(
const exception &error) {
126 catch(
const exception& error) {
General purpose messaging.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
ROOT TTree parameter settings of various packages.
Template definition of a multi-dimensional oscillation probability interpolation table.
TFile * getFile() const
Get file.
virtual bool is_open() const override
Check is file is open.
std::ostream & print(std::ostream &out, const JTestSummary &summary, T __begin, T __end, const bool useColors=true, const JFormat_t &formatting=JFormat_t(18, 3, std::ios::fixed))
Print test summary.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
int getStreamerVersion(TFile *file, const char *const name)
Get ROOT streamer version of class with given name.
Auxiliary class for a type holder.