Go to the documentation of this file. 1 #ifndef CBMTOFDIGIPAR_H
2 #define CBMTOFDIGIPAR_H
5 #include <RtypesCore.h>
11 #include <FairParGenericSet.h>
12 #include <TGeoManager.h>
21 const char* name =
"CbmTofDigiPar",
22 const char* title =
"Digitization parameters for the TOF detector",
23 const char* context =
"TestDefaultContext");
51 void SetNode(Int_t iCell, TGeoNode* tGeoNode) {
52 fCellNode.insert(std::pair<Int_t, TGeoNode*>(iCell, tGeoNode));
void SetCellMap(std::map< Int_t, CbmTofCell * > map)
void SetNodeMap(std::map< Int_t, TGeoNode * > map)
std::map< Int_t, TGeoNode * > fCellNode
void SetNrOfCells(Int_t i)
void SetCellDyArray(TArrayD array)
CbmTofCell * GetCell(Int_t i)
void putParams(FairParamList *)
void SetCellYArray(TArrayD array)
CbmTofDigiPar(const char *name="CbmTofDigiPar", const char *title="Digitization parameters for the TOF detector", const char *context="TestDefaultContext")
void SetCellZArray(TArrayD array)
Bool_t getParams(FairParamList *)
CbmTofDigiPar(const CbmTofDigiPar &)=delete
std::map< Int_t, CbmTofCell * > fCellMap
TGeoNode * GetNode(Int_t iCell)
void SetNode(Int_t iCell, TGeoNode *tGeoNode)
void SetCellDxArray(TArrayD array)
CbmTofDigiPar & operator=(const CbmTofDigiPar &)=delete
void SetCellIdArray(TArrayI array)
void SetCellXArray(TArrayD array)