PandaRoot
PndLmdStripHitProducer.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  * Updated by h.xu@fz-juelich.de on Jun30.2010
15  * To match the base class SdsStripHitProducer,the virtual functions SetParContainers() and
16  * SetCalculators() were reloaded.
17  */
18 
19 #ifndef PNDLMDSTRIPHITPRODUCER_H
20 #define PNDLMDSTRIPHITPRODUCER_H
21 
22 #include "PndSdsStripHitProducer.h"
23 
25  public:
30 
32  virtual ~PndLmdStripHitProducer();
33 
34  virtual void SetBranchNames(TString inBranchname, TString outBranchname, TString folderName);
35  virtual void SetBranchNames();
36  virtual void SetCalculators();
37  virtual void SetParContainers();
38 
40 };
41 
42 #endif
virtual void SetBranchNames()
virtual void SetCalculators()
ClassDef(PndLmdStripHitProducer, 65)
virtual void SetParContainers()
Hit Producer Task for strip detectors.
virtual ~PndLmdStripHitProducer()