CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
Clusterizer1DCommons Namespace Reference

Classes

struct  ComparePairs
 

Functions

template<class T >
void add (const std::vector< const T * > &source, std::vector< const T * > &dest)
 
double square (const double a)
 

Function Documentation

template<class T >
void Clusterizer1DCommons::add ( const std::vector< const T * > &  source,
std::vector< const T * > &  dest 
)

Definition at line 26 of file Clusterizer1DCommons.h.

References i.

Referenced by CosmicHitPairGenerator::CosmicHitPairGenerator(), CosmicHitTripletGenerator::CosmicHitTripletGenerator(), evf::FastMonitoringService::Encoding::fillReserved(), TrackerMap::find_layer(), symbols::get_libraries(), python.rootplot.core::get_plot_inputs(), symbols::get_symbols(), L1GctHfBitCountsLut::getThresholdsGct(), PixelForwardLayer::groupedCompatibleDetsV(), PixelForwardLayerPhase1::groupedCompatibleDetsV(), TIBRing::groupedCompatibleDetsV(), MillePedeVariables::increaseHitsX(), MillePedeVariables::increaseHitsY(), MtvClusterizer1D< T >::operator()(), FsmwClusterizer1D< T >::operator()(), python.rootplot.core::plot_hists_mpl(), L1GctLut< NAddressBits, NDataBits >::printLine(), objects.VertexAnalyzer.VertexAnalyzer::process(), core.PileUpAnalyzer.PileUpAnalyzer::process(), TIBLayer::searchNeighbors(), CompositeTECWedge::searchNeighbors(), PixelForwardLayer::searchNeighbors(), TECLayer::searchNeighbors(), PixelForwardLayerPhase1::searchNeighbors(), TIDRing::searchNeighbors(), Phase2OTEndcapRing::searchNeighbors(), TBPLayer::searchNeighbors(), TOBRod::searchNeighbors(), PixelBlade::searchNeighbors(), Phase2OTBarrelRod::searchNeighbors(), Phase1PixelBlade::searchNeighbors(), TIBRing::searchNeighbors(), CompositeTECPetal::searchNeighbors(), MatrixReader.MatrixReader::showRaw(), conddb_migrate::tags_in_gts(), and evf::FastMonitoringService::Encoding::update().

28 {
29  for ( typename std::vector< const T * >::const_iterator i=source.begin();
30  i!=source.end() ; ++i )
31  {
32  dest.push_back ( *i );
33  };
34 }
int i
Definition: DBlmapReader.cc:9
static std::string const source
Definition: EdmProvDump.cc:43
double Clusterizer1DCommons::square ( const double  a)
inline