Fork me on GitHub

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
  • external/ExRootAnalysis/ExRootFilter.cc

    r45e58be r341014c  
    1111#include "ExRootAnalysis/ExRootClassifier.h"
    1212
     13#include "TObjArray.h"
    1314#include "TSeqCollection.h"
    14 #include "TObjArray.h"
    1515
    1616#include <iostream>
     17#include <sstream>
    1718#include <stdexcept>
    18 #include <sstream>
    1919
    2020using namespace std;
    2121
    22 typedef map<Int_t, TObjArray*> TCategoryMap;
    23 typedef map<ExRootClassifier*, pair<Bool_t, TCategoryMap> > TClassifierMap;
     22typedef map<Int_t, TObjArray *> TCategoryMap;
     23typedef map<ExRootClassifier *, pair<Bool_t, TCategoryMap>> TClassifierMap;
    2424
    2525ExRootFilter::ExRootFilter(const TSeqCollection *collection) :
     
    4040        itSubMap != itMap->second.second.end(); ++itSubMap)
    4141    {
    42       delete (itSubMap->second);
     42      delete(itSubMap->second);
    4343    }
    4444  }
     
    132132
    133133//------------------------------------------------------------------------------
    134 
Note: See TracChangeset for help on using the changeset viewer.