groups

name language licence
TTree aliases C++ Other
TNtuple simple analysis C++ Other
Table - default Latex Other
Rename a lot of files in a directory 2 Perl Other
Repeating string using the x operator Perl Other
Softlink to multiple files Perl Other
Substitution of one part of a string with another Perl Other
Substring Perl Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >



language: C++
licence: Other

TTree aliases

options: view full snippetsend to code collector
t->SetAlias("x","h[0]+h[1]+h[2]+h[3]");
t->SetAlias("y","h[4]+h[5]+h[6]+h[7]");
t->Draw("x:y");
	
(Continues...)