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

Implementation file for the SCT_CalibLbTool class. More...

#include "SCT_CalibLbTool.h"
#include "SCT_CalibUtilities.h"
#include "SCT_CalibNumbers.h"
#include "SCT_CalibEventInfo.h"
#include "InDetReadoutGeometry/SiDetectorElement.h"
#include "SCT_ReadoutGeometry/SCT_DetectorManager.h"
#include "InDetRawData/SCT3_RawData.h"
#include "InDetRawData/InDetRawDataCLASS_DEF.h"
#include "Identifier/Identifier.h"
#include "Identifier/IdentifierHash.h"
#include "StoreGate/ReadHandle.h"
#include "TH1I.h"
#include "TH1F.h"
#include "TH2F.h"
#include "TFile.h"
#include "TMath.h"

Go to the source code of this file.

Variables

static const std::string pathRoot {"/LB/"}
static const int n_chipsPerSide {6}
static const int n_stripsPerChip {128}
static const std::string detectorNames [] {"negativeEndcap", "barrel", "positiveEndcap"}
static const std::string detectorPaths [] {"SCTEC/", "SCTB/","SCTEA/"}

Detailed Description

Implementation file for the SCT_CalibLbTool class.

Author
Shaun Roe

Definition in file SCT_CalibLbTool.cxx.

Variable Documentation

◆ detectorNames

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

Definition at line 39 of file SCT_CalibLbTool.cxx.

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

◆ detectorPaths

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

Definition at line 40 of file SCT_CalibLbTool.cxx.

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

◆ n_chipsPerSide

const int n_chipsPerSide {6}
static

Definition at line 37 of file SCT_CalibLbTool.cxx.

37{6};

◆ n_stripsPerChip

const int n_stripsPerChip {128}
static

Definition at line 38 of file SCT_CalibLbTool.cxx.

38{128};

◆ pathRoot

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

Definition at line 36 of file SCT_CalibLbTool.cxx.

36{"/LB/"};