CMS 3D CMS Logo

L1GctJetFinderBase.cc File Reference

#include "L1Trigger/GlobalCaloTrigger/interface/L1GctJetFinderBase.h"
#include "CondFormats/L1TObjects/interface/L1GctJetFinderParams.h"
#include "DataFormats/L1CaloTrigger/interface/L1CaloRegion.h"
#include "L1Trigger/GlobalCaloTrigger/interface/L1GctJetSorter.h"
#include "L1Trigger/GlobalCaloTrigger/interface/L1GctJetEtCalibrationLut.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const L1GctJetFinderBase &algo)


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const L1GctJetFinderBase algo 
)

Definition at line 109 of file L1GctJetFinderBase.cc.

References lat::endl(), L1GctJetFinderBase::m_id, L1GctJetFinderBase::m_inputRegions, L1GctJetFinderBase::m_jetEtCalLuts, L1GctJetFinderBase::m_outputEtStrip0, L1GctJetFinderBase::m_outputEtStrip1, L1GctJetFinderBase::m_outputHtStrip0, L1GctJetFinderBase::m_outputHtStrip1, and L1GctJetFinderBase::m_outputJets.

00110 {
00111   using std::endl;
00112   os << "ID = " << algo.m_id << endl;
00113   os << "Calibration lut pointers stored for " << algo.m_jetEtCalLuts.size() << " eta bins" << endl;
00114   for (unsigned ieta=0; ieta<algo.m_jetEtCalLuts.size(); ieta++) {
00115     os << "Eta bin " << ieta << ", JetEtCalibrationLut* = " <<  algo.m_jetEtCalLuts.at(ieta) << endl;
00116   }
00117   os << "No of input regions " << algo.m_inputRegions.size() << endl;
00118 //   for(unsigned i=0; i < algo.m_inputRegions.size(); ++i)
00119 //     {
00120 //       os << algo.m_inputRegions.at(i); 
00121 //     }
00122   os << "No of output jets " << algo.m_outputJets.size() << endl;
00123 //   for(unsigned i=0; i < algo.m_outputJets.size(); ++i)
00124 //     {
00125 //       os << algo.m_outputJets.at(i); 
00126 //     }
00127   os << "Output Et strip 0 " << algo.m_outputEtStrip0 << endl;
00128   os << "Output Et strip 1 " << algo.m_outputEtStrip1 << endl;
00129   os << "Output Ht strip 0 " << algo.m_outputHtStrip0 << endl;
00130   os << "Output Ht strip 1 " << algo.m_outputHtStrip1 << endl;
00131   os << endl;
00132 
00133   return os;
00134 }


Generated on Tue Jun 9 17:54:37 2009 for CMSSW by  doxygen 1.5.4