er
dev
Main Page
Related Pages
Classes
Files
File List
passive
ERCave.h
1
// -------------------------------------------------------------------------
2
// ----- ERCave header file -----
3
// ----- Created 11/12/15 by V.Schetinin -----
4
// -------------------------------------------------------------------------
5
6
#ifndef ERCAVE_H
7
#define ERCAVE_H
8
9
#include "FairDetector.h"
10
#include "FairModule.h"
11
12
13
class
ERCave
:
public
FairModule {
14
public
:
15
ERCave
(
const
char
* name,
const
char
*Title=
"Expert Cave"
);
16
ERCave
();
17
virtual
~
ERCave
();
18
virtual
void
ConstructGeometry();
19
private
:
20
Double_t world[3];
21
ClassDef(
ERCave
,1)
22
};
23
24
#endif //ERCAVE_H
25
ERCave
Definition:
ERCave.h:13
Generated on Tue Dec 7 2021 13:58:46 for er by
1.8.11