FairRoot/PandaRoot
PndLmdStripHitProducer.h
Go to the documentation of this file.
1 /*
2  * Updated by h.xu@fz-juelich.de on Jun30.2010
3  * To match the base class SdsStripHitProducer,the virtual functions SetParContainers() and
4  * SetCalculators() were reloaded.
5  */
6 
7 
8 
9 #ifndef PNDLMDSTRIPHITPRODUCER_H
10 #define PNDLMDSTRIPHITPRODUCER_H
11 
12 #include "PndSdsStripHitProducer.h"
13 
15 {
16  public:
17 
22 
24  virtual ~PndLmdStripHitProducer();
25 
26  virtual void SetBranchNames(TString inBranchname, TString outBranchname, TString folderName);
27  virtual void SetBranchNames();
28  virtual void SetCalculators();
29  virtual void SetParContainers();
30 
31 
33 
34 };
35 
36 #endif
ClassDef(PndLmdStripHitProducer, 65)
Hit Producer Task for strip detectors.