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::Stage2PreProcessor Class Referenceabstract

#include <Stage2PreProcessor.h>

Inheritance diagram for l1t::Stage2PreProcessor:
l1t::Stage2PreProcessorFirmwareImp1

Public Member Functions

virtual void processEvent (const std::vector< l1t::CaloTower > &inTowers, std::vector< l1t::CaloTower > &outTowers)=0
 
virtual ~Stage2PreProcessor ()
 

Detailed Description

Description: interface for the pre-processor

Implementation:

Author
: Jim Brooke - University of Bristol

Definition at line 20 of file Stage2PreProcessor.h.

Constructor & Destructor Documentation

virtual l1t::Stage2PreProcessor::~Stage2PreProcessor ( )
inlinevirtual

Definition at line 25 of file Stage2PreProcessor.h.

25 {};

Member Function Documentation

virtual void l1t::Stage2PreProcessor::processEvent ( const std::vector< l1t::CaloTower > &  inTowers,
std::vector< l1t::CaloTower > &  outTowers 
)
pure virtual