ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/DGele/PhysicsTools/PatAlgos/plugins/ObjectSpatialResolution.cc
Revision: 1.2
Committed: Tue Oct 20 17:42:56 2009 UTC (15 years, 6 months ago) by dgele
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
remove

File Contents

# Content
1 #include "FWCore/Framework/interface/MakerMacros.h"
2 #include "DataFormats/PatCandidates/interface/Electron.h"
3 #include "DataFormats/PatCandidates/interface/Muon.h"
4 #include "DataFormats/PatCandidates/interface/Tau.h"
5 #include "DataFormats/PatCandidates/interface/Jet.h"
6 #include "DataFormats/PatCandidates/interface/MET.h"
7 #include "PhysicsTools/PatAlgos/plugins/ObjectSpatialResolution.h"
8
9 // namespace pat {
10 // typedef ObjectSpatialResolution<pat::Electron> ElectronSpatialResolution;
11 // typedef ObjectSpatialResolution<pat::Muon> MuonSpatialResolution;
12 // typedef ObjectSpatialResolution<pat::Tau> TauSpatialResolution;
13 // typedef ObjectSpatialResolution<pat::Jet> JetSpatialResolution;
14 // typedef ObjectSpatialResolution<pat::MET> METSpatialResolution;
15 // }
16
17 // using namespace pat;
18 // DEFINE_FWK_MODULE(ElectronSpatialResolution);
19 // DEFINE_FWK_MODULE(MuonSpatialResolution);
20 // DEFINE_FWK_MODULE(TauSpatialResolution);
21 // DEFINE_FWK_MODULE(JetSpatialResolution);
22 // DEFINE_FWK_MODULE(METSpatialResolution);
23
24