Skip to content

Commit 25b11ad

Browse files
committed
Narrow down the start time
1 parent ada4d25 commit 25b11ad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/java/org/jlab/clas/timeline/histograms

src/main/java/org/jlab/clas/timeline/histograms/ALERT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public ALERT(int reqrunNum, String reqOutputDir, float reqEb, boolean reqTimeBas
9292
TOT[index].setFillColor(4);
9393
}
9494

95-
START_TIME = new H1F("start time","start time", 200, 0, 200);
95+
START_TIME = new H1F("start time","start time", 80, 80.0, 120.0);
9696
START_TIME.setTitle("Event start time when the start time is defined and the trigger particle is an electron");
9797
START_TIME.setTitleX("start time (ns)");
9898

0 commit comments

Comments
 (0)