CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Typedefs | Functions
TrajectorySeed.h File Reference
#include "DataFormats/TrajectorySeed/interface/PropagationDirection.h"
#include "DataFormats/Common/interface/OwnVector.h"
#include "DataFormats/TrackingRecHit/interface/TrackingRecHit.h"
#include "DataFormats/TrajectoryState/interface/PTrajectoryStateOnDet.h"
#include <utility>
#include <algorithm>

Go to the source code of this file.

Classes

class  TrajectorySeed
 

Typedefs

typedef TrajectorySeed BasicTrajectorySeed
 

Functions

void swap (TrajectorySeed &rh, TrajectorySeed &lh)
 

Typedef Documentation

Definition at line 90 of file TrajectorySeed.h.

Function Documentation

void swap ( TrajectorySeed rh,
TrajectorySeed lh 
)
inline

Definition at line 86 of file TrajectorySeed.h.

References mathSSE::lh.

86  {
87  rh.swap(lh);
88 }
void swap(PTrajectoryStateOnDet &ptsos, recHitContainer &rh, PropagationDirection &dir)