CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
histoParameters_cff Namespace Reference

Variables

tuple defaultMuonHistoParameters
 
tuple displacedGlbMuonHistoParameters
 Displaced muons: GLB tracks. More...
 
tuple displacedGlbMuonHistoParameters_phase2
 
tuple displacedStaMuonHistoParameters
 Displaced muons: STA tracks. More...
 
tuple displacedStaMuonHistoParameters_phase2
 
tuple displacedStaSeedMuonHistoParameters
 Displaced muons: STA seeds (here hits are counting DT,CSC segments rather than individual hit layers) More...
 
tuple displacedTrkMuonHistoParameters
 Displaced TRK tracks. More...
 
tuple displacedTrkMuonHistoParameters_phase2
 
tuple gemMuonHistoParameters
 GEMmuon tracks. More...
 
tuple gemMuonHistoParameters_phase2
 
tuple glbCosmic1LegMuonHistoParameters
 cosmics: GLB tracks (1-leg) More...
 
tuple glbCosmicMuonHistoParameters
 cosmics: GLB tracks (2-legs) More...
 
tuple glbMuonHistoParameters
 GLB tracks. More...
 
tuple glbMuonHistoParameters_phase2
 
tuple me0MuonHistoParameters
 ME0muon tracks. More...
 
tuple recoMuonHistoParameters
 Reco Muon tracks. More...
 
tuple recoMuonHistoParameters_phase2
 
tuple staCosmic1LegMuonHistoParameters
 cosmics: STA tracks (1-leg) More...
 
tuple staCosmicMuonHistoParameters
 cosmics: STA tracks (2-legs) More...
 
tuple staMuonHistoParameters
 STA tracks. More...
 
tuple staMuonHistoParameters_phase2
 
tuple staSeedMuonHistoParameters
 STA seeds (here hits are counting DT,CSC segments rather than individual hit layers) More...
 
tuple staSeedMuonHistoParameters_phase2
 
tuple staUpdMuonHistoParameters
 STA Upd tracks. More...
 
tuple staUpdMuonHistoParameters_phase2
 
tuple trkCosmic1LegMuonHistoParameters
 cosmics: TRK tracks (1-leg) More...
 
tuple trkCosmicMuonHistoParameters
 COSMIC muons. More...
 
tuple trkMuonHistoParameters
 TRK tracks. More...
 
tuple trkMuonHistoParameters_phase2
 Customize ranges for phase 2 samples TRK tracks. More...
 

Variable Documentation

tuple histoParameters_cff.defaultMuonHistoParameters

Definition at line 3 of file histoParameters_cff.py.

tuple histoParameters_cff.displacedGlbMuonHistoParameters
Initial value:
1 = glbMuonHistoParameters.clone(
2  nintDxy = 85,
3  minDxy = -85.,
4  maxDxy = 85.,
5  #
6  nintDz = 84,
7  minDz = -210.,
8  maxDz = 210.,
9  #
10  nintRpos = 85,
11  minRpos = 0.,
12  maxRpos = 85.,
13  #
14  nintZpos = 84,
15  minZpos = -210.,
16  maxZpos = 210.
17 )

Displaced muons: GLB tracks.

Definition at line 271 of file histoParameters_cff.py.

tuple histoParameters_cff.displacedGlbMuonHistoParameters_phase2
Initial value:
1 = displacedGlbMuonHistoParameters.clone(
2  minPU = 150,
3  maxPU = 250
4 )

Definition at line 451 of file histoParameters_cff.py.

tuple histoParameters_cff.displacedStaMuonHistoParameters
Initial value:
1 = staMuonHistoParameters.clone(
2  nintDxy = 85,
3  minDxy = -85.,
4  maxDxy = 85.,
5  #
6  nintDz = 84,
7  minDz = -210.,
8  maxDz = 210.,
9  #
10  nintRpos = 85,
11  minRpos = 0.,
12  maxRpos = 85.,
13  #
14  nintZpos = 84,
15  minZpos = -210.,
16  maxZpos = 210.
17 )

Displaced muons: STA tracks.

Definition at line 240 of file histoParameters_cff.py.

tuple histoParameters_cff.displacedStaMuonHistoParameters_phase2
Initial value:
1 = displacedStaMuonHistoParameters.clone(
2  minPU = 150,
3  maxPU = 250
4 )

Definition at line 446 of file histoParameters_cff.py.

tuple histoParameters_cff.displacedStaSeedMuonHistoParameters
Initial value:
1 = displacedStaMuonHistoParameters.clone(
2  nintNHit = 7,
3  maxNHit = 6.5,
4  nintDTHit = 7,
5  maxDTHit = 6.5,
6  nintCSCHit = 7,
7  maxCSCHit = 6.5,
8  nintRPCHit = 7,
9  maxRPCHit = 6.5
10 )

Displaced muons: STA seeds (here hits are counting DT,CSC segments rather than individual hit layers)

Definition at line 259 of file histoParameters_cff.py.

