CMS 3D CMS Logo

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 //
30 FWFromSliceSelector::FWFromSliceSelector(const FWEventItem* iItem) : m_item(iItem) {}
31 
33 
34 //
35 // member functions
36 //
37 
39  if (!m_item)
40  return;
41 
42  int size = static_cast<int>(m_item->size());
43  for (int index = 0; index < size; ++index) {
46  }
47  }
48 }
49 
50 void FWFromSliceSelector::reset() { m_item = nullptr; }
51 
52 //
53 // const member functions
54 //
56 
57 //
58 // static member functions
59 //
size
Write out results.
FWModelChangeManager * changeManager() const
size_t size() const
Definition: FWEventItem.cc:457
FWModelChangeManager * changeManager() const
Definition: FWEventItem.h:123
const FWEventItem * m_item
FWFromSliceSelector(const FWEventItem *)
bool isSelected() const
Definition: FWEventItem.h:65
void unselect(int iIndex) const
Definition: FWEventItem.cc:215
FWDisplayProperties m_displayProperties
Definition: FWEventItem.h:59
ModelInfo modelInfo(int iIndex) const
Definition: FWEventItem.cc:446