3 #include <StjTreeEntryMaker.h>
4 #include <StjTreeEntryCoordinator.h>
6 #include <StjTreeIndex.h>
7 #include <StjTreeIndexList.h>
8 #include <StjTreeIndexListCreator.h>
16 #include "StjTreeEntryMakerTest.hh"
23 void StjTreeEntryMakerTest::setUp()
28 void StjTreeEntryMakerTest::tearDown()
33 void StjTreeEntryMakerTest::testMake()
35 TDirectory* inFile =
new TFile(
"./part_run6143024.root");
38 idxCreator.AddTrgTreeName(
"trgBHT2");
39 idxCreator.AddTrgTreeName(
"trgBJP2");
40 StjTreeIndexList idxList = idxCreator.create();
48 for(
int i = 0; i < 9313; ++i) {
49 Int_t ret = maker->
Make();
51 CPPUNIT_ASSERT( 47 != i );