[no commit message]
This commit is contained in:
parent
75e026d44f
commit
e6de0037ae
@ -42,7 +42,7 @@ import java.util.Map;
|
|||||||
* @author Darksnake
|
* @author Darksnake
|
||||||
*/
|
*/
|
||||||
@TypedActionDef(name = "merge", inputType = Table.class, outputType = Table.class, info = "Merge different numass data files into one.")
|
@TypedActionDef(name = "merge", inputType = Table.class, outputType = Table.class, info = "Merge different numass data files into one.")
|
||||||
@NodeDef(name = "grouping", info = "The defenition of grouping rule for this merge", target = "method::hep.dataforge.actions.GroupBuilder.byAnnotation")
|
@NodeDef(name = "grouping", info = "The defenition of grouping rule for this merge", target = "method::hep.dataforge.actions.GroupBuilder.byMeta")
|
||||||
public class MergeDataAction extends ManyToOneAction<Table, Table> {
|
public class MergeDataAction extends ManyToOneAction<Table, Table> {
|
||||||
|
|
||||||
public static final String MERGE_NAME = "mergeName";
|
public static final String MERGE_NAME = "mergeName";
|
||||||
|
@ -41,6 +41,7 @@ public class ReadNumassStorageAction extends GenericAction<Void, NumassData> {
|
|||||||
boolean forwardOnly = actionMeta.getBoolean("forwardOnly", false);
|
boolean forwardOnly = actionMeta.getBoolean("forwardOnly", false);
|
||||||
boolean reverseOnly = actionMeta.getBoolean("reverseOnly", false);
|
boolean reverseOnly = actionMeta.getBoolean("reverseOnly", false);
|
||||||
|
|
||||||
|
//FIXME make Work actually submitted only when calculation starts
|
||||||
Work<DataSet<NumassData>> process = getContext().workManager()
|
Work<DataSet<NumassData>> process = getContext().workManager()
|
||||||
.<DataSet<NumassData>>post(getName(), (Callback callback) -> {
|
.<DataSet<NumassData>>post(getName(), (Callback callback) -> {
|
||||||
//FIXME remove in later revisions
|
//FIXME remove in later revisions
|
||||||
|
Loading…
Reference in New Issue
Block a user