@@ -81,11 +81,11 @@ struct eventWiseConstituentSubtractorTask {
8181 Configurable<float > eventEtaMax{" eventEtaMax" , 0.9 , " maximum pseudorapidity of event" };
8282 Configurable<bool > doRhoMassSub{" doRhoMassSub" , true , " perfom mass subtraction as well" };
8383 Configurable<double > ghostRapMax{" ghostRapMax" , 0.9 , " Ghost rapidity max" };
84- Configurable<int > ghostRepeat{" ghostRepeat" , 1 , " Ghost tiling repeats" };
85- Configurable<double > ghostArea{" ghostArea" , 0.005 , " Area per ghost" };
86- Configurable<double > ghostGridScatter{" ghostGridScatter" , 1.0 , " Grid scatter" };
87- Configurable<double > ghostKtScatter{" ghostKtScatter" , 0.1 , " kT scatter" };
88- Configurable<double > ghostMeanPt{" ghostMeanPt" , 1e-100 , " Mean ghost pT" };
84+ Configurable<int > ghostRepeat{" ghostRepeat" , 1 , " Ghost tiling repeats" };
85+ Configurable<double > ghostArea{" ghostArea" , 0.005 , " Area per ghost" };
86+ Configurable<double > ghostGridScatter{" ghostGridScatter" , 1.0 , " Grid scatter" };
87+ Configurable<double > ghostKtScatter{" ghostKtScatter" , 0.1 , " kT scatter" };
88+ Configurable<double > ghostMeanPt{" ghostMeanPt" , 1e-100 , " Mean ghost pT" };
8989
9090 JetBkgSubUtils eventWiseConstituentSubtractor;
9191 std::vector<fastjet::PseudoJet> inputParticles;
@@ -105,7 +105,7 @@ struct eventWiseConstituentSubtractorTask {
105105 eventWiseConstituentSubtractor.setConstSubAlphaRMax (alpha, rMax);
106106 eventWiseConstituentSubtractor.setMaxEtaEvent (eventEtaMax);
107107 fastjet::GhostedAreaSpec ghostAreaSpec (ghostRapMax, ghostRepeat, ghostArea,
108- ghostGridScatter, ghostKtScatter, ghostMeanPt);
108+ ghostGridScatter, ghostKtScatter, ghostMeanPt);
109109 eventWiseConstituentSubtractor.setGhostAreaSpec (ghostAreaSpec);
110110
111111 if (applyTrackingEfficiency) {
0 commit comments