ATLAS Offline Software
Functions
G4RunManagerHelper.cxx File Reference
#include "G4RunManagerHelper.h"
#include "G4DetectorConstruction.h"
#include "G4VUserPhysicsList.hh"
#include "QGSP_BERT.hh"
Include dependency graph for G4RunManagerHelper.cxx:

Go to the source code of this file.

Functions

G4AtlasRunManager *iGeant4::G4RunManagerHelper::g4RunManager ATLAS_NOT_THREAD_SAFE ()
 Install fatal handler with default options. More...
 

Function Documentation

◆ ATLAS_NOT_THREAD_SAFE()

G4AtlasRunManager* iGeant4::G4RunManagerHelper::g4RunManager 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

now add branches and leaves to the tree

now add branches and leaves to the tree

Definition at line 40 of file G4RunManagerHelper.cxx.

42 {
43  if (m_g4RunManager) return m_g4RunManager;
44 
45  m_g4RunManager = G4AtlasRunManager::GetG4AtlasRunManager();
46 
47  ATH_MSG_INFO("Initializing G4RunManager");
48 
49  return m_g4RunManager;
50 
51 }
ATH_MSG_INFO
#define ATH_MSG_INFO(x)
Definition: AthMsgStreamMacros.h:31