File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
reconstruction/ec/src/main/java/org/jlab/service/ec Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ public class ECCommon {
4242 public static int stripSortMethod = 0 ;
4343 public static int [] splitThresh = new int [3 ];
4444
45- public static Boolean isMC = false ;
4645 public static Boolean debug = false ;
4746 public static Boolean debugSplit = false ;
4847 public static Boolean isSingleThreaded = false ;
@@ -149,11 +148,7 @@ public static int getRunNumber(DataEvent de) {
149148 public static List <ECStrip > initEC (DataEvent event , ConstantsManager manager ){
150149
151150 int run = getRunNumber (event );
152-
153- isMC = run <=100 ;
154-
155- if (isMC ) {usePass2Timing = false ; useDTCorrections = false ; useFTpcal = false ;}
156-
151+
157152 manager .setVariation (variation );
158153
159154 IndexedTable atten1 = manager .getConstants (run , "/calibration/ec/attenuation" );
You can’t perform that action at this time.
0 commit comments