EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PndDipole3Par.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PndDipole3Par.h
1 
11 #ifndef PndDipole3Par_H
12 #define PndDipole3Par_H 1
13 
14 #include "PndMapPar.h"
15 
16 class PndDipole3Par : public PndMapPar
17 {
18  public:
19 
21  PndDipole3Par(const char* name, const char* title, const char* context);
22 
24  PndDipole3Par();
25 
28 
30 
31 };
32 
33 
34 #endif