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