Main Page
Namespaces
Classes
Package Documentation
L1Trigger
L1TCalorimeter
interface
JetCalibrationMethods.h
Go to the documentation of this file.
1
// JetCalibrationMethods.h
2
// Authors: Inga Bucinskaite, UIC
3
//
4
// This file should contain the different algorithms used for Jet Calibration
5
6
#ifndef JETCALIBRATIONMETHODS_H
7
#define JETCALIBRATIONMETHODS_H
8
9
#include "
L1Trigger/L1TCalorimeter/interface/CaloParamsHelper.h
"
10
#include "
DataFormats/L1Trigger/interface/Jet.h
"
11
12
#include <vector>
13
14
namespace
l1t
{
15
16
void
JetCalibration
(std::vector<l1t::Jet> * uncalibjets,
17
std::vector<double> jetCalibrationParams,
18
std::vector<l1t::Jet> *
jets
,
19
std::string
jetCalibrationType,
20
double
jetLSB);
21
22
}
23
24
#endif
l1t::JetCalibration
void JetCalibration(std::vector< l1t::Jet > *uncalibjets, std::vector< double > jetCalibrationParams, std::vector< l1t::Jet > *jets, std::string jetCalibrationType, double jetLSB)
Definition:
JetCalibrationMethods.cc:12
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:255
CaloParamsHelper.h
Jet.h
l1t
delete x;
Definition:
CaloConfig.h:22
fwrapper::jets
vector< PseudoJet > jets
Definition:
fastjetfortran_madfks.cc:42
Generated for CMSSW Reference Manual by
1.8.11