29 catch(
const exception &error) {
37 cout <<
" Now processing: " << *i <<
endl;
38 TFile in(i->c_str() ,
"read");
44 TH1* h =
dynamic_cast<TH1*
>(key->ReadObj());
48 map_type::iterator p = zmap.find(h->GetName());
52 p = zmap.insert(
make_pair( h->GetName(), (
TH1*) h->Clone() )).first;
61 for (map_type::iterator i = zmap.begin(); i != zmap.end(); ++i) {
62 i->second->SetDirectory(0);
69 for (map_type::iterator i = zmap.begin(); i != zmap.end(); ++i) {
int main(int argc, char **argv)
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
Template definition of a multi-dimensional oscillation probability interpolation table.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
std::map< int, buffer_type > map_type
identifier -> hits