CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
L1GctElectronSorter.cc File Reference
#include "L1Trigger/GlobalCaloTrigger/interface/L1GctElectronSorter.h"
#include <algorithm>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const L1GctElectronSorter &ems)
 

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const L1GctElectronSorter ems 
)

Definition at line 77 of file L1GctElectronSorter.cc.

References L1GctElectronSorter::m_inputCands, L1GctElectronSorter::m_isolation, L1GctElectronSorter::m_outputCands, and alignCSCRings::s.

77  {
78  s << "===L1GctElectronSorter===" << std::endl;
79  s << "Algo type = " << ems.m_isolation << std::endl;
80  s << "No of Electron Input Candidates = " << ems.m_inputCands.size()<< std::endl;
81  s << "No of Electron Output Candidates = " << ems.m_outputCands.size()<< std::endl;
82  return s;
83 }
std::vector< L1GctEmCand > m_outputCands
output data
bool m_isolation
type of electron to sort (isolated = 0 or non isolated = 1)
std::vector< L1CaloEmCand > m_inputCands
input data