We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a07f9c commit d145860Copy full SHA for d145860
1 file changed
ALICE3/TableProducer/alice3-centrality.cxx
@@ -27,7 +27,7 @@ struct ALICE3Centrality {
27
Produces<aod::CentV0Ms> cent;
28
Service<o2::ccdb::BasicCCDBManager> ccdb;
29
30
- HistogramRegistry histos{"Histos", {}, OutputObjHandlingPolicy::QAObject};
+ HistogramRegistry histos{"Histos", {}, OutputObjHandlingPolicy::AnalysisObject};
31
Configurable<float> MinEta{"MinEta", -4.0f, "Minimum eta in range"};
32
Configurable<float> MaxEta{"MaxEta", 4.0f, "Maximum eta in range"};
33
Configurable<float> MaxMult{"MaxMult", 10000.f, "Maximum multiplicity in range"};
0 commit comments