FairRoot
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
FairGeoPipe.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 FAIRGEOPIPE_H
9
#define FAIRGEOPIPE_H
10
11
#include "
FairGeoSet.h
"
// for FairGeoSet
12
13
#include <Rtypes.h>
// for FairGeoPipe::Class, Int_t, etc
14
15
class
FairGeoBuilder
;
16
17
class
FairGeoPipe
:
public
FairGeoSet
18
{
19
protected
:
20
char
modName
[2];
// name of module
21
char
eleName
[2];
// substring for elements in module
22
23
public
:
24
FairGeoPipe
();
25
virtual
~FairGeoPipe
();
26
const
char
*
getModuleName
(Int_t) {
return
modName
; }
27
const
char
*
getEleName
(Int_t) {
return
eleName
; }
28
Bool_t
create
(
FairGeoBuilder
*);
29
ClassDef
(
FairGeoPipe
, 0);
// Class for geometry of beam pipe
30
};
31
32
#endif
/* !FAIRGEOPIPE_H */
FairGeoPipe::getEleName
const char * getEleName(Int_t)
Definition:
FairGeoPipe.h:27
FairGeoPipe::~FairGeoPipe
virtual ~FairGeoPipe()
Definition:
FairGeoPipe.cxx:54
FairGeoPipe
Definition:
FairGeoPipe.h:17
FairGeoPipe::getModuleName
const char * getModuleName(Int_t)
Definition:
FairGeoPipe.h:26
FairGeoPipe::ClassDef
ClassDef(FairGeoPipe, 0)
FairGeoPipe::FairGeoPipe
FairGeoPipe()
Definition:
FairGeoPipe.cxx:32
FairGeoPipe::create
Bool_t create(FairGeoBuilder *)
Definition:
FairGeoPipe.cxx:42
FairGeoPipe::modName
char modName[2]
Definition:
FairGeoPipe.h:20
FairGeoSet.h
FairGeoBuilder
Definition:
FairGeoBuilder.h:21
FairGeoPipe::eleName
char eleName[2]
Definition:
FairGeoPipe.h:21
FairGeoSet
Definition:
FairGeoSet.h:30
FairRoot
examples
common
passive
FairGeoPipe.h
Generated on Mon Mar 8 2021 12:14:06 for FairRoot by
1.8.5