![]() |
![]() |
#include "EventFilter/CSCRawToDigi/interface/CSCALCTHeader.h"
#include "EventFilter/CSCRawToDigi/interface/CSCDMBHeader.h"
#include "DataFormats/MuonDetId/interface/CSCDetId.h"
#include "EventFilter/CSCRawToDigi/src/bitset_append.h"
#include "EventFilter/CSCRawToDigi/src/cscPackerCompare.h"
#include <iomanip>
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const CSCALCTHeader &header) |
std::ostream& operator<< | ( | std::ostream & | os, | |
const CSCALCTHeader & | header | |||
) |
Definition at line 206 of file CSCALCTHeader.cc.
References CSCALCTHeader::CSCID(), lat::endl(), CSCALCTHeader::L1Acc(), and CSCALCTHeader::NTBins().
00207 { 00208 os << "ALCT HEADER CSCID " << header.CSCID() 00209 << " L1ACC " << header.L1Acc() << std::endl; 00210 os << " time samples " << header.NTBins() << std::endl; 00211 return os; 00212 }