Skip to content

Commit 0b2268f

Browse files
Change epsilon value for offsets in SBNDBNBRetriever
1 parent 490517e commit 0b2268f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbncode/BeamSpillInfoRetriever/SBNDBNBRetriever/SBNDBNBRetriever_module.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sbn::SBNDBNBRetriever::SBNDBNBRetriever(fhicl::ParameterSet const & params)
7272
vp873->set_epsilon(0.02);
7373

7474
offsets = ifbeam_handle->getBeamFolder(params.get<std::string>("OffsetBundle"), params.get<std::string>("URL"), timeWindow);
75-
offsets->set_epsilon(600);
75+
offsets->set_epsilon(1000);
7676

7777
}
7878

0 commit comments

Comments
 (0)