Skip to content

Commit

Permalink
move default event to latest event of the live display
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Ponce committed Oct 2, 2023
1 parent f6f3af8 commit b1ee209
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ export class LHCbComponent implements OnInit {
defaultView: [-8000, 6000, 0, 0, 0, 8000], // x,y,z of position followed by x,y,z of target
phoenixMenuRoot: this.phoenixMenuRoot,
defaultEventFile: {
eventFile: 'assets/files/lhcb/MC_ProtonCollisions.json.zip',
eventFile:
'https://lhcb-media.web.cern.ch/lhcb-media/EventDisplay/liveEvents.json.zip',
eventType: 'zip',
},
};
Expand Down

0 comments on commit b1ee209

Please sign in to comment.