groups

name language licence
TEventList C++ Other
Small caps Latex Other
List with variable indentation Latex Other
Add multiple files to a TChain C++ Other
Change owenership of a file Shell Other
Find the location of a command binary Shell Other
Do a full yum update Shell Other
Location of system logs Shell Other

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



language: C++
licence: Other

Add multiple files to a TChain

options: view full snippetsend to code collector
TChain * t = new TChain("followers_full")
t->Add("d2o_ev*")    
	
(Continues...)