CMS 3D CMS Logo

Enumerations | Variables
dyt_utils Namespace Reference

Enumerations

enum  etaRegion {
  etaRegion::eta0p8, etaRegion::eta1p2, etaRegion::eta2p0, etaRegion::eta2p2,
  etaRegion::eta2p4
}
 

Variables

static const std::map< etaRegion, std::string > etaRegionStr
 

Detailed Description

Class: DynamicTruncation

Description: class for the dynamical stop of the KF according to the compatibility degree between the extrapolated track state and the reconstructed segment in the muon chambers

Authors : D. Pagano & G. Bruno - UCL Louvain

\modified by C. Caputo, UCLouvain

Enumeration Type Documentation

◆ etaRegion

enum dyt_utils::etaRegion
strong
Enumerator
eta0p8 
eta1p2 
eta2p0 
eta2p2 
eta2p4 

Definition at line 44 of file DynamicTruncation.h.

Variable Documentation

◆ etaRegionStr

const std::map<etaRegion, std::string> dyt_utils::etaRegionStr
static
Initial value:
{{etaRegion::eta0p8, "eta0p8"},
{etaRegion::eta1p2, "eta1p2"},
{etaRegion::eta2p0, "eta2p0"},
{etaRegion::eta2p2, "eta2p2"},
{etaRegion::eta2p4, "eta2p4"}}

Definition at line 38 of file DynamicTruncation.cc.

Referenced by DynamicTruncation::setThrsMap().

GlobalMuonRefitter_cff.eta2p2
eta2p2
Definition: GlobalMuonRefitter_cff.py:41
GlobalMuonRefitter_cff.eta2p4
eta2p4
Definition: GlobalMuonRefitter_cff.py:42
GlobalMuonRefitter_cff.eta0p8
eta0p8
Definition: GlobalMuonRefitter_cff.py:38
GlobalMuonRefitter_cff.eta2p0
eta2p0
Definition: GlobalMuonRefitter_cff.py:40
GlobalMuonRefitter_cff.eta1p2
eta1p2
Definition: GlobalMuonRefitter_cff.py:39