PandaRoot
CbmGeoPlanePar.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 #ifndef CBMGEOPlanePAR_H
14 #define CBMGEOPlanePAR_H
15 
16 #include "FairParGenericSet.h"
17 #include "TObjArray.h"
18 
19 class CbmGeoPlanePar : public FairParGenericSet {
20  public:
21  TObjArray *fGeoSensNodes;
22  TObjArray *fGeoPassNodes;
24  CbmGeoPlanePar(const char *name = "CbmGeoPlanePar", const char *title = "Plane Geometry Parameters", const char *context = "TestDefaultContext");
25  ~CbmGeoPlanePar(void);
26  void clear(void);
27  void putParams(FairParamList *);
28  Bool_t getParams(FairParamList *);
29  TObjArray *GetGeoSensitiveNodes() { return fGeoSensNodes; }
30  TObjArray *GetGeoPassiveNodes() { return fGeoPassNodes; }
31 
32  ClassDef(CbmGeoPlanePar, 1)
33 };
34 
35 #endif /* !CBMGEOPlanePAR_H */
TObjArray * fGeoPassNodes
Bool_t getParams(FairParamList *)
void clear(void)
TObjArray * fGeoSensNodes
void putParams(FairParamList *)
~CbmGeoPlanePar(void)
TObjArray * GetGeoPassiveNodes()
CbmGeoPlanePar(const char *name="CbmGeoPlanePar", const char *title="Plane Geometry Parameters", const char *context="TestDefaultContext")
TObjArray * GetGeoSensitiveNodes()