groups

name language licence
TEventList C++ Other
Add multiple files to a TChain C++ Other
TTree aliases C++ Other
TNtuple simple analysis C++ Other
Maximum likelihood, minuit example C++ Other
Merging trees C++ Other
Convert UInt_t to binary C++ Other
Convert string to integer C++ Other

< 1 2 3 4 5 >



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...)