Fork me on GitHub

Changeset 341014c in git for classes/DelphesModule.cc


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
  • classes/DelphesModule.cc

    r45e58be r341014c  
    1717 */
    1818
    19 
    2019/** \class DelphesModule
    2120 *
     
    3029#include "classes/DelphesFactory.h"
    3130
     31#include "ExRootAnalysis/ExRootResult.h"
     32#include "ExRootAnalysis/ExRootTreeBranch.h"
    3233#include "ExRootAnalysis/ExRootTreeReader.h"
    33 #include "ExRootAnalysis/ExRootTreeBranch.h"
    3434#include "ExRootAnalysis/ExRootTreeWriter.h"
    35 #include "ExRootAnalysis/ExRootResult.h"
    3635
    37 #include "TROOT.h"
    3836#include "TClass.h"
    3937#include "TFolder.h"
    4038#include "TObjArray.h"
     39#include "TROOT.h"
    4140
    4241#include <iostream>
     42#include <sstream>
    4343#include <stdexcept>
    44 #include <sstream>
    4544
    4645using namespace std;
     
    157156  return fFactory;
    158157}
    159 
    160 
Note: See TracChangeset for help on using the changeset viewer.