File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -60,8 +60,7 @@ struct JetMatchingHF {
6060 constexpr bool jetsBaseIsMC = o2::soa::is_binding_compatible_v<BaseJetCollection, std::decay_t <aod::McCollisions>>();
6161 if constexpr (jetsBaseIsMC) {
6262 LOGF (info, " slicing base jet collection by MC collision" );
63- }
64- else {
63+ } else {
6564 LOGF (info, " not slicing base jet collection by MC collision" );
6665 }
6766 // jetsBasePerColl = jetsBase.sliceBy(baseJetsPerCollision, collision.mcCollisionId());
@@ -71,8 +70,7 @@ struct JetMatchingHF {
7170 // decltype(jetsTag.sliceBy(tagJetsPerCollision, collision.mcCollisionId())) jetsTagPerColl;
7271 if (jetsTagIsMC) {
7372 LOGF (info, " slicing tag jet collection by MC collision" );
74- }
75- else {
73+ } else {
7674 LOGF (info, " not slicing tag jet collection by MC collision" );
7775 }
7876 const auto jetsTagPerColl = jetsTag.sliceBy (tagJetsPerCollision, collision.mcCollisionId ());
You can’t perform that action at this time.
0 commit comments