Skip to content

Commit 33158cf

Browse files
raffaelladevitabaltzell
authored andcommitted
removed check on run number when setting the DC hit uncertainty
1 parent d1a3f70 commit 33158cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

reconstruction/dc/src/main/java/org/jlab/rec/dc/hit/FittedHit.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ public double get_PosErr(DataEvent event, double B, IndexedTable constants0, Ind
194194
}
195195

196196
double x = this.get_Doca() / this.get_CellSize();
197-
if(event.hasBank("MC::Particle") ||
198-
event.getBank("RUN::config").getInt("run", 0) < 100 ) { // for MC use functional form put in simulation
197+
if(event.hasBank("MC::Particle")) { // for MC use functional form put in simulation
199198

200199
double p1 = constants0.getDoubleValue("parameter1", this.get_Sector(),this.get_Superlayer(),0);
201200
double p2 = constants0.getDoubleValue("parameter2", this.get_Sector(),this.get_Superlayer(),0);

0 commit comments

Comments
 (0)