Releases: JeffersonLab/hd_utilities
hd_utilities 1.21
- Update release.
- Differences from 1.20
hd_utilities 1.20
- Update release.
- Differences from 1.19
hd_utilities 1.19
- Update release.
- Differences from 1.18
hd_utilities 1.18
- First update release in a long time.
- Differences from 1.17
hd_utilities 1.17
- First release with DIRC software.
- Differences from v1.16.
MCwrapper v1.16
This release fixes and issue with people using MCwrapper standalone. Fixes some condor issues. Makes the login shell detection more robust and finally includes full beta of the DB managed scheme for centralized production. This will also be the last release of MCwrapper before v2.0 which will contains some more DB refinements as well as a new home for MCwrapper.
v 1.15 of MCwrapper
new generator gen_amp has been added.
The biggest change is the addition of a web-form for requesting MC. The form can be found https://halldweb.jlab.org/gluex_sim/SubmitSim.html . Once completed the requester and myself will get an email with information about the job. Simultaneously the job will be added to a database. In the future a gui will be developed to allow members to search through already created MC based on run criteria such as run number(s), or Geant version, etc. The information stored should be sufficient to actually run the job on various batch platforms. The jobs will then be monitored by the database and coordination of resources should be much easier to manage. Most of these features/changes should be invisible, so if you have a lot of custom code or enjoy running MCwrapper directly, then keep at it. But for anyone looking for some more basic MC based on standard release versions then the SubmitForm may be the way to go!
As always minor bug fixes and improvements have been made
hd_utilities 1.14
Updates to MCWrapper, retagged June 7, 2018
workfest2018
version of MCwrapper for workfest2018
v 1.13 of MCwrapper
v1.13 changes:
--Added jpsi generators
--Better handling of particle gun
--Bifurcated calibtimes. Now you can specify RECON_CALIBTIME= to use different calib times for generation/simulation and reconstruction.
--Better sqlite support. For swif and OSG jobs MCwrapper will natively use sqlite. If you have special needs with the database please ask the author for assistance. This will be better developed in the next release
--Better Random Trigger Handling. Now one should specify BKG=Random:[recon tag] to ensure the right random triggers are folded in. While the new set is populated anyone wanting to use the old random triggers should use the method of BKG=loc:/[path to the root directory containing runXXXXXX_random.hddm]
--OSG SUPPORT: native support for the osg! This has been confirmed working with a batch of 100 jobs. Once you have obtained your certificate, logged into the submit node, and ensured MCWRAPPER_CENTRAL is pointed to version 1.13 (or later) you need only set the batch system as osg and run gluex_MC.py with the batch=1 option! A big thanks to Richard, David, Mark I for working on the underlying technology to make this possible
--a bunch of small random bugs and clean-up