8#include <FairParGenericSet.h>
11#include <RtypesCore.h>
14#include <TGeoManager.h>
24 CbmTofDigiPar(
const char* name =
"CbmTofDigiPar",
const char* title =
"Digitization parameters for the TOF detector",
25 const char* context =
"TestDefaultContext");
53 void SetNode(Int_t iCell, TGeoNode* tGeoNode) {
fCellNode.insert(std::pair<Int_t, TGeoNode*>(iCell, tGeoNode)); }
CbmTofCell * GetCell(Int_t i)
std::map< Int_t, CbmTofCell * > fCellMap
void SetCellMap(std::map< Int_t, CbmTofCell * > map)
TGeoNode * GetNode(Int_t iCell)
CbmTofDigiPar(const CbmTofDigiPar &)=delete
void SetCellDxArray(TArrayD array)
void putParams(FairParamList *)
void SetNodeMap(std::map< Int_t, TGeoNode * > map)
std::map< Int_t, TGeoNode * > fCellNode
void SetCellZArray(TArrayD array)
Bool_t getParams(FairParamList *)
void SetCellDyArray(TArrayD array)
void SetCellYArray(TArrayD array)
void SetCellIdArray(TArrayI array)
void SetNrOfCells(Int_t i)
void SetCellXArray(TArrayD array)
CbmTofDigiPar & operator=(const CbmTofDigiPar &)=delete
CbmTofDigiPar(const char *name="CbmTofDigiPar", const char *title="Digitization parameters for the TOF detector", const char *context="TestDefaultContext")
void SetNode(Int_t iCell, TGeoNode *tGeoNode)