R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
R3BGeoPassivePar.h
Go to the documentation of this file.
1/******************************************************************************
2 * Copyright (C) 2009 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
3 * Copyright (C) 2009-2026 Members of R3B Collaboration *
4 * *
5 * This software is distributed under the terms of the *
6 * GNU General Public Licence (GPL) version 3, *
7 * copied verbatim in the file "LICENSE". *
8 * *
9 * In applying this license GSI does not waive the privileges and immunities *
10 * granted to it by virtue of its status as an Intergovernmental Organization *
11 * or submit itself to any jurisdiction. *
12 ******************************************************************************/
13
14#pragma once
15
16#include <FairParGenericSet.h>
17
18class R3BGeoPassivePar : public FairParGenericSet
19{
20 public:
21 R3BGeoPassivePar(const char* name = "R3BGeoPassivePar",
22 const char* title = "Passive Geometry Parameters",
23 const char* context = "TestDefaultContext");
24
25 ~R3BGeoPassivePar(void) = default;
26
27 void clear(void);
28
29 void putParams(FairParamList*);
30
31 Bool_t getParams(FairParamList*);
32
33 TObjArray* fGeoSensNodes; // List of FairGeoNodes for sensitive volumes
34 TObjArray* fGeoPassNodes; // List of FairGeoNodes for sensitive volumes
35
36 TObjArray* GetGeoSensitiveNodes() { return fGeoSensNodes; }
37 TObjArray* GetGeoPassiveNodes() { return fGeoPassNodes; }
38
40};
Bool_t getParams(FairParamList *)
void putParams(FairParamList *)
TObjArray * GetGeoSensitiveNodes()
TObjArray * GetGeoPassiveNodes()
TObjArray * fGeoPassNodes
TObjArray * fGeoSensNodes
R3BGeoPassivePar(const char *name="R3BGeoPassivePar", const char *title="Passive Geometry Parameters", const char *context="TestDefaultContext")
ClassDef(R3BGeoPassivePar, 1)
~R3BGeoPassivePar(void)=default