Changeset 43 in svn for trunk/interface
- Timestamp:
- Nov 19, 2008, 2:06:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/SmearUtil.h
r33 r43 93 93 double CONERADIUS; 94 94 int JETALGO; 95 96 //General jet variable 97 double SEEDTHRESHOLD; 98 double OVERLAPTHRESHOLD; 99 95 100 // MidPoint algorithm definition 96 double M_SEEDTHRESHOLD;97 101 double M_CONEAREAFRACTION; 98 102 int M_MAXPAIRSIZE; 99 103 int M_MAXITERATIONS; 100 double M_OVERLAPTHRESHOLD;101 104 102 105 // Define Cone algorithm. 103 double C_SEEDTHRESHOLD;104 106 int C_ADJACENCYCUT; 105 107 int C_MAXITERATIONS; 106 108 int C_IRATCH; 107 double C_OVERLAPTHRESHOLD;108 109 109 110 /// Reads the data card for the initialisation of the parameters
Note:
See TracChangeset
for help on using the changeset viewer.