File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ struct TableMakerMC {
240240 // Check whether barrel or muon are enabled
241241 bool isProcessBCenabled = context.mOptions .get <bool >(" processPP" );
242242 bool isBarrelEnabled = (context.mOptions .get <bool >(" processPP" ) || context.mOptions .get <bool >(" processPPBarrelOnly" ) || context.mOptions .get <bool >(" processPbPbBarrelOnly" ) || context.mOptions .get <bool >(" processPbPbWithFilterBarrelOnly" ));
243- bool isMuonEnabled = (context.mOptions .get <bool >(" processPP" ) || context.mOptions .get <bool >(" processPPMuonOnlyBasic" ) || context.mOptions .get <bool >(" processPPMuonOnly" ) |||| context.mOptions .get <bool >(" processPPRealignedMuonOnly" ) || context.mOptions .get <bool >(" processPbPbMuonOnly" )) || context.mOptions .get <bool >(" processPbPbRealignedMuonOnly" ));
243+ bool isMuonEnabled = (context.mOptions .get <bool >(" processPP" ) || context.mOptions .get <bool >(" processPPMuonOnlyBasic" ) || context.mOptions .get <bool >(" processPPMuonOnly" ) || context.mOptions .get <bool >(" processPPRealignedMuonOnly" ) || context.mOptions .get <bool >(" processPbPbMuonOnly" )) || context.mOptions .get <bool >(" processPbPbRealignedMuonOnly" ));
244244 // Make sure at least one process function is enabled
245245 if (!(isProcessBCenabled || isBarrelEnabled || isMuonEnabled)) {
246246 LOG (fatal) << " No process function was enabled for TableMakerMC. Check it out!!!" ;
You can’t perform that action at this time.
0 commit comments