CMS 3D CMS Logo

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

Variables

tuple gainCalibrationTree = cms.EDAnalyzer("ShallowTree", outputCommands = cms.untracked.vstring('drop *'))
 
tuple laCalibrationTree = cms.EDAnalyzer("ShallowTree", outputCommands = cms.untracked.vstring('drop *'))
 
tuple LorentzAngleNtuple
 
list LorentzAngleOutputCommands
 
list OfflineChannelGainOutputCommands
 
tuple OfflineGainNtuple
 

Variable Documentation

tuple ntuple_cff.gainCalibrationTree = cms.EDAnalyzer("ShallowTree", outputCommands = cms.untracked.vstring('drop *'))

Definition at line 18 of file ntuple_cff.py.

tuple ntuple_cff.laCalibrationTree = cms.EDAnalyzer("ShallowTree", outputCommands = cms.untracked.vstring('drop *'))

Definition at line 18 of file ntuple_cff.py.

tuple ntuple_cff.LorentzAngleNtuple
Initial value:
1 = cms.Sequence( (shallowClusters +
2  shallowTrackClusters) *
3  laCalibrationTree
4  )

Definition at line 21 of file ntuple_cff.py.

list ntuple_cff.LorentzAngleOutputCommands
Initial value:
1 = [ 'keep *_shallowClusters_clusterdetid_*',
2  'keep *_shallowClusters_clusterwidth_*',
3  'keep *_shallowClusters_clustervariance_*',
4  'keep *_shallowTrackClusters_tsostrackmulti_*',
5  'keep *_shallowTrackClusters_tsosdriftx_*',
6  'keep *_shallowTrackClusters_tsosdriftz_*',
7  'keep *_shallowTrackClusters_tsoslocaltheta_*',
8  'keep *_shallowTrackClusters_tsoslocalphi_*',
9  'keep *_shallowTrackClusters_tsosBdotY_*',
10  #'keep *_shallowTrackClusters_tsoslocaly_*',
11  'keep *_shallowTrackClusters_tsosglobalZofunitlocalY_*']

Definition at line 6 of file ntuple_cff.py.

list ntuple_cff.OfflineChannelGainOutputCommands
Initial value:
1 = [
2  'keep *_shallowEventRun_*_*',
3  'keep *_shallowTracks_trackchi2ndof_*',
4  'keep *_shallowTracks_trackmomentum_*',
5  'keep *_shallowTracks_trackpt_*',
6  'keep *_shallowTracks_tracketa_*',
7  'keep *_shallowTracks_trackphi_*',
8  'keep *_shallowTracks_trackhitsvalid_*',
9  'keep *_shallowGainCalibration_*_*'
10  ]

Definition at line 7 of file ntuple_cff.py.

tuple ntuple_cff.OfflineGainNtuple
Initial value:
1 = cms.Sequence( (shallowEventRun+
2  shallowTracks +
3  shallowGainCalibration) *
4  gainCalibrationTree
5  )

Definition at line 21 of file ntuple_cff.py.