ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/ForwardAnalysis/Utilities/interface/DeltaRCaloTowerSelector.h
Revision: 1.1
Committed: Mon Nov 15 19:31:36 2010 UTC (14 years, 5 months ago) by antoniov
Content type: text/plain
Branch: MAIN
CVS Tags: forwardAnalysis-Jul222011-v1, tools-Jan062011-v1, tools-Jan052011-v1
Log Message:
update

File Contents

# User Rev Content
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