R3BROOT
R3B analysis software
Loading...
Searching...
No Matches
R3BCaveFloor.h
Go to the documentation of this file.
1
/******************************************************************************
2
* Copyright (C) 2026 GSI Helmholtzzentrum für Schwerionenforschung GmbH *
3
* Copyright (C) 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 "
R3BModule.h
"
17
#include <TString.h>
18
19
class
R3BCaveFloor
:
public
R3BModule
20
{
21
public
:
22
R3BCaveFloor
();
23
24
explicit
R3BCaveFloor
(
const
TString& name);
25
26
explicit
R3BCaveFloor
(
const
TString& geoFile,
27
const
TGeoTranslation& trans,
28
const
TGeoRotation& rot = TGeoRotation());
29
30
explicit
R3BCaveFloor
(
const
TString& geoFile,
const
TGeoCombiTrans& combi = TGeoCombiTrans());
31
32
virtual
void
ConstructGeometry
();
33
34
ClassDef
(
R3BCaveFloor
, 0);
// NOLINT
35
};
R3BModule.h
R3BCaveFloor::R3BCaveFloor
R3BCaveFloor()
Definition
R3BCaveFloor.cxx:26
R3BCaveFloor::ConstructGeometry
virtual void ConstructGeometry()
Construct geometry from root files.
Definition
R3BCaveFloor.cxx:46
R3BCaveFloor::ClassDef
ClassDef(R3BCaveFloor, 0)
R3BModule::R3BModule
R3BModule()
Definition
R3BModule.cxx:18
passive
R3BCaveFloor.h
Generated by
1.16.1