We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada4d25 commit 25b11adCopy full SHA for 25b11ad
1 file changed
src/main/java/org/jlab/clas/timeline/histograms/ALERT.java
@@ -92,7 +92,7 @@ public ALERT(int reqrunNum, String reqOutputDir, float reqEb, boolean reqTimeBas
92
TOT[index].setFillColor(4);
93
}
94
95
- START_TIME = new H1F("start time","start time", 200, 0, 200);
+ START_TIME = new H1F("start time","start time", 80, 80.0, 120.0);
96
START_TIME.setTitle("Event start time when the start time is defined and the trigger particle is an electron");
97
START_TIME.setTitleX("start time (ns)");
98
0 commit comments