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
StPythiaFourPMakerTest.C
1
// Copyright (C) 2008 Tai Sakuma <sakuma@bnl.gov>
2
#include "StPythiaFourPMakerTest.hh"
3
4
#include <StPythiaFourPMaker.h>
5
6
using namespace
std;
7
8
// Registers the fixture into the 'registry'
9
CPPUNIT_TEST_SUITE_REGISTRATION(
StPythiaFourPMakerTest
);
10
11
void
StPythiaFourPMakerTest::setUp()
12
{
13
14
}
15
16
void
StPythiaFourPMakerTest::tearDown()
17
{
18
19
}
20
21
void
StPythiaFourPMakerTest::testMake()
22
{
23
StPythiaFourPMaker
* maker =
new
StPythiaFourPMaker
(
"StPythiaFourPMaker"
, 0, 0);
24
25
// maker->Make();
26
27
delete
maker;
28
}
StPythiaFourPMakerTest
Definition:
StPythiaFourPMakerTest.hh:7
StPythiaFourPMaker
Definition:
StPythiaFourPMaker.h:17
Generated by
1.8.5