CMS 3D CMS Logo

HGCFETriggerDigi.cc
Go to the documentation of this file.
2 
3 using namespace l1t;
4 
5 void HGCFETriggerDigi::print(std::ostream& out) const {
6  out << "Codec type: " << static_cast<unsigned>(codec_) << std::endl;
7  out << "Raw data payload: ";
8  for (unsigned i = data_.size(); i > 0; --i) {
9  out << (unsigned)data_[i - 1];
10  }
11  out << std::endl;
12 }
delete x;
Definition: CaloConfig.h:22
void print(std::ostream &out) const