Skip to content

Commit d7d21a3

Browse files
committed
Please consider the following formatting changes
1 parent b64ab55 commit d7d21a3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ALICE3/TableProducer/OTF/onTheFlyTOFPID.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ struct OnTheFlyTofPid {
126126

127127
// for handling basic QA histograms if requested
128128
HistogramRegistry histos{"Histos", {}, OutputObjHandlingPolicy::AnalysisObject};
129-
static constexpr int kParticles = 5;
130-
std::string particle_names1[kParticles] = {"#it{e}", "#it{#mu}", "#it{#pi}", "#it{K}", "#it{p}"};
131-
std::string particle_names2[kParticles] = {"Elec", "Muon", "Pion", "Kaon", "Prot"};
132-
static constexpr int kIdPion = 2;
129+
static constexpr int kParticles = 5;
130+
std::string particle_names1[kParticles] = {"#it{e}", "#it{#mu}", "#it{#pi}", "#it{K}", "#it{p}"};
131+
std::string particle_names2[kParticles] = {"Elec", "Muon", "Pion", "Kaon", "Prot"};
132+
static constexpr int kIdPion = 2;
133133

134134
void init(o2::framework::InitContext&)
135135
{

0 commit comments

Comments
 (0)