|
SND@LHC Software
|
Structure to hold volume name, field name and field scaling factor. More...
#include <ShipFieldMaker.h>
Public Member Functions | |
| fieldInfo () | |
| Default constructor. | |
| fieldInfo (const TString &volName, const TString &fieldName, Double_t scale=1.0) | |
| Constructor. | |
Public Attributes | |
| TString | volName_ |
| The name of the volume. | |
| TString | fieldName_ |
| The name of the field. | |
| Double_t | scale_ |
| The field scaling factor. | |
Structure to hold volume name, field name and field scaling factor.
Definition at line 53 of file ShipFieldMaker.h.
|
inline |
Default constructor.
Definition at line 63 of file ShipFieldMaker.h.
|
inline |
| TString ShipFieldMaker::fieldInfo::fieldName_ |
The name of the field.
Definition at line 58 of file ShipFieldMaker.h.
| Double_t ShipFieldMaker::fieldInfo::scale_ |
The field scaling factor.
Definition at line 60 of file ShipFieldMaker.h.
| TString ShipFieldMaker::fieldInfo::volName_ |
The name of the volume.
Definition at line 56 of file ShipFieldMaker.h.