1 |
antoniov |
1.1 |
#ifndef ForwardAnalysis_Utilities_DeltaRCaloTowerSelector_h
|
2 |
|
|
#define ForwardAnalysis_Utilities_DeltaRCaloTowerSelector_h
|
3 |
|
|
|
4 |
|
|
#include "DataFormats/CaloTowers/interface/CaloTower.h"
|
5 |
|
|
#include "DataFormats/Candidate/interface/Candidate.h"
|
6 |
|
|
#include "CommonTools/UtilAlgos/interface/DeltaRMinPairSelector.h"
|
7 |
|
|
#include "ForwardAnalysis/Utilities/interface/OneToManySelector.h"
|
8 |
|
|
|
9 |
|
|
namespace forwardAnalysis {
|
10 |
|
|
|
11 |
|
|
typedef OneToManySelector<CaloTower,
|
12 |
|
|
edm::View<reco::Candidate>,
|
13 |
|
|
DeltaRMinPairSelector> DeltaRCaloTowerSelector;
|
14 |
|
|
|
15 |
|
|
} // namespace
|
16 |
|
|
#endif
|