Back to home page

Project CMSSW displayed by LXR

 
 

    


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

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