CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
FWFromSliceSelector.h
Go to the documentation of this file.
1 #ifndef Fireworks_Calo_FWFromSliceSelector_h
2 #define Fireworks_Calo_FWFromSliceSelector_h
3 // -*- C++ -*-
4 //
5 // Package: Calo
6 // Class : FWFromSliceSelector
7 //
16 //
17 // Original Author: Alja Mrak-Tadel
18 // Created: Wed Jun 2 17:30:39 CEST 2010
19 //
20 
21 // system include files
22 
23 // user include files
24 #include "TEveCaloData.h"
25 
26 // forward declarations
27 class FWEventItem;
29 
31 public:
33  virtual ~FWFromSliceSelector();
34 
35  virtual void doSelect(const TEveCaloData::CellId_t&) {}
36  virtual void doUnselect(const TEveCaloData::CellId_t&) {}
37 
38  void clear();
39  void reset();
40 
41  // ---------- const member functions ---------------------
42 
44 
45  // ---------- static member functions --------------------
46 
47  // ---------- member functions ---------------------------
48 protected:
50 };
51 
52 #endif
virtual void doUnselect(const TEveCaloData::CellId_t &)
const FWEventItem * m_item
FWFromSliceSelector(const FWEventItem *)
virtual void doSelect(const TEveCaloData::CellId_t &)
FWModelChangeManager * changeManager() const