PandaRoot
PndMvdIdealClusterTask.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 
20 #ifndef PndMvdIdealClusterTASK_H
21 #define PndMvdIdealClusterTASK_H 1
22 
23 #include "PndSdsIdealClusterTask.h"
24 #include "TString.h"
25 
27  public:
30  PndMvdIdealClusterTask(Double_t radius, Int_t FEcolumns, Int_t FErows, TString geoFile);
32  virtual ~PndMvdIdealClusterTask();
33 
34  virtual void SetParContainers();
35  virtual void SetBranchNames();
36  void SetBranchNames(TString inBranchname, TString outHitBranchname, TString outClustBranchname, TString folderName);
37 
39 };
40 
41 #endif /* PndMvdIdealClusterTASK_H */
virtual ~PndMvdIdealClusterTask()
ClassDef(PndMvdIdealClusterTask, 2)
virtual void SetParContainers()
virtual void SetBranchNames()