CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
FFTJetProducerSummary.cc
Go to the documentation of this file.
1 // $Id: FFTJetProducerSummary.cc,v 1.1 2010/11/22 23:29:11 igv Exp $
2 
3 #include <algorithm>
4 
6 
7 namespace reco {
9  const std::vector<double>& thresholds,
10  const std::vector<unsigned>& levelOccupancy,
11  const math::XYZTLorentzVector& unclustered,
12  const std::vector<CandidatePtr>& constituents,
13  double unused, double minScale, double maxScale,
14  double scaleUsed, unsigned preclustersFound,
15  unsigned iterationsPerformed, bool converged)
16  : levelOccupancy_(levelOccupancy),
17  unclustered_(unclustered),
18  unclusConstituents_(constituents),
19  unused_(unused),
20  minScale_(minScale),
21  maxScale_(maxScale),
22  scaleUsed_(scaleUsed),
23  preclustersFound_(preclustersFound),
24  iterationsPerformed_(iterationsPerformed),
25  converged_(converged)
26  {
27  thresholds_.resize(thresholds.size());
28  std::copy(thresholds.begin(), thresholds.end(), thresholds_.begin());
29  }
30 }
XYZTLorentzVectorD XYZTLorentzVector
Lorentz vector with cylindrical internal representation using pseudorapidity.
Definition: LorentzVector.h:30
std::vector< float > thresholds_