ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/ForwardAnalysis/Utilities/interface/AcceptCaloTowerSelector.h
Revision: 1.1
Committed: Thu Aug 18 10:58:55 2011 UTC (13 years, 8 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, HEAD
Error occurred while calculating annotation data.
Log Message:
add calo activity filter with calo tower selection

File Contents

# Content
1 #ifndef ForwardAnalysis_Utilities_AcceptCaloTowerSelector_h
2 #define ForwardAnalysis_Utilities_AcceptCaloTowerSelector_h
3
4 #include "ForwardAnalysis/Utilities/interface/ObjectToEventSelectorAdaptor.h"
5 #include "ForwardAnalysis/Utilities/interface/AcceptCaloTower.h"
6
7 class CaloTower;
8
9 namespace forwardAnalysis {
10
11 typedef ObjectToEventSelectorAdaptor<CaloTower,AcceptCaloTower> AcceptCaloTowerSelector;
12
13 }
14
15 #endif