CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FWFromSliceSelector.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: Calo
4 // Class : FWFromSliceSelectorBase
5 //
6 // Implementation:
7 // [Notes on implementation]
8 //
9 // Original Author:
10 // Created: Wed Jun 2 17:30:49 CEST 2010
11 // $Id: FWFromSliceSelector.cc,v 1.3 2010/06/07 17:54:00 amraktad Exp $
12 //
13 
14 // system include files
15 
16 // user include files
19 
20 //
21 // constants, enums and typedefs
22 //
23 
24 //
25 // static data member definitions
26 //
27 
28 //
29 // constructors and destructor
30 //
32 m_item(iItem)
33 {
34 }
35 
37 {
38 }
39 
40 //
41 // member functions
42 //
43 
44 void
46 {
47  if (!m_item) return;
48 
49  int size = static_cast<int>(m_item->size());
50  for(int index=0; index < size; ++index)
51  {
55  }
56  }
57 }
58 
59 void
61 {
62  m_item = 0;
63 }
64 
65 //
66 // const member functions
67 //
70  return m_item->changeManager();
71 }
72 
73 //
74 // static member functions
75 //
FWModelChangeManager * changeManager() const
Definition: FWEventItem.h:130
bool isSelected() const
Definition: FWEventItem.h:70
void unselect(int iIndex) const
Definition: FWEventItem.cc:250
const FWEventItem * m_item
FWFromSliceSelector(const FWEventItem *)
FWDisplayProperties m_displayProperties
Definition: FWEventItem.h:60
size_t size() const
Definition: FWEventItem.cc:549
ModelInfo modelInfo(int iIndex) const
Definition: FWEventItem.cc:536
FWModelChangeManager * changeManager() const
tuple size
Write out results.