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 //
12 
13 // system include files
14 
15 // user include files
18 
19 //
20 // constants, enums and typedefs
21 //
22 
23 //
24 // static data member definitions
25 //
26 
27 //
28 // constructors and destructor
29 //
31 m_item(iItem)
32 {
33 }
34 
36 {
37 }
38 
39 //
40 // member functions
41 //
42 
43 void
45 {
46  if (!m_item) return;
47 
48  int size = static_cast<int>(m_item->size());
49  for(int index=0; index < size; ++index)
50  {
54  }
55  }
56 }
57 
58 void
60 {
61  m_item = 0;
62 }
63 
64 //
65 // const member functions
66 //
69  return m_item->changeManager();
70 }
71 
72 //
73 // static member functions
74 //
FWModelChangeManager * changeManager() const
Definition: FWEventItem.h:130
bool isSelected() const
Definition: FWEventItem.h:70
void unselect(int iIndex) const
Definition: FWEventItem.cc:239
const FWEventItem * m_item
FWFromSliceSelector(const FWEventItem *)
FWDisplayProperties m_displayProperties
Definition: FWEventItem.h:60
size_t size() const
Definition: FWEventItem.cc:548
ModelInfo modelInfo(int iIndex) const
Definition: FWEventItem.cc:535
FWModelChangeManager * changeManager() const
tuple size
Write out results.