Fork me on GitHub

Changeset 341014c in git for examples/Example1.cpp


Ignore:
Timestamp:
Feb 12, 2019, 9:29:17 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, llp, master
Children:
6455202
Parents:
45e58be
Message:

apply .clang-format to all .h, .cc and .cpp files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/Example1.cpp

    r45e58be r341014c  
    1717 */
    1818
    19 
    2019#include <iostream>
    2120#include <utility>
    2221#include <vector>
    2322
     23#include "TApplication.h"
    2424#include "TROOT.h"
    2525#include "TSystem.h"
    26 #include "TApplication.h"
    2726
    2827#include "TString.h"
    2928
     29#include "TClonesArray.h"
    3030#include "TH2.h"
    3131#include "THStack.h"
    3232#include "TLegend.h"
     33#include "TLorentzVector.h"
    3334#include "TPaveText.h"
    34 #include "TClonesArray.h"
    35 #include "TLorentzVector.h"
    3635
    3736#include "classes/DelphesClasses.h"
    3837
     38#include "ExRootAnalysis/ExRootResult.h"
     39#include "ExRootAnalysis/ExRootTreeBranch.h"
    3940#include "ExRootAnalysis/ExRootTreeReader.h"
    4041#include "ExRootAnalysis/ExRootTreeWriter.h"
    41 #include "ExRootAnalysis/ExRootTreeBranch.h"
    42 #include "ExRootAnalysis/ExRootResult.h"
    4342#include "ExRootAnalysis/ExRootUtilities.h"
    4443
     
    7271  TString inputFile(argv[1]);
    7372
    74 //------------------------------------------------------------------------------
     73  //------------------------------------------------------------------------------
    7574
    76 // Here you call your macro's main function
     75  // Here you call your macro's main function
    7776
    7877  Example1(inputFile);
    7978
    80 //------------------------------------------------------------------------------
    81 
     79  //------------------------------------------------------------------------------
    8280}
    83 
    84 
Note: See TracChangeset for help on using the changeset viewer.