CMS 3D CMS Logo

FWCaloTowerSliceSelector.h
Go to the documentation of this file.
1 #ifndef Fireworks_Calo_FWCaloTowerSliceSelector_h
2 #define Fireworks_Calo_FWCaloTowerSliceSelector_h
3 // -*- C++ -*-
4 //
5 // Package: Calo
6 // Class : FWCaloTowerSliceSelector
7 //
16 //
17 // Original Author: Alja Mrak-Tadel
18 // Created: Wed Jun 2 19:21:19 CEST 2010
19 //
20 
21 // system include files
22 
23 // user include files
24 
26 
27 
29 {
30 public:
31  FWCaloTowerSliceSelector(TH2F* h, const FWEventItem* i);
32  virtual ~FWCaloTowerSliceSelector();
33 
34 protected:
35  virtual void getItemEntryEtaPhi(int itemIdx, float& eta, float& phi) const;
36 };
37 
38 #endif
FWCaloTowerSliceSelector(TH2F *h, const FWEventItem *i)
virtual void getItemEntryEtaPhi(int itemIdx, float &eta, float &phi) const