ATLAS Offline Software
CaloGpuGeneral_cu.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_CALOGPUGENERAL_CU_H
6 #define ISF_FASTCALOGPU_CALOGPUGENERAL_CU_H
7 
8 #include "Args.h"
9 
10 namespace CaloGpuGeneral_cu {
11 
12  void simulate_hits( float, int, Chain0_Args&, bool );
13  void simulate_A_cu( float, int, Chain0_Args&, bool );
14 
15 } // namespace CaloGpuGeneral_cu
16 #endif
CaloGpuGeneral_cu::simulate_hits
void simulate_hits(float, int, Chain0_Args &, bool)
Args.h
CaloGpuGeneral_cu
Definition: CaloGpuGeneral_cu.h:10
Chain0_Args
Definition: Args.h:17
CaloGpuGeneral_cu::simulate_A_cu
void simulate_A_cu(float, int, Chain0_Args &, bool)