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
StJetMaker
test
StjBEMCTreeTest.hh
1
// Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
2
#ifndef STJBEMCTREETEST_HH
3
#define STJBEMCTREETEST_HH
4
5
#include <cppunit/extensions/HelperMacros.h>
6
7
class
StjBEMCTreeTest
:
public
CPPUNIT_NS::TestFixture
8
{
9
CPPUNIT_TEST_SUITE(
StjBEMCTreeTest
);
10
CPPUNIT_TEST( testGetEntry );
11
CPPUNIT_TEST_SUITE_END();
12
13
public
:
14
void
setUp();
15
void
tearDown();
16
17
void
testGetEntry();
18
19
private
:
20
21
};
22
23
24
#endif // STJBEMCTREETEST_HH
StjBEMCTreeTest
Definition:
StjBEMCTreeTest.hh:7
Generated by
1.8.5