Skip to content

Commit 9f8a12b

Browse files
authored
remove build error
1 parent 738d263 commit 9f8a12b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

MC/config/PWGHF/external/generator/generator_pythia8_gaptriggered_nonhfe.C

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@
1313

1414
using namespace Pythia8;
1515

16-
class GeneratorPythia8GapTriggeredPionEta : public o2::eventgen::GeneratorPythia8
16+
class GeneratorPythia8GapTriggeredNonHF : public o2::eventgen::GeneratorPythia8
1717
{
1818
public:
1919
/// default constructor
20-
GeneratorPythia8GapTriggeredPionEta() = default;
21-
GeneratorPythia8GapTriggeredPionEta(int inputTriggerRatio = 5, std::vector<int> quarkPdgList = {}, std::vector<int> hadronPdgList = {})
20+
GeneratorPythia8GapTriggeredNonHF() = default;
21+
GeneratorPythia8GapTriggeredNonHF(int inputTriggerRatio = 5, std::vector<int> quarkPdgList = {}, std::vector<int> hadronPdgList = {})
2222
{
2323
mGeneratedEvents = 0;
2424
mInverseTriggerRatio = inputTriggerRatio;
@@ -35,7 +35,7 @@ class GeneratorPythia8GapTriggeredPionEta : public o2::eventgen::GeneratorPythia
3535
}
3636

3737
/// Destructor
38-
~GeneratorPythia8GapTriggeredPionEta() = default;
38+
~GeneratorPythia8GapTriggeredNonHF() = default;
3939
/// Print the input
4040
void Print()
4141
{

0 commit comments

Comments
 (0)