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