Changes in classes/DelphesHepMCReader.cc [edeb0f0:d203a37] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
classes/DelphesHepMCReader.cc
redeb0f0 rd203a37 199 199 } 200 200 } 201 202 else if(key == 'C')203 {204 rc = bufferStream.ReadDbl(fCrossSection)205 && bufferStream.ReadDbl(fCrossSectionError);206 }207 208 201 else if(key == 'F') 209 202 { … … 322 315 element->MPI = fMPI; 323 316 element->Weight = fWeight.size() > 0 ? fWeight[0] : 1.0; 324 element->CrossSection = fCrossSection;325 element->CrossSectionError = fCrossSectionError;326 317 element->Scale = fScale; 327 318 element->AlphaQED = fAlphaQED;
Note:
See TracChangeset
for help on using the changeset viewer.