Fork me on GitHub

Ignore:
Timestamp:
Feb 2, 2009, 12:34:35 PM (16 years ago)
Author:
Xavier Rouby
Message:

include statements have been cleaned

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/interface/ExRootTreeReader.h

    r3 r220  
    66 *  Class simplifying access to ROOT tree branches
    77 *
    8  *  $Date: 2008-11-04 10:32:26 $
    9  *  $Revision: 1.1 $
     8 *  $Date: 2009-02-02 11:32:12 $
     9 *  $Revision: 1.2 $
    1010 *
    1111 *
     
    1515
    1616#include "TROOT.h"
    17 #include "TChain.h"
    18 #include "TFile.h"
     17//#include "TChain.h"
     18//#include "TFile.h"
     19#include "TTree.h"
     20#include "TString.h"
    1921
    2022#include <map>
Note: See TracChangeset for help on using the changeset viewer.