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 |
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.
00001 cms.Sequence( (shallowClusters + 00002 shallowTrackClusters) * 00003 laCalibrationTree 00004 )
Definition at line 21 of file ntuple_cff.py.
00001 [ 'keep *_shallowClusters_clusterdetid_*', 00002 'keep *_shallowClusters_clusterwidth_*', 00003 'keep *_shallowClusters_clustervariance_*', 00004 'keep *_shallowTrackClusters_tsostrackmulti_*', 00005 'keep *_shallowTrackClusters_tsosdriftx_*', 00006 'keep *_shallowTrackClusters_tsosdriftz_*', 00007 'keep *_shallowTrackClusters_tsoslocaltheta_*', 00008 'keep *_shallowTrackClusters_tsoslocalphi_*', 00009 'keep *_shallowTrackClusters_tsosBdotY_*', 00010 #'keep *_shallowTrackClusters_tsoslocaly_*', 00011 'keep *_shallowTrackClusters_tsosglobalZofunitlocalY_*']
Definition at line 6 of file ntuple_cff.py.
00001 [ 00002 'keep *_shallowEventRun_*_*', 00003 'keep *_shallowTracks_trackchi2ndof_*', 00004 'keep *_shallowTracks_trackmomentum_*', 00005 'keep *_shallowTracks_trackpt_*', 00006 'keep *_shallowTracks_tracketa_*', 00007 'keep *_shallowTracks_trackphi_*', 00008 'keep *_shallowTracks_trackhitsvalid_*', 00009 'keep *_shallowGainCalibration_*_*' 00010 ]
Definition at line 7 of file ntuple_cff.py.
00001 cms.Sequence( (shallowEventRun+ 00002 shallowTracks + 00003 shallowGainCalibration) * 00004 gainCalibrationTree 00005 )
Definition at line 21 of file ntuple_cff.py.