CbmRoot
Loading...
Searching...
No Matches
CbmMvdSensorTask.cxx
Go to the documentation of this file.
1/* Copyright (C) 2012-2015 Institut fuer Kernphysik, Goethe-Universitaet Frankfurt, Frankfurt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Michael Deveaux, Philipp Sitzmann [committer], Florian Uhlig */
4
5// -------------------------------------------------------------------------
6// ----- CbmMvdSensorTask source file -----
7// ----- Created 02.02.2012 by M. Deveaux -----
8// -------------------------------------------------------------------------
9
10#include "CbmMvdSensorTask.h"
11
12#include "TClonesArray.h"
13
14// ----- Default constructor -------------------------------------------
17 , fInputBuffer(nullptr)
18 , fOutputBuffer(nullptr)
19 , fSensor(nullptr)
20{
21 fPluginIDNumber = -1;
22}
23// -------------------------------------------------------------------------
24// ----- constructor -------------------------------------------
26 : CbmMvdSensorPlugin(name)
27 , fInputBuffer(nullptr)
28 , fOutputBuffer(nullptr)
29 , fSensor(nullptr)
30{
31 fPluginIDNumber = -1;
32}
33// -------------------------------------------------------------------------
34
35// ----- Destructor ----------------------------------------------------
37{
38 fInputBuffer->Delete();
39
40 fOutputBuffer->Delete();
41}
42// -------------------------------------------------------------------------
43
ClassImp(CbmConverterManager)
TClonesArray * fOutputBuffer
TClonesArray * fInputBuffer