ATLAS Offline Software
Loading...
Searching...
No Matches
TileTBAANtuple.cxx File Reference

Go to the source code of this file.

Macros

#define WRONG_SAMPLE(frag, chan, size)
#define WRONG_CHANNEL(frag, chan)
#define FRAG_FOUND(frag, chan, size)
#define SIGNAL_FOUND(frag, chan, amplitude)
#define MAX_DRAWERS   256
#define N_CHANS   48
#define N_DMUS   16

Macro Definition Documentation

◆ FRAG_FOUND

#define FRAG_FOUND ( frag,
chan,
size )
Value:
if (msgLvl(MSG::DEBUG)) \
msg(MSG::DEBUG) << "Found channel " << chan \
<< " in frag 0x"<<MSG::hex << frag << MSG::dec \
<< " - " << BeamFragName[frag&0x1F] \
<< " of size " << size << endmsg;
#define endmsg
static const std::string BeamFragName[32]
Definition TileTBFrag.h:58

Definition at line 58 of file TileTBAANtuple.cxx.

58#define FRAG_FOUND(frag,chan,size) \
59if (msgLvl(MSG::DEBUG)) \
60 msg(MSG::DEBUG) << "Found channel " << chan \
61 << " in frag 0x"<<MSG::hex << frag << MSG::dec \
62 << " - " << BeamFragName[frag&0x1F] \
63 << " of size " << size << endmsg;

◆ MAX_DRAWERS

#define MAX_DRAWERS   256

Definition at line 73 of file TileTBAANtuple.cxx.

◆ N_CHANS

#define N_CHANS   48

Definition at line 74 of file TileTBAANtuple.cxx.

◆ N_DMUS

#define N_DMUS   16

Definition at line 75 of file TileTBAANtuple.cxx.

◆ SIGNAL_FOUND

#define SIGNAL_FOUND ( frag,
chan,
amplitude )
Value:
if (msgLvl(MSG::DEBUG)) \
msg(MSG::DEBUG) << "Found channel " << chan \
<< " in frag 0x"<<MSG::hex << frag << MSG::dec \
<< " - " << BeamFragName[frag&0x1F] \
<< " with amp=" << amplitude << endmsg;

Definition at line 66 of file TileTBAANtuple.cxx.

66#define SIGNAL_FOUND(frag,chan,amplitude) \
67if (msgLvl(MSG::DEBUG)) \
68 msg(MSG::DEBUG) << "Found channel " << chan \
69 << " in frag 0x"<<MSG::hex << frag << MSG::dec \
70 << " - " << BeamFragName[frag&0x1F] \
71 << " with amp=" << amplitude << endmsg;

◆ WRONG_CHANNEL

#define WRONG_CHANNEL ( frag,
chan )
Value:
msg(MSG::ERROR) << "Wrong channel " << chan \
<< " in frag 0x"<<MSG::hex << frag << MSG::dec \
<< " - " << BeamFragName[frag&0x1F] << endmsg;
MsgStream & msg
Definition testRead.cxx:32

Definition at line 53 of file TileTBAANtuple.cxx.

53#define WRONG_CHANNEL(frag,chan) \
54msg(MSG::ERROR) << "Wrong channel " << chan \
55 << " in frag 0x"<<MSG::hex << frag << MSG::dec \
56 << " - " << BeamFragName[frag&0x1F] << endmsg;

◆ WRONG_SAMPLE

#define WRONG_SAMPLE ( frag,
chan,
size )
Value:
msg(MSG::ERROR) << "Wrong no. of samples (" << size \
<< ") for channel " << chan \
<< " in frag 0x"<<MSG::hex << frag << MSG::dec \
<< " - " << BeamFragName[frag&0x1F] << endmsg;

Definition at line 47 of file TileTBAANtuple.cxx.

47#define WRONG_SAMPLE(frag,chan,size) \
48msg(MSG::ERROR) << "Wrong no. of samples (" << size \
49 << ") for channel " << chan \
50 << " in frag 0x"<<MSG::hex << frag << MSG::dec \
51 << " - " << BeamFragName[frag&0x1F] << endmsg;