@@ -116,11 +116,11 @@ struct CentralityQa {
116116 if (INELgtZERO && col.multNTracksPVeta1 () < 1 ) {
117117 return ;
118118 }
119- if (!col.sel8 ()){
119+ if (!col.sel8 ()) {
120120 return ;
121121 }
122- if (std::abs (col.posZ ()) > vertexZcut){
123- return ;
122+ if (std::abs (col.posZ ()) > vertexZcut) {
123+ return ;
124124 }
125125 LOGF (debug, " centFV0A=%.0f" , col.centFV0A ());
126126 hCentFV0A->Fill (col.centFV0A ());
@@ -133,11 +133,11 @@ struct CentralityQa {
133133 if (INELgtZERO && col.multNTracksPVeta1 () < 1 ) {
134134 return ;
135135 }
136- if (!col.sel8 ()){
136+ if (!col.sel8 ()) {
137137 return ;
138138 }
139- if (std::abs (col.posZ ()) > vertexZcut){
140- return ;
139+ if (std::abs (col.posZ ()) > vertexZcut) {
140+ return ;
141141 }
142142 LOGF (debug, " centFT0M=%.0f" , col.centFT0M ());
143143 hCentFT0M->Fill (col.centFT0M ());
@@ -150,11 +150,11 @@ struct CentralityQa {
150150 if (INELgtZERO && col.multNTracksPVeta1 () < 1 ) {
151151 return ;
152152 }
153- if (!col.sel8 ()){
153+ if (!col.sel8 ()) {
154154 return ;
155155 }
156- if (std::abs (col.posZ ()) > vertexZcut){
157- return ;
156+ if (std::abs (col.posZ ()) > vertexZcut) {
157+ return ;
158158 }
159159 hCentFT0A->Fill (col.centFT0A ());
160160 hCentProfileFT0A->Fill (col.centFT0A (), col.multNTracksPVetaHalf ());
@@ -166,11 +166,11 @@ struct CentralityQa {
166166 if (INELgtZERO && col.multNTracksPVeta1 () < 1 ) {
167167 return ;
168168 }
169- if (!col.sel8 ()){
169+ if (!col.sel8 ()) {
170170 return ;
171171 }
172- if (std::abs (col.posZ ()) > vertexZcut){
173- return ;
172+ if (std::abs (col.posZ ()) > vertexZcut) {
173+ return ;
174174 }
175175 hCentFT0C->Fill (col.centFT0C ());
176176 hCentProfileFT0C->Fill (col.centFT0C (), col.multNTracksPVetaHalf ());
@@ -182,11 +182,11 @@ struct CentralityQa {
182182 if (INELgtZERO && col.multNTracksPVeta1 () < 1 ) {
183183 return ;
184184 }
185- if (!col.sel8 ()){
185+ if (!col.sel8 ()) {
186186 return ;
187187 }
188- if (std::abs (col.posZ ()) > vertexZcut){
189- return ;
188+ if (std::abs (col.posZ ()) > vertexZcut) {
189+ return ;
190190 }
191191 hCentFDDM->Fill (col.centFDDM ());
192192 hCentProfileFDDM->Fill (col.centFDDM (), col.multNTracksPVetaHalf ());
@@ -198,11 +198,11 @@ struct CentralityQa {
198198 if (INELgtZERO && col.multNTracksPVeta1 () < 1 ) {
199199 return ;
200200 }
201- if (!col.sel8 ()){
201+ if (!col.sel8 ()) {
202202 return ;
203203 }
204- if (std::abs (col.posZ ()) > vertexZcut){
205- return ;
204+ if (std::abs (col.posZ ()) > vertexZcut) {
205+ return ;
206206 }
207207 hCentNTPV->Fill (col.centNTPV ());
208208 hCentProfileNTPV->Fill (col.centNTPV (), col.multNTracksPVetaHalf ());
0 commit comments