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