#include <sTGCDetectorHelper.h>
Definition at line 24 of file sTGCDetectorHelper.h.
◆ sTGCDetectorHelper()
sTGCDetectorHelper::sTGCDetectorHelper |
( |
| ) |
|
◆ Get_Controller()
◆ Get_sTGCDetector()
sTGCDetectorDescription * sTGCDetectorHelper::Get_sTGCDetector |
( |
char |
type, |
|
|
int |
ieta, |
|
|
int |
iphi, |
|
|
int |
layer = 1 , |
|
|
char |
side = 'A' |
|
) |
| |
Definition at line 35 of file sTGCDetectorHelper.cxx.
41 for (
unsigned int i=0;
i<ps.size();
i++)
46 if (
dp->ID.detectorType !=
"sTGC")
continue;
47 std::string_view dad=
dp->ID.detectorAddress;
51 if (
dtype==
'3') dctype=
'S';
52 if (dctype!=
type)
continue;
53 int deta=
myatoi(dad.substr(5,1));
54 if (deta!=ieta)
continue;
55 int dphi=
myatoi(dad.substr(12,1));
56 if (dphi!=iphi)
continue;
57 int dlayer=
myatoi(dad.substr(7,1));
58 if (dlayer!=
layer)
continue;
60 if (dside!=
side)
continue;
66 if (!tgc) std::cout<<
" could not find a positioned sTGC!!!! "<<std::endl;
◆ Get_sTGCDetectorSubType() [1/2]
◆ Get_sTGCDetectorSubType() [2/2]
◆ Get_sTGCDetectorType() [1/2]
◆ Get_sTGCDetectorType() [2/2]
◆ Get_sTGCPositionedDetector()
AGDDPositionedDetector sTGCDetectorHelper::Get_sTGCPositionedDetector |
( |
char |
type, |
|
|
int |
ieta, |
|
|
int |
iphi, |
|
|
int |
layer = 1 , |
|
|
char |
side = 'A' |
|
) |
| |
Definition at line 70 of file sTGCDetectorHelper.cxx.
77 for (
unsigned int i=0;
i<ps.size();
i++)
82 if (
dp->ID.detectorType !=
"sTGC")
continue;
83 std::string_view dad=
dp->ID.detectorAddress;
87 if (
dtype==
'3') dctype=
'S';
88 if (dctype!=
type)
continue;
89 int deta=
myatoi(dad.substr(5,1));
90 if (deta!=ieta)
continue;
91 int dphi=
myatoi(dad.substr(12,1));
92 if (dphi!=iphi)
continue;
93 int dlayer=
myatoi(dad.substr(7,1));
94 if (dlayer!=
layer)
continue;
96 if (dside!=
side)
continue;
102 if (!tgc) std::cout<<
" could not find a positioned sTGC!!!! "<<std::endl;
◆ sTGC_begin()
◆ sTGC_end()
◆ m_sTGCList
sTGCMap sTGCDetectorHelper::m_sTGCList |
|
private |
◆ m_sTGCListSubType
◆ m_svc
The documentation for this class was generated from the following files: