Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Framework
FDetector
CorrectorSegment.h
Go to the documentation of this file.
1
#ifndef __FDET_CORRECTORSEGMENT_H__
2
#define __FDET_CORRECTORSEGMENT_H__
3
4
5
namespace
fdet {
6
7
class
Telescope;
8
9
class
CorrectorSegment
{
10
11
public
:
12
13
14
15
private
:
16
17
CorrectorSegment
();
18
~CorrectorSegment
();
19
20
friend
class
Telescope
;
21
};
22
23
}
24
25
26
#endif
fdet::CorrectorSegment::CorrectorSegment
CorrectorSegment()
fdet::CorrectorSegment
Definition:
CorrectorSegment.h:9
fdet::CorrectorSegment::~CorrectorSegment
~CorrectorSegment()
fdet::Telescope
Detector description interface for Telescope-related data.
Definition:
FDetector/Telescope.h:51
, generated on Tue Sep 26 2023.