#include <SLdata.h>
Definition at line 15 of file SLdata.h.
◆ PATTERNSlist
◆ PatternsList
◆ SLdata() [1/2]
SLdata::SLdata |
( |
PADdata * |
pad_data, |
|
|
unsigned long int |
debug |
|
) |
| |
Definition at line 8 of file SLdata.cxx.
14 PADdata::PatternsList::const_iterator
PADpatterns = pad_patterns.begin();
◆ SLdata() [2/2]
◆ ~SLdata()
◆ create_sl_patterns()
void SLdata::create_sl_patterns |
( |
PADpatterns * |
pad_patterns | ) |
|
|
private |
Definition at line 46 of file SLdata.cxx.
50 const int sector = pad_patterns->
sector();
53 patterns->load_pad_patterns(pad_patterns);
57 patterns.load_pad_patterns(pad_patterns);
◆ debug()
unsigned long int SLdata::debug |
( |
void |
| ) |
const |
|
inline |
◆ find()
Definition at line 64 of file SLdata.cxx.
69 if((*it).sector() == sector )
return &(*it);
◆ give_patterns()
◆ name()
const std::string& BaseObject::name |
( |
| ) |
const |
|
inlineinherited |
◆ operator=()
◆ Print()
void SLdata::Print |
( |
std::ostream & |
stream, |
|
|
bool |
detail |
|
) |
| const |
|
virtual |
Reimplemented from BaseObject.
Definition at line 122 of file SLdata.cxx.
126 <<
" Sector Logic patterns " << std::endl;
128 PATTERNSlist::const_iterator sl =
sl_patterns().begin();
◆ PrintElement()
void SLdata::PrintElement |
( |
std::ostream & |
stream, |
|
|
std::string |
element, |
|
|
bool |
detail |
|
) |
| const |
Definition at line 94 of file SLdata.cxx.
97 bool all = (element ==
name() || element ==
"")?
true :
false;
104 <<
" Sector Logic patterns:" << std::endl;
116 if (element ==
"") element =
"Sectors";
117 stream <<
name() <<
" contains no " << element <<
"!" << std::endl;
◆ sl_patterns()
◆ tag()
◆ m_debug
unsigned long int SLdata::m_debug |
|
private |
◆ m_name
std::string BaseObject::m_name |
|
privateinherited |
◆ m_sl_patterns
◆ m_tag
The documentation for this class was generated from the following files: