CMS 3D CMS Logo

Functions
RctUnpackCollections.cc File Reference
#include "EventFilter/RctRawToDigi/src/RctUnpackCollections.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const RctUnpackCollections &rhs)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const RctUnpackCollections rhs 
)

Definition at line 18 of file RctUnpackCollections.cc.

References RctUnpackCollections::rctCalo(), and RctUnpackCollections::rctEm().

18  {
19  // RCT input collections
20  os << "Read " << rhs.rctEm()->size() << " RCT EM candidates\n"
21  << "Read " << rhs.rctCalo()->size() << " RCT Calo Regions\n";
22 
23  return os;
24 }
L1CaloRegionCollection *const rctCalo() const
Input calo regions from the RCT to the RCT.
L1CaloEmCollection *const rctEm() const
Input electrons from the RCT to the RCT.