You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGUD/Tasks/exclusiveRhoTo4Pi.cxx
+11-22Lines changed: 11 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -395,10 +395,6 @@ struct ExclusiveRhoTo4Pi {
395
395
// Run Numbers
396
396
staticint runNos[113];
397
397
staticint numRunNums;
398
-
// static std::string eventLabels[12];
399
-
// static std::string trackLabels[14];
400
-
// static int numTrackCuts;
401
-
// static int numEventCuts;
402
398
// Derived Data
403
399
Produces<aod::SignalData> sigFromData;
404
400
Produces<aod::BkgroundData> bkgFromData;
@@ -438,7 +434,7 @@ struct ExclusiveRhoTo4Pi {
438
434
Configurable<float> rhoMassMin{"rhoMassMin", 1, "Min Mass of rho"};
439
435
Configurable<float> rhoMassMax{"rhoMassMax", 2.5, "Max Mass of rho"};
440
436
// Axis Configurations
441
-
ConfigurableAxis pTAxis{"pTAxis", {1000, 0, 2}, "Axis for pT histograms"};
437
+
ConfigurableAxis pTAxis{"pTAxis", {1000, 0, 1}, "Axis for pT histograms"};
442
438
ConfigurableAxis etaAxis{"etaAxis", {1000, -1.1, 1.1}, "Axis for Eta histograms"};
443
439
ConfigurableAxis rapidityAxis{"rapidityAxis", {1000, -2.5, 2.5}, "Axis for Rapidity histograms"};
444
440
ConfigurableAxis invMassAxis{"invMassAxis", {1000, 1, 2.5}, "Axis for Phi histograms"};
@@ -451,9 +447,11 @@ struct ExclusiveRhoTo4Pi {
451
447
histosCounter.add("EventsCounts_vs_runNo", "Number of Selected 4-Pion Events per Run; Run Number; Number of Events", kTH2F, {{113, 0, 113}, {12, 0, 12}});
452
448
histosCounter.add("TracksCounts_vs_runNo", "Number of Selected Tracks per Run; Run Number; Number of Tracks", kTH2F, {{113, 0, 113}, {14, 0, 14}});
0 commit comments