Skip to content
This repository was archived by the owner on Mar 12, 2019. It is now read-only.

2018, Mar 15

Choose a tag to compare

@kakwok kakwok released this 21 Mar 17:11
· 154 commits to integration since this release

FM release 18.1.1:

  • Clean up grandmaster/mastersnippet/runkey naming confusion in the code. #369
  • Naming convention of RunInfo DB field name updated: #369
LOCAL_RUN_KEY            to MASTERSNIPPET_SELECTED (with value e.g. Master/pedestal.xml)  
LOCAL_RUNKEY_NAME to LOCAL_RUNKEY_SELECTED    (with value e.g. ped/Laser_HEP_Megatile etc)
  • Add grandmaster validation via XML schema #369
  • Allow partition-specific setting in Mastersnippet #363

Requires format different on userXML tag names and xsd file than previous version
In userXML, the tag name is updated:

<MasterSnippetList> -> <grandmaster>

In runkey file (or grandmaster), the tag name is updated:

<RunConfigs> -> <LocalRunkeys>
<RunConfig> -> <LocalRunkey>

And requires a file of /Master/grandmaster.xsd in CfgCVSBASEPATH
The example from P5 can be found here:
http://hcalmon.cms/cgi-bin/cvsweb.cgi/HcalCfg/Master/grandmaster.xsd