ATLAS Offline Software
Macros
TileTBAANtuple.cxx File Reference
#include "xAODEventInfo/EventInfo.h"
#include "PathResolver/PathResolver.h"
#include "StoreGate/ReadCondHandle.h"
#include <cmath>
#include "CaloIdentifier/CaloCell_ID.h"
#include "CaloIdentifier/CaloID.h"
#include "CaloIdentifier/TileID.h"
#include "TileIdentifier/TileHWID.h"
#include "TileIdentifier/TileTBFrag.h"
#include "TileCalibBlobObjs/TileCalibUtils.h"
#include "TileConditions/TileCablingService.h"
#include "TileByteStream/TileBeamElemContByteStreamCnv.h"
#include "TileByteStream/TileLaserObjByteStreamCnv.h"
#include "TileTBRec/TileTBAANtuple.h"
#include <fstream>
#include <sstream>

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;

Definition at line 59 of file TileTBAANtuple.cxx.

◆ MAX_DRAWERS

#define MAX_DRAWERS   256

Definition at line 74 of file TileTBAANtuple.cxx.

◆ N_CHANS

#define N_CHANS   48

Definition at line 75 of file TileTBAANtuple.cxx.

◆ N_DMUS

#define N_DMUS   16

Definition at line 76 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 67 of file TileTBAANtuple.cxx.

◆ 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;

Definition at line 54 of file TileTBAANtuple.cxx.

◆ 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 48 of file TileTBAANtuple.cxx.

python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
ReadCellNoiseFromCool.chan
chan
Definition: ReadCellNoiseFromCool.py:52
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
DEBUG
#define DEBUG
Definition: page_access.h:11
python.AutoConfigFlags.msg
msg
Definition: AutoConfigFlags.py:7