Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesHepMCReader.h

    r77e9ae1 redeb0f0  
    4242{
    4343public:
     44
    4445  DelphesHepMCReader();
    4546  ~DelphesHepMCReader();
     
    6162
    6263private:
     64
    6365  void AnalyzeParticle(DelphesFactory *factory,
    6466    TObjArray *allParticleOutputArray,
     
    8082
    8183  int fStateSize;
    82   std::vector<int> fState;
     84  std::vector< int > fState;
    8385
    8486  int fWeightSize;
    85   std::vector<double> fWeight;
     87  std::vector< double > fWeight;
    8688
    8789  double fCrossSection, fCrossSectionError;
     
    98100  int fParticleCounter;
    99101
    100   std::map<int, std::pair<int, int> > fMotherMap;
    101   std::map<int, std::pair<int, int> > fDaughterMap;
     102  std::map< int, std::pair < int, int > > fMotherMap;
     103  std::map< int, std::pair < int, int > > fDaughterMap;
    102104};
    103105
    104106#endif // DelphesHepMCReader_h
     107
     108
Note: See TracChangeset for help on using the changeset viewer.