EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PndSensorNameContFact.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file PndSensorNameContFact.h
1 #ifndef PNDSENSORNAMECONTFACT_H
2 #define PNDSENSORNAMECONTFACT_H
3 
4 #include "FairContFact.h"
5 
6 #include <vector>
7 #include <string>
8 
9 class FairContainer;
10 //class FairParIo;
11 
13 public:
17  TList* GetSensorParNames() {return fSensorParNames;};
18 private:
19  void setAllContainers();
20  TList* fSensorParNames;
21  std::vector<std::string> fContainerNames;
22 
25 
26  ClassDef( PndSensorNameContFact,1); // Factory for all SensorName parameter containers
27 };
28 
29 #endif /* !MVDCONTFACT_H */