Fork me on GitHub

Changeset 220 in svn for trunk/src/HEPEVTConverter.cc


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

    r56 r220  
    66
    77#include "TROOT.h"
    8 #include "TApplication.h"
    9 #include "TFile.h"
    108#include "TTree.h"
    119#include "TBranch.h"
     
    1513#include "TChain.h"
    1614
    17 #include "Utilities/ExRootAnalysis/interface/BlockClasses.h"
    18 #include "Utilities/ExRootAnalysis/interface/ExRootTreeReader.h"
    19 #include "Utilities/ExRootAnalysis/interface/ExRootTreeWriter.h"
    20 #include "Utilities/ExRootAnalysis/interface/ExRootTreeBranch.h"
    21 
    22 #include "interface/HEPEVTConverter.h"
     15#include "BlockClasses.h"
     16#include "ExRootTreeWriter.h"
     17#include "ExRootTreeBranch.h"
     18
     19#include "HEPEVTConverter.h"
    2320
    2421using namespace std;
Note: See TracChangeset for help on using the changeset viewer.