Skip to content

Commit

Permalink
Update other values in LCTupleConf.h
Browse files Browse the repository at this point in the history
  • Loading branch information
gianelle committed Oct 28, 2022
1 parent b635c35 commit cb62ea3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/LCTupleConf.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ struct CollID : public lcrtrel::LCIntExtension<CollID> {} ;

#define LCT_COLLENTRIES_MAX 1000000
#define LCT_MCPARTICLE_MAX 1000000
#define LCT_RECOPARTICLE_MAX 100000
#define LCT_RECOPARTICLE_MAX 500000
#define LCT_TRACK_MAX 300000
#define LCT_TRACKSTATE_MAX 1000000
#define LCT_CLUSTER_MAX 200000
#define LCT_CLUSTER_MAX 500000
#define LCT_RELATION_MAX 1000000
#define LCT_SIMTRACKERHIT_MAX 1000000
#define LCT_SIMTRACKERHIT_MAX 2000000
#define LCT_TRACKERHIT_MAX 3000000
#define LCT_TRACKERRAWHIT_MAX 5000000
#define LCT_SIMCALORIMETERHIT_MAX 1000000
Expand Down

0 comments on commit cb62ea3

Please sign in to comment.