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
StBFChain
BFC.C
1
#if !defined(__CINT__) && !defined(__CLING__)
2
#include "TROOT.h"
3
#endif
4
#include "Bfc.h"
5
#if !defined(__CINT__) && !defined(__CLING__)
6
TableImpl(Bfc);
7
#endif
8
#include "BigFullChain.h"
9
TDataSet
*CreateTable() {
10
if
(!gROOT->GetClass(
"St_Bfc"
))
return
0;
11
Int_t NoChainOptions =
sizeof
(BFC)/
sizeof
(
Bfc_st
);
12
St_Bfc
*tableSet =
new
St_Bfc
(
"BFC"
,NoChainOptions);
13
for
(Int_t i = 0; i < NoChainOptions; i++) {
14
tableSet->
AddAt
(&BFC[i]);
15
}
16
return
tableSet;
17
}
Bfc_st
Definition:
Bfc.h:8
TTable::AddAt
virtual Int_t AddAt(const void *c)
Definition:
TTable.cxx:1122
TDataSet
Definition:
TDataSet.h:34
St_Bfc
Definition:
Bfc.h:28
Generated by
1.8.5