File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -549,7 +549,7 @@ struct JetSpectraCharged {
549549
550550 void processCollisions (soa::Filtered<aod::JetCollisions>::iterator const & collision)
551551 {
552- if (!collision.has_mcCollision ()){
552+ if (!collision.has_mcCollision ()) {
553553 registry.fill (HIST (" h_fakecollisions" ), 0.5 );
554554 }
555555 registry.fill (HIST (" h_collisions" ), 0.5 );
@@ -569,7 +569,7 @@ struct JetSpectraCharged {
569569 void processCollisionsWeighted (soa::Join<aod::JetCollisions, aod::JMcCollisionLbs>::iterator const & collision,
570570 aod::JetMcCollisions const &)
571571 {
572- if (!collision.has_mcCollision ()){
572+ if (!collision.has_mcCollision ()) {
573573 registry.fill (HIST (" h_fakecollisions" ), 0.5 );
574574 }
575575 float eventWeight = collision.weight ();
You can’t perform that action at this time.
0 commit comments