ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitCommon/Ctvmft/interface/dimensions.hh
Revision: 1.1
Committed: Wed Sep 17 04:01:48 2008 UTC (16 years, 7 months ago) by loizides
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_005, Mit_004
Log Message:
Moved MitVertex contents to MitCommon. MitVertex therefore is obsolute and should not be touched anymore.

File Contents

# User Rev Content
1 loizides 1.1 #ifndef _CTVMFT_dimensions_hh_
2     #define _CTVMFT_dimensions_hh_
3    
4     #define CTVMFT_MAXVTX 6
5     #define CTVMFT_MAXTRK 50
6     #define CTVMFT_MAXMCN 4
7     #define CTVMFT_MAXITR 10
8    
9     #endif