Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62303
b: refs/heads/l1tmuon-upgrade-dev
c: 8b7d015
h: refs/heads/l1tmuon-upgrade-dev
i:
  62301: 5b668ff
  62299: 9c4e440
  62295: 4b3f0bc
  62287: 9ee1abf
  62271: 5ca3c24
  • Loading branch information
Julia Yarba committed Mar 18, 2009
1 parent 5c70168 commit 67c2332
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/l1tmuon-upgrade-dev: 7f3a270d87d504697e3461ecb1701d7e6fdea7f2
refs/heads/l1tmuon-upgrade-dev: 8b7d015429a707464ed69ecd78439787a01aa3f8
4 changes: 2 additions & 2 deletions trunk/GeneratorInterface/Core/interface/GeneratorFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ namespace edm

template <class HAD>
void
GeneratorFilter<HAD>::beginJob(EventSetup const&)
GeneratorFilter<HAD>::beginJob(EventSetup const& es)
{

if ( decayer_ ) decayer_->init() ;
if ( decayer_ ) decayer_->init(es) ;
return;

}
Expand Down
4 changes: 2 additions & 2 deletions trunk/GeneratorInterface/Core/interface/HadronizerFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ namespace edm

template <class HAD>
void
HadronizerFilter<HAD>::beginJob(EventSetup const&)
HadronizerFilter<HAD>::beginJob(EventSetup const& es)
{

// do things that's common through the job, such as
// attach external decay packages, etc.
//
if ( decayer_ ) decayer_->init() ;
if ( decayer_ ) decayer_->init(es) ;
return;

/*
Expand Down

0 comments on commit 67c2332

Please sign in to comment.