Skip to content

Commit

Permalink
Change validity range for muon trigger scalers file to "runnr_runnr".
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan committed Sep 29, 2015
1 parent 7e245ee commit b9635a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MUON/MUONshuttle/AliMUONTriggerSubprocessor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ AliMUONTriggerSubprocessor::Process(TMap* /*dcsAliasMap*/)
metaData.SetResponsible("MUON TRG");
metaData.SetComment("Computed by AliMUONTriggerSubprocessor $Id$");

Bool_t validToInfinity = kTRUE;
Bool_t validToInfinity = kFALSE;

Bool_t result1(kTRUE);
Bool_t result2(kTRUE);
Expand Down

0 comments on commit b9635a2

Please sign in to comment.