PandaRoot
PndGeoHypGePar.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 // ----- PndGeoHypGePar header file -----
15 
16 // -------------------------------------------------------------------------
17 
18 #ifndef PNDGEOHYPGEPAR_H
19 #define PNDGEOHYPGEPAR_H
20 
21 #include "FairParGenericSet.h"
22 #include "TObjArray.h"
23 
24 class PndGeoHypGePar : public FairParGenericSet {
25  public:
26  TObjArray *fGeoSensNodes;
27  TObjArray *fGeoPassNodes;
29  PndGeoHypGePar(const char *name = "PndGeoHypGePar", const char *title = "HypGe Geometry Parameters", const char *context = "TestDefaultContext");
30  ~PndGeoHypGePar(void);
31  void clear(void);
32  void putParams(FairParamList *);
33  Bool_t getParams(FairParamList *);
34  TObjArray *GetGeoSensitiveNodes() { return fGeoSensNodes; }
35  TObjArray *GetGeoPassiveNodes() { return fGeoPassNodes; }
36 
37  /* Float_t barrel_y;
38  Float_t dplane;
39  Float_t barrel_z;
40  Float_t dstrip;
41  Float_t barrel_z0;
42  Int_t nbox;
43  Float_t dbox;
44  Float_t dtube;
45  Int_t ntube; */
46 
47  ClassDef(PndGeoHypGePar, 2)
48 };
49 
50 #endif /* !PNDGEOHYPGEPAR_H */
~PndGeoHypGePar(void)
TObjArray * GetGeoPassiveNodes()
TObjArray * GetGeoSensitiveNodes()
void putParams(FairParamList *)
PndGeoHypGePar(const char *name="PndGeoHypGePar", const char *title="HypGe Geometry Parameters", const char *context="TestDefaultContext")
void clear(void)
Bool_t getParams(FairParamList *)
TObjArray * fGeoSensNodes
TObjArray * fGeoPassNodes