PandaRoot
PndDipolePar.h
Go to the documentation of this file.
1 
10 #ifndef PNDDIPOLEPAR_H
11 #define PNDDIPOLEPAR_H 1
12 
13 #include "PndMapPar.h"
14 
15 class PndDipolePar : public PndMapPar {
16  public:
18  PndDipolePar(const char *name, const char *title, const char *context);
19 
21  PndDipolePar();
22 
24  ~PndDipolePar();
25 
27 };
28 
29 #endif
ClassDef(PndDipolePar, 1)