Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Modules
SdSimulation
CentralTriggerSimulatorXb
XbArray.h
Go to the documentation of this file.
1
#ifndef XBARRAY_H
2
#define XBARRAY_H
3
4
#define ROW (maxstat+1) // The maximum Id of the stations + 1
5
#define FAKE 0 // XXX Assuming no station has ID 0 XXX
6
7
struct
Station
{
8
double
Northing
;
9
double
Easting
;
10
double
Altitude
;
11
int
Id
;
12
};
13
14
extern
char
*
neighbour
;
15
extern
char
*
distcrown
;
16
extern
char
*
exists
;
17
extern
struct
Station
*
array
;
18
extern
int
nstat
;
19
extern
int
maxstat
;
20
21
int
crown
(
double
,
double
,
double
,
double
);
22
void
BuildNeighbour
();
23
void
XbArrayInit
(
int
);
24
25
#define CARMEN 49
26
#define MIRANDA 64
27
#define DIA 139
28
#define NOCHE 186
29
#define MOULIN 140
30
#define ROUGE 185
31
#endif
array
struct Station * array
Definition:
CentralTriggerSimulator.cc:45
nstat
int nstat
Definition:
CentralTriggerSimulator.cc:46
Station::Northing
double Northing
Definition:
XbArray.h:8
crown
int crown(double x1, double x2, double y1, double y2)
Definition:
XbArray.cc:14
Station::Id
int Id
Definition:
XbArray.h:11
exists
char * exists
Definition:
XbArray.cc:12
distcrown
char * distcrown
Definition:
XbArray.cc:11
Station::Easting
double Easting
Definition:
XbArray.h:9
BuildNeighbour
void BuildNeighbour()
Definition:
XbArray.cc:23
Station::Altitude
double Altitude
Definition:
XbArray.h:10
neighbour
char * neighbour
Definition:
XbArray.cc:10
XbArrayInit
void XbArrayInit(int)
maxstat
int maxstat
Definition:
CentralTriggerSimulator.cc:47
Station
Definition:
XbArray.h:7
, generated on Tue Sep 26 2023.