ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitCommon/Ctvmft/interface/ddimensions.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 _DCTVMFT_dimensions_hh_
2     #define _DCTVMFT_dimensions_hh_
3    
4     #define DCTVMFT_MAXVTX 1
5     #define DCTVMFT_MAXTRK 3
6     #define DCTVMFT_MAXMCN 1
7     #define DCTVMFT_MAXITR 10
8    
9     #endif