CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Namespaces | Functions | Variables
Stage2Layer2JetAlgorithmFirmwareImp1.cc File Reference
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "L1Trigger/L1TCalorimeter/interface/Stage2Layer2JetAlgorithmFirmware.h"
#include "DataFormats/Math/interface/LorentzVector.h"
#include "L1Trigger/L1TCalorimeter/interface/CaloTools.h"
#include "L1Trigger/L1TCalorimeter/interface/BitonicSort.h"
#include "L1Trigger/L1TCalorimeter/interface/CaloParamsHelper.h"
#include <vector>
#include <algorithm>
#include <math.h>

Go to the source code of this file.

Namespaces

 l1t
 map containing the conditions
 

Functions

bool l1t::operator> (l1t::Jet &a, l1t::Jet &b)
 

Variables

std::vector< l1t::Jet >::iterator end_
 
int mask_ [9][9]
 
std::vector< l1t::Jet >::iterator start_
 

Variable Documentation

std::vector<l1t::Jet>::iterator end_
int mask_[9][9]
Initial value:
= {
{ 1,2,2,2,2,2,2,2,2 },
{ 1,1,2,2,2,2,2,2,2 },
{ 1,1,1,2,2,2,2,2,2 },
{ 1,1,1,1,2,2,2,2,2 },
{ 1,1,1,1,0,2,2,2,2 },
{ 1,1,1,1,1,2,2,2,2 },
{ 1,1,1,1,1,1,2,2,2 },
{ 1,1,1,1,1,1,1,2,2 },
{ 1,1,1,1,1,1,1,1,2 },
}

Definition at line 34 of file Stage2Layer2JetAlgorithmFirmwareImp1.cc.

Referenced by l1t::Stage2Layer2JetAlgorithmFirmwareImp1::create().

std::vector<l1t::Jet>::iterator start_