CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Namespaces | Typedefs | Functions | Variables
newBasic3DVector.h File Reference
#include "DataFormats/GeometryVector/interface/Basic2DVector.h"
#include "DataFormats/GeometryVector/interface/Theta.h"
#include "DataFormats/GeometryVector/interface/Phi.h"
#include "DataFormats/GeometryVector/interface/PreciseFloatType.h"
#include "DataFormats/GeometryVector/interface/CoordinateSets.h"
#include "DataFormats/Math/interface/SSEVec.h"
#include <iosfwd>
#include <cmath>
#include "Basic3DVectorLD.h"

Go to the source code of this file.

Classes

class  Basic3DVector< T >
 

Namespaces

 detailsBasic3DVector
 
 geometryDetails
 

Typedefs

typedef Basic3DVector< double > Basic3DVectorD
 
typedef Basic3DVector< float > Basic3DVectorF
 
typedef
Geom::Cylindrical2Cartesian< T
Cylindrical
 
typedef Spherical Polar
 
typedef T ScalarType
 
typedef
Geom::Spherical2Cartesian< T
Spherical
 

Functions

float detailsBasic3DVector::__attribute__ ((always_inline)) __attribute__((pure)) eta(float x
 
template<typename T >
class Basic3DVector __attribute__ ((aligned(16)))
 
T barePhi () const
 
T bareTheta () const
 
 Basic3DVector ()
 
 Basic3DVector (const Basic3DVector &p)
 Copy constructor from same type. Should not be needed but for gcc bug 12685. More...
 
template<class U >
 Basic3DVector (const Basic3DVector< U > &p)
 Copy constructor and implicit conversion from Basic3DVector of different precision. More...
 
 Basic3DVector (const Basic2DVector< T > &p)
 constructor from 2D vector (X and Y from 2D vector, z set to zero) More...
 
template<class OtherPoint >
 Basic3DVector (const OtherPoint &p)
 
template<class U >
 Basic3DVector (mathSSE::Vec4< U > const &iv)
 
 Basic3DVector (const T &x, const T &y, const T &z)
 construct from cartesian coordinates More...
 
template<typename U >
 Basic3DVector (const Geom::Theta< U > &theta, const Geom::Phi< U > &phi, const T &r)
 
Basic3DVector cross (const Basic3DVector &lh) const
 Vector product, or "cross" product, with a vector of same type. More...
 
template<class U >
Basic3DVector< typename
PreciseFloatType< T, U >::Type > 
cross (const Basic3DVector< U > &lh) const
 
T dot (const Basic3DVector &rh) const
 Scalar product, or "dot" product, with a vector of same type. More...
 
template<class U >
PreciseFloatType< T, U >::Type dot (const Basic3DVector< U > &lh) const
 
T eta () const
 
T mag () const
 The vector magnitude. Equivalent to sqrt(vec.mag2()) More...
 
T mag2 () const
 The vector magnitude squared. Equivalent to vec.dot(vec) More...
 
template<class T >
T operator* (const Basic3DVector< T > &v1, const Basic3DVector< T > &v2)
 scalar product of vectors of same precision More...
 
template<class T , class U >
PreciseFloatType< T, U >::Type operator* (const Basic3DVector< T > &v1, const Basic3DVector< U > &v2)
 scalar product of vectors of different precision More...
 
template<class T >
Basic3DVector< Toperator* (const Basic3DVector< T > &v, T t)
 
template<class T >
Basic3DVector< Toperator* (T t, const Basic3DVector< T > &v)
 Same as operator*( Vector, Scalar) More...
 
template<class T , typename S >
Basic3DVector< Toperator* (S t, const Basic3DVector< T > &v)
 
template<class T , typename S >
Basic3DVector< Toperator* (const Basic3DVector< T > &v, S t)
 
Basic3DVectoroperator*= (T t)
 Scaling by a scalar value (multiplication) More...
 
template<class T >
Basic3DVector< Toperator+ (const Basic3DVector< T > &a, const Basic3DVector< T > &b)
 vector sum and subtraction of vectors of possibly different precision More...
 
template<class T , class U >
Basic3DVector< typename
PreciseFloatType< T, U >::Type > 
operator+ (const Basic3DVector< T > &a, const Basic3DVector< U > &b)
 
template<class U >
Basic3DVectoroperator+= (const Basic3DVector< U > &p)
 
template<class T >
Basic3DVector< Toperator- (const Basic3DVector< T > &a, const Basic3DVector< T > &b)
 
template<class T , class U >
Basic3DVector< typename
PreciseFloatType< T, U >::Type > 
operator- (const Basic3DVector< T > &a, const Basic3DVector< U > &b)
 
Basic3DVector operator- () const
 Unary minus, returns a vector with components (-x(),-y(),-z()) More...
 
template<class U >
Basic3DVectoroperator-= (const Basic3DVector< U > &p)
 
template<class T , typename S >
Basic3DVector< Toperator/ (const Basic3DVector< T > &v, S s)
 
Basic3DVectoroperator/= (T t)
 Scaling by a scalar value (division) More...
 
template<class T >
std::ostream & operator<< (std::ostream &s, const Basic3DVector< T > &v)
 simple text output to standard streams More...
 
bool operator== (const Basic3DVector &rh) const
 
T perp () const
 Magnitude of transverse component. More...
 
T perp2 () const
 Squared magnitude of transverse component. More...
 
Geom::Phi< Tphi () const
 
std::ostream & geometryDetails::print3D (std::ostream &s, double x, double y, double z)
 
float float float z float detailsBasic3DVector::t (z/std::sqrt(x *x+y *y))
 
Geom::Theta< Ttheta () const
 
T transverse () const
 Another name for perp() More...
 
Basic3DVector unit () const
 
T x () const
 Cartesian x coordinate. More...
 
Basic2DVector< Txy () const
 
T y () const
 Cartesian y coordinate. More...
 
T z () const
 Cartesian z coordinate. More...
 

Variables

mathSSE::Vec4< Tv
 
float float detailsBasic3DVector::y
 
double double double detailsBasic3DVector::z { double t(z/std::sqrt(x*x+y*y))
 

Typedef Documentation

typedef Basic3DVector<double> Basic3DVectorD

Definition at line 304 of file newBasic3DVector.h.

typedef Basic3DVector<float> Basic3DVectorF

Definition at line 303 of file newBasic3DVector.h.

Definition at line 157 of file newBasic3DVector.h.

typedef Spherical Polar

Definition at line 159 of file newBasic3DVector.h.

typedef T ScalarType

Definition at line 156 of file newBasic3DVector.h.

Definition at line 158 of file newBasic3DVector.h.

Function Documentation

template<typename T >
class Basic3DVector __attribute__ ( (aligned(16))  )
T __attribute__::barePhi ( ) const

Azimuthal angle. The value is returned in radians, in the range (-pi,pi]. Same precision as the system atan2(x,y) function. The return type is Geom::Phi<T>, see it's documentation.

Definition at line 249 of file newBasic3DVector.h.

250 {
T __attribute__::bareTheta ( ) const

Polar angle. The value is returned in radians, in the range [0,pi] Same precision as the system atan2(x,y) function. The return type is Geom::Phi<T>, see it's documentation.

Definition at line 256 of file newBasic3DVector.h.

257 {
__attribute__::Basic3DVector ( )

default constructor uses default constructor of T to initialize the components. For built-in floating-point types this means initialization to zero??? (force init to 0)

Definition at line 165 of file newBasic3DVector.h.

167 {
__attribute__::Basic3DVector ( const Basic3DVector p)

Copy constructor from same type. Should not be needed but for gcc bug 12685.

Definition at line 168 of file newBasic3DVector.h.

173  {
template<class U >
__attribute__::Basic3DVector ( const Basic3DVector< U > &  p)

Copy constructor and implicit conversion from Basic3DVector of different precision.

Definition at line 173 of file newBasic3DVector.h.

References matplotRender::t, and Basic3DVector< T >::v.

173  {
174  t = T(1)/t;
long double T
__attribute__::Basic3DVector ( const Basic2DVector< T > &  p)

constructor from 2D vector (X and Y from 2D vector, z set to zero)

Definition at line 178 of file newBasic3DVector.h.

180  {
template<class OtherPoint >
__attribute__::Basic3DVector ( const OtherPoint &  p)
explicit

Explicit constructor from other (possibly unrelated) vector classes The only constraint on the argument type is that it has methods x(), y() and z(), and that these methods return a type convertible to T. Examples of use are
construction from a Basic3DVector with different precision
construction from a Hep3Vector
construction from a coordinate system converter

Definition at line 191 of file newBasic3DVector.h.

196  {
template<class U >
__attribute__::Basic3DVector ( mathSSE::Vec4< U > const &  iv)

Definition at line 197 of file newBasic3DVector.h.

__attribute__::Basic3DVector ( const T x,
const T y,
const T z 
)

construct from cartesian coordinates

Definition at line 200 of file newBasic3DVector.h.

template<typename U >
__attribute__::Basic3DVector ( const Geom::Theta< U > &  theta,
const Geom::Phi< U > &  phi,
const T r 
)

Deprecated construct from polar coordinates, use
Basic3DVector<T>( Basic3DVector<T>::Polar( theta, phi, r)) instead.

Definition at line 208 of file newBasic3DVector.h.

References Basic3DVector< T >::cross().

208  {
211  }
212 
Basic3DVector cross(const Basic3DVector &lh) const
Vector product, or &quot;cross&quot; product, with a vector of same type.
bool int lh
Definition: SSEVec.h:37
Basic3DVector __attribute__::cross ( const Basic3DVector lh) const

Vector product, or "cross" product, with a vector of same type.

Definition at line 325 of file newBasic3DVector.h.

template<class U >
Basic3DVector<typename PreciseFloatType<T,U>::Type> __attribute__::cross ( const Basic3DVector< U > &  lh) const

Vector (or cross) product with a vector of different precision. The product is computed without loss of precision. The type of the returned vector is the more precise of the types of the two vectors.

Definition at line 337 of file newBasic3DVector.h.

T __attribute__::dot ( const Basic3DVector rh) const

Scalar product, or "dot" product, with a vector of same type.

Definition at line 309 of file newBasic3DVector.h.

template<class U >
PreciseFloatType<T,U>::Type __attribute__::dot ( const Basic3DVector< U > &  lh) const

Scalar (or dot) product with a vector of different precision. The product is computed without loss of precision. The type of the returned scalar is the more precise of the scalar types of the two vectors.

Definition at line 319 of file newBasic3DVector.h.

T __attribute__::eta ( ) const

Pseudorapidity. Does not check for zero transverse component; in this case the behavior is as for divide-by zero, i.e. system-dependent.

Definition at line 264 of file newBasic3DVector.h.

References Basic3DVector< T >::dot().

264 {
T __attribute__::mag ( ) const

The vector magnitude. Equivalent to sqrt(vec.mag2())

Definition at line 234 of file newBasic3DVector.h.

237 {
T __attribute__::mag2 ( ) const

The vector magnitude squared. Equivalent to vec.dot(vec)

Definition at line 231 of file newBasic3DVector.h.

232 {
template<class T >
T operator* ( const Basic3DVector< T > &  v1,
const Basic3DVector< T > &  v2 
)
inline

scalar product of vectors of same precision

Definition at line 257 of file newBasic3DVector.h.

257  {
258  return v1.dot(v2);
259 }
T dot(const Basic3DVector &rh) const
Scalar product, or &quot;dot&quot; product, with a vector of same type.
template<class T , class U >
PreciseFloatType<T,U>::Type operator* ( const Basic3DVector< T > &  v1,
const Basic3DVector< U > &  v2 
)
inline

scalar product of vectors of different precision

Definition at line 263 of file newBasic3DVector.h.

264  {
265  return v1.dot(v2);
266 }
T dot(const Basic3DVector &rh) const
Scalar product, or &quot;dot&quot; product, with a vector of same type.
template<class T >
Basic3DVector<T> operator* ( const Basic3DVector< T > &  v,
T  t 
)
inline

Multiplication by scalar, does not change the precision of the vector. The return type is the same as the type of the vector argument.

Definition at line 272 of file newBasic3DVector.h.

References matplotRender::t, and Basic3DVector< T >::v.

272  {
273  return v.v*t;
274 }
mathSSE::Vec4< T > v
template<class T >
Basic3DVector<T> operator* ( T  t,
const Basic3DVector< T > &  v 
)
inline

Same as operator*( Vector, Scalar)

Definition at line 278 of file newBasic3DVector.h.

278  {
279  return v.v*t;
280 }
mathSSE::Vec4< T > v
template<class T , typename S >
Basic3DVector<T> operator* ( t,
const Basic3DVector< T > &  v 
)
inline

Definition at line 283 of file newBasic3DVector.h.

References matplotRender::t.

283  {
284  return static_cast<T>(t)*v;
285 }
long double T
template<class T , typename S >
Basic3DVector<T> operator* ( const Basic3DVector< T > &  v,
t 
)
inline

Definition at line 288 of file newBasic3DVector.h.

References matplotRender::t.

288  {
289  return static_cast<T>(t)*v;
290 }
long double T
Basic3DVector& __attribute__::operator*= ( T  t)

Scaling by a scalar value (multiplication)

Definition at line 296 of file newBasic3DVector.h.

297  {
298  T t = T(1)/s;
299  return v*t;
string s
Definition: asciidump.py:422
long double T
mathSSE::Vec4< T > v
template<class T >
Basic3DVector<T> operator+ ( const Basic3DVector< T > &  a,
const Basic3DVector< T > &  b 
)
inline

vector sum and subtraction of vectors of possibly different precision

Definition at line 232 of file newBasic3DVector.h.

References Basic3DVector< T >::v.

232  {
233  return a.v+b.v;
234 }
mathSSE::Vec4< T > v
template<class T , class U >
Basic3DVector<typename PreciseFloatType<T,U>::Type> operator+ ( const Basic3DVector< T > &  a,
const Basic3DVector< U > &  b 
)
inline

Definition at line 243 of file newBasic3DVector.h.

243  {
245  return RT(a).v+RT(b).v;
246 }
mathSSE::Vec4< T > v
template<class U >
Basic3DVector& __attribute__::operator+= ( const Basic3DVector< U > &  p)

Operator += with a Basic3DVector of possibly different precision.

Definition at line 279 of file newBasic3DVector.h.

283  {
template<class T >
Basic3DVector<T> operator- ( const Basic3DVector< T > &  a,
const Basic3DVector< T > &  b 
)
inline

Definition at line 237 of file newBasic3DVector.h.

237  {
238  return a.v-b.v;
239 }
mathSSE::Vec4< T > v
template<class T , class U >
Basic3DVector<typename PreciseFloatType<T,U>::Type> operator- ( const Basic3DVector< T > &  a,
const Basic3DVector< U > &  b 
)
inline

Definition at line 250 of file newBasic3DVector.h.

250  {
252  return RT(a).v-RT(b).v;
253 }
mathSSE::Vec4< T > v
Basic3DVector __attribute__::operator- ( ) const

Unary minus, returns a vector with components (-x(),-y(),-z())

Definition at line 293 of file newBasic3DVector.h.

297 {
template<class U >
Basic3DVector& __attribute__::operator-= ( const Basic3DVector< U > &  p)

Operator -= with a Basic3DVector of possibly different precision.

Definition at line 287 of file newBasic3DVector.h.

288  {
289  return static_cast<T>(t)*v;
290 }
long double T
mathSSE::Vec4< T > v
template<class T , typename S >
Basic3DVector<T> operator/ ( const Basic3DVector< T > &  v,
s 
)
inline

Division by scalar, does not change the precision of the vector. The return type is the same as the type of the vector argument.

Definition at line 297 of file newBasic3DVector.h.

References asciidump::s, and matplotRender::t.

297  {
298  T t = T(1)/s;
299  return v*t;
300 }
string s
Definition: asciidump.py:422
long double T
Basic3DVector& __attribute__::operator/= ( T  t)

Scaling by a scalar value (division)

Definition at line 302 of file newBasic3DVector.h.

template<class T >
std::ostream& operator<< ( std::ostream &  s,
const Basic3DVector< T > &  v 
)
inline

simple text output to standard streams

Definition at line 224 of file newBasic3DVector.h.

References geometryDetails::print3D(), asciidump::s, and v.

224  {
225  return geometryDetails::print3D(s, v.x(),v.y(), v.z());
226 }
T y() const
Cartesian y coordinate.
T x() const
Cartesian x coordinate.
T z() const
Cartesian z coordinate.
string s
Definition: asciidump.py:422
std::ostream & print3D(std::ostream &s, double x, double y, double z)
Definition: print.cc:5
bool __attribute__::operator== ( const Basic3DVector rh) const

Definition at line 226 of file newBasic3DVector.h.

232  {
T __attribute__::perp ( ) const

Magnitude of transverse component.

Definition at line 240 of file newBasic3DVector.h.

T __attribute__::perp2 ( ) const

Squared magnitude of transverse component.

Definition at line 237 of file newBasic3DVector.h.

References Basic3DVector< T >::v.

237 {
Geom::Phi<T> __attribute__::phi ( ) const

Definition at line 250 of file newBasic3DVector.h.

References Basic3DVector< T >::v.

250 {
Geom::Theta<T> __attribute__::theta ( ) const

Definition at line 257 of file newBasic3DVector.h.

References Basic3DVector< T >::dot().

257 {
T __attribute__::transverse ( ) const

Another name for perp()

Definition at line 243 of file newBasic3DVector.h.

References Basic3DVector< T >::v.

243 {
Basic3DVector __attribute__::unit ( ) const

Unit vector parallel to this. If mag() is zero, a zero vector is returned.

Definition at line 269 of file newBasic3DVector.h.

272  {
273  return v.v*t;
274 }
mathSSE::Vec4< T > v
T __attribute__::x ( ) const

Cartesian x coordinate.

Definition at line 215 of file newBasic3DVector.h.

218 {
Basic2DVector<T> __attribute__::xy ( ) const

Definition at line 223 of file newBasic3DVector.h.

T __attribute__::y ( ) const

Cartesian y coordinate.

Definition at line 218 of file newBasic3DVector.h.

References geometryDetails::print3D(), asciidump::s, x, detailsBasic3DVector::y, and detailsBasic3DVector::z.

218 {
T __attribute__::z ( ) const

Cartesian z coordinate.

Definition at line 221 of file newBasic3DVector.h.

Variable Documentation

Definition at line 343 of file newBasic3DVector.h.

Referenced by RPCLinkSynchroStat::add(), ConfigFile::add(), FastElectronSeedGenerator::addASeedToThisCluster(), PythonParameterSet::addParameters(), PFTrackTransformer::addPoints(), PFTrackTransformer::addPointsAndBrems(), PythonParameterSet::addVPSet(), DDMapper< KeyType, ValueType >::all(), cond::ValueExtractor< Pedestals >::allValues(), PrimaryVertexMonitor::analyze(), EwkMuLumiMonitorDQM::analyze(), TrackBuildingAnalyzer::analyze(), ValidationMisalignedTracker::analyze(), EwkDQM::analyze(), HLTJetMETDQMSource::analyze(), HiggsDQM::analyze(), FourVectorHLT::analyze(), JetMETAnalyzer::analyze(), CaloMETAnalyzer::analyze(), TestOutliers::analyze(), PFMETAnalyzer::analyze(), TrackParameterAnalyzer::analyze(), METAnalyzer::analyze(), PrimaryVertexAnalyzer::analyze(), FourVectorHLTOnline::analyze(), TrigResRateMon::analyze(), FourVectorHLTriggerOffline::analyze(), FourVectorHLTOffline::analyze(), TrackerDpgAnalysis::analyze(), PrimaryVertexAnalyzer4PU::analyze(), EcalSelectiveReadoutValidation::analyzeEB(), EcalSelectiveReadoutValidation::analyzeEE(), PrimaryVertexAnalyzer4PU::analyzeVertexCollection(), PrimaryVertexAnalyzer4PU::analyzeVertexCollectionTP(), mathSSE::as3D(), SensitiveDetector::AssignSD(), MagGeoBuilderFromDDD::barrelVolumes(), magfieldparam::TkBfield::Bcyl(), HLTMonSimpleBTag::beginJob(), FourVectorHLT::beginJob(), ImpactParameterCalibration::beginJob(), HLTJetMETDQMSource::beginRun(), JetMETHLTOfflineSource::beginRun(), BTagHLTOfflineSource::beginRun(), FourVectorHLTOnline::beginRun(), TrigResRateMon::beginRun(), FourVectorHLTriggerOffline::beginRun(), FourVectorHLTOffline::beginRun(), bitUpset(), cscdqm::Collection::book(), FWSecVertexProxyBuilder::build(), FWVertexWithTracksProxyBuilder::build(), MagGeoBuilderFromDDD::build(), PFClusterAlgo::buildPFClusters(), DAFTrackProducerAlgorithm::buildTrack(), MTFTrackProducerAlgorithm::buildTrack(), TrackProducerAlgorithm< reco::Track >::buildTrack(), TrackProducerAlgorithm< reco::GsfTrack >::buildTrack(), MuonTrackLoader::buildTrackExtra(), HBHEHitMap::calcEcalNeighborTowers_(), HBHEHitMap::calcEcalSameTowers_(), HBHEHitMap::calcHcalNeighborTowers_(), HBHEHitMap::calcHcalSameTowers_(), HLTEcalResonanceFilter::calcPaircluster(), HBHEHitMap::calcTracksNeighborTowers_(), HBHEHitMap::calcTracksSameTowers_(), PhysicsTools::LeastSquares::calculate(), FWInvMassDialog::Calculate(), FWCollectionSummaryTableManager::cellRenderer(), TangentCircle::charge(), CaloCellGeometry::checkParmPtr(), FourPointPlaneBounds::checkSide(), FWGeometryTableView::chosenItem(), DDValue::clear(), helper::CollectionStoreManager< OutputCollection, ClonePolicy >::cloneAndStore(), TkAccumulatingSensitiveDetector::closeHit(), G4SimEvent::collisionPoint(), converter::SuperClusterToCandidate::convert(), TwoBodyDecayVirtualMeasurement::convertGlobalPoint(), GenParticleProducer::convertParticle(), CSCSegAlgoST::correctTheCovX(), EcalClusterTools::covariances(), PLTSensitiveDetector::createHit(), TkAccumulatingSensitiveDetector::createHit(), FWPSetTableManager::createScalarString(), TGeoMgrFromDdd::createVolume(), TGeoFromDddService::createVolume(), dd_rot_bin_in(), dd_rot_bin_out(), DDExpandedViewDump(), DDSpecifics::DDSpecifics(), cscdqm::Detector::Detector(), MuonResidualsFitter::dofit(), EcalFenixStrip::EcalFenixStrip(), editNumericParameter(), MagGeoBuilderFromDDD::endcapVolumes(), EOFRecordBuilder::EOFRecordBuilder(), EnergyLossPlain::estimate(), VarSplitter::eval(), VariablePower::eval(), PhysicsTools::MVAComputer::evalInternal(), EventMsgBuilder::EventMsgBuilder(), VVIObjDetails::expint(), ExpressionVariable< Object, label >::ExpressionVariable(), MagGeometry::fieldInTesla(), XHistogram::fill(), reco::GsfTrack::fill(), HcalTB02Histo::fillAllTime(), ThePEGInterface::fillAuxiliary(), CSCSegAlgoHitPruning::fillChiSquared(), CSCSegAlgoST::fillChiSquared(), reco::fillCovariance(), FWECALDetailViewBuilder::fillData(), CSCSegmentValidation::fillEfficiencyPlots(), JetMETHLTOfflineSource::fillMEforEffAllTrigger(), BTagHLTOfflineSource::fillMEforEffAllTrigger(), JetMETHLTOfflineSource::fillMEforEffWrtMBTrigger(), BTagHLTOfflineSource::fillMEforEffWrtMBTrigger(), JetMETHLTOfflineSource::fillMEforEffWrtMuTrigger(), BTagHLTOfflineSource::fillMEforEffWrtMuTrigger(), JetMETHLTOfflineSource::fillMEforMonAllTrigger(), JetMETHLTOfflineSource::fillMEforMonAllTriggerwrtMuonTrigger(), JetMETHLTOfflineSource::fillMEforMonTriggerSummary(), BTagHLTOfflineSource::fillMEforMonTriggerSummary(), JetMETHLTOfflineSource::fillMEforTriggerNTfired(), BTagHLTOfflineSource::fillMEforTriggerNTfired(), SiPixelHistoricInfoDQMClient::fillPerformanceSummary(), SiPixelHistoricInfoEDAClient::fillPerformanceSummary(), HcalTB02Histo::fillTransProf(), Histograms::fillVzeroHistograms(), find(), ThirdHitPredictionFromInvParabola::findPointAtCurve(), cond::BlobStreamingService::findVariant(), DivisiveVertexFinder::findVertexes(), DivisiveVertexFinder::findVertexesAlt(), MagGeometry::findVolume1(), fitf(), CSCSegAlgoHitPruning::fitSlopes(), CSCSegAlgoST::fitSlopes(), CSCSegAlgoSK::fitSlopes(), CSCSegAlgoTC::fitSlopes(), lhef::JetInput::fromHardProcess(), lhef::JetInput::fromResonance(), lhef::JetInput::fromSignalVertex(), GraphPath< N, E >::fromTo(), GammaFunctionGenerator::gammaFrac(), GaussianTailNoiseGenerator::generate_gaussian_tail(), edm::SingleConsumerQ::getConsumerBuffer(), edm::EventBuffer::getConsumerBuffer(), LMFDat::getData(), CandMatcher< C1, C2 >::getDaughters(), DDG4Builder::getDouble(), sim::Field::GetFieldValue(), fwlite::BranchMapReader::getFileVersion(), LowPtClusterShapeSeedComparitor::getGlobalDirs(), ClusterShapeTrackFilter::getGlobalDirs(), HFShower::getHits(), TShapeAnalysis::getInitVals(), CrossingPtBasedLinearizationPointFinder::getLinearizationPoint(), HFCherenkov::getMom(), NuclearTrackCorrector::getNewTrackExtra(), LMFCorrCoefDatComponent::getParameterErrors(), LMFCorrCoefDatComponent::getParameters(), PythonParameterSet::getParameters(), edm::pdtentry::getPdtEntryVector(), edm::SingleConsumerQ::getProducerBuffer(), edm::EventBuffer::getProducerBuffer(), edm::helper::MatcherGetRef< View< T > >::getRef(), stor::MonitoredQuantity::Stats::getSampleLatency(), PrimaryVertexAnalyzer4PU::getSimEvents(), PrimaryVertexAnalyzer::getSimPVs(), PrimaryVertexAnalyzer4PU::getSimPVs(), PrimaryVertexAnalyzer4PU::getSimTrkParameters(), edm::TRandomAdaptor::getState(), RunSummary::getSubdtIn(), LMFLmrSubIOV::getTimes(), DTTMax::getTMax(), TShapeAnalysis::getVals(), PythonParameterSet::getVPSet(), HFCherenkov::getWL(), HFCherenkov::getWLAtten(), HFCherenkov::getWLHEM(), HFCherenkov::getWLIni(), HFCherenkov::getWLQEff(), HFCherenkov::getWLTrap(), FWViewCombo::HandleButton(), TrackInformation::hasHits(), TrigResRateMon::hasL1Passed(), FourVectorHLTOffline::hasL1Passed(), ConversionFastHelix::helixStateAtVertex(), FastHelix::helixStateAtVertex(), histoFill(), reco::TrackExtra::innerStateCovariance(), BinningPointByMap::insert(), edm::OneToValue< BasicClusterCollection, float, unsigned short >::insert(), edm::JobHeaderInserter::insert(), edm::detail::ThreadSafeRegistry< KEY, T, E >::insertMapped(), LinearGridInterpolator3D::interpolate(), EcalTB07DaqFormatter::interpretRawData(), EcalTBDaqFormatter::interpretRawData(), OAE85lParametrizedMagneticField::inTeslaUnchecked(), TrackerDpgAnalysis::inVertex(), ThirdHitPrediction::isCompatibleWithMultipleScattering(), TrackInformation::isGeneratedSecondary(), PerformancePayloadFromTFormula::isOk(), TrackInformation::isPrimary(), edm::iterateTrieLeaves(), reco::TrackProbabilityTagInfo::jetProbability(), G4SimEvent::load(), PhysicsTools::LeastSquares::load(), FWGeometryTableManager::loadGeometry(), EcalClusterTools::localCovariances(), edm::LoggedErrorsOnlySummary(), edm::LoggedErrorsSummary(), EnergyLossPlain::logTruncate(), EcalElectronicsMapper::makeMapFromVectors(), GlobalMuonTrackMatcher::match_Chi2(), GlobalMuonTrackMatcher::match_dist(), PerformancePayloadFromTable::matches(), EcalClusterTools::matrixDetId(), LocalTrajectoryParameters::mixedFormatVector(), LocalTrajectoryParameters::mixedFormatVector_old(), RKCurvilinearDistance< T, N >::momentum(), Generator::nonBeamEvent2G4(), edm::service::MessageServicePSetValidation::noNonPSetUsage(), DDMapper< KeyType, ValueType >::noSpecifics(), LmsModeFinder3d::operator()(), HsmModeFinder3d::operator()(), lhef::JetInput::operator()(), PropagationDirectionChooser::operator()(), MtvClusterizer1D< T >::operator()(), ESShape::operator()(), FsmwClusterizer1D< T >::operator()(), OutermostClusterizer1D< T >::operator()(), ThirdHitRZPrediction< Propagator >::operator()(), Fit::operator()(), ato< std::vector< T > >::operator()(), operator<<(), edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double > >::operator[](), EnergyLossPlain::optimal(), reco::TrackExtra::outerStateCovariance(), TrackAssociatorByChi2::parametersAtClosestApproach(), GraphPath< N, E >::paths2(), SymmetryFit::pol2_from_pol2(), SymmetryFit::pol2_from_pol3(), fireworks::prepareTrack(), SiPixelPerformanceSummary::print(), TiXmlAttribute::Print(), PrimaryVertexAnalyzer4PU::printEventSummary(), PrimaryVertexAnalyzer4PU::printPVTrks(), PrimaryVertexAnalyzer::printRecVtxs(), PrimaryVertexAnalyzer4PU::printRecVtxs(), EcalFenixTcpFormat::process(), DDLVector::processElement(), CandOneToManyDeltaRMatcher::produce(), OscarProducer::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), InclusiveVertexFinder::produce(), TrackCandidateProducer::produce(), PixelVertexProducer::produce(), PileUpSimulator::produce(), PrimaryVertexProducer::produce(), NTuplingDevice::produce(), edm::service::ThreadQueue::produce(), SecondaryVertexProducer::produce(), reco::modules::CosmicTrackSplitter::produce(), cms::HITrackVertexMaker::produceTracks(), CSCSegAlgoShowering::pruneFromResidual(), CSCSegAlgoDF::pruneFromResidual(), CSCTFPtMethods::Pt2Stn2010(), CSCTFPtMethods::Pt2Stn2011(), CSCTFPtMethods::Pt3Stn2010(), CSCTFPtMethods::Pt3Stn2011(), edm::TRandomAdaptor::put(), KfTrackProducerBase::putInEvt(), GsfTrackProducerBase::putInEvt(), TrackProducerWithSCAssociation::putInEvt(), TrackAssociatorByPosition::quality(), HICTrajectoryBuilder::qualityFilter(), ThirdHitPredictionFromInvParabola::rangeRPhiSlow(), cond::BlobStreamingService::read(), L1TriggerScalerRead::readData(), HepMCFileReader::ReadStats(), TrackClassifier::reconstructionInformation(), CosmicRegionalSeedGenerator::regions(), edm::SingleConsumerQ::releaseProducerBuffer(), edm::EventBuffer::releaseProducerBuffer(), RawParticle::rotate(), RawParticle::rotateX(), RawParticle::rotateY(), RawParticle::rotateZ(), EcalRecHitWorkerRecover::run(), edm::service::MainThreadMLscribe::runCommand(), TagProbeFitter::saveDistributionsPlot(), TagProbeFitter::saveFitPlot(), EcalClusterTools::scLocalCovariances(), ElectronSeedGenerator::seedsFromRecHits(), FWViewContextMenuHandlerGL::select(), RPCMonitorLinkSynchro::select(), VariableEventSelector::select(), ObjectPairCollectionSelector< InputCollection, Selector, StoreContainer, RefAdder >::select(), SortCollectionSelector< InputCollection, Comparator, OutputCollection, StoreContainer, RefAdder >::select(), FWGeometryTableView::selectView(), edm::StreamerOutputModuleBase::serializeRegistry(), CandCommonVertexFitterBase::set(), PFCandCommonVertexFitterBase::set(), L1MuGMTMatrix< T >::set(), OutputFile::set_current_offset(), OutputFile::set_do_adler(), HcalTB02HistoClass::set_E5x5(), HcalTB02HistoClass::set_E5x5N(), HcalTB02HistoClass::set_E7x7(), HcalTB02HistoClass::set_E7x7N(), HcalTB02HistoClass::set_Eentry(), HcalTB02HistoClass::set_Einit(), HcalTB02HistoClass::set_eta(), HcalTB02HistoClass::set_ETot(), HcalTB02HistoClass::set_ETotN(), OutputFile::set_events(), OutputFile::set_first_event_offset(), OutputFile::set_last_event_offset(), HcalTB02HistoClass::set_Nprim(), HcalTB02HistoClass::set_Ntimesli(), HcalTB02HistoClass::set_NUnit(), HcalTB02HistoClass::set_partType(), HcalTB02HistoClass::set_phi(), OutputFile::set_run(), SiPixelCPEGenericErrorParm::set_version(), HcalTB02HistoClass::set_xE3x3(), HcalTB02HistoClass::set_xE3x3N(), HcalTB02HistoClass::set_xE5x5(), HcalTB02HistoClass::set_xE5x5N(), HcalTB02HistoClass::set_xEentry(), HcalTB02HistoClass::set_xETot(), HcalTB02HistoClass::set_xETotN(), HcalTB02HistoClass::set_xNUnit(), reco::BeamSpot::setBeamWidthX(), reco::BeamSpot::setBeamWidthY(), edm::IndexIntoFile::RunOrLumiIndexes::setBeginEventNumbers(), reco::BeamSpot::setbetaStar(), DCULVRVoltagesDat::setBuffer(), CachingVariable::setCache(), PlotCompareUtility::SetChi2Threshold(), LMFDat::setData(), PlotCompareUtility::SetDataPath(), reco::BeamSpot::setEmittanceX(), reco::BeamSpot::setEmittanceY(), edm::IndexIntoFile::RunOrLumiIndexes::setEndEventNumbers(), TotemTestHistoClass::setEVT(), DCULVRVoltagesDat::setFenix(), DCULVRVoltagesDat::setGOH(), HcalTBEventPosition::setHFtableCoords(), DCULVRVoltagesDat::setINH(), PlotCompareUtility::SetKSThreshold(), DCULVRVoltagesDat::setOCM(), edm::IndexIntoFile::RunOrLumiEntry::setOrderPHIDRun(), PlotCompareUtility::SetPageTitle(), TopologyWorker::setPartList(), objMonData< T >::setPath(), objMon< T >::setPath(), edm::IndexIntoFile::RunOrLumiEntry::setProcessHistoryIDIndex(), PlotCompareUtility::SetStyle(), edm::IllegalParameters::setThrowAnException(), RecoTracktoTP::SetTrackingParticlePCA(), TPtoRecoTrack::SetTrackingParticlePCA(), DCULVRVoltagesDat::setV43_A(), DCULVRVoltagesDat::setV43_D(), AlignmentParameters::setValid(), DCULVRVoltagesDat::setVCC(), LMFPrimVers::setVersion(), SimTrack::setVertexIndex(), DCULVRVoltagesDat::setVFE1_2_3_D(), DCULVRVoltagesDat::setVFE1_A(), DCULVRVoltagesDat::setVFE2_A(), DCULVRVoltagesDat::setVFE3_A(), DCULVRVoltagesDat::setVFE4_5_D(), DCULVRVoltagesDat::setVFE4_A(), DCULVRVoltagesDat::setVFE5_A(), GaussianTail::shoot(), EventMsgBuilder::size(), InitMsgBuilder::size(), DQMEventMsgBuilder::size(), edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double >::sort(), DDCoreToDDXMLOutput::specpar(), DDStreamer::specs_write(), XHistogram::splitSegment(), SplittingConfigurableHisto::SplittingConfigurableHisto(), TrackInformation::storeTrack(), ConversionFastHelix::straightLineStateAtVertex(), FastHelix::straightLineStateAtVertex(), DDI::Specific::stream(), FWViewManagerManager::supportedTypesAndRepresentations(), CkfDebugger::testSeed(), EventShape::thrust(), DDMapper< KeyType, ValueType >::toDouble(), TiXmlBase::ToLower(), DDMapper< KeyType, ValueType >::toString(), reco::TransientTrackFromFTS::track(), edm::OneToOneGeneric< CKey, CVal, index >::transientMap(), edm::OneToMany< JetC, reco::TrackCollection >::transientMap(), edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double >::transientMap(), edm::OneToMany< JetC, reco::TrackCollection >::transientValVector(), edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double >::transientValVector(), global_angular_0::translation(), TangentApproachInRPhi::transverseCoord(), ClosestApproachInRPhi::transverseCoord(), EnergyLossPlain::truncate(), GraphPath< N, E >::update(), TkAccumulatingSensitiveDetector::updateHit(), CSCSegAlgoShowering::updateParameters(), CSCSegAlgoDF::updateParameters(), CrossingPtBasedLinearizationPointFinder::useAllTracks(), CrossingPtBasedLinearizationPointFinder::useFullMatrix(), edm::OneToValue< BasicClusterCollection, float, unsigned short >::val(), edm::OneToMany< JetC, reco::TrackCollection >::val(), edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double >::val(), L1MuonPixelTrackFitter::valInversePt(), cond::ValueExtractor< Pedestals >::ValueExtractor(), VariableHelper::variable(), LocalTrajectoryParameters::vector(), LocalTrajectoryParameters::vector_old(), CosmicParametersDefinerForTP::vertex(), ParametersDefinerForTP::vertex(), PrimaryVertexProducerAlgorithm::vertices(), AdaptiveVertexReconstructor::vertices(), DAClusterizerInZ::vertices(), edm::walkTrie(), cond::BlobStreamingService::write(), DCULVRVoltagesDat::writeArrayDB(), and writeProfileData().