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/src/ExRootTreeReader.cc

    r3 r220  
    44 *  Class simplifying access to ROOT tree branches
    55 *
    6  *  $Date: 2008-11-04 10:32:27 $
    7  *  $Revision: 1.1 $
     6 *  $Date: 2009-02-02 11:32:01 $
     7 *  $Revision: 1.2 $
    88 *
    99 *
     
    1212 */
    1313
    14 #include "Utilities/ExRootAnalysis/interface/ExRootTreeReader.h"
    15 
    16 #include "TH2.h"
    17 #include "TStyle.h"
    18 #include "TCanvas.h"
     14#include "ExRootTreeReader.h"
    1915#include "TBranchElement.h"
    2016#include "TClonesArray.h"
    21 
     17#include "TChain.h"
    2218#include <iostream>
    2319
Note: See TracChangeset for help on using the changeset viewer.