FairRoot/PandaRoot
PndMvdHitProducerIdeal.h
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- CbmMvdHitProducerIdel header file -----
3 // -------------------------------------------------------------------------
4 
5 
12 #ifndef PNDMVDHITPRODUCERIDEAL_H
13 #define PNDMVDHITPRODUCERIDEAL_H 1
14 
15 #include "PndSdsHitProducerIdeal.h"
16 
18 {
19  public:
20 
23 
24 
26  virtual ~PndMvdHitProducerIdeal();
27 
28  void SetBranchNames(TString inBranchname, TString outBranchname, TString folderName);
29  virtual void SetBranchNames();
30 
32 
33 };
34 
35 #endif
ClassDef(PndMvdHitProducerIdeal, 4)