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