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