Changeset 529fe78 in git
- Timestamp:
- Jul 5, 2014, 3:54:58 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 08520fad, db8adea
- Parents:
- f29758e
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rf29758e r529fe78 30 30 DELPHES_LIBS += -L$(subst include,lib,$(subst :, -L,$(LD_LIBRARY_PATH))) 31 31 endif 32 DELPHES_LIBS += -lGenVector -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -l CommonToolsUtils32 DELPHES_LIBS += -lGenVector -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -lSimDataFormatsGeneratorProducts -lCommonToolsUtils 33 33 endif 34 34 -
doc/genMakefile.tcl
rf29758e r529fe78 211 211 DELPHES_LIBS += -L$(subst include,lib,$(subst :, -L,$(LD_LIBRARY_PATH))) 212 212 endif 213 DELPHES_LIBS += -lGenVector -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -l CommonToolsUtils213 DELPHES_LIBS += -lGenVector -lFWCoreFWLite -lDataFormatsFWLite -lDataFormatsPatCandidates -lDataFormatsLuminosity -lSimDataFormatsGeneratorProducts -lCommonToolsUtils 214 214 endif 215 215 -
readers/DelphesCMSFWLite.cpp
rf29758e r529fe78 75 75 element->ProcessID = handleGenEventInfo->signalProcessID(); 76 76 element->MPI = 1; 77 element->Weight = handleGenEventInfo->weight s()[0];77 element->Weight = handleGenEventInfo->weight(); 78 78 element->Scale = handleGenEventInfo->qScale(); 79 79 element->AlphaQED = handleGenEventInfo->alphaQED();
Note:
See TracChangeset
for help on using the changeset viewer.