#include <StubFEWindows.h>
Definition at line 15 of file StubFEWindows.h.
◆ StubFEWindows()
Definition at line 14 of file StubFEWindows.cc.
17 const auto& pSetTiltedLayer = pSetStubAlgo.
getParameter<vector<edm::ParameterSet>>(
"TiltedBarrelCutSet");
18 const auto& pSetEncapDisks = pSetStubAlgo.
getParameter<vector<edm::ParameterSet>>(
"EndcapCutSet");
20 for (
const auto& pSet : pSetTiltedLayer) {
24 for (
const auto& pSet : pSetEncapDisks) {
References edm::ParameterSet::getParameter().
◆ numTiltedLayerRings()
const std::vector<double>& tmtt::StubFEWindows::numTiltedLayerRings |
( |
| ) |
const |
|
inline |
◆ setZero()
void tmtt::StubFEWindows::setZero |
( |
| ) |
|
◆ storedWindowSize() [1/2]
double * tmtt::StubFEWindows::storedWindowSize |
( |
const TrackerTopology * |
trackerTopo, |
|
|
const DetId & |
detId |
|
) |
| |
◆ storedWindowSize() [2/2]
const double * tmtt::StubFEWindows::storedWindowSize |
( |
const TrackerTopology * |
trackerTopo, |
|
|
const DetId & |
detId |
|
) |
| const |
Definition at line 41 of file StubFEWindows.cc.
44 const double* storedHalfWindow =
nullptr;
46 unsigned int layer = trackerTopo->
layer(detId);
51 if (
type != TrackerModule::BarrelModuleType::flat) {
68 return storedHalfWindow;
References alignCSCRings::corr, PVValHelper::ladder, TrackerTopology::layer(), relativeConstraints::ring, DetId::subdetId(), StripSubdetector::TID, TrackerTopology::tidRing(), TrackerTopology::tidWheel(), StripSubdetector::TOB, TrackerTopology::tobRod(), TrackerTopology::tobSide(), and makeMuonMisalignmentScenario::wheel.
◆ windowSizeBarrelLayers() [1/2]
std::vector<double>& tmtt::StubFEWindows::windowSizeBarrelLayers |
( |
| ) |
|
|
inline |
◆ windowSizeBarrelLayers() [2/2]
const std::vector<double>& tmtt::StubFEWindows::windowSizeBarrelLayers |
( |
| ) |
const |
|
inline |
◆ windowSizeEndcapDisksRings() [1/2]
std::vector<std::vector<double> >& tmtt::StubFEWindows::windowSizeEndcapDisksRings |
( |
| ) |
|
|
inline |
◆ windowSizeEndcapDisksRings() [2/2]
const std::vector<std::vector<double> >& tmtt::StubFEWindows::windowSizeEndcapDisksRings |
( |
| ) |
const |
|
inline |
◆ windowSizeTiltedLayersRings() [1/2]
std::vector<std::vector<double> >& tmtt::StubFEWindows::windowSizeTiltedLayersRings |
( |
| ) |
|
|
inline |
◆ windowSizeTiltedLayersRings() [2/2]
const std::vector<std::vector<double> >& tmtt::StubFEWindows::windowSizeTiltedLayersRings |
( |
| ) |
const |
|
inline |
◆ numTiltedLayerRings_
std::vector<double> tmtt::StubFEWindows::numTiltedLayerRings_ |
|
private |
◆ windowSizeBarrelLayers_
std::vector<double> tmtt::StubFEWindows::windowSizeBarrelLayers_ |
|
private |
◆ windowSizeEndcapDisksRings_
std::vector<std::vector<double> > tmtt::StubFEWindows::windowSizeEndcapDisksRings_ |
|
private |
◆ windowSizeTiltedLayersRings_
std::vector<std::vector<double> > tmtt::StubFEWindows::windowSizeTiltedLayersRings_ |
|
private |