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
Configurable<bool> usecfactor{"usecfactor", false, "use c factor"};
89
90
90
91
struct : ConfigurableGroup {
91
92
Configurable<int> QxyNbins{"QxyNbins", 100, "Number of bins in QxQy histograms"};
@@ -293,11 +294,6 @@ struct spvector {
293
294
int lastRunNumber = -999;
294
295
TH2D* gainprofile;
295
296
TProfile* gainprofilevxy;
296
-
/*THnF* hrecentereSp;
297
-
TH2F* hrecenterecentSp;
298
-
TH2F* hrecenterevxSp;
299
-
TH2F* hrecenterevySp;
300
-
TH2F* hrecenterevzSp;*/
301
297
std::array<THnF*, 6> hrecentereSpA; // Array of 6 histograms
302
298
std::array<TH2F*, 6> hrecenterecentSpA; // Array of 5 histograms
303
299
std::array<TH2F*, 6> hrecenterevxSpA; // Array of 5 histograms
@@ -306,16 +302,9 @@ struct spvector {
306
302
TProfile3D* shiftprofileA;
307
303
TProfile3D* shiftprofileC;
308
304
309
-
// Bool_t Correctcoarse(int64_t ts, Configurable<std::string>& ConfRecentereSpp, bool useRecentereSp, int currentRunNumber, int lastRunNumber, auto centrality, auto vx, auto vy, auto vz, auto& qxZDCA, auto& qyZDCA, auto& qxZDCC, auto& qyZDCC)
310
-
//{
311
305
Bool_t Correctcoarse(const THnF* hrecentereSp, auto centrality, auto vx, auto vy, auto vz, auto& qxZDCA, auto& qyZDCA, auto& qxZDCC, auto& qyZDCC)
312
306
{
313
307
314
-
/*
315
-
if (useRecentereSp && (currentRunNumber != lastRunNumber)) {
0 commit comments