Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
KFParticleTest.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file KFParticleTest.h
1 /*
2  * This file is part of KFParticle package
3  * Copyright (C) 2007-2019 FIAS Frankfurt Institute for Advanced Studies
4  * 2007-2019 Goethe University of Frankfurt
5  * 2007-2019 Ivan Kisel <I.Kisel@compeng.uni-frankfurt.de>
6  * 2007-2019 Maksym Zyzak
7  *
8  * KFParticle is free software: you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation, either version 3 of the License, or
11  * (at your option) any later version.
12  *
13  * KFParticle is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16  * GNU General Public License for more details.
17  *
18  * You should have received a copy of the GNU General Public License
19  * along with this program. If not, see <https://www.gnu.org/licenses/>.
20  */
21 
22 #ifndef KFParticleTest_H
23 #define KFParticleTest_H
24 
25 class KFParticle;
26 class KFParticleSIMD;
27 
29 {
30  public:
31 
34 
35  void PrintTutorial();
36  void RunTest();
37 
38  private:
39 
40  void RunTestSingle();
41  void RunTestSIMD();
43 
46 
47 #ifndef KFParticleStandalone
48  ClassDef( KFParticleTest, 1 )
49 #endif
50 };
51 
52 #endif //KFParticleTest_H
53