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
{name: "hist",asurl: true,file: "hsimple.root",item: "ntuple",opt: "px:py>>hist(50,-5,5,50,-5,5)",title: "TTree::Draw into custom histogram"},
237
+
{name: "cut",asurl: true,file: "hsimple.root",item: "ntuple",opt: "px:py::pz>5",title: "TTree::Draw with cut condition"},
238
+
{name: "player",asurl: true,file: "hsimple.root",item: "ntuple",opt: "px:py::pz>5;player",title: "Enable player to let change draw expression"},
239
239
{name: "lhcb2",asurl: true,file: "https://root.cern/files/lhcb2.root",item: "E;1//Event/Gen/Header/m_evtNumber",title: "Histogram data of sub-sub-branches from lhcb2.root file"},
240
240
{name: "atlas",asurl: true,file: "https://root.cern/files/atlas30new.root",item: "CollectionTree",opt: "TileMuContainer_p1_TileMuObj.vector.m_phi",title: "Histogram data of tree from atlas30new.root file"},
241
241
{name: "expr",asurl: true,file: "WJets.root",opt: "TMath::Abs(lep1_p4.M())",item: "t",title: "Use of expression and object methods"},
{name:"2d+3d",file: "mix2d3d.root",item: "Canvas;1",title: "Mixture of 2D and 3D drawings on the same canvas (work properly in Firefox and Chrome)"}
271
271
],
272
272
TGeo : [
273
-
{name:"logo",file: "geom/rootgeom.root",item: "simple1;1",title:"Geometry from rootgeom.C example"},
273
+
{name:"logo",asurl: true,file: "geom/rootgeom.root",item: "simple1;1",title:"Geometry from rootgeom.C example"},
274
274
{name:"prim",url: "?nobrowser&file="+filepath+"geom/geodemo.root+&layout=vert333&items=[box,para,arb8,trap,gtra,trd1,trd2,xtru]&opts=[a,a,a,a,a,a,a,a,a]",title:"Basic TGeo primitives from tutorials/geom/geodemo.C"},
275
275
{name:"prim2",url: "?nobrowser&file="+filepath+"geom/geodemo.root+&layout=grid3x3&items=[cone,coneseg,tube,tubeseg,ctub,eltu,pcon,pgon]&opts=[a,a,a,a,a,a,a,a]",title:"Basic TGeo primitives, group 2"},
276
276
{name:"prim3",url: "?nobrowser&file="+filepath+"geom/geodemo.root+&layout=grid3x2&items=[sphere,torus,parab,hype,comp]&opts=[a,a,a,a,a]",title:"Basic TGeo primitives, group 3"},
277
277
{name:"comp",url: "?nobrowser&file="+filepath+"geom/geodemo.root+&layout=grid2x2&items=[comp;1/Left,comp;1/Right,comp;1,comp;1]&opts=[axis,axis,compaaxis,axis]",title:"Components of composite shape"},
278
-
{name:"building",file: "geom/building.root",item: "geom;1",opt: "allz",title: "Geometry from tutorials/geom/building.C"},
{name:"eve",asurl: true,json: "geom/evegeoshape.json.gz",title: "Example of drawing snapshot of volumes from EVE"},
284
284
{name:"tracks",url: "?nobrowser&json="+filepath+"geom/evegeoshape.json.gz&file="+filepath+"geom/eve_tracks.root&item=evegeoshape.json.gz+eve_tracks.root/tracks;1",title:"Overlap of geometry with tracks, read from separate file"},
285
285
{name:"tracks+hits",url: "?nobrowser&json="+filepath+"geom/simple_alice.json.gz&file="+filepath+"geom/tracks_hits.root&item=simple_alice.json.gz+tracks_hits.root/tracks;1+tracks_hits.root/hits;1",title:"Overlap of simple ALICE geometry with tracks and hits, read from separate file"}
0 commit comments