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/interface
Files:
4 edited

Legend:

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

    r192 r220  
    1313 *  present in the data members of the Block TRoot class.
    1414 *
    15  *  $Date: 2009-01-26 14:43:09 $
    16  *  $Revision: 1.10 $
     15 *  $Date: 2009-02-02 11:32:12 $
     16 *  $Revision: 1.11 $
    1717 *
    1818 * 
     
    2121 */
    2222
    23 // Dependencies (#includes)
    24 
    2523#include "TLorentzVector.h"
    26 #include "TRef.h"
    2724#include "TObject.h"
    28 #include "TRefArray.h"
    29 
    30 #include "Utilities/ExRootAnalysis/interface/BlockCompare.h"
    31 //---------------------------------------------------------------------------
    32 //
     25#include "BlockCompare.h"
     26
    3327class TSortableObject: public TObject
    3428{
     
    4236  ClassDef(TSortableObject, 1)
    4337};
    44 
    4538
    4639//---------------------------------------------------------------------------
  • trunk/Utilities/ExRootAnalysis/interface/BlockCompare.h

    r3 r220  
    66 *  Definition of comparison object functions for block classes
    77 *
    8  *  $Date: 2008-11-04 10:32:25 $
    9  *  $Revision: 1.1 $
     8 *  $Date: 2009-02-02 11:32:12 $
     9 *  $Revision: 1.2 $
    1010 *
    1111 * 
     
    1313 *
    1414 */
    15 
    16 // Dependencies (#includes)
    1715
    1816#include "Rtypes.h"
  • 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>
  • trunk/Utilities/ExRootAnalysis/interface/ExRootTreeWriter.h

    r3 r220  
    66 *  Class handling output ROOT tree
    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 "TString.h"
    17  
    1817#include <set>
    1918
Note: See TracChangeset for help on using the changeset viewer.