ROOT
git-r3/HEAD
Reference Guide
Loading...
Searching...
No Matches
RunMySelector.C
Go to the documentation of this file.
1
{
// set up a TChain
2
TChain
*ch=
new
TChain
(
"cond_data"
,
"My Chain for Example N-Tuple"
);
3
ch->
Add
(
"conductivity_experiment*.root"
);
4
// eventually, start Proof Lite on cores
5
TProof::Open(
"workers=4"
);
6
ch->SetProof();
7
ch->
Process
(
"MySelector.C+"
);}
TChain
A chain is a collection of files containing TTree objects.
Definition
TChain.h:33
TChain::Process
Long64_t Process(const char *filename, Option_t *option="", Long64_t nentries=kMaxEntries, Long64_t firstentry=0) override
Process all entries in this chain, calling functions in filename.
Definition
TChain.cxx:2269
TChain::Add
virtual Int_t Add(TChain *chain)
Add all files referenced by the passed chain to this chain.
Definition
TChain.cxx:211
documentation
primer
macros
RunMySelector.C
ROOTgit-r3/HEAD - Reference Guide Generated on
(GVA Time) using Doxygen 1.16.1