PandaRoot
PndMvdPixelClusterTask.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 // -------------------------------------------------------------------------
15 
16 #ifndef PNDMVDPIXELCLUSTERTASK_H
17 #define PNDMVDPIXELCLUSTERTASK_H
18 
19 #include "PndSdsPixelClusterTask.h"
22 #include "TString.h"
23 #include "FairRootManager.h"
24 
26  public:
28  PndMvdPixelClusterTask(TString parName = "MVDPixelDigiPar", TString totParName = "MVDPixelTotDigiPar");
29 
31  virtual ~PndMvdPixelClusterTask();
34 
35  virtual void GetParList(TList *tempList);
36  virtual void SetClusterFinderMQ(TList *tempList);
37  virtual void SetBackMappingMQ(TList *tempList);
38 
39  virtual void SetParContainers();
40  virtual void SetBranchNames();
41  virtual void SetClusterFinder();
42  virtual void SetBackMapping();
43  virtual void SetBranchNames(TString inBranchname, TString outHitBranchname, TString outClustBranchname, TString folderName);
44 
45  private:
46  TString fParName;
47  TString fTotParName;
48  PndSdsTotDigiPar *fTotDigiPar;
49  PndSensorNamePar *fSensorNamePar;
50  ClassDef(PndMvdPixelClusterTask, 3);
51 };
52 
53 #endif /* MVDCLUSTERTASK_H */
virtual void SetBranchNames()
virtual void GetParList(TList *tempList)
PndMvdPixelClusterTask & operator=(const PndMvdPixelClusterTask &)=delete
Charge Digitization Parameter Class for SDS.
virtual void SetClusterFinder()
virtual void SetBackMapping()
virtual void SetParContainers()
PndMvdPixelClusterTask(TString parName="MVDPixelDigiPar", TString totParName="MVDPixelTotDigiPar")
virtual ~PndMvdPixelClusterTask()
virtual void SetBackMappingMQ(TList *tempList)
Unique match between SensorID and path in TGeoManager.
virtual void SetClusterFinderMQ(TList *tempList)