Skip to content

Commit

Permalink
Set receiveMuShower=true for uGT
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin committed Feb 9, 2022
1 parent ecff403 commit 5208920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1TGlobal/plugins/L1TGlobalProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ void L1TGlobalProducer::produce(edm::Event& iEvent, const edm::EventSetup& evSet

//
bool receiveMu = true;
bool receiveMuShower = false;
bool receiveMuShower = true;
bool receiveEG = true;
bool receiveTau = true;
bool receiveJet = true;
Expand Down

0 comments on commit 5208920

Please sign in to comment.