Fork me on GitHub

Changeset 341014c in git for classes/DelphesHepMCReader.h


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/DelphesHepMCReader.h

    r45e58be r341014c  
    4242{
    4343public:
    44 
    4544  DelphesHepMCReader();
    4645  ~DelphesHepMCReader();
     
    6261
    6362private:
    64 
    6563  void AnalyzeParticle(DelphesFactory *factory,
    6664    TObjArray *allParticleOutputArray,
     
    8280
    8381  int fStateSize;
    84   std::vector< int > fState;
     82  std::vector<int> fState;
    8583
    8684  int fWeightSize;
    87   std::vector< double > fWeight;
     85  std::vector<double> fWeight;
    8886
    8987  double fCrossSection, fCrossSectionError;
     
    10098  int fParticleCounter;
    10199
    102   std::map< int, std::pair < int, int > > fMotherMap;
    103   std::map< int, std::pair < int, int > > fDaughterMap;
     100  std::map<int, std::pair<int, int>> fMotherMap;
     101  std::map<int, std::pair<int, int>> fDaughterMap;
    104102};
    105103
    106104#endif // DelphesHepMCReader_h
    107 
    108 
Note: See TracChangeset for help on using the changeset viewer.