PandaRoot
PndMvdToPix4ClusterTask.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 PNDMVDTOPIX4CLUSTERTASK_H
17 #define PNDMVDTOPIX4CLUSTERTASK_H
18 
19 #include "PndMvdPixelClusterTask.h"
22 #include "TString.h"
23 #include "FairRootManager.h"
24 
26  public:
28  PndMvdToPix4ClusterTask(TString parName = "MVDPixelDigiPar", TString totParName = "MVDPixelTotDigiPar");
29 
31  virtual ~PndMvdToPix4ClusterTask();
32 
33  protected:
34  virtual std::vector<PndSdsDigiPixel> ConvertAndFilter(TClonesArray *digidata);
35 
36  private:
37  ClassDef(PndMvdToPix4ClusterTask, 1);
38 };
39 
40 #endif /* MVDTOPIX4CLUSTERTASK_H */
PndMvdToPix4ClusterTask(TString parName="MVDPixelDigiPar", TString totParName="MVDPixelTotDigiPar")
virtual std::vector< PndSdsDigiPixel > ConvertAndFilter(TClonesArray *digidata)
convert TClonesArray into std::vector and remove corrupted data (for test beam analysis) ...
virtual ~PndMvdToPix4ClusterTask()