Skip to content

Commit

Permalink
Updated AOD macro FB for upcoming pass2 LHC18* (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: Catalin Ristea <catalin.ristea@Catalins-MacBook-Pro.local>
  • Loading branch information
catalinristea and Catalin Ristea authored Dec 17, 2020
1 parent fe9de11 commit db2f478
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AOD/main_AODtrainRawAndMC.C
Original file line number Diff line number Diff line change
Expand Up @@ -1144,6 +1144,8 @@ void SetRunFlagForFilterBits(){
else if((periodName.EqualTo("LHC16q") || periodName.EqualTo("LHC16r") ||
periodName.EqualTo("LHC16s") || periodName.EqualTo("LHC16t")) && passName.EndsWith("pass2"))
run_flag = 1501;
else if(periodName.Contains("LHC18") && passName.EndsWith("pass2"))
run_flag = 1501;
}
if(year<=2010)
{
Expand Down

0 comments on commit db2f478

Please sign in to comment.