Fork me on GitHub

Changeset 59abd43 in git for classes/DelphesHepMCReader.h


Ignore:
Timestamp:
May 1, 2013, 7:29:33 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
9f6c8c4
Parents:
52db26b
Message:

add weight for HepMCEvent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • classes/DelphesHepMCReader.h

    r52db26b r59abd43  
    1616
    1717#include <map>
     18#include <vector>
    1819
    1920#include <stdio.h>
     
    6061  TDatabasePDG *fPDG;
    6162
    62   int fEventNumber, fMPI, fProcessID, fSignalCode, fVertexCounter;
     63  int fEventNumber, fMPI, fProcessID, fSignalCode, fVertexCounter, fBeamCode[2];
    6364  double fScale, fAlphaQCD, fAlphaQED;
     65
     66  int fStateSize;
     67  std::vector< int > fState;
     68
     69  int fWeightSize;
     70  std::vector< double > fWeight;
    6471
    6572  int fID1, fID2;
Note: See TracChangeset for help on using the changeset viewer.