PandaRoot
PndMvdPixelDigiSorterTask.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 
18 #ifndef PndMvdPixelDigiSorterTask_H
19 #define PndMvdPixelDigiSorterTask_H 1
20 
21 #include "PndSdsPixelDigiSorterTask.h"
22 #include "TString.h"
23 
24 class PndMvdPixelDigiSorterTask : public PndSdsPixelDigiSorterTask {
25  public:
28 
29  PndMvdPixelDigiSorterTask(Int_t numberOfCells, Double_t widthOfCells);
30 
33 
35  virtual void SetParContainers();
36 
37  virtual InitStatus Init();
38 
40  void SetBranchNames(TString inBranchname, TString outBranchname, TString folderName);
41 
43  virtual void SetBranchNames();
44 
46 };
47 
48 #endif
virtual ~PndMvdPixelDigiSorterTask()
virtual void SetBranchNames()
virtual void SetParContainers()
virtual InitStatus Init()
ClassDef(PndMvdPixelDigiSorterTask, 1)