Fork me on GitHub

Changeset 529fe78 in git


Ignore:
Timestamp:
Jul 5, 2014, 3:54:58 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
08520fad, db8adea
Parents:
f29758e
Message:

replace weights()[0] with weight() in DelphesCMSFWLite.cpp

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    rf29758e r529fe78  
    3030DELPHES_LIBS += -L$(subst include,lib,$(subst :, -L,$(LD_LIBRARY_PATH)))
    3131endif
    32 DELPHES_LIBS += -lGenVector -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -lCommonToolsUtils
     32DELPHES_LIBS += -lGenVector -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -lSimDataFormatsGeneratorProducts -lCommonToolsUtils
    3333endif
    3434
  • doc/genMakefile.tcl

    rf29758e r529fe78  
    211211DELPHES_LIBS += -L$(subst include,lib,$(subst :, -L,$(LD_LIBRARY_PATH)))
    212212endif
    213 DELPHES_LIBS += -lGenVector -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -lCommonToolsUtils
     213DELPHES_LIBS += -lGenVector -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -lSimDataFormatsGeneratorProducts -lCommonToolsUtils
    214214endif
    215215
  • readers/DelphesCMSFWLite.cpp

    rf29758e r529fe78  
    7575  element->ProcessID = handleGenEventInfo->signalProcessID();
    7676  element->MPI = 1;
    77   element->Weight = handleGenEventInfo->weights()[0];
     77  element->Weight = handleGenEventInfo->weight();
    7878  element->Scale = handleGenEventInfo->qScale();
    7979  element->AlphaQED = handleGenEventInfo->alphaQED();
Note: See TracChangeset for help on using the changeset viewer.