CMS 3D CMS Logo

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

◆ operator<<()

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

Definition at line 18 of file RctUnpackCollections.cc.

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 }

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

RctUnpackCollections::rctEm
L1CaloEmCollection *const rctEm() const
Input electrons from the RCT to the RCT.
Definition: RctUnpackCollections.h:27
RctUnpackCollections::rctCalo
L1CaloRegionCollection *const rctCalo() const
Input calo regions from the RCT to the RCT.
Definition: RctUnpackCollections.h:28