-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 23565 b: "refs/heads/CMSSW_7_0_X" c: fa1fe5e h: "refs/heads/CMSSW_7_0_X" i: 23563: e9ca564
- Loading branch information
Antonio Vilela Pereira
committed
Apr 25, 2007
1 parent
d33694f
commit 85b32f8
Showing
23 changed files
with
240 additions
and
2,510 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
"refs/heads/CMSSW_7_0_X": f257566ccdcb74d942875dd7ee406acdb506742b | ||
"refs/heads/CMSSW_7_0_X": fa1fe5ed3b28110aa934eb767f89bdff8a52615c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 43 additions & 0 deletions
43
trunk/GeneratorInterface/PomwigInterface/interface/PomwigFilter.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
#ifndef POMWIG_SOURCE_EMPTY_FILTER_H | ||
#define POMWIG_SOURCE_EMPTY_FILTER_H | ||
|
||
// | ||
// Original Author: Fabian Stoeckli | ||
// Created: Mon Mar 12 17:34:14 CET 2007 | ||
// $Id: Herwig6Filter.h,v 1.1 2007/03/15 10:19:11 fabstoec Exp $ | ||
// | ||
// | ||
|
||
// Filter to remove empty events produced with MC@NLO/HERWIG | ||
|
||
// Modified for POMWIG | ||
|
||
// system include files | ||
#include <memory> | ||
|
||
// user include files | ||
#include "FWCore/Framework/interface/Frameworkfwd.h" | ||
#include "FWCore/Framework/interface/EDFilter.h" | ||
|
||
#include "FWCore/Framework/interface/Event.h" | ||
#include "FWCore/Framework/interface/MakerMacros.h" | ||
|
||
#include "FWCore/ParameterSet/interface/ParameterSet.h" | ||
|
||
// | ||
// class declaration | ||
// | ||
|
||
class PomwigFilter : public edm::EDFilter { | ||
public: | ||
explicit PomwigFilter(const edm::ParameterSet&); | ||
~PomwigFilter(); | ||
|
||
private: | ||
virtual void beginJob(const edm::EventSetup&) ; | ||
virtual bool filter(edm::Event&, const edm::EventSetup&); | ||
virtual void endJob() ; | ||
|
||
}; | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
228 changes: 0 additions & 228 deletions
228
trunk/GeneratorInterface/PomwigInterface/src/HEPEVT_Wrapper.cc
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.