PandaRoot
PndLmdHitProducerIdeal.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 // ----- PndLmdHitProducerIdeal header file -----
15 // ----- Created 04/02/10 by M. Michel -----
16 // ----- Based on CbmStsHitProducerIdel by V. Friese -----
17 // -------------------------------------------------------------------------
18 
29 #ifndef PNDLMDHITPRODUCERIDEAL_H
30 #define PNDLMDHITPRODUCERIDEAL_H
31 
32 #include "PndSdsHitProducerIdeal.h"
33 
34 class TClonesArray;
35 
37  public:
40 
42  virtual ~PndLmdHitProducerIdeal();
43 
44  virtual void SetBranchNames(TString inBranchname, TString outBranchname, TString folderName);
45  virtual void SetBranchNames();
46 
48 };
49 
50 #endif
virtual ~PndLmdHitProducerIdeal()
virtual void SetBranchNames()
ClassDef(PndLmdHitProducerIdeal, 4)