- Timestamp:
- Sep 15, 2008, 11:00:21 AM (16 years ago)
- Location:
- trunk/modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/MadGraphSISConeJetFinder.cc
r11 r14 43 43 fConeAreaFraction = GetDouble("ConeAreaFraction", 1.0); 44 44 fMaxIterations = GetInt("MaxIterations", 100); 45 fJetPTMin = GetDouble("JetPTMin", 20.0); 45 46 46 47 fJetAlgo = new Csiscone; … … 87 88 88 89 // construct jets from a list of stable particles 89 fJetAlgo->compute_jets(fParticlesList, fConeRadius, fConeAreaFraction, fMaxIterations );90 fJetAlgo->compute_jets(fParticlesList, fConeRadius, fConeAreaFraction, fMaxIterations, fJetPTMin); 90 91 91 92 // loop over all jets and export them -
trunk/modules/MadGraphSISConeJetFinder.h
r11 r14 37 37 double fConeAreaFraction; 38 38 int fMaxIterations; 39 double fJetPTMin; 39 40 40 41 TIterator *fItInputArray; //!
Note:
See TracChangeset
for help on using the changeset viewer.