Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
intt_pool.cc File Reference
#include "intt_pool.h"
#include <string.h>
+ Include dependency graph for intt_pool.cc:

Go to the source code of this file.

Macros

#define coutfl   std::cout << __FILE__<< " " << __LINE__ << " "
 
#define cerrfl   std::cerr << __FILE__<< " " << __LINE__ << " "
 

Enumerations

enum  ITEM {
  F_BCO = 1, F_FEE, F_CHANNEL_ID, F_CHIP_ID,
  F_ADC, F_FPHX_BCO, F_FULL_FPHX, F_FULL_ROC,
  F_AMPLITUDE, F_DATAWORD, F_BCO = 1, F_FEE,
  F_CHANNEL_ID, F_CHIP_ID, F_ADC, F_FPHX_BCO,
  F_FULL_FPHX, F_FULL_ROC, F_AMPLITUDE, F_DATAWORD
}
 

Macro Definition Documentation

#define cerrfl   std::cerr << __FILE__<< " " << __LINE__ << " "

Definition at line 7 of file intt_pool.cc.

View newest version in sPHENIX GitHub at line 7 of file intt_pool.cc

Referenced by intt_pool::addPacket().

#define coutfl   std::cout << __FILE__<< " " << __LINE__ << " "

Definition at line 6 of file intt_pool.cc.

View newest version in sPHENIX GitHub at line 6 of file intt_pool.cc

Referenced by intt_pool::intt_decode(), and intt_pool::intt_decode_hitlist().

Enumeration Type Documentation

enum ITEM
Enumerator:
F_BCO 
F_FEE 
F_CHANNEL_ID 
F_CHIP_ID 
F_ADC 
F_FPHX_BCO 
F_FULL_FPHX 
F_FULL_ROC 
F_AMPLITUDE 
F_DATAWORD 
F_BCO 
F_FEE 
F_CHANNEL_ID 
F_CHIP_ID 
F_ADC 
F_FPHX_BCO 
F_FULL_FPHX 
F_FULL_ROC 
F_AMPLITUDE 
F_DATAWORD 

Definition at line 10 of file intt_pool.cc.

View newest version in sPHENIX GitHub at line 10 of file intt_pool.cc