ATLAS Offline Software
|
#include "SCT_CalibAlgs/SCTCalib.h"
#include "SCT_CalibAlgs/SCT_LorentzAngleFunc.h"
#include "SCT_CalibUtilities.h"
#include "XmlHeader.h"
#include "XmlStreamer.h"
#include "InDetReadoutGeometry/SiDetectorElement.h"
#include "GaudiKernel/IEventProcessor.h"
#include "TFile.h"
#include "TH1I.h"
#include "TH2D.h"
#include "TF1.h"
#include "TProfile.h"
#include "TProfile2D.h"
#include "Math/ProbFuncMathCore.h"
#include <array>
#include <cmath>
Go to the source code of this file.
Functions | |
StatusCode SCTCalib::stop | ATLAS_NOT_THREAD_SAFE () |
stop - process results accumulated in execute() More... | |
StatusCode SCTCalib::writeModuleListToCool | ATLAS_NOT_THREAD_SAFE (const std::map< Identifier, std::set< Identifier >> &moduleListAll, const std::map< Identifier, std::set< Identifier >> &moduleListNew, const std::map< Identifier, std::set< Identifier >> &moduleListRef) |
Find noisy strips, HV trips and dead strips/chips Upload NoiseOccupancy and BSErrors from monitoring histograms
Definition in file SCTCalib.cxx.
|
inline |
stop - process results accumulated in execute()
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
Definition at line 342 of file SCTCalib.cxx.
StatusCode SCTCalib::writeModuleListToCool ATLAS_NOT_THREAD_SAFE | ( | const std::map< Identifier, std::set< Identifier >> & | moduleListAll, |
const std::map< Identifier, std::set< Identifier >> & | moduleListNew, | ||
const std::map< Identifier, std::set< Identifier >> & | moduleListRef | ||
) |
Definition at line 2767 of file SCTCalib.cxx.