ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/Morgan/src/SealModule.cc
Revision: 1.2
Committed: Mon Dec 1 15:58:05 2008 UTC (16 years, 5 months ago) by lethuill
Content type: text/plain
Branch: MAIN
CVS Tags: all_3_3_2_01, all_3_2_5_02, all_3_2_5_01, all_2_2_9_03, all_2_2_9_02, all_2_2_9_01, JeSuisBeaucoupPlusGrosQunReco_2_2_7_01, RecoPhoton_2_2_7_02, pat_2_2_7_01, RecoPhoton_2_2_7_01, pat_2_2_5_03, pat_2_2_5_02, pat_2_2_5_01, pat_2_1_12_02, pat_2_1_12_01, HEAD
Branch point for: CMSSW_2_2_X_br
Changes since 1.1: +1 -1 lines
Log Message:
Proto-version for use with different data formats (RECO/AOD/PAT/PAT+AOD)
Replace the absolute path /UserCode/Morgan with a relative one

File Contents

# User Rev Content
1 mlethuil 1.1 #include "FWCore/PluginManager/interface/ModuleDef.h"
2     #include "FWCore/Framework/interface/MakerMacros.h"
3    
4 lethuill 1.2 #include "../interface/TotoAnalyzer.h"
5 mlethuil 1.1
6     DEFINE_SEAL_MODULE();
7    
8     DEFINE_ANOTHER_FWK_MODULE(TotoAnalyzer);