File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2828#include " Common/DataModel/Centrality.h"
2929#include " Common/DataModel/EventSelection.h"
3030#include " Common/DataModel/Multiplicity.h"
31- #include " Common/DataModel/PIDResponse.h"
3231#include " Common/DataModel/TrackSelectionTables.h"
3332
3433#include " CCDB/BasicCCDBManager.h"
Original file line number Diff line number Diff line change 2626#include " Common/Core/trackUtilities.h"
2727#include " Common/DataModel/EventSelection.h"
2828#include " Common/DataModel/Multiplicity.h"
29- #include " Common/DataModel/PIDResponse.h"
3029#include " Common/DataModel/TrackSelectionTables.h"
3130
3231#include " CommonConstants/PhysicsConstants.h"
@@ -1114,9 +1113,9 @@ struct statPromptPhoton {
11141113
11151114 histos.fill (HIST (" DATA_nEvents" ), 2.5 );
11161115
1117- if (!jetderiveddatautilities::selectTrigger (collision, triggerMaskBits)) {
1118- return ;
1119- }
1116+ if (!jetderiveddatautilities::selectTrigger (collision, triggerMaskBits)) {
1117+ return ;
1118+ }
11201119
11211120 histos.fill (HIST (" DATA_nEvents" ), 3.5 );
11221121
You can’t perform that action at this time.
0 commit comments