FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
macro
softrig
toy
Functions
softrig/toy/merge.C File Reference
Go to the source code of this file.
Functions
int
merge
(
TString
ntp,
TString
f1
,
TString
f2
,
TString
fout)
Function Documentation
int merge
(
TString
ntp
,
TString
f1
,
TString
f2
,
TString
fout
)
Definition at line
1
of file
softrig/toy/merge.C
.
References
n
.
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
f2
TFile * f2
Definition:
ReadMesDecCorrRes.C:5
Generated on Wed Apr 3 2019 10:03:14 for FairRoot/PandaRoot by
1.8.5