Tom McCauley
University of Notre Dame, USA
HSF Visualization Workshop
28-30 Mar 2017, CERN
var track_style = {
color: 'rgb(100%, 100%, 0%)',
opacity: 0.9,
linewidth: 1.0
};
app.data_objs = {
'Tracks_V2': {
type: app.POLYLINE,
on: true,
group: 'Tracking', name: 'Tracks',
fn: hepvis.makeTracks,
style: track_style
}
};