CMS 3D CMS Logo

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

Variables

tuple CaloParticleSelectionForEfficiency
 

Variable Documentation

tuple CaloParticleSelectionForEfficiency_cfi.CaloParticleSelectionForEfficiency
Initial value:
1 = cms.PSet(
2  ptMinCP = cms.double(0.5),
3  ptMaxCP = cms.double(300.),
4  minRapidityCP = cms.double(-3.1),
5  maxRapidityCP = cms.double(3.1),
6  #--z position of the origin vertex less than lipCP
7  lipCP = cms.double(30.0),
8  #-- transverse component squared sum less that tipCP*tipCP
9  tipCP = cms.double(60),
10  chargedOnlyCP = cms.bool(False),
11  stableOnlyCP = cms.bool(False),
12  notConvertedOnlyCP = cms.bool(True),
13  #311: K0, 130: K0_short, 310: K0_long
14  pdgIdCP = cms.vint32(11, -11, 13, -13, 22, 111, 211, -211, 321, -321, 311, 130, 310),
15  #--signal only means no PU particles
16  signalOnlyCP = cms.bool(True),
17  #--intime only means no OOT PU particles
18  intimeOnlyCP = cms.bool(True),
19  #The total number of rechits
20  minHitCP = cms.int32(0),
21  maxSimClustersCP = cms.int32(-1)
22 )

Definition at line 3 of file CaloParticleSelectionForEfficiency_cfi.py.