Skip to content

Commit 3813f26

Browse files
committed
[ctp-emu] Update bunch crossing defaults
1 parent 48e4679 commit 3813f26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Cru/CruBar.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,8 @@ void CruBar::emulateCtp(Cru::CtpInfo ctpInfo)
913913

914914
// Don't send PHYS continuously (no PHY trigger if rate < 7)
915915
ttc.setEmulatorPHYSDIV(5);
916-
std::vector<uint32_t> bunchCrossings = { 0x10, 0x14d, 0x29a, 0x3e7, 0x534, 0x681, 0x7ce, 0x91b, 0xa68 };
916+
//std::vector<uint32_t> bunchCrossings = { 0x10, 0x14d, 0x29a, 0x3e7, 0x534, 0x681, 0x7ce, 0x91b, 0xa68 };
917+
std::vector<uint32_t> bunchCrossings = { 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0 };
917918
ttc.setFixedBCTrigger(bunchCrossings);
918919
}
919920

0 commit comments

Comments
 (0)