Fork me on GitHub

Ignore:
Timestamp:
Nov 17, 2008, 11:07:45 PM (16 years ago)
Author:
Xavier Rouby
Message:

first attemp towers CMS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Utilities/Fastjet/plugins/CDFCones/interface/MidPointAlgorithm.hh

    r11 r35  
    1515  double _coneRadius;
    1616  double _coneAreaFraction;
    17   int    _maxPairSize;
     17  unsigned int    _maxPairSize;
    1818  int    _maxIterations;
    1919  double _overlapThreshold;
     
    4444                   std::vector<Cluster>& stableCones, bool reduceConeSize);
    4545  void addClustersToPairs(std::vector<int>& testPair, std::vector< std::vector<int> >& pairs,
    46                           std::vector< std::vector<bool> >& distanceOK, int maxClustersInPair);
     46                          std::vector< std::vector<bool> >& distanceOK, unsigned int maxClustersInPair);
    4747  void splitAndMerge(std::vector<Cluster>& stableCones, std::vector<Cluster>& jets);
    4848  void run(std::vector<PhysicsTower>& particles, std::vector<Cluster>& jets);
Note: See TracChangeset for help on using the changeset viewer.