EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
12
class
PndSensorNameContFact
:
public
FairContFact
{
13
public
:
14
PndSensorNameContFact
();
15
~PndSensorNameContFact
();
16
FairParSet
*
createContainer
(
FairContainer
*
c
);
17
TList*
GetSensorParNames
() {
return
fSensorParNames
;};
18
private
:
19
void
setAllContainers
();
20
TList*
fSensorParNames
;
21
std::vector<std::string>
fContainerNames
;
22
23
PndSensorNameContFact
(
const
PndSensorNameContFact
&
L
);
24
PndSensorNameContFact
&
operator=
(
const
PndSensorNameContFact
&) {
return
*
this
;}
25
26
ClassDef
(
PndSensorNameContFact
,1);
// Factory for all SensorName parameter containers
27
};
28
29
#endif
/* !MVDCONTFACT_H */
EicRoot
blob
master
PndTools
generalTools
PndSensorNameContFact.h
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:37
using
1.8.2 with
EIC GitHub integration