ATLAS Offline Software
Functions
MuonAGDDTool.cxx File Reference
#include "MuonAGDDTool.h"
#include "MuonAGDDToolHelper.h"
#include "AGDDControl/AGDDController.h"
#include "AGDDControl/AGDD2GeoModelBuilder.h"
#include "AGDDKernel/AliasStore.h"
#include <fstream>
Include dependency graph for MuonAGDDTool.cxx:

Go to the source code of this file.

Functions

StatusCode MuonAGDDTool::initialize ATLAS_NOT_THREAD_SAFE ()
 Install fatal handler with default options. More...
 

Function Documentation

◆ ATLAS_NOT_THREAD_SAFE()

StatusCode MuonAGDDTool::initialize ATLAS_NOT_THREAD_SAFE ( )
inline

Install fatal handler with default options.

This is meant to be easy to call from python via ctypes.

Install fatal handler with default options.

getLorentzAngle() Read LorentzAngle from HIST and write out into local DB

getBSErrors() Read BSErrors from Monitoring HIST and write out into local DB

getEfficiency() Read Efficiency from Monitoring HIST and write out into local DB

getRawOccupancy() Read RawOccupancy from Monitoring HIST and write out into local DB

getNoiseOccupancy() Read NoiseOccupancy from HIST and write out into local DB

getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats

beginning of the loop of channels

bad bit newly found

known bad bit

for low noisy cells

for high noisy cells

0.01 is used to scale "PER" to the same order of magnitude to "SIG"

smaller deviation: distorted

checking TmaxAmp, Not mixed with MaxAmp and Width

channel information output

Only dead or distorted, or short known BCs are considered below.

index of bc

Definition at line 21 of file MuonAGDDTool.cxx.

22 {
24  ATH_MSG_INFO("MuonAGDDTool::initialize");
25  m_outFileName = "Out.AmdcOracle.AM." + m_outFileType + "temp.data";
26  m_outPREsqlName = "Out.AmdcOracle.AM." + m_outFileType + ".PREsql";
27 
28  if (m_DBFileName.empty()) {
29  m_DBFileName = "Generated_" + m_outFileType + "_pool.txt";
30  }
31 
32  if (m_buildNSW)
33  {
34  MuonAGDDToolHelper theHelper;
35  theHelper.setAGDDtoGeoSvcName(m_agdd2GeoSvcName);
36  theHelper.SetNSWComponents();
37  }
38 
39  ATH_CHECK(construct());
40  return StatusCode::SUCCESS;
41 }
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31
initialize
void initialize()
Definition: run_EoverP.cxx:894
MuonAGDDToolHelper::SetNSWComponents
void SetNSWComponents()
Definition: MuonAGDDToolHelper.cxx:146
ATH_CHECK
#define ATH_CHECK
Definition: AthCheckMacros.h:40
MuonAGDDToolHelper
Definition: MuonAGDDToolHelper.h:20
MuonAGDDToolHelper::setAGDDtoGeoSvcName
void setAGDDtoGeoSvcName(const std::string &name)
Definition: MuonAGDDToolHelper.cxx:166