Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesHepMCReader.h

    redeb0f0 r77e9ae1  
    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.