- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed Advanced Search
Advanced Search
Advanced Search
Mar 5 2019
Mar 5 2019
Workaround for bug in HepMC-3.1.0.
CompressedAscii now seems to work.
Continued looking at compressed hepmc files.
Feb 22 2019
Feb 22 2019
Fixes related to HepMC beam problems.
Feb 21 2019
Feb 21 2019
lonnblad committed rRIVETHGc59fb0a1be4f: Minor mods to configure.ac. If HepMC3 exists no attempts to find.
Minor mods to configure.ac. If HepMC3 exists no attempts to find
lonnblad committed rRIVETHGc7d70c24c62f: Fixed proper peeking into a stream to check HepMC file type..
Fixed proper peeking into a stream to check HepMC file type.
lonnblad committed rRIVETHG938226d8f94c: Fixed omissions in RivetHepMC_3.cc. Fixed testApi.cc and testNaN.cc. Included….
Fixed omissions in RivetHepMC_3.cc. Fixed testApi.cc and testNaN.cc. Included…
lonnblad committed rRIVETHGe6c6f692f332: Changed GeV to GeV2 in several places for consistent notation..
Changed GeV to GeV2 in several places for consistent notation.
Feb 20 2019
Feb 20 2019
lonnblad committed rRIVETHG5a2cc0925fac: Added MC_DIS_Check to test new DISLepton. Added DISDiffHadron DISRapidityGap….
Added MC_DIS_Check to test new DISLepton. Added DISDiffHadron DISRapidityGap…
lonnblad committed rRIVETHGb72fca1df13c: Projections now have a flag _isValid that can be tested with valid() and failed….
Projections now have a flag _isValid that can be tested with valid() and failed…
lonnblad committed rRIVETHGf8bf2b02a5c6: Fixed problem with uninitialized pointer in CMS_2016_PAS_TOP_15_006.cc. Also….
Fixed problem with uninitialized pointer in CMS_2016_PAS_TOP_15_006.cc. Also…
Feb 19 2019
Feb 19 2019
lonnblad committed rRIVETHG1754b87a773b: Allowed Vector3 to produce a unit vector even for miniscule momenta..
Allowed Vector3 to produce a unit vector even for miniscule momenta.
lonnblad committed rRIVETHGfbba4a36c056: Made DISLepton more versatile allowing for several options..
Made DISLepton more versatile allowing for several options.
lonnblad committed rRIVETHGfe79b9022324: Introduced options() function to return the full map of options..
Introduced options() function to return the full map of options.
Feb 15 2019
Feb 15 2019
Preparing for release 2.7.0
Feb 8 2019
Feb 8 2019
lonnblad committed rRIVETHG423fe02a6b54: I obviously don't understand this thing with "new remote head".
I obviously don't understand this thing with "new remote head"
lonnblad committed rRIVETHG25198160034a: Changed the order of include paths in rivet-buildplugin so that the path to….
Changed the order of include paths in rivet-buildplugin so that the path to…
lonnblad committed rRIVETHGc04b2ed13b81: Percentile<>::init is now bool and retruns false if no bins were selected..
Percentile<>::init is now bool and retruns false if no bins were selected.
I did this change before but it was lost somehow.
Feb 6 2019
Feb 6 2019
Minor improvements.
Feb 5 2019
Feb 5 2019
Fix for change to phabricator.
Modified to avoid warnings in newer g++ versions.
Modified to avoid warnings in newer g++ versions.
lonnblad committed rTHEPEGHG5f302ba8c0c0: ThePEG now runs with either HepMC2 or HepMC3 (thanks to Andrii.
ThePEG now runs with either HepMC2 or HepMC3 (thanks to Andrii
Modified to avoid warnings in newer g++ versions.
lonnblad committed rTHEPEGPYTHIASEVENHGa0d4a29ade35: Modified to avoid warnings in newer g++ versions..
Modified to avoid warnings in newer g++ versions.
Modified to avoid warnings in newer g++ versions.
Jan 29 2019
Jan 29 2019
Merged in changes from trunk.
lonnblad committed rTHEPEGHG704c85675bfd: Avoid dumping the state of the generator if debug level is zero..
Avoid dumping the state of the generator if debug level is zero.
lonnblad committed rTHEPEGHGa9a6c42d6c0e: Added a SimplePhaseSpace::checkMagnitude() which does the same as getMagnitude….
Added a SimplePhaseSpace::checkMagnitude() which does the same as getMagnitude…
Jan 7 2019
Jan 7 2019
*** empty log message ***
Jan 6 2019
Jan 6 2019
Cleanup could go on forever. Maybe This is enough.
Continueed clean-up of PxCone
Continueed clean-up of PxCone
Started clean-up of PxCone
lonnblad committed rRIVETHGaa51b910a815: PxCone seems to work now and gives exactly the same results as the Fortran….
PxCone seems to work now and gives exactly the same results as the Fortran…
lonnblad committed rRIVETHG8ad619a02f85: Started implementing c++ version of PxCone. Not quite working yet..
Started implementing c++ version of PxCone. Not quite working yet.
Nov 20 2018
Nov 20 2018
lonnblad committed rRIVETHG2ea91b3e8e18: All Analysis::book{data object} will now try to bind to previously added object..
All Analysis::book{data object} will now try to bind to previously added object.
Nov 19 2018
Nov 19 2018
lonnblad committed rRIVETHG9dffa9aa3d1f: Fixed (another) bug where the sows vector was not filled in mergeYodas..
Fixed (another) bug where the sows vector was not filled in mergeYodas.
lonnblad committed rRIVETHG6e594e550ea6: Fixed bug where the sows vector was not filled in mergeYodas..
Fixed bug where the sows vector was not filled in mergeYodas.
Nov 16 2018
Nov 16 2018
Modified make-plots to handle multiple options.
Just testing pretty-printing ov options.
Changed isnan to std::isnan to avoid compiler problems.
lonnblad committed rRIVETHGef9f42ceefff: Added handling of ReplaceOption[opt=val]=pretty val. Seems to work..
Added handling of ReplaceOption[opt=val]=pretty val. Seems to work.
Nov 6 2018
Nov 6 2018
lonnblad committed rRIVETHG4f332d2d1a79: Ok. reentrant finalize and Percentile histos seems to work. More testing….
Ok. reentrant finalize and Percentile histos seems to work. More testing…
Recovering from a conflicted merge.
lonnblad committed rRIVETHG5c1342fc5d03: Added reentrant finalize and rivet-merge script. It seems to work, but needs….
Added reentrant finalize and rivet-merge script. It seems to work, but needs…
Oct 10 2018
Oct 10 2018
lonnblad committed rRIVETHG1316e3460c35: Make sure we have the same sorting if several options in the same file (always….
Make sure we have the same sorting if several options in the same file (always…
Oct 9 2018
Oct 9 2018
lonnblad committed rRIVETHGd063045328b5: Strip option string when checking that an analysis exists in the "rivet" script..
Strip option string when checking that an analysis exists in the "rivet" script.
Oct 5 2018
Oct 5 2018
lonnblad committed rRIVETHGdbb36e0870e1: Reordered options in the analysis names to avoid duplicate identical analyes if….
Reordered options in the analysis names to avoid duplicate identical analyes if…
lonnblad committed rRIVETHG46b8c80aa1aa: Implemented an option system for analysis. Example mod of ATLAS_2013_I1230812….
Implemented an option system for analysis. Example mod of ATLAS_2013_I1230812…
Jul 10 2018
Jul 10 2018
lonnblad committed rLHEFHG91e530101eff: Fixed bug reported by Carsten Bittrich where the weights in the old.
Fixed bug reported by Carsten Bittrich where the weights in the old
lonnblad committed rLHEFHGd3a4e54eb6d5: Just adding the basic files to check that everything is working.
Just adding the basic files to check that everything is working