CMS 3D CMS Logo

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

Functions

def VPSet
 

Variables

tuple DefaultHisto
 
tuple DefaultHistoDigiCluster
 
tuple DefaultHistoReadout
 
tuple DefaultHistoSummary
 
tuple DefaultHistoTrack
 
tuple IsOffline = cms.PSet(enabled = cms.bool(True))
 
tuple OverlayCurvesForTiming = cms.PSet(enabled = cms.bool(False))
 
tuple PerLadder = cms.PSet(enabled = cms.bool(True))
 
tuple PerLayer1D = cms.PSet(enabled = cms.bool(True))
 
tuple PerLayer2D = cms.PSet(enabled = cms.bool(True))
 
tuple PerModule = cms.PSet(enabled = cms.bool(True))
 
tuple PerReadout = cms.PSet(enabled = cms.bool(False))
 
tuple SiPixelPhase1Geometry
 
list StandardSpecification2DOccupancy
 
list StandardSpecification2DProfile
 
list StandardSpecification2DProfile_Num
 
list StandardSpecificationInclusive_Num
 
list StandardSpecificationOccupancy
 
list StandardSpecificationPixelmapProfile
 
list StandardSpecifications1D
 
list StandardSpecifications1D_Num
 
list StandardSpecificationTrend
 
list StandardSpecificationTrend2D
 
list StandardSpecificationTrend_Num
 

Function Documentation

def HistogramManager_cfi.VPSet (   args)

Variable Documentation

tuple HistogramManager_cfi.DefaultHisto

Definition at line 48 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.DefaultHistoDigiCluster
Initial value:
1 = DefaultHisto.clone(
2  topFolderName = "PixelPhase1/Phase1_MechanicalView"
3 )

Definition at line 103 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.DefaultHistoReadout
Initial value:
1 = DefaultHisto.clone(
2  topFolderName = "PixelPhase1/FED/Readout"
3 )

Definition at line 115 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.DefaultHistoSummary
Initial value:
1 = DefaultHisto.clone(
2  topFolderName = "PixelPhase1/Summary"
3 )

Definition at line 107 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.DefaultHistoTrack
Initial value:
1 = DefaultHisto.clone(
2  topFolderName = "PixelPhase1/Tracks"
3 )

Definition at line 111 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.IsOffline = cms.PSet(enabled = cms.bool(True))

Definition at line 44 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.OverlayCurvesForTiming = cms.PSet(enabled = cms.bool(False))

Definition at line 43 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.PerLadder = cms.PSet(enabled = cms.bool(True))

Definition at line 39 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.PerLayer1D = cms.PSet(enabled = cms.bool(True))

Definition at line 41 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.PerLayer2D = cms.PSet(enabled = cms.bool(True))

Definition at line 40 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.PerModule = cms.PSet(enabled = cms.bool(True))

Definition at line 38 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.PerReadout = cms.PSet(enabled = cms.bool(False))

Definition at line 42 of file HistogramManager_cfi.py.

tuple HistogramManager_cfi.SiPixelPhase1Geometry

Definition at line 5 of file HistogramManager_cfi.py.

list HistogramManager_cfi.StandardSpecification2DOccupancy
Initial value:
1 = [
2  Specification(PerLayer2D)
3  .groupBy("PXBarrel/PXLayer/SignedLadder/SignedModule")
4  .groupBy("PXBarrel/PXLayer/SignedLadder", "EXTEND_X")
5  .groupBy("PXBarrel/PXLayer", "EXTEND_Y")
6  .save(),
7  Specification(PerLayer2D)
8  .groupBy("PXForward/PXRing/SignedBladePanel/PXDisk")
9  .groupBy("PXForward/PXRing/SignedBladePanel", "EXTEND_X")
10  .groupBy("PXForward/PXRing", "EXTEND_Y")
11  .save(),
12 ]
list save
Definition: cuy.py:1164

Definition at line 218 of file HistogramManager_cfi.py.

list HistogramManager_cfi.StandardSpecification2DProfile
Initial value:
1 = [
2  Specification(PerLayer2D)
3  .groupBy("PXBarrel/PXLayer/SignedLadder/SignedModule")
4  .groupBy("PXBarrel/PXLayer/SignedLadder", "EXTEND_X")
5  .groupBy("PXBarrel/PXLayer", "EXTEND_Y")
6  .reduce("MEAN")
7  .save(),
8  Specification(PerLayer2D)
9  .groupBy("PXForward/PXRing/SignedBladePanel/PXDisk")
10  .groupBy("PXForward/PXRing/SignedBladePanel", "EXTEND_X")
11  .groupBy("PXForward/PXRing", "EXTEND_Y")
12  .reduce("MEAN")
13  .save(),
14 ]
list save
Definition: cuy.py:1164

Definition at line 203 of file HistogramManager_cfi.py.

list HistogramManager_cfi.StandardSpecification2DProfile_Num
Initial value:
1 = [
2 
3  Specification(PerLayer2D)
4  .groupBy("PXBarrel/PXLayer/SignedLadder/SignedModule" + "/DetId/Event")
5  .reduce("COUNT")
6  .groupBy("PXBarrel/PXLayer/SignedLadder/SignedModule")
7  .reduce("MEAN")
8  .groupBy("PXBarrel/PXLayer/SignedLadder", "EXTEND_X")
9  .groupBy("PXBarrel/PXLayer", "EXTEND_Y")
10  .save(),
11  Specification(PerLayer2D)
12  .groupBy("DetId/Event")
13  .reduce("COUNT")
14  .groupBy("PXForward/PXRing/PXDisk/SignedBladePanel")
15  .reduce("MEAN")
16  .groupBy("PXForward/PXRing/PXDisk", "EXTEND_Y")
17  .groupBy("PXForward/PXRing", "EXTEND_X")
18  .save(),
19 ]
list save
Definition: cuy.py:1164

