CMS 3D CMS Logo

Functions
CSCALCTHeader.cc File Reference
#include "EventFilter/CSCRawToDigi/interface/CSCALCTHeader.h"
#include "EventFilter/CSCRawToDigi/interface/CSCDMBHeader.h"
#include "DataFormats/MuonDetId/interface/CSCDetId.h"
#include "EventFilter/CSCRawToDigi/interface/bitset_append.h"
#include "EventFilter/CSCRawToDigi/interface/cscPackerCompare.h"
#include <iomanip>
#include <atomic>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const CSCALCTHeader &header)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const CSCALCTHeader header 
)

Definition at line 296 of file CSCALCTHeader.cc.

References RecoTauValidation_cfi::header.

296  {
297  os << "ALCT HEADER CSCID " << header.CSCID() << " L1ACC " << header.L1Acc() << std::endl;
298  os << " time samples " << header.NTBins() << std::endl;
299  return os;
300 }