StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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 }