#include "EventFilter/CSCTFRawToDigi/src/CSCTFTBFrontData.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &stream, const CSCTFTBFrontData &srData) |
Variables | |
static const char *const | kIdString = "$Id: CSCTFTBFrontData.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 CSCTFTBFrontData & | srData | |||
) |
Definition at line 128 of file CSCTFTBFrontData.cc.
00128 { 00129 stream << "Track Stub:\n\t " <<"NEED PRETTY PRINT\n";//srData.corrLCTData(); 00130 return stream; 00131 }
const char* const kIdString = "$Id: CSCTFTBFrontData.cc,v 1.1 2007/04/26 23:39:19 kkotov Exp $" [static] |
Definition at line 98 of file CSCTFTBFrontData.cc.
const char* const kTagString = "$Name: V02-15-07 $" [static] |
Definition at line 99 of file CSCTFTBFrontData.cc.