Skip to content

Commit 707b8c6

Browse files
committed
Adding missing default values to compile on correlator test bench
1 parent ab1a7cc commit 707b8c6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

L1Trigger/Phase2L1ParticleFlow/interface/puppi/linpuppi_ref.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,12 @@ namespace l1ct {
112112
double priorPh_1,
113113
pt_t ptCut_0,
114114
pt_t ptCut_1,
115-
bool useMLAssociation,
116-
const double associationThreshold,
117-
std::string associationGraphPath,
118-
std::vector<double> associationNetworkZ0binning,
119-
std::vector<double> associationNetworkEtaBounds,
120-
std::vector<double> associationNetworkZ0ResBins,
115+
bool useMLAssociation = false,
116+
const double associationThreshold = 0.0,
117+
std::string associationGraphPath = "",
118+
std::vector<double> associationNetworkZ0binning = {},
119+
std::vector<double> associationNetworkEtaBounds = {},
120+
std::vector<double> associationNetworkZ0ResBins = {},
121121
unsigned int nFinalSort = 0,
122122
SortAlgo finalSortAlgo = SortAlgo::Insertion);
123123

0 commit comments

Comments
 (0)