#include <string.h>
#include <iostream>
#include "EventFilter/CSCTFRawToDigi/src/CSCTFTBSPData.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &stream, const CSCTFTBSPData &spData) |
Variables | |
static const char *const | kIdString = "$Id: CSCTFTBSPData.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 CSCTFTBSPData & | spData | |||
) |
pretty-print
Definition at line 174 of file CSCTFTBSPData.cc.
References CSCTFTBSPData::pt_data_.
00175 { 00176 stream << "\t Track Data:\n"; 00177 if(spData.pt_data_) 00178 { 00179 stream <<*(spData.pt_data_); 00180 } 00181 return stream; 00182 }
const char* const kIdString = "$Id: CSCTFTBSPData.cc,v 1.1 2007/04/26 23:39:19 kkotov Exp $" [static] |
Definition at line 89 of file CSCTFTBSPData.cc.
const char* const kTagString = "$Name: V02-15-07 $" [static] |
Definition at line 90 of file CSCTFTBSPData.cc.