Definition at line 387 of file HistogramManager_cfi.py.

list HistogramManager_cfi.StandardSpecificationInclusive_Num
Initial value:
1 = [#to count inclusively objects in substructures (BPix, FPix)
2  Specification().groupBy("PXBarrel/Event")
3  .reduce("COUNT")
4  .groupBy("PXBarrel")
5  .save(),
6  Specification().groupBy("PXForward/Event")
7  .reduce("COUNT")
8  .groupBy("PXForward")
9  .save(),
10  Specification().groupBy("PXAll/Event")
11  .reduce("COUNT")
12  .groupBy("PXAll")
13  .save(),
14 ]
list save
Definition: cuy.py:1164

Definition at line 304 of file HistogramManager_cfi.py.

list HistogramManager_cfi.StandardSpecificationOccupancy
Initial value:
1 = [ #this produces pixel maps with counting
2  Specification(PerLayer2D)
3  .groupBy("PXBarrel/PXLayer/SignedLadderCoord/SignedModuleCoord")
4  .groupBy("PXBarrel/PXLayer/SignedLadderCoord", "EXTEND_X")
5  .groupBy("PXBarrel/PXLayer", "EXTEND_Y")
6  .save(),
7  Specification(PerLayer2D)
8  .groupBy("PXForward/PXRing/SignedBladePanelCoord/SignedDiskCoord")
9  .groupBy("PXForward/PXRing/SignedBladePanelCoord", "EXTEND_X")
10  .groupBy("PXForward/PXRing", "EXTEND_Y")
11  .save()
12  #Specification(PerLayer2D) # FPIX as one plot
13  # .groupBy("PXForward/SignedShiftedBladePanelCoord/SignedDiskRingCoord")
14  # .groupBy("PXForward/SignedShiftedBladePanelCoord", "EXTEND_X")
15  # .groupBy("PXForward", "EXTEND_Y")
16  # .save(),
17 ]
list save
Definition: cuy.py:1164

Definition at line 246 of file HistogramManager_cfi.py.

list HistogramManager_cfi.StandardSpecificationPixelmapProfile
Initial value:
1 = [#produces pixel map with the mean (TProfile)
2  Specification(PerLayer2D)
3  .groupBy("PXBarrel/PXLayer/SignedLadderCoord/SignedModuleCoord")
4  .groupBy("PXBarrel/PXLayer/SignedLadderCoord", "EXTEND_X")
5  .groupBy("PXBarrel/PXLayer", "EXTEND_Y")
6  .reduce("MEAN")
7  .save(),
8  Specification(PerLayer2D)
9  .groupBy("PXForward/PXRing/SignedBladePanelCoord/SignedDiskCoord")
10  .groupBy("PXForward/PXRing/SignedBladePanelCoord", "EXTEND_X")
11  .groupBy("PXForward/PXRing", "EXTEND_Y")
12  .reduce("MEAN")
13  .save(),
14 ]
list save
Definition: cuy.py:1164

Definition at line 231 of file HistogramManager_cfi.py.

list HistogramManager_cfi.StandardSpecifications1D

Definition at line 120 of file HistogramManager_cfi.py.

list HistogramManager_cfi.StandardSpecifications1D_Num

Definition at line 265 of file HistogramManager_cfi.py.

list HistogramManager_cfi.StandardSpecificationTrend
Initial value:
1 = [
2  Specification(PerModule).groupBy("PXBarrel/Lumisection")
3  .reduce("MEAN")
4  .groupBy("PXBarrel", "EXTEND_X")
5  .save(),
6  Specification(PerModule).groupBy("PXForward/Lumisection")
7  .reduce("MEAN")
8  .groupBy("PXForward", "EXTEND_X")
9  .save(),
10  Specification(IsOffline).groupBy("PXBarrel/LumiBlock")
11  .reduce("MEAN")
12  .groupBy("PXBarrel", "EXTEND_X")
13  .save(),
14  Specification(IsOffline).groupBy("PXForward/LumiBlock")
15  .reduce("MEAN")
16  .groupBy("PXForward", "EXTEND_X")
17  .save()
18 ]
list save
Definition: cuy.py:1164

Definition at line 161 of file HistogramManager_cfi.py.

list HistogramManager_cfi.StandardSpecificationTrend2D
Initial value:
1 = [
2  Specification(PerModule).groupBy("PXBarrel/PXLayer/Lumisection")
3  .reduce("MEAN")
4  .groupBy("PXBarrel/PXLayer", "EXTEND_X")
5  .groupBy("PXBarrel", "EXTEND_Y")
6  .save(),
7  Specification(PerModule).groupBy("PXForward/PXDisk/Lumisection")
8  .reduce("MEAN")
9  .groupBy("PXForward/PXDisk","EXTEND_X")
10  .groupBy("PXForward", "EXTEND_Y")
11  .save(),
12  Specification(IsOffline).groupBy("PXBarrel/PXLayer/LumiBlock")
13  .reduce("MEAN")
14  .groupBy("PXBarrel/PXLayer", "EXTEND_X")
15  .groupBy("PXBarrel", "EXTEND_Y")
16  .save(),
17  Specification(IsOffline).groupBy("PXForward/PXDisk/LumiBlock")
18  .reduce("MEAN")
19  .groupBy("PXForward/PXDisk","EXTEND_X")
20  .groupBy("PXForward", "EXTEND_Y")
21  .save()
22 ]
list save
Definition: cuy.py:1164

Definition at line 180 of file HistogramManager_cfi.py.

list HistogramManager_cfi.StandardSpecificationTrend_Num

Definition at line 319 of file HistogramManager_cfi.py.