CbmRoot
|
#include <CbmGeoSetupField.h>
Public Member Functions | |
Int_t | GetId () |
std::string | GetTag () |
std::string | GetAuthor () |
std::string | GetDate () |
std::string | GetDescription () |
std::string | GetFilePath () |
std::string | GetRevision () |
Double_t | GetScale () |
TGeoTranslation & | GetMatrix () |
void | SetId (Int_t value) |
void | SetTag (std::string value) |
void | SetAuthor (std::string value) |
void | SetDate (std::string value) |
void | SetDescription (std::string value) |
void | SetFilePath (std::string value) |
void | SetRevision (std::string value) |
void | SetScale (Double_t value) |
void | SetMatrix (TGeoTranslation value) |
Private Member Functions | |
ClassDefNV (CbmGeoSetupField, 1) | |
Private Attributes | |
Int_t | fId {} |
std::string | fTag {} |
std::string | fAuthor {} |
std::string | fDate {} |
std::string | fDescription {} |
std::string | fFilePath {} |
std::string | fRevision {} |
Double_t | fScale {1.} |
TGeoTranslation | fMatrix {} |
Definition at line 21 of file CbmGeoSetupField.h.
|
private |
|
inline |
Definition at line 25 of file CbmGeoSetupField.h.
References fAuthor.
|
inline |
Definition at line 26 of file CbmGeoSetupField.h.
References fDate.
|
inline |
Definition at line 27 of file CbmGeoSetupField.h.
References fDescription.
|
inline |
Definition at line 28 of file CbmGeoSetupField.h.
References fFilePath.
Referenced by CbmSetup::CreateFieldMap().
|
inline |
Definition at line 23 of file CbmGeoSetupField.h.
References fId.
|
inline |
Definition at line 31 of file CbmGeoSetupField.h.
References fMatrix.
Referenced by CbmSetup::CreateFieldMap(), CbmGeoSetupDbProvider::GetFieldByTag(), CbmGeoSetupRepoProvider::GetSetupByTag(), CbmSetup::SetField(), CbmGeoSetupProvider::SetFieldTag(), and CbmSetup::ToString().
|
inline |
Definition at line 29 of file CbmGeoSetupField.h.
References fRevision.
|
inline |
Definition at line 30 of file CbmGeoSetupField.h.
References fScale.
Referenced by CbmSetup::CreateFieldMap(), CbmGeoSetupProvider::SetFieldTag(), and CbmSetup::ToString().
|
inline |
Definition at line 24 of file CbmGeoSetupField.h.
References fTag.
Referenced by CbmSetup::CreateFieldMap(), CbmGeoSetupDbProvider::LoadSetup(), CbmSetup::SetField(), and CbmSetup::ToString().
|
inline |
Definition at line 35 of file CbmGeoSetupField.h.
References fAuthor.
Referenced by CbmGeoSetupDbProvider::GetFieldByTag().
|
inline |
Definition at line 36 of file CbmGeoSetupField.h.
References fDate.
Referenced by CbmGeoSetupDbProvider::GetFieldByTag().
|
inline |
Definition at line 37 of file CbmGeoSetupField.h.
References fDescription.
Referenced by CbmGeoSetupDbProvider::GetFieldByTag().
|
inline |
Definition at line 38 of file CbmGeoSetupField.h.
References fFilePath.
Referenced by CbmGeoSetupDbProvider::GetFieldByTag(), and CbmGeoSetupRepoProvider::GetFieldByTag().
|
inline |
Definition at line 33 of file CbmGeoSetupField.h.
References fId.
Referenced by CbmGeoSetupDbProvider::GetFieldByTag().
|
inline |
Definition at line 41 of file CbmGeoSetupField.h.
References fMatrix.
Referenced by CbmGeoSetupProvider::SetFieldTag().
|
inline |
Definition at line 39 of file CbmGeoSetupField.h.
References fRevision.
|
inline |
Definition at line 40 of file CbmGeoSetupField.h.
References fScale.
Referenced by CbmGeoSetupDbProvider::GetFieldByTag(), CbmGeoSetupRepoProvider::GetSetupByTag(), CbmSetup::SetField(), CbmSetup::SetFieldScale(), and CbmGeoSetupProvider::SetFieldTag().
|
inline |
Definition at line 34 of file CbmGeoSetupField.h.
References fTag.
Referenced by CbmGeoSetupDbProvider::GetFieldByTag(), and CbmGeoSetupRepoProvider::GetFieldByTag().
|
private |
Definition at line 46 of file CbmGeoSetupField.h.
Referenced by GetAuthor(), and SetAuthor().
|
private |
Definition at line 47 of file CbmGeoSetupField.h.
|
private |
Definition at line 48 of file CbmGeoSetupField.h.
Referenced by GetDescription(), and SetDescription().
|
private |
Definition at line 49 of file CbmGeoSetupField.h.
Referenced by GetFilePath(), and SetFilePath().
|
private |
Definition at line 44 of file CbmGeoSetupField.h.
|
private |
Definition at line 52 of file CbmGeoSetupField.h.
Referenced by GetMatrix(), and SetMatrix().
|
private |
Definition at line 50 of file CbmGeoSetupField.h.
Referenced by GetRevision(), and SetRevision().
|
private |
Definition at line 51 of file CbmGeoSetupField.h.
Referenced by GetScale(), and SetScale().
|
private |
Definition at line 45 of file CbmGeoSetupField.h.