@@ -51,7 +51,7 @@ struct hstrangecorrelationfilter {
5151 Configurable<float > strangedEdxNSigma{" strangedEdxNSigma" , 4 , " Nsigmas for strange decay daughters" };
5252 Configurable<float > strangedEdxNSigmaTight{" strangedEdxNSigmaTight" , 3 , " Nsigmas for strange decay daughters" };
5353
54- // event filtering
54+ // event filtering
5555 Configurable<std::string> zorroMask{" zorroMask" , " " , " zorro trigger class to select on (empty: none)" };
5656
5757 // Trigger particle selections in phase space
@@ -192,7 +192,7 @@ struct hstrangecorrelationfilter {
192192
193193 zorro.initCCDB (ccdb.service , bc.runNumber (), bc.timestamp (), zorroMask.value );
194194 zorro.populateHistRegistry (histos, bc.runNumber ());
195-
195+
196196 mRunNumber = bc.runNumber ();
197197 }
198198
@@ -233,7 +233,7 @@ struct hstrangecorrelationfilter {
233233 if (TMath::Abs (collision.posZ ()) > 10.0 ) {
234234 return ;
235235 }
236- if (zorroMask.value != " " ){
236+ if (zorroMask.value != " " ) {
237237 auto bc = collision.bc_as <aod::BCsWithTimestamps>();
238238 initCCDB (bc);
239239 bool zorroSelected = zorro.isSelected (collision.bc_as <aod::BCsWithTimestamps>().globalBC ()); // / Just let Zorro do the accounting
@@ -266,7 +266,7 @@ struct hstrangecorrelationfilter {
266266 if (TMath::Abs (collision.posZ ()) > 10.0 ) {
267267 return ;
268268 }
269- if (zorroMask.value != " " ){
269+ if (zorroMask.value != " " ) {
270270 auto bc = collision.bc_as <aod::BCsWithTimestamps>();
271271 initCCDB (bc);
272272 bool zorroSelected = zorro.isSelected (collision.bc_as <aod::BCsWithTimestamps>().globalBC ()); // / Just let Zorro do the accounting
@@ -305,7 +305,7 @@ struct hstrangecorrelationfilter {
305305 if (TMath::Abs (collision.posZ ()) > 10.0 ) {
306306 return ;
307307 }
308- if (zorroMask.value != " " ){
308+ if (zorroMask.value != " " ) {
309309 auto bc = collision.bc_as <aod::BCsWithTimestamps>();
310310 initCCDB (bc);
311311 bool zorroSelected = zorro.isSelected (collision.bc_as <aod::BCsWithTimestamps>().globalBC ()); // / Just let Zorro do the accounting
@@ -379,7 +379,7 @@ struct hstrangecorrelationfilter {
379379 if (TMath::Abs (collision.posZ ()) > 10.0 ) {
380380 return ;
381381 }
382- if (zorroMask.value != " " ){
382+ if (zorroMask.value != " " ) {
383383 auto bc = collision.bc_as <aod::BCsWithTimestamps>();
384384 initCCDB (bc);
385385 bool zorroSelected = zorro.isSelected (collision.bc_as <aod::BCsWithTimestamps>().globalBC ()); // / Just let Zorro do the accounting
@@ -421,7 +421,7 @@ struct hstrangecorrelationfilter {
421421 if (TMath::Abs (collision.posZ ()) > 10.0 ) {
422422 return ;
423423 }
424- if (zorroMask.value != " " ){
424+ if (zorroMask.value != " " ) {
425425 auto bc = collision.bc_as <aod::BCsWithTimestamps>();
426426 initCCDB (bc);
427427 bool zorroSelected = zorro.isSelected (collision.bc_as <aod::BCsWithTimestamps>().globalBC ()); // / Just let Zorro do the accounting
@@ -512,7 +512,7 @@ struct hstrangecorrelationfilter {
512512 if (TMath::Abs (collision.posZ ()) > 10.0 ) {
513513 return ;
514514 }
515- if (zorroMask.value != " " ){
515+ if (zorroMask.value != " " ) {
516516 auto bc = collision.bc_as <aod::BCsWithTimestamps>();
517517 initCCDB (bc);
518518 bool zorroSelected = zorro.isSelected (collision.bc_as <aod::BCsWithTimestamps>().globalBC ()); // / Just let Zorro do the accounting
0 commit comments