tuple histoParameters_cff.displacedTrkMuonHistoParameters
Initial value:
1 = trkMuonHistoParameters.clone(
2  nintDxy = 85,
3  minDxy = -85.,
4  maxDxy = 85.,
5  #
6  nintDz = 84,
7  minDz = -210.,
8  maxDz = 210.,
9  #
10  nintRpos = 85,
11  minRpos = 0.,
12  maxRpos = 85.,
13  #
14  nintZpos = 84,
15  minZpos = -210.,
16  maxZpos = 210.
17 )

Displaced TRK tracks.

Definition at line 221 of file histoParameters_cff.py.

tuple histoParameters_cff.displacedTrkMuonHistoParameters_phase2
Initial value:
1 = displacedTrkMuonHistoParameters.clone(
2  minPU = 150,
3  maxPU = 250
4 )

Definition at line 441 of file histoParameters_cff.py.

tuple histoParameters_cff.gemMuonHistoParameters
Initial value:
1 = trkMuonHistoParameters.clone(
2  usetracker = True,
3  usemuon = False,
4  minEta = -2.8,
5  maxEta = +2.8,
6  nintEta = 48,
7  #nintNHit = 41, # this is the tracker default
8  #maxNHit = 40.5,
9  do_TRKhitsPlots = True,
10  do_MUOhitsPlots = True # is this used in the current code ?
11 )

GEMmuon tracks.

Definition at line 118 of file histoParameters_cff.py.

tuple histoParameters_cff.gemMuonHistoParameters_phase2
Initial value:
1 = gemMuonHistoParameters.clone(
2  minPU = 150,
3  maxPU = 250,
4  maxNTracks = 150,
5  nintNTracks = 100,
6  maxFTracks = 50,
7  nintFTracks = 50
8 )

Definition at line 403 of file histoParameters_cff.py.

tuple histoParameters_cff.glbCosmic1LegMuonHistoParameters
Initial value:
1 = glbCosmicMuonHistoParameters.clone(
2  nintNHit = 161,
3  maxNHit = 160.5,
4  #
5  nintDTHit = 101,
6  maxDTHit = 100.5,
7  #
8  nintCSCHit = 101,
9  maxCSCHit = 100.5,
10  #
11  nintRPCHit = 21,
12  maxRPCHit = 20.5,
13  #
14  nintLayers = 31,
15  maxLayers = 30.5,
16  #
17  nintPixels = 11,
18  maxPixels = 10.5
19 )

cosmics: GLB tracks (1-leg)

Definition at line 376 of file histoParameters_cff.py.

tuple histoParameters_cff.glbCosmicMuonHistoParameters
Initial value:
1 = glbMuonHistoParameters.clone(
2  nintDxy = 40,
3  minDxy = -10.,
4  maxDxy = 10.,
5  #
6  nintDz = 50,
7  minDz = -50.,
8  maxDz = 50.,
9  #
10  nintRpos = 40,
11  minRpos = 0.,
12  maxRpos = 10.,
13  #
14  nintZpos = 50,
15  minZpos = -50.,
16  maxZpos = 50.
17 )

cosmics: GLB tracks (2-legs)

Definition at line 330 of file histoParameters_cff.py.

tuple histoParameters_cff.glbMuonHistoParameters
Initial value:
1 = defaultMuonHistoParameters.clone(
2  usetracker = True,
3  usemuon = True,
4  nintNHit = 81,
5  maxNHit = 80.5,
6  do_TRKhitsPlots = True,
7  do_MUOhitsPlots = True
8 )

GLB tracks.

Definition at line 201 of file histoParameters_cff.py.

tuple histoParameters_cff.glbMuonHistoParameters_phase2
Initial value:
1 = glbMuonHistoParameters.clone(
2  minPU = 150,
3  maxPU = 250
4 )

Definition at line 427 of file histoParameters_cff.py.

tuple histoParameters_cff.me0MuonHistoParameters
Initial value:
1 = trkMuonHistoParameters.clone(
2  usetracker = True,
3  usemuon = False,
4  minEta = -2.8,
5  maxEta = +2.8,
6  nintEta = 56,
7  #nintNHit = 41, # this is the tracker default
8  #maxNHit = 40.5,
9  do_TRKhitsPlots = True,
10  do_MUOhitsPlots = True # is this used in the current code ?
11 )

ME0muon tracks.

Definition at line 131 of file histoParameters_cff.py.

tuple histoParameters_cff.recoMuonHistoParameters
Initial value:
1 = defaultMuonHistoParameters.clone(
2  usetracker = True,
3  usemuon = True,
4  nintNHit = 81,
5  maxNHit = 80.5,
6  do_TRKhitsPlots = True,
7  do_MUOhitsPlots = True
8 )

Reco Muon tracks.

Definition at line 211 of file histoParameters_cff.py.

tuple histoParameters_cff.recoMuonHistoParameters_phase2
Initial value:
1 = recoMuonHistoParameters.clone(
2  minPU = 150,
3  maxPU = 250,
4  maxNTracks = 150,
5  nintNTracks = 100,
6  maxFTracks = 50,
7  nintFTracks = 50
8 )

