Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:11:27

0001 #ifndef Fireworks_Calo_FWHGCalMultiClusterSliceSelector_h
0002 #define Fireworks_Calo_FWHGCalMultiClusterSliceSelector_h
0003 
0004 #include "Fireworks/Calo/interface/FWHistSliceSelector.h"
0005 #include "Fireworks/Core/interface/FWSimpleProxyHelper.h"
0006 
0007 class FWHGCalMultiClusterSliceSelector : public FWHistSliceSelector {
0008 public:
0009   FWHGCalMultiClusterSliceSelector(TH2F* h, const FWEventItem* i);
0010   ~FWHGCalMultiClusterSliceSelector() override;
0011 
0012 protected:
0013   void getItemEntryEtaPhi(int itemIdx, float& eta, float& phi) const override;
0014 };
0015 
0016 #endif