We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f259e commit 94e1273Copy full SHA for 94e1273
1 file changed
PWGHF/HFC/TableProducer/correlatorXicHadrons.cxx
@@ -102,12 +102,13 @@ enum class PDGChargeScale : size_t {
102
Scale = 3u
103
};
104
105
-namespace CorrParticleType {
106
- enum Type : int8_t {
107
- PhysicalPrimary = 0,
108
- IdentifiedParticle = 1,
109
- V0 = 2
110
- };
+namespace CorrParticleType
+{
+enum Type : int8_t {
+ PhysicalPrimary = 0,
+ IdentifiedParticle = 1,
+ V0 = 2
111
+};
112
}
113
// ============================================================================
114
// HELPER FUNCTIONS
0 commit comments