CMS 3D CMS Logo

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

Variables

tuple filteredProtons
 
tuple multiRPTable
 
tuple protonTable
 
tuple protonTablesTask = cms.Task(filteredProtons,protonTable,multiRPTable)
 
 singleRPProtons = True
 
tuple singleRPTable
 

Variable Documentation

tuple protons_cff.filteredProtons
Initial value:
1 = ppsFilteredProtonProducer.clone(
2  protons_single_rp = cms.PSet(
3  include = cms.bool(singleRPProtons)
4  )
5 )

Definition at line 8 of file protons_cff.py.

tuple protons_cff.multiRPTable
Initial value:
1 = cms.EDProducer("SimpleProtonTrackFlatTableProducer",
2  src = cms.InputTag("filteredProtons","multiRP"),
3  cut = cms.string(""),
4  name = cms.string("Proton_multiRP"),
5  doc = cms.string("bon"),
6  singleton = cms.bool(False),
7  extension = cms.bool(False),
8  skipNonExistingSrc = cms.bool(True),
9  variables = cms.PSet(
10  xi = Var("xi",float,doc="xi or dp/p",precision=12),
11  thetaX = Var("thetaX",float,doc="theta x",precision=13),
12  thetaY = Var("thetaY",float,doc="theta y",precision=13),
13  t = Var("t",float,doc="Mandelstam variable t",precision=13),
14  time = Var("time()",float,doc="time",precision=16),
15  timeUnc = Var("timeError",float,doc="time uncertainty",precision=13),
16  ),
17  externalVariables = cms.PSet(
18  arm = ExtVar("protonTable:arm",int,doc="0 = sector45, 1 = sector56"),
19  ),
20 )
def ExtVar
Definition: common_cff.py:31

Definition at line 22 of file protons_cff.py.

tuple protons_cff.protonTable
Initial value:
1 = cms.EDProducer("ProtonProducer",
2  tagRecoProtonsMulti = cms.InputTag("filteredProtons", "multiRP"),
3  tagTrackLite = cms.InputTag("ctppsLocalTrackLiteProducer"),
4  storeSingleRPProtons = cms.bool(singleRPProtons)
5 )

Definition at line 14 of file protons_cff.py.

tuple protons_cff.protonTablesTask = cms.Task(filteredProtons,protonTable,multiRPTable)

Definition at line 60 of file protons_cff.py.

protons_cff.singleRPProtons = True

Definition at line 6 of file protons_cff.py.

tuple protons_cff.singleRPTable
Initial value:
1 = cms.EDProducer("SimpleProtonTrackFlatTableProducer",
2  src = cms.InputTag("filteredProtons","singleRP"),
3  cut = cms.string(""),
4  name = cms.string("Proton_singleRP"),
5  doc = cms.string("bon"),
6  singleton = cms.bool(False),
7  extension = cms.bool(False),
8  skipNonExistingSrc = cms.bool(True),
9  variables = cms.PSet(
10  xi = Var("xi",float,doc="xi or dp/p",precision=12),
11  thetaY = Var("thetaY",float,doc="th y",precision=10),
12  ),
13  externalVariables = cms.PSet(
14  decRPId = ExtVar("protonTable:protonRPId",int,doc="Detector ID",precision=8),
15  ),
16 )
def ExtVar
Definition: common_cff.py:31

Definition at line 43 of file protons_cff.py.