CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RecoEcal_dataformats.py
Go to the documentation of this file.
1 
2 full_title = "RecoEcal collections (in RECO and AOD)"
3 
4 full = {
5  '0':['selectDigi', '*', 'No documentation'] ,
6  '1':['reducedEcalRecHitsEB', 'edm::SortedCollection', 'Rechits from a 5x5 around Basic Clusters, for the ES, hits corresponding to clusters in EE'] ,
7  '2':['reducedEcalRecHitsEE', 'edm::SortedCollection', 'Rechits from a 5x5 around Basic Clusters, for the ES, hits corresponding to clusters in EE'] ,
8  '3':['reducedEcalRecHitsES', 'edm::SortedCollection', 'Rechits from a 5x5 around Basic Clusters, for the ES, hits corresponding to clusters in EE'] ,
9  '4':['interestingEcalDetId*', '*', 'No documentation'] ,
10  '5':['ecalWeightUncalibRecHit', '*', 'No documentation'] ,
11  '6':['ecalPreshowerRecHit', '*', 'No documentation'] ,
12  '7':['hybridSuperClusters', 'reco::BasicClusterCollection reco::ClusterShapeCollection reco::BasicClusterShapeAssociationCollection reco::SuperClusterCollection','Basic clusters, cluster shapes and super-clusters reconstructed with the hybrid algorithm with no energy corrections applied (barrel only)'] ,
13  '8':['correctedHybridSuperClusters', 'reco::SuperClusterCollection', 'Super-clusters reconstructed with the hybrid algorithm with energy corrections applied (barrel only)'] ,
14  '9':['multi5x5*', 'reco::BasicClusterCollection', 'Basic clusters in EE, 5x5 algorithm'] ,
15  '10':['correctedMulti5x5*', 'reco::SuperCluster', 'Corrected superclusters in EE, 5x5 algorithm'] ,
16  '11':['multi5x5SuperClustersWithPreshower', 'recoPreshowerClusters', 'Preshower clusters'] ,
17  '12':['multi5x5PreshowerClusterShape', 'recoPreshowerClusterShapes', 'No documentation'] ,
18  '13':['particleFlowSuperClusterECAL', '*', 'No documentation'],
19 
20  # Correction needed, because not matched with Event Content
21  '14':['hybridSuperClusters:uncleanOnlyHybridSuperClusters','reco::SuperClusterCollection','Only the SuperClusters containing anomalous signals, with no cleaning']
22 }
23 
24 reco_title = "RecoEcal collections (in RECO only)"
25 
26 reco = {
27  '0':['selectDigi', '*', 'No documentation'] ,
28  '1':['reducedEcalRecHitsEE', 'EcalRecHitsSorted', 'No documentation'] ,
29  '2':['reducedEcalRecHitsEB', 'EcalRecHitsSorted', 'No documentation'] ,
30  '3':['reducedEcalRecHitsES', 'EcalRecHitsSorted', 'No documentation'] ,
31  '4':['hybridSuperClusters', '*', 'No documentation'] ,
32  '5':['correctedHybridSuperClusters', 'recoSuperClusters', 'No documentation'] ,
33  '6':['multi5x5SuperClusters', '*', 'No documentation'] ,
34  '7':['multi5x5SuperClusters', 'recoSuperClusters', 'No documentation'] ,
35  '8':['multi5x5SuperClustersWithPreshower', 'recoSuperClusters', 'No documentation'] ,
36  '9':['correctedMulti5x5SuperClustersWithPreshower', 'recoSuperClusters', 'No documentation'] ,
37  '10':['multi5x5SuperClustersWithPreshower', 'recoPreshowerClusters', 'No documentation'] ,
38  '11':['multi5x5PreshowerClusterShape', 'recoPreshowerClusterShapes', 'No documentation'] ,
39  '12':['particleFlowSuperClusterECAL', '*', 'No documentation']
40 }
41 
42 aod_title = "RecoEcal collections (in AOD only)"
43 
44 aod = {
45  '0':['selectDigi', '*', 'No documentation'] ,
46  '1':['reducedEcalRecHitsEB', 'EcalRecHitsSorted', 'No documentation'] ,
47  '2':['reducedEcalRecHitsEE', 'EcalRecHitsSorted', 'No documentation'] ,
48  '3':['reducedEcalRecHitsES', 'EcalRecHitsSorted', 'No documentation']
49 }