#include <CMAdata.h>
Definition at line 18 of file CMAdata.h.
◆ PATTERNSlist
◆ PatternsList
◆ CMAdata() [1/3]
CMAdata::CMAdata |
( |
unsigned long int |
debug | ) |
|
◆ CMAdata() [2/3]
Definition at line 14 of file CMAdata.cxx.
22 RPCdata::digitList::const_iterator digi =
eta.begin();
24 while(digi !=
eta.end())
26 const int sector = (*digi)->decoding().logic_sector();
28 const int station = (*digi)->decoding().lvl1_station();
29 const int cabling_code = (*digi)->decoding().cabling_code();
32 CMAparameters::CMAlist::const_iterator cma =
list.begin();
33 while(cma !=
list.end())
43 while(digi !=
phi.end())
45 const int sector = (*digi)->decoding().logic_sector();
47 const int station = (*digi)->decoding().lvl1_station();
48 const int cabling_code = (*digi)->decoding().cabling_code();
51 CMAparameters::CMAlist::const_iterator cma =
list.begin();
52 while(cma !=
list.end())
◆ CMAdata() [3/3]
◆ ~CMAdata()
◆ create_patterns()
Definition at line 90 of file CMAdata.cxx.
94 const int sector =
digit->decoding().logic_sector();
◆ debug()
unsigned long int CMAdata::debug |
( |
void |
| ) |
const |
|
inline |
◆ eta_cma_patterns()
◆ find()
Definition at line 109 of file CMAdata.cxx.
118 if((*it).cma_parameters() == *cma &&
119 (*it).sector() == sector )
return &(*it);
128 if((*it).cma_parameters() == *cma &&
129 (*it).sector() == sector )
return &(*it);
◆ give_patterns()
◆ name()
const std::string& BaseObject::name |
( |
| ) |
const |
|
inlineinherited |
◆ operator=()
◆ phi_cma_patterns()
◆ Print()
void CMAdata::Print |
( |
std::ostream & |
stream, |
|
|
bool |
detail |
|
) |
| const |
|
virtual |
◆ PrintElement()
void CMAdata::PrintElement |
( |
std::ostream & |
stream, |
|
|
std::string |
element, |
|
|
bool |
detail |
|
) |
| const |
Definition at line 160 of file CMAdata.cxx.
163 bool all = (element ==
name() || element ==
"")?
true :
false;
166 bool printed =
false;
171 <<
" eta patterns:" << std::endl;
184 <<
" phi patterns:" << std::endl;
196 if (element ==
"") element =
"CMAs";
197 stream <<
name() <<
" contains no " << element <<
"!" << std::endl;
◆ tag()
◆ m_debug
unsigned long int CMAdata::m_debug |
|
private |
◆ m_eta_cma_patterns
◆ m_name
std::string BaseObject::m_name |
|
privateinherited |
◆ m_phi_cma_patterns
◆ m_tag
The documentation for this class was generated from the following files: