CMS 3D CMS Logo

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

Variables

tuple ntuple_clusters_truth
 
tuple ntuple_multiclusters_fulltruth
 
tuple ntuple_multiclusters_truth
 
tuple ntuple_towers_truth
 
tuple ntuple_triggercells_truth
 ntuplize clusters and towers More...
 

Variable Documentation

tuple caloTruthCellsNtuples_cff.ntuple_clusters_truth
Initial value:
1 = ntuple_clusters.clone(
2  Clusters = cms.InputTag('hgcalTruthBackEndLayer1Producer:HGCalBackendLayer1Processor2DClustering'),
3  Prefix = cms.untracked.string('cltruth')
4  )

Definition at line 27 of file caloTruthCellsNtuples_cff.py.

tuple caloTruthCellsNtuples_cff.ntuple_multiclusters_fulltruth
Initial value:
1 = ntuple_multiclusters.clone(
2  Multiclusters = cms.InputTag('caloTruthCellsProducer'),
3  Prefix = cms.untracked.string('cl3dfulltruth')
4 )

Definition at line 6 of file caloTruthCellsNtuples_cff.py.

tuple caloTruthCellsNtuples_cff.ntuple_multiclusters_truth
Initial value:
1 = ntuple_multiclusters.clone(
2  Multiclusters = cms.InputTag('hgcalTruthBackEndLayer2Producer:HGCalBackendLayer2Processor3DClustering'),
3  Prefix = cms.untracked.string('cl3dtruth')
4  )

Definition at line 32 of file caloTruthCellsNtuples_cff.py.

tuple caloTruthCellsNtuples_cff.ntuple_towers_truth
Initial value:
1 = ntuple_towers.clone(
2  Towers = cms.InputTag('hgcalTruthTowerProducer:HGCalTowerProcessor'),
3  Prefix = cms.untracked.string('towertruth')
4  )

Definition at line 37 of file caloTruthCellsNtuples_cff.py.

tuple caloTruthCellsNtuples_cff.ntuple_triggercells_truth
Initial value:
1 = ntuple_triggercells.clone(
2  TriggerCells = cms.InputTag('caloTruthCellsProducer'),
3  Multiclusters = cms.InputTag('hgcalTruthBackEndLayer2Producer:HGCalBackendLayer2Processor3DClustering'),
4  Prefix = cms.untracked.string('tctruth'),
5  FillTruthMap = cms.bool(False)
6  )

ntuplize clusters and towers

Definition at line 20 of file caloTruthCellsNtuples_cff.py.