CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions
l1t::Stage1Layer2JetAlgorithm Class Referenceabstract

#include <Stage1Layer2JetAlgorithm.h>

Inheritance diagram for l1t::Stage1Layer2JetAlgorithm:
l1t::Stage1Layer2JetAlgorithmImpHI l1t::Stage1Layer2JetAlgorithmImpPP l1t::Stage1Layer2JetAlgorithmImpSimpleHW

Public Member Functions

virtual void processEvent (const std::vector< l1t::CaloRegion > &regions, const std::vector< l1t::CaloEmCand > &EMCands, std::vector< l1t::Jet > *jets, std::vector< l1t::Jet > *preGtJets)=0
 
virtual ~Stage1Layer2JetAlgorithm ()
 

Detailed Description

Definition at line 19 of file Stage1Layer2JetAlgorithm.h.

Constructor & Destructor Documentation

virtual l1t::Stage1Layer2JetAlgorithm::~Stage1Layer2JetAlgorithm ( )
inlinevirtual

Definition at line 25 of file Stage1Layer2JetAlgorithm.h.

25 {};

Member Function Documentation

virtual void l1t::Stage1Layer2JetAlgorithm::processEvent ( const std::vector< l1t::CaloRegion > &  regions,
const std::vector< l1t::CaloEmCand > &  EMCands,
std::vector< l1t::Jet > *  jets,
std::vector< l1t::Jet > *  preGtJets 
)
pure virtual