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