PandaRoot
PndMvdStripClusterTask.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 // -------------------------------------------------------------------------
14 // ----- PndMvdStripClusterTask header file -----
15 // -------------------------------------------------------------------------
16 
17 #ifndef PNDMVDSTRIPCLUSTERTASK_H
18 #define PNDMVDSTRIPCLUSTERTASK_H 1
19 
20 #include "PndSdsStripClusterTask.h"
21 
23  public:
26 
28  virtual ~PndMvdStripClusterTask();
29 
30  virtual void GetParList(TList *tempList);
31  virtual void SetParContainersMQ(TList *tempList);
32 
33  void SetBranchNames(TString inBranchname, TString outHitBranchname, TString outClustBranchname, TString folderName);
34  virtual void SetBranchNames();
35 
36  virtual void SetParContainers();
37  virtual void SetCalculators();
38 
40 };
41 
42 #endif /* MVDCLUSTERTASK_H */
virtual void SetCalculators()
ClassDef(PndMvdStripClusterTask, 3)
virtual void SetBranchNames()
virtual void GetParList(TList *tempList)
virtual void SetParContainersMQ(TList *tempList)
virtual ~PndMvdStripClusterTask()
virtual void SetParContainers()