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

Location:
trunk/Utilities/ExRootAnalysis/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/ExRootAnalysis/src/BlockClasses.cc

    r176 r220  
    1111 *  to preserve mother-dautherlinks between particles.
    1212 *
    13  *  $Date: 2009-01-12 23:36:06 $
    14  *  $Revision: 1.6 $
     13 *  $Date: 2009-02-02 11:32:01 $
     14 *  $Revision: 1.7 $
    1515 *
    1616 * 
     
    1919 */
    2020
    21 #include "Utilities/ExRootAnalysis/interface/BlockClasses.h"
    22 #include "Utilities/ExRootAnalysis/interface/BlockCompare.h"
    23 
     21#include "BlockClasses.h"
     22#include "BlockCompare.h"
    2423#include "TLorentzVector.h"
    2524
  • trunk/Utilities/ExRootAnalysis/src/ExRootProgressBar.cc

    r3 r220  
    44 *  Class showing progress bar
    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/ExRootProgressBar.h"
    15 
     14#include "ExRootProgressBar.h"
    1615#include "TSystem.h"
    17 
    18 #include <iostream>
    19 
    20 #include <string.h>
    21 #include <stdio.h>
     16#include <cstdio>
    2217
    2318using namespace std;
  • trunk/Utilities/ExRootAnalysis/src/ExRootTreeBranch.cc

    r3 r220  
    44*  Class handling output ROOT tree branch
    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/ExRootTreeBranch.h"
    15 
    16 #include "TFile.h"
     14#include "ExRootTreeBranch.h"
    1715#include "TTree.h"
    1816#include "TClonesArray.h"
    19 
    20 #include <iostream>
    21 
    22 using namespace std;
    2317
    2418//------------------------------------------------------------------------------
  • 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
  • trunk/Utilities/ExRootAnalysis/src/ExRootTreeWriter.cc

    r3 r220  
    44 *  Class handling output ROOT tree
    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/ExRootTreeWriter.h"
    15 #include "Utilities/ExRootAnalysis/interface/ExRootTreeBranch.h"
     14#include "ExRootTreeWriter.h"
     15#include "ExRootTreeBranch.h"
    1616
    17 #include "TROOT.h"
    1817#include "TFile.h"
    1918#include "TTree.h"
    20 #include "TClonesArray.h"
    21 
    2219#include <iostream>
    2320
Note: See TracChangeset for help on using the changeset viewer.