#include <RPCrawData.h>
Definition at line 17 of file RPCrawData.h.
◆ DigitList
◆ digitList
◆ RPCrawData() [1/2]
RPCrawData::RPCrawData |
( |
| ) |
|
◆ RPCrawData() [2/2]
◆ ~RPCrawData()
RPCrawData::~RPCrawData |
( |
| ) |
|
◆ eta_digits()
◆ eta_digits_list()
◆ how_many()
int RPCrawData::how_many |
( |
int |
type, |
|
|
int |
sector, |
|
|
int |
station, |
|
|
int |
layer, |
|
|
int |
chamber, |
|
|
int |
strip |
|
) |
| const |
|
virtual |
Implements RPCdata.
Definition at line 107 of file RPCrawData.cxx.
117 if( (sector < 0 || sector == (*it).decoding().logic_sector()) &&
118 (station < 0 || station == (*it).decoding().lvl1_station()) &&
119 (
layer < 0 ||
layer == (*it).decoding().rpc_layer() ) &&
121 (
strip < 0 ||
strip == (*it).decoding().strip_number()) )
134 if( (sector < 0 || sector == (*it).decoding().logic_sector()) &&
135 (station < 0 || station == (*it).decoding().lvl1_station()) &&
136 (
layer < 0 ||
layer == (*it).decoding().rpc_layer() ) &&
138 (
strip < 0 ||
strip == (*it).decoding().strip_number()) )
◆ load_data()
◆ name()
const std::string& BaseObject::name |
( |
| ) |
const |
|
inlineinherited |
◆ operator<<()
◆ operator=()
◆ phi_digits()
◆ phi_digits_list()
◆ Print()
virtual void BaseObject::Print |
( |
std::ostream & |
, |
|
|
bool |
|
|
) |
| const |
|
inlinevirtualinherited |
Reimplemented in CMAparameters, RPC_CondCabling::CMApivotdata, RPC_CondCabling::CMAcablingdata, RPC_CondCabling::RPCchamberdata, RPC_CondCabling::WiredORdata, RPC_CondCabling::RPCchamber, CMApatterns, RPC_CondCabling::WiredOR, MuonSimuTrack, RPCdigit, CMAtrigger, PADpatterns, CMAdata, SLpatterns, SLdata, PADdata, RPCtrigDataObject, and bitPATTERN.
Definition at line 25 of file BaseObject.h.
◆ PrintElement()
void RPCrawData::PrintElement |
( |
std::ostream & |
stream, |
|
|
std::string |
element, |
|
|
bool |
detail |
|
) |
| const |
Definition at line 150 of file RPCrawData.cxx.
152 bool all = (element ==
name() || element ==
"")?
true :
false;
155 bool printed =
false;
181 if( element ==
"") element =
"digits";
182 stream <<
name() <<
" contains no " << element <<
"!" << endl;
◆ tag()
◆ m_eta_digits
◆ m_name
std::string BaseObject::m_name |
|
privateinherited |
◆ m_phi_digits
◆ m_tag
The documentation for this class was generated from the following files: