Fills an SCT cabling object from the database using CoraCool.
More...
#include "SCT_CablingCondAlgFromCoraCool.h"
#include "SCT_CablingUtilities.h"
#include "InDetIdentifier/SCT_ID.h"
#include "Identifier/Identifier.h"
#include "Identifier/IdentifierHash.h"
#include <algorithm>
#include <iostream>
#include <set>
#include <utility>
Go to the source code of this file.
|
| static const std::string | rodFolderName {"/SCT/DAQ/Configuration/ROD"} |
| static const std::string | rodMurFolderName {"/SCT/DAQ/Configuration/RODMUR"} |
| static const std::string | murFolderName {"/SCT/DAQ/Configuration/MUR"} |
| static const std::string | geoFolderName {"/SCT/DAQ/Configuration/Geog"} |
| static const std::string | rodFolderName2 {"/SCT/DAQ/Config/ROD"} |
| static const std::string | rodMurFolderName2 {"/SCT/DAQ/Config/RODMUR"} |
| static const std::string | murFolderName2 {"/SCT/DAQ/Config/MUR"} |
| static const std::string | geoFolderName2 {"/SCT/DAQ/Config/Geog"} |
| static const int | disabledFibre {255} |
| static const int | defaultLink {128} |
| static const int | slotsPerCrate {16} |
| static const int | fibresPerMur {12} |
| static const int | fibresPerRod {96} |
| static const int | mursPerRod {8} |
| static const int | HO1 [] {5,4,3,2,1,0} |
| static const int | HO2 [] {12,11,10,9,8,7} |
| static const int | HM1 [] {6,16,15,14,13,-1} |
| static const int | HM2 [] {22,21,20,19,18,17} |
| static const int | HI1 [] {28,30,32,29,31,-1} |
| static const int | HI2 [] {26,27,25,23,24,-1} |
| static const int | qc [] {-1,3,2,1,0} |
| static const int | qa [] {-1,2,1,0,3} |
Fills an SCT cabling object from the database using CoraCool.
- Author
- Shaun Roe
- Date
- 13/11/2008
Definition in file SCT_CablingCondAlgFromCoraCool.cxx.
◆ defaultLink
| const int defaultLink {128} |
|
static |
◆ disabledFibre
| const int disabledFibre {255} |
|
static |
◆ fibresPerMur
| const int fibresPerMur {12} |
|
static |
◆ fibresPerRod
| const int fibresPerRod {96} |
|
static |
◆ geoFolderName
| const std::string geoFolderName {"/SCT/DAQ/Configuration/Geog"} |
|
static |
◆ geoFolderName2
| const std::string geoFolderName2 {"/SCT/DAQ/Config/Geog"} |
|
static |
◆ HI1
| const int HI1[] {28,30,32,29,31,-1} |
|
static |
◆ HI2
| const int HI2[] {26,27,25,23,24,-1} |
|
static |
◆ HM1
| const int HM1[] {6,16,15,14,13,-1} |
|
static |
◆ HM2
| const int HM2[] {22,21,20,19,18,17} |
|
static |
◆ HO1
| const int HO1[] {5,4,3,2,1,0} |
|
static |
◆ HO2
| const int HO2[] {12,11,10,9,8,7} |
|
static |
◆ murFolderName
| const std::string murFolderName {"/SCT/DAQ/Configuration/MUR"} |
|
static |
◆ murFolderName2
| const std::string murFolderName2 {"/SCT/DAQ/Config/MUR"} |
|
static |
◆ mursPerRod
◆ qa
| const int qa[] {-1,2,1,0,3} |
|
static |
◆ qc
| const int qc[] {-1,3,2,1,0} |
|
static |
◆ rodFolderName
| const std::string rodFolderName {"/SCT/DAQ/Configuration/ROD"} |
|
static |
◆ rodFolderName2
| const std::string rodFolderName2 {"/SCT/DAQ/Config/ROD"} |
|
static |
◆ rodMurFolderName
| const std::string rodMurFolderName {"/SCT/DAQ/Configuration/RODMUR"} |
|
static |
◆ rodMurFolderName2
| const std::string rodMurFolderName2 {"/SCT/DAQ/Config/RODMUR"} |
|
static |
◆ slotsPerCrate
| const int slotsPerCrate {16} |
|
static |