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