#include <string.h>
#include "EventFilter/CSCTFRawToDigi/src/CSCTFTBPTData.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &stream, const CSCTFTBPTData &ptData) |
Variables | |
static const char *const | kIdString = "$Id: CSCTFTBPTData.cc,v 1.1 2007/04/26 23:39:19 kkotov Exp $" |
static const char *const | kTagString = "$Name: V02-15-07 $" |
std::ostream& operator<< | ( | std::ostream & | stream, | |
const CSCTFTBPTData & | ptData | |||
) |
Definition at line 117 of file CSCTFTBPTData.cc.
References lat::endl(), and CSCTFTBPTData::ptLUT().
00118 { 00119 stream << "\t\tFront PT data : " << std::hex << ptData.ptLUT(1) << std::dec << std::endl; 00120 stream << "\t\tRear PT data : " << std::hex << ptData.ptLUT(0) << std::dec << std::endl; 00121 return stream; 00122 }
const char* const kIdString = "$Id: CSCTFTBPTData.cc,v 1.1 2007/04/26 23:39:19 kkotov Exp $" [static] |
Definition at line 79 of file CSCTFTBPTData.cc.
const char* const kTagString = "$Name: V02-15-07 $" [static] |
Definition at line 80 of file CSCTFTBPTData.cc.