StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
macros
calib
prepass.C
1
int
prepass(
const
char
*daqFile,
const
char
*flg)
2
{
3
gROOT->ProcessLine(
".L bfc.C"
);
4
TString opt(flg);
5
opt +=
",SpcChgCalG,MakeEvent,ITTF,OShortR,OSpaceZ2,MuDst,-dstout"
;
6
bfc(0,opt,daqFile);
7
chain->SetAttr(
".call"
,
"SetActive(0)"
,
"MuDst"
);
//NO MuDst
8
chain->SetAttr(
".call"
,
"SetActive(0)"
,
"outputStream"
);
//NO Out
9
chain->SetAttr(
".call"
,
"SetActive(0)"
,
"kink2"
);
10
chain->SetAttr(
".call"
,
"SetActive(0)"
,
"StTagsMaker::"
);
11
chain->SetAttr(
".call"
,
"SetActive(0)"
,
"StStrangeMuDstMaker::"
);
12
chain->EventLoop(1,10000);
13
return
99;
14
}
Generated by
1.8.5