PandaRoot
PndTransPar.h
Go to the documentation of this file.
1 
9 #ifndef PNDTRANSPAR_H
10 #define PNDTRANSPAR_H 1
11 
12 #include "PndMapPar.h"
13 
14 class PndTransPar : public PndMapPar {
15  public:
17  PndTransPar(const char *name, const char *title, const char *context);
18 
20  PndTransPar();
21 
23  ~PndTransPar();
24 
26 };
27 
28 #endif
ClassDef(PndTransPar, 1)