CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
RctUnpackCollections.h File Reference
#include "FWCore/Framework/interface/Event.h"
#include "DataFormats/L1CaloTrigger/interface/L1CaloCollections.h"
#include "DataFormats/L1GlobalCaloTrigger/interface/L1GctCollections.h"
#include "DataFormats/L1Trigger/interface/L1TriggerError.h"
#include "TList.h"

Go to the source code of this file.

Classes

class  RctUnpackCollections
 

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.