ExtractParameterTable

Make a table of all the parameters in the workspace for different snapshots. Intended to work well together with the MakeToyDataSets Action, which saves snapshots of all the toys. Internally, a TQTable is used to create both html and tex versions of the table.

Usage:

+ExtractParameterTable {
    +Morphing{
    <output="paramvals", showErrors=false>
    <allNPs=true, allPOIs=true>
    $for(i,0,100){
     +SnSh_AllVars_toyData_$(i);
    }
  }
}