ATLAS Offline Software
Loading...
Searching...
No Matches
SCT_CalibBsErrorTool.cxx File Reference

Implementation file for the SCT_CalibBsErrorTool class. More...

#include "SCT_CalibBsErrorTool.h"
#include "SCT_CalibUtilities.h"
#include "SCT_CalibNumbers.h"
#include "Identifier/Identifier.h"
#include "Identifier/IdentifierHash.h"
#include "InDetRawData/InDetRawDataCLASS_DEF.h"
#include "InDetRawData/SCT3_RawData.h"
#include "GaudiKernel/ITHistSvc.h"
#include "TFile.h"
#include "TH1I.h"
#include <set>

Go to the source code of this file.

Variables

static const std::string pathRoot {"/BSErrors/"}
static const std::string detectorPaths [] {"SCTEC/", "SCTB/","SCTEA/"}
static const std::string detectorNames [] {"negativeEndcap", "barrel", "positiveEndcap"}
static const int n_BSErrorType {15}
static const int firstBSErrorType {0}
static const int lastBSErrorType {14}

Detailed Description

Implementation file for the SCT_CalibBsErrorTool class.

Author
Shaun Roe

Definition in file SCT_CalibBsErrorTool.cxx.

Variable Documentation

◆ detectorNames

const std::string detectorNames[] {"negativeEndcap", "barrel", "positiveEndcap"}
static

Definition at line 33 of file SCT_CalibBsErrorTool.cxx.

33{"negativeEndcap", "barrel", "positiveEndcap"};

◆ detectorPaths

const std::string detectorPaths[] {"SCTEC/", "SCTB/","SCTEA/"}
static

Definition at line 32 of file SCT_CalibBsErrorTool.cxx.

32{"SCTEC/", "SCTB/","SCTEA/"};

◆ firstBSErrorType

const int firstBSErrorType {0}
static

Definition at line 35 of file SCT_CalibBsErrorTool.cxx.

35{0};

◆ lastBSErrorType

const int lastBSErrorType {14}
static

Definition at line 36 of file SCT_CalibBsErrorTool.cxx.

36{14};

◆ n_BSErrorType

const int n_BSErrorType {15}
static

Definition at line 34 of file SCT_CalibBsErrorTool.cxx.

34{15};

◆ pathRoot

const std::string pathRoot {"/BSErrors/"}
static

Definition at line 31 of file SCT_CalibBsErrorTool.cxx.

31{"/BSErrors/"};