CMS 3D CMS Logo

CSCTFTBPTData.cc File Reference

#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 $"


Function Documentation

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 }


Variable Documentation

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.


Generated on Tue Jun 9 17:52:47 2009 for CMSSW by  doxygen 1.5.4