Main Page
Namespaces
Classes
Package Documentation
L1Trigger
L1TCalorimeter
interface
Stage1Layer2JetAlgorithm.h
Go to the documentation of this file.
1
6
//
7
8
#ifndef Stage1Layer2JetAlgorithm_h
9
#define Stage1Layer2JetAlgorithm_h
10
11
#include "
DataFormats/L1TCalorimeter/interface/CaloRegion.h
"
12
#include "
DataFormats/L1Trigger/interface/Jet.h
"
13
#include "
DataFormats/L1TCalorimeter/interface/CaloEmCand.h
"
14
15
#include <vector>
16
17
namespace
l1t
{
18
19
class
Stage1Layer2JetAlgorithm
{
20
public
:
21
virtual
void
processEvent
(
const
std::vector<l1t::CaloRegion> &
regions
,
22
const
std::vector<l1t::CaloEmCand> & EMCands,
23
std::vector<l1t::Jet> *
jets
,
24
std::vector<l1t::Jet> * preGtJets) = 0;
25
virtual
~Stage1Layer2JetAlgorithm
(){};
26
27
/* private: */
28
/* double regionLSB_; // least significant bit value. Usually = 0.5 */
29
};
30
31
}
32
33
#endif
AlignmentPI::regions
regions
Definition:
AlignmentPayloadInspectorHelper.h:54
l1t::Stage1Layer2JetAlgorithm
Definition:
Stage1Layer2JetAlgorithm.h:19
Jet.h
l1t
delete x;
Definition:
CaloConfig.h:22
l1t::Stage1Layer2JetAlgorithm::~Stage1Layer2JetAlgorithm
virtual ~Stage1Layer2JetAlgorithm()
Definition:
Stage1Layer2JetAlgorithm.h:25
CaloEmCand.h
l1t::Stage1Layer2JetAlgorithm::processEvent
virtual void processEvent(const std::vector< l1t::CaloRegion > ®ions, const std::vector< l1t::CaloEmCand > &EMCands, std::vector< l1t::Jet > *jets, std::vector< l1t::Jet > *preGtJets)=0
fwrapper::jets
vector< PseudoJet > jets
Definition:
fastjetfortran_madfks.cc:42
CaloRegion.h
Generated for CMSSW Reference Manual by
1.8.11