Skip to content

Commit

Permalink
Made AlignmentMuonSelectorModule a stream module
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Jul 30, 2020
1 parent d97181b commit bd5ed85
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -14,7 +14,7 @@

#include "FWCore/Framework/interface/ConsumesCollector.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "CommonTools/UtilAlgos/interface/ObjectSelector.h"
#include "CommonTools/UtilAlgos/interface/ObjectSelectorStream.h"
#include "Alignment/CommonAlignmentProducer/interface/AlignmentMuonSelector.h"
#include "DataFormats/MuonReco/interface/MuonFwd.h"

Expand Down Expand Up @@ -48,6 +48,6 @@ struct MuonConfigSelector {
AlignmentMuonSelector theSelector;
};

typedef ObjectSelector<MuonConfigSelector> AlignmentMuonSelectorModule;
typedef ObjectSelectorStream<MuonConfigSelector> AlignmentMuonSelectorModule;

DEFINE_FWK_MODULE(AlignmentMuonSelectorModule);

0 comments on commit bd5ed85

Please sign in to comment.