1 parent d894411 commit f916ea1Copy full SHA for f916ea1
1 file changed
common-tools/clas-detector/src/main/java/org/jlab/detector/decode/CLASDecoder4.java
@@ -78,6 +78,10 @@ public static CLASDecoder createDecoderDevel(){
78
return decoder;
79
}
80
81
+ public void setVariation(String variation) {
82
+ detectorDecoder.setVariation(variation);
83
+ }
84
+
85
public void setDebugMode(int mode){
86
this.decoderDebugMode = mode;
87
0 commit comments