#include <WaferTree.h>
Definition at line 50 of file WaferTree.h.
◆ add()
| bool EtaModule::add |
( |
int | eta, |
|
|
int | phi, |
|
|
int | side, |
|
|
Wafer & | wafer ) |
Definition at line 33 of file WaferTree.cxx.
33 {
35 insert(pair<int, PhiModule>(
eta, PhiModule()));
36 }
37 if (!(*
this)[
eta].
add(
phi, side, wafer)) {
39 return false;
40 }
41 return true;
42}
Scalar eta() const
pseudorapidity method
Scalar phi() const
phi method
static thread_local std::ostringstream errmsg
bool add(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
◆ nEtaModules()
| int EtaModule::nEtaModules |
( |
| ) |
const |
|
inline |
◆ operator[]()
◆ elements
| T std::map< K, T >::elements |
|
inherited |
◆ keys
The documentation for this class was generated from the following files: