Calibration
HcalCalibAlgos
interface
hcalCalibUtils.h
Go to the documentation of this file.
1
#ifndef hcalCalibUtils_h
2
#define hcalCalibUtils_h
3
4
#include <vector>
5
#include <map>
6
#include "Rtypes.h"
7
8
#include "
DataFormats/DetId/interface/DetId.h
"
9
#include "
DataFormats/HcalDetId/interface/HcalDetId.h
"
10
11
#include "
Calibration/HcalCalibAlgos/src/TCell.h
"
12
13
#include "
DataFormats/GeometryVector/interface/GlobalPoint.h
"
14
#include "
DataFormats/GeometryVector/interface/GlobalVector.h
"
15
#include "
Geometry/CaloGeometry/interface/CaloGeometry.h
"
16
17
void
sumDepths
(std::vector<TCell>& selectCells);
// replaces original collection
18
19
// sum "small" depths in towers 16,17: depths 1,2 in HB
20
void
sumSmallDepths
(std::vector<TCell>& selectCells);
// replaces original collection
21
22
void
combinePhi
(std::vector<TCell>& selectCells);
// replaces original collection
23
24
void
combinePhi
(std::vector<TCell>& selectCells, std::vector<TCell>& combinedCells);
25
26
void
getIEtaIPhiForHighestE
(std::vector<TCell>& selectCells, Int_t&
iEta
, UInt_t& iPhi);
27
void
filterCells3x3
(std::vector<TCell>& selectCells, Int_t
iEta
, UInt_t iPhi);
28
void
filterCells5x5
(std::vector<TCell>& selectCells, Int_t
iEta
, UInt_t iPhi);
29
30
void
filterCellsInCone
(std::vector<TCell>& selectCells,
31
const
GlobalPoint
hitPositionHcal,
32
Float_t maxConeDist,
33
const
CaloGeometry
* theCaloGeometry);
34
35
// Jim's implementation fo the cone
36
37
//double getDistInPlaneSimple(const GlobalPoint caloPoint, const GlobalPoint rechitPoint);
38
39
//void makeTextFile(std::map<Int_t, Float_t> &coef);
40
41
#endif
filterCells3x3
void filterCells3x3(std::vector< TCell > &selectCells, Int_t iEta, UInt_t iPhi)
Definition:
hcalCalibUtils.cc:172
TCell.h
combinePhi
void combinePhi(std::vector< TCell > &selectCells)
Definition:
hcalCalibUtils.cc:89
filterCellsInCone
void filterCellsInCone(std::vector< TCell > &selectCells, const GlobalPoint hitPositionHcal, Float_t maxConeDist, const CaloGeometry *theCaloGeometry)
Definition:
hcalCalibUtils.cc:325
sumDepths
void sumDepths(std::vector< TCell > &selectCells)
Definition:
hcalCalibUtils.cc:15
CaloGeometry
Definition:
CaloGeometry.h:21
filterCells5x5
void filterCells5x5(std::vector< TCell > &selectCells, Int_t iEta, UInt_t iPhi)
Definition:
hcalCalibUtils.cc:236
getIEtaIPhiForHighestE
void getIEtaIPhiForHighestE(std::vector< TCell > &selectCells, Int_t &iEta, UInt_t &iPhi)
Definition:
hcalCalibUtils.cc:143
Point3DBase
Definition:
Point3DBase.h:10
HcalDetId.h
DetId.h
CaloGeometry.h
GlobalVector.h
L1TowerCalibrationProducer_cfi.iEta
iEta
Definition:
L1TowerCalibrationProducer_cfi.py:60
GlobalPoint.h
sumSmallDepths
void sumSmallDepths(std::vector< TCell > &selectCells)
Definition:
hcalCalibUtils.cc:267
Generated for CMSSW Reference Manual by
1.8.16