Definition at line 432 of file histoParameters_cff.py.

tuple histoParameters_cff.staCosmic1LegMuonHistoParameters
Initial value:
1 = staCosmicMuonHistoParameters.clone(
2  nintNHit = 121,
3  maxNHit = 120.5,
4  #
5  nintDTHit = 101,
6  maxDTHit = 100.5,
7  #
8  nintCSCHit = 101,
9  maxCSCHit = 100.5,
10  #
11  nintRPCHit = 21,
12  maxRPCHit = 20.5
13 )

cosmics: STA tracks (1-leg)

Definition at line 361 of file histoParameters_cff.py.

tuple histoParameters_cff.staCosmicMuonHistoParameters
Initial value:
1 = staMuonHistoParameters.clone(
2  nintDxy = 40,
3  minDxy = -10.,
4  maxDxy = 10.,
5  #,
6  nintDz = 50,
7  minDz = -50.,
8  maxDz = 50.,
9  #
10  nintRpos = 40,
11  minRpos = 0.,
12  maxRpos = 10.,
13  #
14  nintZpos = 50,
15  minZpos = -50.,
16  maxZpos = 50.
17 )

cosmics: STA tracks (2-legs)

Definition at line 311 of file histoParameters_cff.py.

tuple histoParameters_cff.staMuonHistoParameters

STA tracks.

Definition at line 144 of file histoParameters_cff.py.

tuple histoParameters_cff.staMuonHistoParameters_phase2
Initial value:
1 = staMuonHistoParameters.clone(
2  minPU = 150,
3  maxPU = 250
4 )

Definition at line 412 of file histoParameters_cff.py.

tuple histoParameters_cff.staSeedMuonHistoParameters
Initial value:
1 = staMuonHistoParameters.clone(
2  nintNHit = 7,
3  maxNHit = 6.5,
4  nintDTHit = 7,
5  maxDTHit = 6.5,
6  nintCSCHit = 7,
7  maxCSCHit = 6.5,
8  nintRPCHit = 7,
9  maxRPCHit = 6.5
10 )

STA seeds (here hits are counting DT,CSC segments rather than individual hit layers)

Definition at line 182 of file histoParameters_cff.py.

tuple histoParameters_cff.staSeedMuonHistoParameters_phase2
Initial value:
1 = staSeedMuonHistoParameters.clone(
2  minPU = 150,
3  maxPU = 250
4 )

Definition at line 417 of file histoParameters_cff.py.

tuple histoParameters_cff.staUpdMuonHistoParameters
Initial value:
1 = staMuonHistoParameters.clone(
2  dxyRes_nbin = 100,
3  dxyRes_rangeMin = -1.,
4  dxyRes_rangeMax = 1.
5 )

STA Upd tracks.

Definition at line 194 of file histoParameters_cff.py.

tuple histoParameters_cff.staUpdMuonHistoParameters_phase2
Initial value:
1 = staUpdMuonHistoParameters.clone(
2  minPU = 150,
3  maxPU = 250
4 )

Definition at line 422 of file histoParameters_cff.py.

tuple histoParameters_cff.trkCosmic1LegMuonHistoParameters
Initial value:
1 = trkCosmicMuonHistoParameters.clone(
2  nintNHit = 81,
3  maxNHit = 80.5,
4  #
5  nintLayers = 31,
6  maxLayers = 30.5,
7  #
8  nintPixels = 11,
9  maxPixels = 10.5
10 )

cosmics: TRK tracks (1-leg)

Definition at line 349 of file histoParameters_cff.py.

tuple histoParameters_cff.trkCosmicMuonHistoParameters
Initial value:
1 = trkMuonHistoParameters.clone(
2  nintDxy = 40,
3  minDxy = -10.,
4  maxDxy = 10.,
5  #
6  nintDz = 50,
7  minDz = -50.,
8  maxDz = 50.,
9  #
10  nintRpos = 40,
11  minRpos = 0.,
12  maxRpos = 10.,
13  #
14  nintZpos = 50,
15  minZpos = -50.,
16  maxZpos = 50.
17 )

COSMIC muons.

cosmics: TRK tracks (2-legs)

Definition at line 292 of file histoParameters_cff.py.

tuple histoParameters_cff.trkMuonHistoParameters
Initial value:
1 = defaultMuonHistoParameters.clone(
2  usetracker = True,
3  usemuon = False,
4  nintNHit = 41,
5  maxNHit = 40.5,
6  do_TRKhitsPlots = True,
7  do_MUOhitsPlots = False
8 )

TRK tracks.

Definition at line 108 of file histoParameters_cff.py.

tuple histoParameters_cff.trkMuonHistoParameters_phase2
Initial value:
1 = trkMuonHistoParameters.clone(
2  minPU = 150,
3  maxPU = 250
4 )

Customize ranges for phase 2 samples TRK tracks.

Definition at line 398 of file histoParameters_cff.py.