Skip to content

Commit ffaecd6

Browse files
committed
Please consider the following formatting changes
1 parent 07cd152 commit ffaecd6

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

PWGLF/Tasks/Resonances/kstarInOO.cxx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@
5454
#include <utility>
5555
#include <vector>
5656

57-
#include <cstdlib>
58-
5957
using namespace o2;
6058
using namespace o2::framework;
6159
using namespace o2::framework::expressions;
@@ -881,8 +879,8 @@ struct kstarInOO {
881879
return {};
882880
}
883881

884-
double track1_mass =0;
885-
double track2_mass =0;
882+
double track1_mass = 0;
883+
double track2_mass = 0;
886884
if (std::abs(particle1.pdgCode()) == PionPDG) {
887885
track1_mass = massPi;
888886
} else {
@@ -1464,7 +1462,7 @@ struct kstarInOO {
14641462
//| DATA STUFF (ME)
14651463
//|
14661464
//=======================================================
1467-
1465+
14681466
void processDataMixedEvent(EventCandidates const& collisions, TrackCandidates const& tracks)
14691467
{
14701468
static int nEventsMix = 0;

0 commit comments

Comments
 (0)