Skip to content

Commit f916ea1

Browse files
committed
let user set variation
1 parent d894411 commit f916ea1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common-tools/clas-detector/src/main/java/org/jlab/detector/decode/CLASDecoder4.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ public static CLASDecoder createDecoderDevel(){
7878
return decoder;
7979
}
8080

81+
public void setVariation(String variation) {
82+
detectorDecoder.setVariation(variation);
83+
}
84+
8185
public void setDebugMode(int mode){
8286
this.decoderDebugMode = mode;
8387
}

0 commit comments

Comments
 (0)