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> useRecentereSp{"useRecentereSp", false, "use Recentering with Sparse or THn"};
138
139
Configurable<bool> useRecenterefineSp{"useRecenterefineSp", false, "use fine Recentering with THn"};
139
140
Configurable<std::string> ConfGainPath{"ConfGainPath", "Users/p/prottay/My/Object/NewPbPbpass4_10092024/gaincallib", "Path to gain calibration"};
@@ -164,6 +165,10 @@ struct spvector {
164
165
Configurable<std::string> ConfRecenterevxSp5{"ConfRecenterevxSp5", "Users/p/prottay/My/Object/Testingwithsparse/NewPbPbpass4_17092024/recenter", "Sparse or THn Path for vx recentere5"};
165
166
Configurable<std::string> ConfRecenterevySp5{"ConfRecenterevySp5", "Users/p/prottay/My/Object/Testingwithsparse/NewPbPbpass4_17092024/recenter", "Sparse or THn Path for vy recentere5"};
166
167
Configurable<std::string> ConfRecenterevzSp5{"ConfRecenterevzSp5", "Users/p/prottay/My/Object/Testingwithsparse/NewPbPbpass4_17092024/recenter", "Sparse or THn Path for vz recentere5"};
168
+
Configurable<std::string> ConfRecenterecentSp6{"ConfRecenterecentSp6", "Users/p/prottay/My/Object/Testingwithsparse/NewPbPbpass4_17092024/recenter", "Sparse or THn Path for cent recentere6"};
169
+
Configurable<std::string> ConfRecenterevxSp6{"ConfRecenterevxSp6", "Users/p/prottay/My/Object/Testingwithsparse/NewPbPbpass4_17092024/recenter", "Sparse or THn Path for vx recentere6"};
170
+
Configurable<std::string> ConfRecenterevySp6{"ConfRecenterevySp6", "Users/p/prottay/My/Object/Testingwithsparse/NewPbPbpass4_17092024/recenter", "Sparse or THn Path for vy recentere6"};
171
+
Configurable<std::string> ConfRecenterevzSp6{"ConfRecenterevzSp6", "Users/p/prottay/My/Object/Testingwithsparse/NewPbPbpass4_17092024/recenter", "Sparse or THn Path for vz recentere6"};
167
172
Configurable<std::string> ConfShiftC{"ConfShiftC", "Users/p/prottay/My/Object/Testinglocaltree/shiftcallib2", "Path to shift C"};
168
173
Configurable<std::string> ConfShiftA{"ConfShiftA", "Users/p/prottay/My/Object/Testinglocaltree/shiftcallib2", "Path to shift A"};
169
174
@@ -292,10 +297,10 @@ struct spvector {
292
297
TH2F* hrecenterevySp;
293
298
TH2F* hrecenterevzSp;*/
294
299
std::array<THnF*, 6> hrecentereSpA; // Array of 6 histograms
295
-
std::array<TH2F*, 5> hrecenterecentSpA; // Array of 5 histograms
296
-
std::array<TH2F*, 5> hrecenterevxSpA; // Array of 5 histograms
297
-
std::array<TH2F*, 5> hrecenterevySpA; // Array of 5 histograms
298
-
std::array<TH2F*, 5> hrecenterevzSpA; // Array of 5 histograms
300
+
std::array<TH2F*, 6> hrecenterecentSpA; // Array of 5 histograms
301
+
std::array<TH2F*, 6> hrecenterevxSpA; // Array of 5 histograms
302
+
std::array<TH2F*, 6> hrecenterevySpA; // Array of 5 histograms
303
+
std::array<TH2F*, 6> hrecenterevzSpA; // Array of 5 histograms
0 commit comments