ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
ForwardDetectors
ForwardSimulation
ForwardRegionProperties
src
ForwardRegionProperties.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 ForwardRegionProperties_H
6
#define ForwardRegionProperties_H
7
8
#include "
AthenaBaseComps/AthAlgTool.h
"
9
#include "
ForwardRegionGeoModel/IForwardRegionProperties.h
"
10
#include "CLHEP/Geometry/Point3D.h"
11
12
class
ForwardRegionProperties
:
public
extends<AthAlgTool, IForwardRegionProperties>
13
{
14
public
:
15
ForwardRegionProperties
(
const
std::string&
type
,
const
std::string& name,
const
IInterface* parent );
16
17
// Standard Destructor
18
virtual
~ForwardRegionProperties
();
19
20
virtual
PFWDMg_CONFIGURATION
getConf
()
override
final
;
21
22
void
getMagTransforms
(
const
std::string&,
int
, HepGeom::Point3D<double>&, HepGeom::Point3D<double>&,
double
&,
bool
twiss =
false
)
override
final
;
23
void
getMagTransforms
(
const
std::string&,
int
, HepGeom::Point3D<double>&, HepGeom::Point3D<double>&,
bool
twiss =
false
)
override
final
;
24
25
private
:
26
// property configuration
27
FWDMg_CONFIGURATION
m_Config
;
28
};
29
30
#endif
// ForwardRegionProperties_H
AthAlgTool.h
IForwardRegionProperties.h
FWDMg_CONFIGURATION
struct _FWDMg_CONFIGURATION FWDMg_CONFIGURATION
PFWDMg_CONFIGURATION
struct _FWDMg_CONFIGURATION * PFWDMg_CONFIGURATION
ForwardRegionProperties::m_Config
FWDMg_CONFIGURATION m_Config
Definition
ForwardRegionProperties.h:27
ForwardRegionProperties::getConf
virtual PFWDMg_CONFIGURATION getConf() override final
Definition
ForwardRegionProperties.cxx:74
ForwardRegionProperties::getMagTransforms
void getMagTransforms(const std::string &, int, HepGeom::Point3D< double > &, HepGeom::Point3D< double > &, double &, bool twiss=false) override final
Definition
ForwardRegionProperties.cxx:78
ForwardRegionProperties::~ForwardRegionProperties
virtual ~ForwardRegionProperties()
Definition
ForwardRegionProperties.cxx:72
ForwardRegionProperties::ForwardRegionProperties
ForwardRegionProperties(const std::string &type, const std::string &name, const IInterface *parent)
Definition
ForwardRegionProperties.cxx:7
type
Generated on
for ATLAS Offline Software by
1.17.0