#include <CMROCompare.h>
Definition at line 12 of file CMROCompare.h.
◆ CMROCompare()
◆ ~CMROCompare()
CMROCompare::~CMROCompare |
( |
| ) |
|
◆ compare()
void CMROCompare::compare |
( |
| ) |
|
◆ compareBody()
void CMROCompare::compareBody |
( |
| ) |
|
Definition at line 52 of file CMROCompare.cxx.
53 bool FragmentOK =
true;
54 bool firstDiff =
true;
56 cout <<
" ora stampo la matrice hardware" << endl
58 <<
" ora stampo la matrice simulata" << endl
63 if (numberOfBodyRecHard != numberOfBodyRecSimu) {
66 cout <<
" CMROCompare: different number of body words " << endl
67 <<
" hardware: " << numberOfBodyRecHard <<
" simulation: " << numberOfBodyRecSimu << endl;
71 for (
ubit16 i = 0;
i < numberOfBodyRecHard;
i++) {
74 if (hardRec != simuRec) {
76 cout <<
" CMROCompare: different body words "
77 <<
" hardware: " << std::hex << hardRec << std::dec <<
" simulation: " << std::hex << simuRec << std::dec
90 cout <<
" CMROCompare: Fragment OK " << endl;
92 cout <<
" CMROCompare: Fragment NOT OK " << endl;
◆ compareFoot()
void CMROCompare::compareFoot |
( |
| ) |
|
◆ compareHead()
void CMROCompare::compareHead |
( |
| ) |
|
◆ compareSubh()
void CMROCompare::compareSubh |
( |
| ) |
|
◆ diffOut()
◆ name()
const std::string& BaseObject::name |
( |
| ) |
const |
|
inlineinherited |
◆ 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.
◆ tag()
◆ m_diffOutput
◆ m_hardware
◆ m_name
std::string BaseObject::m_name |
|
privateinherited |
◆ m_simulation
◆ m_tag
The documentation for this class was generated from the following files: