Fork me on GitHub

Changeset 220 in svn for trunk/interface/STDHEPConverter.h


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/interface/STDHEPConverter.h

    r11 r220  
    1616
    1717
    18 #include <iostream>
    19 #include <sstream>
    20 #include <fstream>
    21 #include <vector>
    2218#include <string>
    23 
    24 #include "TLorentzVector.h"
    25 #include "TRandom.h"
    26 
    27 #include "Utilities/ExRootAnalysis/interface/BlockClasses.h"
    28 #include "Utilities/ExRootAnalysis/interface/TSimpleArray.h"
    29 //#include "Utilities/CDFCones/interface/PhysicsTower.h"
    30 #include "Utilities/ExRootAnalysis/interface/LHEF.h"
    31 
    32 #include "interface/DataConverter.h"
     19#include "DataConverter.h"
    3320
    3421using namespace std;
    3522
    36 class STDHEPConverter : public DataConverter
    37 {
    38 public:
     23class STDHEPConverter : public DataConverter {
     24  public:
     25    STDHEPConverter(const string& inputFileList, const string& outputFileName);
     26    ~STDHEPConverter();
    3927
    40   STDHEPConverter(const string& inputFileList, const string& outputFileName);
    41   ~STDHEPConverter();
    42 
    43 private:
    44   void AnalyseEvent(ExRootTreeBranch *branch, const Long64_t eventNumber);
    45   void AnalyseParticles(ExRootTreeBranch *branch);
    46 
    47 
    48 
     28  private:
     29    void AnalyseEvent(ExRootTreeBranch *branch, const Long64_t eventNumber);
     30    void AnalyseParticles(ExRootTreeBranch *branch);
    4931};
    5032
Note: See TracChangeset for help on using the changeset viewer.