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