CMS 3D CMS Logo

FWHGCalMultiClusterLegoProxyBuilder.h
Go to the documentation of this file.
1 #ifndef Fireworks_Calo_FWCaloParticleTowerProxyBuilder_h
2 #define Fireworks_Calo_FWCaloParticleTowerProxyBuilder_h
3 
4 #include "Rtypes.h"
5 #include <string>
6 #include <typeinfo>
7 
10 
12 
14 
16 {
17  public:
20 
22 
23  private:
24  void fillCaloData() override;
26  void build(const FWEventItem *iItem, TEveElementList *product, const FWViewContext *) override;
27 
30 
31  const std::vector<reco::HGCalMultiCluster> *m_towers;
32 };
33 
34 #endif
#define REGISTER_PROXYBUILDER_METHODS()
FWHistSliceSelector * instantiateSliceSelector() override
const std::vector< reco::HGCalMultiCluster > * m_towers
const FWHGCalMultiClusterLegoProxyBuilder & operator=(const FWHGCalMultiClusterLegoProxyBuilder &)=delete