ATLAS Offline Software
Simulation
ISF
ISF_FastCaloSim
ISF_FastCaloGpu
ISF_FastCaloGpu
GeoGpu_structs.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef ISF_FASTCALOGPU_GEOGPU_STRUCTS_H
6
#define ISF_FASTCALOGPU_GEOGPU_STRUCTS_H
7
8
#include "
GeoRegion.h
"
9
10
struct
Rg_Sample_Index
{
11
int
size
;
12
int
index
;
13
};
14
15
struct
GeoGpu
{
16
unsigned
long
ncells
;
17
CaloDetDescrElement_Gpu
*
cells
;
18
unsigned
int
nregions
;
19
GeoRegion
*
regions
;
20
int
max_sample
;
21
Rg_Sample_Index
*
sample_index
;
22
};
23
24
#endif
CaloDetDescrElement_Gpu
Definition:
CaloDetDescrElement_g.h:10
GeoGpu::ncells
unsigned long ncells
Definition:
GeoGpu_structs.h:16
GeoGpu::cells
CaloDetDescrElement_Gpu * cells
Definition:
GeoGpu_structs.h:17
GeoGpu::nregions
unsigned int nregions
Definition:
GeoGpu_structs.h:18
GeoGpu
Definition:
GeoGpu_structs.h:15
GeoGpu::regions
GeoRegion * regions
Definition:
GeoGpu_structs.h:19
Rg_Sample_Index::index
int index
Definition:
GeoGpu_structs.h:12
Rg_Sample_Index
Definition:
GeoGpu_structs.h:10
GeoRegion
Definition:
GeoRegion.h:18
GeoRegion.h
GeoGpu::max_sample
int max_sample
Definition:
GeoGpu_structs.h:20
GeoGpu::sample_index
Rg_Sample_Index * sample_index
Definition:
GeoGpu_structs.h:21
Rg_Sample_Index::size
int size
Definition:
GeoGpu_structs.h:11
Generated on Mon Dec 23 2024 21:10:50 for ATLAS Offline Software by
1.8.18