|
ATLAS Offline Software
|
Go to the documentation of this file.
36 return StatusCode::SUCCESS;
55 <<
"," << ctx.eventID().event_number()
56 <<
":" << ctx.eventID().time_stamp()
59 std::string defectlist;
60 std::string EfficiencyTable;
71 for (; waferItr != waferItrE; ++waferItr ) {
73 for (
int i{0};
i<768;
i++){
79 ATH_MSG_DEBUG(
"(MonitorTest): #bad strips(Total) = " << n_bad);
91 ATH_MSG_INFO(
"isGood(): strip(0,3,41,-4,1,703) is not noisy ");
93 ATH_MSG_INFO(
"isGood(): strip(0,3,41,-4,1,703) is noisy ");
102 ATH_MSG_INFO(
"isGood(): strip(0,3,41,-4,0,703) is not noisy ");
104 ATH_MSG_INFO(
"isGood(): strip(0,3,41,-4,0,703) is noisy ");
115 ATH_MSG_INFO(
"isGood(): strip(0,2,39,-1,0,397) is not noisy ");
117 ATH_MSG_INFO(
"isGood(): strip(0,2,39,-1,0,397) is noisy ");
127 ATH_MSG_INFO(
"isGood(): strip(0,2,39,-1,0,396) is not noisy ");
129 ATH_MSG_INFO(
"isGood(): strip(0,2,39,-1,0,396) is noisy ");
139 ATH_MSG_INFO(
"isGood(): strip(0,2,39,-1,0,398) is not noisy ");
141 ATH_MSG_INFO(
"isGood(): strip(0,2,39,-1,0,398) is noisy ");
148 ATH_MSG_INFO(
"isGood(): strip(0,3,13,-3,0,567) is not noisy ");
150 ATH_MSG_INFO(
"isGood(): strip(0,3,13,-3,0,567) is noisy ");
157 ATH_MSG_INFO(
"isGood(): strip(0,3,13,-3,0,566) is not noisy ");
159 ATH_MSG_INFO(
"isGood(): strip(0,3,13,-3,0,566) is noisy ");
166 ATH_MSG_INFO(
"isGood(): strip(0,3,13,-3,1,567) is not noisy ");
168 ATH_MSG_INFO(
"isGood(): strip(0,3,13,-3,1,567) is noisy ");
175 ATH_MSG_INFO(
"isGood(): strip(0,0,7,2,0,700) is not noisy ");
177 ATH_MSG_INFO(
"isGood(): strip(0,0,7,2,0,700) is noisy ");
184 ATH_MSG_INFO(
"isGood(): strip(0,0,7,2,1,700) is not noisy ");
186 ATH_MSG_INFO(
"isGood(): strip(0,0,7,2,1,700) is noisy ");
194 ATH_MSG_INFO(
"isGood(): chip(0,0,8,-4,0,100) is not noisy ");
196 ATH_MSG_INFO(
"isGood(): chip(0,0,8,-4,0,100) is noisy ");
203 ATH_MSG_INFO(
"isGood(): chip(0,3,13,-3,0,567) is not noisy ");
205 ATH_MSG_INFO(
"isGood(): chip(0,3,13,-3,0,567) is noisy ");
213 ATH_MSG_INFO(
"isGood(): wafer(0,0,8,-4,0,100) is not noisy ");
215 ATH_MSG_INFO(
"isGood(): wafer(0,0,8,-4,0,100) is noisy ");
223 ATH_MSG_INFO(
"isGood(): module(0,0,8,-4,0,100) is not noisy ");
225 ATH_MSG_INFO(
"isGood(): module(0,0,8,-4,0,100) is noisy ");
228 ATH_MSG_DEBUG(
"(MonitorTest): execute finished successfully.");
229 return StatusCode::SUCCESS;
236 return StatusCode::SUCCESS;
def retrieve(aClass, aKey=None)
This is an Identifier helper class for the SCT subdetector. This class is a factory for creating comp...
const_id_iterator wafer_begin(void) const
Iterators over full set of ids. Wafer iterator is sorted.
std::vector< Identifier >::const_iterator const_id_iterator
virtual StatusCode finalize() override
virtual StatusCode initialize() override
SCT_MonitorConditionsTestAlg(const std::string &name, ISvcLocator *pSvcLocator)
Identifier module_id(int barrel_ec, int layer_disk, int phi_module, int eta_module) const
For a single crystal.
const ServiceHandle< StoreGateSvc > & detStore() const
The standard StoreGateSvc/DetectorStore Returns (kind of) a pointer to the StoreGateSvc.
An algorithm that can be simultaneously executed in multiple threads.
virtual StatusCode execute(const EventContext &ctx) const override
::StatusCode StatusCode
StatusCode definition for legacy code.
ToolHandle< ISCT_MonitorConditionsTool > m_pMonitorConditionsTool
Header file for the SCT_MonitorConditionsTestAlg class in package SCT_ConditionsAlgorithms.
const_id_iterator wafer_end(void) const
Identifier wafer_id(int barrel_ec, int layer_disk, int phi_module, int eta_module, int side) const
For a single side of module.
Identifier strip_id(int barrel_ec, int layer_disk, int phi_module, int eta_module, int side, int strip) const
For an individual strip.