CMS 3D CMS Logo

Functions | Variables
year_2018_postTS2_cff Namespace Reference

Functions

def SetDefaults (process)
 
def UseDefaultXangleBetaStar (process)
 
def UseDefaultXangleBetaStarDistribution (process)
 

Variables

 alignmentFile
 
 MisalignedFiles
 
 RealFiles
 
 timeResolutionDiamonds45
 
 timeResolutionDiamonds56
 

Function Documentation

◆ SetDefaults()

def year_2018_postTS2_cff.SetDefaults (   process)

Definition at line 23 of file year_2018_postTS2_cff.py.

23 def SetDefaults(process):

References UseDefaultXangleBetaStarDistribution().

◆ UseDefaultXangleBetaStar()

def year_2018_postTS2_cff.UseDefaultXangleBetaStar (   process)

Definition at line 16 of file year_2018_postTS2_cff.py.

16 def UseDefaultXangleBetaStar(process):
17  UseCrossingAngle(140, process)
18 

References base_cff.UseCrossingAngle().

◆ UseDefaultXangleBetaStarDistribution()

def year_2018_postTS2_cff.UseDefaultXangleBetaStarDistribution (   process)

Definition at line 19 of file year_2018_postTS2_cff.py.

20  UseXangleBetaStarHistogram(process, default_xangle_beta_star_file, "2018_postTS2/h2_betaStar_vs_xangle")
21 
22 # defaults

References base_cff.UseXangleBetaStarHistogram().

Referenced by SetDefaults().

Variable Documentation

◆ alignmentFile

year_2018_postTS2_cff.alignmentFile

Definition at line 7 of file year_2018_postTS2_cff.py.

◆ MisalignedFiles

year_2018_postTS2_cff.MisalignedFiles

Definition at line 8 of file year_2018_postTS2_cff.py.

◆ RealFiles

year_2018_postTS2_cff.RealFiles

Definition at line 9 of file year_2018_postTS2_cff.py.

◆ timeResolutionDiamonds45

year_2018_postTS2_cff.timeResolutionDiamonds45

Definition at line 12 of file year_2018_postTS2_cff.py.

◆ timeResolutionDiamonds56

year_2018_postTS2_cff.timeResolutionDiamonds56

Definition at line 13 of file year_2018_postTS2_cff.py.

year_2018_postTS2_cff.UseDefaultXangleBetaStarDistribution
def UseDefaultXangleBetaStarDistribution(process)
Definition: year_2018_postTS2_cff.py:19
year_2018_postTS2_cff.SetDefaults
def SetDefaults(process)
Definition: year_2018_postTS2_cff.py:23
base_cff.UseCrossingAngle
def UseCrossingAngle(xangle, process)
Definition: base_cff.py:171
base_cff.UseXangleBetaStarHistogram
def UseXangleBetaStarHistogram(process, f, obj)
Definition: base_cff.py:178
year_2018_postTS2_cff.UseDefaultXangleBetaStar
def UseDefaultXangleBetaStar(process)
Definition: year_2018_postTS2_cff.py:16