Main Page
Namespaces
Classes
Package Documentation
L1Trigger
L1TCalorimeter
interface
Stage2Layer2DemuxEGAlgo.h
Go to the documentation of this file.
1
11
//
12
13
#ifndef Stage2Layer2DemuxEGAlgo_h
14
#define Stage2Layer2DemuxEGAlgo_h
15
16
#include "
DataFormats/L1Trigger/interface/EGamma.h
"
17
18
19
#include <vector>
20
21
22
namespace
l1t
{
23
24
class
Stage2Layer2DemuxEGAlgo
{
25
public
:
26
virtual
void
processEvent
(
const
std::vector<l1t::EGamma> & inputEgammas,
27
std::vector<l1t::EGamma> & outputEgammas) = 0;
28
29
virtual
~Stage2Layer2DemuxEGAlgo
(){};
30
};
31
32
}
33
34
#endif
EGamma.h
l1t::Stage2Layer2DemuxEGAlgo::~Stage2Layer2DemuxEGAlgo
virtual ~Stage2Layer2DemuxEGAlgo()
Definition:
Stage2Layer2DemuxEGAlgo.h:29
l1t
delete x;
Definition:
CaloConfig.h:22
l1t::Stage2Layer2DemuxEGAlgo
Definition:
Stage2Layer2DemuxEGAlgo.h:24
l1t::Stage2Layer2DemuxEGAlgo::processEvent
virtual void processEvent(const std::vector< l1t::EGamma > &inputEgammas, std::vector< l1t::EGamma > &outputEgammas)=0
Generated for CMSSW Reference Manual by
1.8.11