FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
macro
softrig
toy
softrig/toy/merge.C
Go to the documentation of this file.
1
int
merge
(
TString
ntp,
TString
f1
,
TString
f2
,
TString
fout)
2
{
3
TChain
n
(ntp);
4
n.Add(f1);
5
if
(f2!=
""
) n.Add(f2);
6
n.Merge(fout);
7
return
0;
8
}
f1
TF1 * f1
Definition:
reco_analys2.C:50
n
int n
Definition:
HypStatDecay.cxx:21
merge
int merge(TString ntp="", TString fout="", TString f1="", TString f2="", TString f3="", TString f4="", TString f5="")
Definition:
examples/analysistools/merge.C:1
TString
TString
Definition:
SimCompleteLinkDef.h:6
f2
TFile * f2
Definition:
ReadMesDecCorrRes.C:5
Generated on Wed Apr 3 2019 10:02:47 for FairRoot/PandaRoot by
1.8.5