BmnRoot
Loading...
Searching...
No Matches
FairCave.h
Go to the documentation of this file.
1
/********************************************************************************
2
* Copyright (C) 2014 GSI Helmholtzzentrum fuer Schwerionenforschung GmbH *
3
* *
4
* This software is distributed under the terms of the *
5
* GNU Lesser General Public Licence (LGPL) version 3, *
6
* copied verbatim in the file "LICENSE" *
7
********************************************************************************/
8
#ifndef Cave_H
9
#define Cave_H
10
11
#include "FairModule.h"
// for FairModule
12
13
#include <Rtypes.h>
// for FairCave::Class, ClassDef, etc
14
15
class
FairCave
:
public
FairModule
16
{
17
public
:
18
FairCave
(
const
char
* name,
const
char
* Title =
"Exp Cave"
);
19
FairCave
();
20
virtual
~FairCave
();
21
virtual
void
ConstructGeometry
();
22
23
virtual
FairModule*
CloneModule
()
const
;
24
25
private
:
26
FairCave
(
const
FairCave
& rhs);
27
Double_t world[3];
28
29
ClassDef(
FairCave
, 1);
30
};
31
32
#endif
// Cave_H
FairCave
Definition
FairCave.h:16
FairCave::~FairCave
virtual ~FairCave()
Definition
FairCave.cxx:70
FairCave::ConstructGeometry
virtual void ConstructGeometry()
Definition
FairCave.cxx:24
FairCave::CloneModule
virtual FairModule * CloneModule() const
Definition
FairCave.cxx:80
FairCave::FairCave
FairCave()
Definition
FairCave.cxx:68
install
include
FairCave.h
Generated on Fri May 15 2026 10:40:56 for BmnRoot by
1.9.8