CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PUSubtractionMethods.h
Go to the documentation of this file.
1 // PUSubtractionMethods.h
2 // Authors: Alex Barbieri
3 // Kalanand Mishra, Fermilab
4 // Inga Bucinskaite, UIC
5 //
6 // This file should contain the different algorithms used for PU subtraction.
7 
8 #ifndef PUSUBTRACTIONMETHODS_H
9 #define PUSUBTRACTIONMETHODS_H
10 
15 
16 #include <vector>
17 
18 namespace l1t {
19 
20  void HICaloRingSubtraction(const std::vector<l1t::CaloRegion> & regions,
21  std::vector<l1t::CaloRegion> *subRegions);
22 
23  void RegionCorrection(const std::vector<l1t::CaloRegion> & regions,
24  const std::vector<l1t::CaloEmCand> & EMCands,
25  std::vector<l1t::CaloRegion> *subRegions,
26  std::vector<double> regionSubtraction,
27  bool PUSubtract);
28 
29 
30 }
31 
32 #endif
void HICaloRingSubtraction(const std::vector< l1t::CaloRegion > &regions, std::vector< l1t::CaloRegion > *subRegions)
------------— For heavy ion ----------------------------------—
void RegionCorrection(const std::vector< l1t::CaloRegion > &regions, const std::vector< l1t::CaloEmCand > &EMCands, std::vector< l1t::CaloRegion > *subRegions, std::vector< double > regionSubtraction, bool PUSubtract)
------— New region correction (PUsub, no response correction at the moment) --------— ...