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

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

Definition at line 24 of file RctUnpackCollections.cc.

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

25 {
26  // RCT input collections
27  os << "Read " << rhs.rctEm()->size() << " RCT EM candidates\n"
28  << "Read " << rhs.rctCalo()->size() << " RCT Calo Regions\n";
29 
30  return os;
31 }
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.