#include <EventShapeStore.h>
Definition at line 14 of file EventShapeStore.h.
◆ store_Citer
◆ store_iter
◆ store_type
◆ EventShapeStore()
| EventShapeStore::EventShapeStore |
( |
| ) |
|
|
inline |
◆ ~EventShapeStore()
| EventShapeStore::~EventShapeStore |
( |
| ) |
|
|
inline |
◆ get()
Definition at line 8 of file EventShapeStore.cxx.
9{
12 if(
it->getType()==type)
13 {
15 return true;
16 }
17 return false;
18}
store_type::const_iterator store_Citer
◆ insert() [1/3]
Definition at line 32 of file EventShapeStore.h.
33 {
36 {
38 return;
39 }
41 };
store_type::iterator store_iter
EventShapeType getType() const
◆ insert() [2/3]
Definition at line 43 of file EventShapeStore.h.
44 {
46 if(
it->getType()==type)
47 {
49 return;
50 }
51 m_store.push_back(EventShapes(type,value));
52 };
◆ insert() [3/3]
Definition at line 54 of file EventShapeStore.h.
55 {
57 if(
it->getType()==type)
58 {
59 it->setValues(values, canSwap);
60 return;
61 }
62 m_store.push_back(EventShapes(type, values, canSwap));
63 };
◆ EventShapeStoreConverterBase
◆ m_store
The documentation for this class was generated from the following files: