star-travex
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
lMuDst.C
Go to the documentation of this file.
1 #include "Riostream.h"
2 void lMuDst()
3 {
4 #if !defined(__CINT__)
5  std::cout << "This code cannot be compiled" << std::endl;
6 #else
7  gROOT->LoadMacro("bfc.C");
8  TString Chain("StEvent,RMuDst,mysql,tpcDb,magF,nodefault");
9 
10  // The first argument (Last = -2) to bfc() below asks bfc to load the
11  // libraries but do not loop over events. The actuall loop is in VertexRank.C
12  bfc(-2, Chain, 0, 0, 0);
13  // gROOT->LoadMacro("FitP_t.h+");
14  gSystem->Load("libEG");
15  // gSystem->Load("libStKFVertex");
16  //gSystem->AddIncludePath(" -I$ROOTROOT/root/tmva/test");
17  gSystem->AddIncludePath(" -I$ROOTSYS/root/tmva/test");
18 #if 0
19  StMaker *muDst = chain->Maker("MuDst");
20  StMaker *dbMk = chain->Maker("db");
21  chain->AddAB("db", muDst, -1); // move MuDst befor db
22  StMaker::lsMakers(chain);
23 #endif
24 #endif
25 }
void lMuDst()
Definition: lMuDst.C:2