#include <HitPatternHelper.h>
|
static auto | equalID (std::pair< int, bool > lhs, std::pair< int, bool > rhs) |
|
static auto | smallerID (std::pair< int, bool > lhs, std::pair< int, bool > rhs) |
|
Definition at line 43 of file HitPatternHelper.h.
◆ Setup() [1/2]
◆ Setup() [2/2]
Definition at line 16 of file HitPatternHelper.cc.
References tmtt::TrackerModule::calcLayerIdReduced(), equalID(), dqmdumpme::first, mps_fire::i, createfilelist::int, dqmiolumiharvest::j, layerIds_, tmtt::KFbase::layerMap_, layermap_, nEtaRegions_, nKalmanLayers_, edm::second(), tt::Setup::sensorModules(), setupTT_, smallerID(), jetUpdater_cfi::sort, and tier0::unique().
24 layerIds_.push_back(std::make_pair(sm.layerId(), sm.barrel()));
static constexpr std::pair< unsigned, unsigned > layerMap_[nEta_/2][nGPlayer_+1]
edm::ParameterSet iConfig_
static const unsigned int nEta_
constexpr std::array< uint8_t, layerIndexSize< TrackerTraits > > layer
U second(std::pair< T, U > const &p)
static const unsigned int nKFlayer_
const std::vector< SensorModule > & sensorModules() const
def unique(seq, keepstr=True)
static unsigned int calcLayerIdReduced(unsigned int layerId)
static auto smallerID(std::pair< int, bool > lhs, std::pair< int, bool > rhs)
std::vector< std::pair< int, bool > > layerIds_
static auto equalID(std::pair< int, bool > lhs, std::pair< int, bool > rhs)
std::map< int, std::map< int, std::vector< int > > > layermap_
◆ ~Setup()
◆ chosenRofZ()
double hph::Setup::chosenRofZ |
( |
| ) |
const |
|
inline |
◆ deltaTanL()
double hph::Setup::deltaTanL |
( |
| ) |
const |
|
inline |
◆ equalID()
static auto hph::Setup::equalID |
( |
std::pair< int, bool > |
lhs, |
|
|
std::pair< int, bool > |
rhs |
|
) |
| |
|
inlinestatic |
◆ etaRegions()
std::vector<double> hph::Setup::etaRegions |
( |
| ) |
const |
|
inline |
◆ hphDebug()
bool hph::Setup::hphDebug |
( |
| ) |
const |
|
inline |
◆ layermap()
std::map<int, std::map<int, std::vector<int> > > hph::Setup::layermap |
( |
| ) |
const |
|
inline |
◆ nKalmanLayers()
int hph::Setup::nKalmanLayers |
( |
| ) |
const |
|
inline |
◆ sensorModules()
◆ smallerID()
static auto hph::Setup::smallerID |
( |
std::pair< int, bool > |
lhs, |
|
|
std::pair< int, bool > |
rhs |
|
) |
| |
|
inlinestatic |
◆ useNewKF()
bool hph::Setup::useNewKF |
( |
| ) |
const |
|
inline |
◆ iConfig_
◆ layerIds_
std::vector<std::pair<int, bool> > hph::Setup::layerIds_ |
|
private |
◆ layermap_
std::map<int, std::map<int, std::vector<int> > > hph::Setup::layermap_ |
|
private |
◆ nEtaRegions_
int hph::Setup::nEtaRegions_ |
|
private |
◆ nKalmanLayers_
int hph::Setup::nKalmanLayers_ |
|
private |
◆ setupTT_