You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eliminated comments from older versions of the code. The new FlashFinder algorithm creates shortened flashes for some interactions that were vetoed before
_min_pe_repeated = p.get<double>("MinPECoincRepeated", 20); // Minimum PE in one bin to declare a repeated flash during an existing OpFlash
49
39
_min_time_before = p.get<double>("MinTimeBefore", 0.5); // minimum time separation to declare a repeated flash before an existing OpFlash
50
40
_time_dif_flash_before = p.get<double>("TimeDifferenceFlashBefore", 0.05); // minimum time separation to declare a repeated flash before an existing OpFlash
51
41
52
-
53
-
54
-
55
-
56
-
57
-
58
-
59
-
60
-
61
42
// Check that integral_time > veto_time (they are set equal)
62
43
if(_integral_time > _veto_time) {
63
44
std::cerr << "Integral time cannot exceed veto time!" << std::endl;
0 commit comments