Fork me on GitHub

Changeset 95b4e9f in git for modules/VertexSorter.h


Ignore:
Timestamp:
Aug 31, 2016, 4:25:59 PM (8 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
4154bbd
Parents:
b195ba1
Message:

reorganize includes in vertexing modules

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/VertexSorter.h

    rb195ba1 r95b4e9f  
    1313
    1414#include "classes/DelphesModule.h"
    15 #include "classes/DelphesClasses.h"
    16 #include <utility>
    17 #include <algorithm>
    18 #include <stdexcept>
    19 #include <iostream>
    20 #include <vector>
     15
    2116#include <string>
    22 #include <unordered_map>
    23 
    24 
    25 using namespace std;
    2617
    2718class TObjArray;
     19class TIterator;
    2820class Candidate;
    29 class TVector3;
    3021
    3122class VertexSorter: public DelphesModule
     
    3930  void Process();
    4031  void Finish();
    41 
    42   static Bool_t secondDescending (pair<UInt_t, Double_t>, pair<UInt_t, Double_t>);
    43   static Bool_t secondAscending (pair<UInt_t, Double_t>, pair<UInt_t, Double_t>);
    4432
    4533private:
     
    5846  TObjArray *fOutputArray;
    5947
    60   string fMethod;
     48  std::string fMethod;
    6149
    6250  ClassDef(VertexSorter, 1)
Note: See TracChangeset for help on using the changeset viewer.