Skip to content

Commit cb62ea3

Browse files
committed
Update other values in LCTupleConf.h
1 parent b635c35 commit cb62ea3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

include/LCTupleConf.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ struct CollID : public lcrtrel::LCIntExtension<CollID> {} ;
2424

2525
#define LCT_COLLENTRIES_MAX 1000000
2626
#define LCT_MCPARTICLE_MAX 1000000
27-
#define LCT_RECOPARTICLE_MAX 100000
27+
#define LCT_RECOPARTICLE_MAX 500000
2828
#define LCT_TRACK_MAX 300000
2929
#define LCT_TRACKSTATE_MAX 1000000
30-
#define LCT_CLUSTER_MAX 200000
30+
#define LCT_CLUSTER_MAX 500000
3131
#define LCT_RELATION_MAX 1000000
32-
#define LCT_SIMTRACKERHIT_MAX 1000000
32+
#define LCT_SIMTRACKERHIT_MAX 2000000
3333
#define LCT_TRACKERHIT_MAX 3000000
3434
#define LCT_TRACKERRAWHIT_MAX 5000000
3535
#define LCT_SIMCALORIMETERHIT_MAX 1000000

0 commit comments

Comments
 (0)