Revision: | 1.2 |
Committed: | Thu Aug 4 18:03:59 2011 UTC (13 years, 9 months ago) by antoniov |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | V01-01-01, V01-01-00, antoniov-forwardAnalysis-09Jul2012-v1, antoniov-forwardAnalysis-29Jun2012-v1, V01-00-00, antoniov-utilities-11Jun2012-v1, antoniov-forwardAnalysis-Oct072011-v1, sfonseca_10_04_2011, antoniov-forwardAnalysis-Sep182011-v1, antoniov-forwardAnalysis-Sep102011-v1, sfonseca_08_26_2011, forwardAnalysis-Aug232011-v1, forwardAnalysis-Aug172011-v1, forwardAnalysis-Aug052011-v1, HEAD |
Changes since 1.1: | +6 -0 lines |
Log Message: | add selector function |
# | 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 | antoniov | 1.2 | #include "ForwardAnalysis/Utilities/interface/AcceptCaloTower.h" |
9 | antoniov | 1.1 | |
10 | namespace forwardAnalysis { | ||
11 | |||
12 | typedef OneToManySelector<CaloTower, | ||
13 | edm::View<reco::Candidate>, | ||
14 | DeltaRMinPairSelector> DeltaRCaloTowerSelector; | ||
15 | |||
16 | antoniov | 1.2 | typedef OneToManySelector<CaloTower, |
17 | edm::View<reco::Candidate>, | ||
18 | DeltaRMinPairSelector, | ||
19 | AcceptCaloTower> DeltaRAcceptCaloTowerSelector; | ||
20 | |||
21 | antoniov | 1.1 | } // namespace |
22 | #endif |