#include <WaferTree.h>
Definition at line 57 of file WaferTree.h.
◆ add()
| bool LayerDisk::add |
( |
int | ld, |
|
|
int | eta, |
|
|
int | phi, |
|
|
int | side, |
|
|
Wafer & | wafer ) |
Definition at line 44 of file WaferTree.cxx.
44 {
46 insert(pair<int, EtaModule>(ld, EtaModule()));
47 }
48 if (!(*
this)[ld].
add(
eta,
phi, side, wafer)) {
50 return false;
51 }
52 return true;
53}
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
static thread_local std::ostringstream errmsg
bool add(int ld, int eta, 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
◆ nLayers()
| int LayerDisk::nLayers |
( |
| ) |
const |
|
inline |
◆ operator[]()
◆ elements
| T std::map< K, T >::elements |
|
inherited |
◆ keys
The documentation for this class was generated from the following files: