PandaRoot
PndLmdPixelClusterTask.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 PNDLMDPIXELCLUSTERTASK_H
17 #define PNDLMDPIXELCLUSTERTASK_H
18 
19 #include "PndSdsPixelClusterTask.h"
20 #include "TString.h"
21 
22 class FairRun;
23 class FairRuntimeDb;
24 
26  FairRun *ana;
27  FairRuntimeDb *rtdb;
28 
29  public:
32 
34  virtual ~PndLmdPixelClusterTask();
35 
36  virtual void SetParContainers();
37  virtual void SetBranchNames();
38  virtual void SetClusterFinder();
39  virtual void SetBackMapping();
40  virtual void SetBranchNames(TString inBranchname, TString outHitBranchname, TString outClustBranchname, TString folderName);
42  void Exec(Option_t *opt);
43  void FinishEvent();
44 
45  InitStatus Init();
47 };
48 
49 #endif /* LMDCLUSTERTASK_H */
virtual void SetClusterFinder()
virtual void SetParContainers()
virtual ~PndLmdPixelClusterTask()
void Exec(Option_t *opt)
virtual void SetBackMapping()
virtual void SetBranchNames()
ClassDef(PndLmdPixelClusterTask, 3)