ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/Producers/src/SealModule.cc
Revision: 1.1
Committed: Mon Oct 13 10:39:24 2008 UTC (16 years, 7 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_009c, Mit_009b, Mit_009a, Mit_009, Mit_008, Mit_008pre2, Mit_008pre1, Mit_006b, Mit_006a, Mit_006, Mit_005
Log Message:
Added HitDropper tool to remove hits from before decay vertex

File Contents

# User Rev Content
1 bendavid 1.1 // $Id: HitDropperESProducer.h,v 1.1 2008/09/27 05:48:25 loizides Exp $
2    
3     #include "FWCore/Framework/interface/eventsetupdata_registration_macro.h"
4     #include "FWCore/Framework/interface/ModuleFactory.h"
5     #include "MitEdm/Producers/interface/HitDropper.h"
6     #include "MitEdm/Producers/interface/HitDropperESProducer.h"
7    
8     using namespace mitedm;
9    
10     DEFINE_FWK_EVENTSETUP_MODULE(HitDropperESProducer);
11     EVENTSETUP_DATA_REG(HitDropper);