ATLAS Offline Software
|
#include "FixLArElecCalib.h"
#include "Gaudi/Property.h"
#include "GaudiKernel/IToolSvc.h"
#include "CaloIdentifier/CaloCell_SuperCell_ID.h"
#include "CaloIdentifier/LArEM_ID.h"
#include "LArIdentifier/LArOnlineID.h"
#include "LArIdentifier/LArOnline_SuperCellID.h"
#include "StoreGate/StoreGateSvc.h"
#include "LArRawConditions/LArDAC2uAMC.h"
#include "LArRawConditions/LArShape32MC.h"
#include "LArRawConditions/LAruA2MeVMC.h"
#include "LArRawConditions/LArfSamplMC.h"
#include "LArRawConditions/LArMinBiasMC.h"
#include "LArRawConditions/LArMinBiasAverageMC.h"
#include "LArRawConditions/LArNoiseMC.h"
#include "LArRawConditions/LArRampMC.h"
#include "LArRawConditions/LArAutoCorrMC.h"
#include "CaloDetDescr/ICaloSuperCellIDTool.h"
#include <fstream>
#include "TTree.h"
#include "TFile.h"
#include "AthenaPoolUtilities/AthenaAttributeList.h"
#include "CoralBase/Blob.h"
Go to the source code of this file.
Functions | |
StatusCode FixLArElecCalib::stop | ATLAS_NOT_THREAD_SAFE () |
Install fatal handler with default options. More... | |
StatusCode FixLArElecCalib::fix3 | ATLAS_NOT_THREAD_SAFE (const LArOnOffIdMapping *cabling) |
StatusCode FixLArElecCalib::updateEMfSampl | ATLAS_NOT_THREAD_SAFE (const std::string &filename, const LArOnOffIdMapping *cabling) |
|
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 165 of file FixLArElecCalib.cxx.
StatusCode FixLArElecCalib::fix17 ATLAS_NOT_THREAD_SAFE | ( | const LArOnOffIdMapping * | cabling | ) |
Definition at line 447 of file FixLArElecCalib.cxx.
StatusCode FixLArElecCalib::updateMinBias ATLAS_NOT_THREAD_SAFE | ( | const std::string & | filename, |
const LArOnOffIdMapping * | cabling | ||
) |
Definition at line 588 of file FixLArElecCalib.cxx.