Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AraEvent/AraQualCuts.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ int AraQualCuts::getLivetimeConfiguration(const int runNumber, int stationId)
for(unsigned int i = 0; i < configStart.size(); ++i) {
start = configStart[i];
if(i+1 == configStart.size()) // if this is the last config start assume all future runs are part of the last config
end = int(1e10);
end = std::numeric_limits<int>::max();
else // if this isn't the last config start, assume this config continues until the next config begins
end = configStart[i+1];

Expand Down
2 changes: 1 addition & 1 deletion AraEvent/livetimeConfigs/a1_livetimeConfigs.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RunNo,Config,RepYear,TriggerWindow,ReadoutWindow,PreTriggerWindow
0,1,2014,10,20,10
3007,2,2015,16,26,14
10316,3,2018,16,28,10
10316,3,2018,16,28,10
2 changes: 1 addition & 1 deletion AraEvent/livetimeConfigs/a4_livetimeConfigs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ RunNo,Config,RepYear,TriggerWindow,ReadoutWindow,PreTriggerWindow
0,1,2018,30,28,10
3286,2,2018,30,28,10
3852,3,2018,35,32,14
5278,4,2019,31,32,14
5278,4,2019,31,32,14
2 changes: 1 addition & 1 deletion AraEvent/livetimeConfigs/a5_livetimeConfigs.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
RunNo,Config,RepYear,TriggerWindow,ReadoutWindow,PreTriggerWindow
0,1,2018,30,28,10
4049,2,2019,30,28,10
4049,2,2019,30,28,10
Loading