Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/ExRootTask.cc

    rcab38f6 r341014c  
    1111#include "ExRootAnalysis/ExRootConfReader.h"
    1212
    13 #include "TROOT.h"
    1413#include "TClass.h"
    1514#include "TFolder.h"
     15#include "TROOT.h"
    1616#include "TString.h"
    1717
     18#include <iomanip>
    1819#include <iostream>
    19 #include <iomanip>
     20#include <sstream>
    2021#include <stdexcept>
    21 #include <sstream>
    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.