Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/ExRootTask.cc

    r341014c rcab38f6  
    1111#include "ExRootAnalysis/ExRootConfReader.h"
    1212
     13#include "TROOT.h"
    1314#include "TClass.h"
    1415#include "TFolder.h"
    15 #include "TROOT.h"
    1616#include "TString.h"
    1717
     18#include <iostream>
    1819#include <iomanip>
    19 #include <iostream>
     20#include <stdexcept>
    2021#include <sstream>
    21 #include <stdexcept>
    2222
    2323static const char *const kINIT = "0";
     
    144144
    145145  if(!cl) return 0;
    146 
     146 
    147147  if(!cl->InheritsFrom(ExRootTask::Class()))
    148148  {
     
    310310  return object;
    311311}
     312
Note: See TracChangeset for help on using the changeset viewer.