CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
FWHGTowerSliceSelector.h
Go to the documentation of this file.
1 #ifndef Fireworks_Calo_FWHGTowerSliceSelector_h
2 #define Fireworks_Calo_FWHGTowerSliceSelector_h
3 // -*- C++ -*-
4 //
5 // Package: Calo
6 // Class : FWHGTowerSliceSelector
7 //
16 //
17 // Original Author: Alja Mrak-Tadel
18 // Created: Wed Jun 2 19:21:13 CEST 2010
19 //
20 
21 // system include files
22 
23 // user include files
24 class DetId;
25 class TEveCaloDataVec;
26 
28 
29 // forward declarations
30 
32 public:
33  FWHGTowerSliceSelector(const FWEventItem* i, TEveCaloDataVec* data) : FWFromSliceSelector(i), m_vecData(data) {}
34 
36 
37  void doSelect(const TEveCaloData::CellId_t&) override;
38  void doUnselect(const TEveCaloData::CellId_t&) override;
39 
40 private:
41  bool findBinFromId(DetId& id, int tower) const;
42  TEveCaloDataVec* m_vecData;
43 };
44 
45 #endif
void doSelect(const TEveCaloData::CellId_t &) override
void doUnselect(const TEveCaloData::CellId_t &) override
bool findBinFromId(DetId &id, int tower) const
Definition: DetId.h:17
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:79
FWHGTowerSliceSelector(const FWEventItem *i, TEveCaloDataVec *data)