PandaRoot
PndMvdSimplePixelClusterFinder.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 #ifndef PNDMVDSIMPLEPIXELCLUSTERFINDER_H
14 #define PNDMVDSIMPLEPIXELCLUSTERFINDER_H
15 
17 #include "PndSdsTotDigiPar.h"
18 #include "PndSdsPixelDigiPar.h"
28 
30  public:
31  PndMvdSimplePixelClusterFinder(TString parName = "MVDPixelDigiPar", TString totParName = "MVDPixelTotDigiPar", Int_t verbose = 0);
35  void SetParName(TString val) { fParName = val; }
36  void SetTotParName(TString val) { fTotParName = val; }
37 
38  protected:
39  void SetParameters();
40 
41  private:
42  TString fParName;
43  TString fTotParName;
44  PndSdsPixelDigiPar *fDigiPar;
45  PndSdsTotDigiPar *fTotDigiPar;
46 };
47 #endif
PndMvdSimplePixelClusterFinder & operator=(const PndMvdSimplePixelClusterFinder &)=delete
Charge Digitization Parameter Class for SDS.
PndMvdSimplePixelClusterFinder(TString parName="MVDPixelDigiPar", TString totParName="MVDPixelTotDigiPar", Int_t verbose=0)
Digitization Parameter Class for SDS-Pixel part.