CMS 3D CMS Logo

L1AnalysisRecoCluster.h
Go to the documentation of this file.
1 #ifndef __L1Analysis_L1AnalysisRecoCluster_H__
2 #define __L1Analysis_L1AnalysisRecoCluster_H__
3 
4 //-------------------------------------------------------------------------------
5 // Created 03/03/2010 - A.C. Le Bihan
6 //
7 //
8 // Addition of reco information
9 //-------------------------------------------------------------------------------
10 
15 
16 namespace L1Analysis {
20 
21  void Set(const reco::CaloClusterCollection &caloClusterCollection, unsigned maxCl);
22  void Set(const reco::SuperClusterCollection &superClusterCollection, unsigned maxCl);
24  void Reset() { recoCluster_.Reset(); }
25 
26  public:
28  };
29 } // namespace L1Analysis
30 #endif
L1AnalysisRecoClusterDataFormat * getData()
void Set(const reco::CaloClusterCollection &caloClusterCollection, unsigned maxCl)
std::vector< SuperCluster > SuperClusterCollection
collection of SuperCluser objectr
std::vector< CaloCluster > CaloClusterCollection
collection of CaloCluster objects
L1AnalysisRecoClusterDataFormat recoCluster_