ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
AFP_HBPCONFIGURATION Struct Reference

#include <AFP_ConfigParams.h>

Collaboration diagram for AFP_HBPCONFIGURATION:

Public Member Functions

void clear ()
 

Public Attributes

double windowPlateThickness
 
double windowPlateAngle
 
bool windowPlatesInsteadOfHB
 
bool setMaterialToBeryllium
 

Detailed Description

Definition at line 128 of file AFP_ConfigParams.h.

Member Function Documentation

◆ clear()

void AFP_HBPCONFIGURATION::clear ( )

Definition at line 36 of file AFP_ConfigParams.cxx.

37 {
39  windowPlateAngle = 90.0;
41  setMaterialToBeryllium = false;
42 }

Member Data Documentation

◆ setMaterialToBeryllium

bool AFP_HBPCONFIGURATION::setMaterialToBeryllium

Definition at line 131 of file AFP_ConfigParams.h.

◆ windowPlateAngle

double AFP_HBPCONFIGURATION::windowPlateAngle

Definition at line 129 of file AFP_ConfigParams.h.

◆ windowPlatesInsteadOfHB

bool AFP_HBPCONFIGURATION::windowPlatesInsteadOfHB

Definition at line 130 of file AFP_ConfigParams.h.

◆ windowPlateThickness

double AFP_HBPCONFIGURATION::windowPlateThickness

Definition at line 129 of file AFP_ConfigParams.h.


The documentation for this struct was generated from the following files:
AFP_HBPCONFIGURATION::windowPlateThickness
double windowPlateThickness
Definition: AFP_ConfigParams.h:129
AFP_HBPCONFIGURATION::windowPlatesInsteadOfHB
bool windowPlatesInsteadOfHB
Definition: AFP_ConfigParams.h:130
AFP_HBPCONFIGURATION::setMaterialToBeryllium
bool setMaterialToBeryllium
Definition: AFP_ConfigParams.h:131
AFP_HBPCONFIGURATION::windowPlateAngle
double windowPlateAngle
Definition: AFP_ConfigParams.h:129