CbmRoot
Loading...
Searching...
No Matches
CbmStsSimSensorFactory.h
Go to the documentation of this file.
1/* Copyright (C) 2020 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Volker Friese [committer] */
4
10#ifndef CBMSTSSIMSENSORFACTORY_H
11#define CBMSTSSIMSENSORFACTORY_H 1
12
13
14#include "CbmStsSimSensor.h"
15
16#include <Rtypes.h>
17
18#include <memory>
19
20class CbmStsParSensor;
21
22
36
37public:
38 typedef std::unique_ptr<CbmStsSimSensor> UP_sensor;
39
42
43
46
47
53
54 ClassDef(CbmStsSimSensorFactory, 2)
55};
56
57
58#endif /* CBMSTSSIMSENSORFACTORY_H */
Constructional parameters of a STS sensor.
UP_sensor CreateSensor(const CbmStsParSensor &par)
Create a sensor.
std::unique_ptr< CbmStsSimSensor > UP_sensor