PandaRoot
PndLmdIdealRecoTask.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 // ----- PndLmdIdealRecoTask source file -----
15 // ----- Created 04/02/10 by M.Michel -----
16 // ----- Based on PndMvdIdealRecoTask by R.Kliemt -----
17 // -------------------------------------------------------------------------
18 
26 #ifndef PNDLMDIDEALRECOTASK_H
27 #define PNDLMDIDEALRECOTASK_H
28 
29 #include "PndSdsIdealRecoTask.h"
30 
31 class TClonesArray;
32 
34  public:
37 
38  PndLmdIdealRecoTask(Double_t sx, Double_t sy, Double_t sz);
39 
41  virtual ~PndLmdIdealRecoTask();
42 
48  virtual void SetBranchNames(TString inBranchname, TString outHitBranchname, TString folderName);
49  virtual void SetBranchNames();
50 
52 };
53 
54 #endif
ClassDef(PndLmdIdealRecoTask, 2)
virtual void SetBranchNames()
virtual ~PndLmdIdealRecoTask()