Revision: | 1.2 |
Committed: | Fri Aug 26 18:45:07 2011 UTC (13 years, 8 months ago) by sfonseca |
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, eliza_09_02_2011, sfonseca_08_26_2011, HEAD |
Changes since 1.1: | +3 -3 lines |
Error occurred while calculating annotation data. | |
Log Message: | bug fix |
# | Content |
---|---|
1 | #include "FWCore/Framework/interface/MakerMacros.h" |
2 | |
3 | #include "CommonTools/RecoAlgos/interface/TrackFullCloneSelectorBase.h" |
4 | #include "ForwardAnalysis/Utilities/interface/TrackAssociatedWithPVSelector.h" |
5 | |
6 | namespace reco { |
7 | namespace modules { |
8 | |
9 | typedef TrackFullCloneSelectorBase<forwardAnalysis::TrackAssociatedWithPVSelector > TrackAssociatedWithPVSelector; |
10 | |
11 | DEFINE_FWK_MODULE(TrackAssociatedWithPVSelector); |
12 | } |
13 | } |