ATLAS Offline Software
Loading...
Searching...
No Matches
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
12
13#ifndef LARGEOBARREL_BARRELAUXFUNCTIONS_H
14#define LARGEOBARREL_BARRELAUXFUNCTIONS_H
15
16#include "GeoGenericFunctions/FunctionNoop.h"
17
18
19namespace 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
#define G(x, y, z)
Definition MD5.cxx:113
#define y
#define x
int r
Definition globals.cxx:22
GeoGenfun::FunctionNoop Fy(double r, GeoGenfun::GENFUNCTION G, const double Cenx[], const double Ceny[])
GeoGenfun::FunctionNoop ATan2(GeoGenfun::GENFUNCTION y, GeoGenfun::GENFUNCTION x)
GeoGenfun::FunctionNoop Fx(double r, GeoGenfun::GENFUNCTION G, const double Cenx[], const double Ceny[])
GeoGenfun::FunctionNoop Del1(GeoGenfun::GENFUNCTION G)
GeoGenfun::FunctionNoop Del2(GeoGenfun::GENFUNCTION G)