ATLAS Offline Software
BarrelAuxFunctions.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
13 #ifndef LARGEOBARREL_BARRELAUXFUNCTIONS_H
14 #define LARGEOBARREL_BARRELAUXFUNCTIONS_H
15 
16 #include "GeoGenericFunctions/FunctionNoop.h"
17 
18 
19 namespace LArGeo {
20 
21  GeoGenfun::FunctionNoop Fx(double r
22  , GeoGenfun::GENFUNCTION G
23  , const double Cenx[]
24  , const double Ceny[]);
25 
26  GeoGenfun::FunctionNoop Fy(double r
27  , GeoGenfun::GENFUNCTION G
28  , const double Cenx[]
29  , const double Ceny[]);
30 
31  GeoGenfun::FunctionNoop Del1(GeoGenfun::GENFUNCTION G);
32  GeoGenfun::FunctionNoop Del2(GeoGenfun::GENFUNCTION G);
33 
34  GeoGenfun::FunctionNoop ATan2(GeoGenfun::GENFUNCTION y
35  , GeoGenfun::GENFUNCTION x);
36 
37 }
38 
39 #endif
beamspotman.r
def r
Definition: beamspotman.py:676
LArGeo
Definition: LArDetectorFactory.h:25
x
#define x
LArGeo::Fx
GeoGenfun::FunctionNoop Fx(double r, GeoGenfun::GENFUNCTION G, const double Cenx[], const double Ceny[])
Definition: BarrelAuxFunctions.cxx:16
LArGeo::Del1
GeoGenfun::FunctionNoop Del1(GeoGenfun::GENFUNCTION G)
Definition: BarrelAuxFunctions.cxx:34
G
#define G(x, y, z)
Definition: MD5.cxx:113
LArGeo::Del2
GeoGenfun::FunctionNoop Del2(GeoGenfun::GENFUNCTION G)
Definition: BarrelAuxFunctions.cxx:42
LArGeo::Fy
GeoGenfun::FunctionNoop Fy(double r, GeoGenfun::GENFUNCTION G, const double Cenx[], const double Ceny[])
Definition: BarrelAuxFunctions.cxx:25
y
#define y
LArGeo::ATan2
GeoGenfun::FunctionNoop ATan2(GeoGenfun::GENFUNCTION y, GeoGenfun::GENFUNCTION x)
Definition: BarrelAuxFunctions.cxx:50