Skip to content

Commit 98abeea

Browse files
committed
clang-format
1 parent 4326d4c commit 98abeea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DPG/Tasks/AOTTrack/PID/qaPIDTPC.cxx

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ struct tpcPidQa {
5151
"nsigma/pt/Ka", "nsigma/pt/Pr", "nsigma/pt/De",
5252
"nsigma/pt/Tr", "nsigma/pt/He", "nsigma/pt/Al"};
5353
static constexpr std::string_view hnsigma_p_eta_Ncl[Np] = {"nsigma/sparsePinEtaNcl/El", "nsigma/sparsePinEtaNcl/Mu", "nsigma/sparsePinEtaNcl/Pi",
54-
"nsigma/sparsePinEtaNcl/Ka", "nsigma/sparsePinEtaNcl/Pr", "nsigma/sparsePinEtaNcl/De",
55-
"nsigma/sparsePinEtaNcl/Tr", "nsigma/sparsePinEtaNcl/He", "nsigma/sparsePinEtaNcl/Al"};
54+
"nsigma/sparsePinEtaNcl/Ka", "nsigma/sparsePinEtaNcl/Pr", "nsigma/sparsePinEtaNcl/De",
55+
"nsigma/sparsePinEtaNcl/Tr", "nsigma/sparsePinEtaNcl/He", "nsigma/sparsePinEtaNcl/Al"};
5656

5757
// With TOF
5858
static constexpr std::string_view hexpected_wTOF[Np] = {"wTOF/expected/El", "wTOF/expected/Mu", "wTOF/expected/Pi",
@@ -80,8 +80,8 @@ struct tpcPidQa {
8080
"wTOF/signal/Ka", "wTOF/signal/Pr", "wTOF/signal/De",
8181
"wTOF/signal/Tr", "wTOF/signal/He", "wTOF/signal/Al"};
8282
static constexpr std::string_view hnsigma_p_eta_Ncl_wTOF[Np] = {"wTOF/nsigma/sparsePinEtaNcl/El", "wTOF/nsigma/sparsePinEtaNcl/Mu", "wTOF/nsigma/sparsePinEtaNcl/Pi",
83-
"wTOF/nsigma/sparsePinEtaNcl/Ka", "wTOF/nsigma/sparsePinEtaNcl/Pr", "wTOF/nsigma/sparsePinEtaNcl/De",
84-
"wTOF/nsigma/sparsePinEtaNcl/Tr", "wTOF/nsigma/sparsePinEtaNcl/He", "wTOF/nsigma/sparsePinEtaNcl/Al"};
83+
"wTOF/nsigma/sparsePinEtaNcl/Ka", "wTOF/nsigma/sparsePinEtaNcl/Pr", "wTOF/nsigma/sparsePinEtaNcl/De",
84+
"wTOF/nsigma/sparsePinEtaNcl/Tr", "wTOF/nsigma/sparsePinEtaNcl/He", "wTOF/nsigma/sparsePinEtaNcl/Al"};
8585

8686
HistogramRegistry histos{"Histos", {}, OutputObjHandlingPolicy::AnalysisObject};
8787

0 commit comments

Comments
 (0)