Go to the documentation of this file.
   10 #include "evt/Head.hh" 
   95 int main(
int argc, 
char **argv)
 
  107     JParser<> zap(
"Auxiliary program to print ROOT TChain information.");
 
  114   catch(
const exception &error) {
 
  115     FATAL(error.what() << endl);
 
  122   JChainList inspector(type);
 
  124   for (JChainList::iterator i = inspector.begin(); i != inspector.end(); ++i) {
 
  126       (*i)->Add(file->c_str());
 
  130   DEBUG(
"Number of files " << inputFile.size() << endl); 
 
  132   gErrorIgnoreLevel = kFatal;
 
  134   for (JChainList::iterator i = inspector.begin(); i != inspector.end(); ++i) {
 
  135     cout << setw(24) << left  <<  (*i)->GetName()    << 
' '  
  136          << setw(10) << right <<  (*i)->GetEntries() << endl;
 
  
Auxiliary class for a type holder.
 
Auxiliary class for template TChain reading.
 
Utility class to parse command line options.
 
int main(int argc, char **argv)
 
Test availability of TTree parameters for given class.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
JObject_t & for_each(JObject_t &object, JType< JTypeList< JHead_t, JTail_t > > typelist)
For each data type method.
 
Auxiliary template class for type bool.
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
 
#define DEBUG(A)
Message macros.
 
JROOT::JTreeParameters getTreeParameters(JLANG::JType< JFIT::JEvt >)
Get TTree parameters for given data type.