#include <WaferTree.h>
Definition at line 43 of file WaferTree.h.
◆ add()
| bool PhiModule::add |
( |
int | phi, |
|
|
int | side, |
|
|
Wafer & | wafer ) |
Definition at line 22 of file WaferTree.cxx.
22 {
24 insert(pair<int, Side>(
phi,
Side()));
25 }
26 if (!(*
this)[
phi].
add(side, wafer)) {
28 return false;
29 }
30 return true;
31}
Scalar phi() const
phi method
static thread_local std::ostringstream errmsg
bool add(int phi, int side, Wafer &wafer)
int count(std::string s, const std::string ®x)
count how many occurances of a regx are in a string
◆ nPhiModules()
| int PhiModule::nPhiModules |
( |
| ) |
const |
|
inline |
◆ operator[]()
| Side & PhiModule::operator[] |
( |
int | phi | ) |
|
|
inline |
◆ elements
| T std::map< K, T >::elements |
|
inherited |
◆ keys
The documentation for this class was generated from the following files: