CMS 3D CMS Logo

Classes | Typedefs | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/TrajectorySeed/interface/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 86 of file TrajectorySeed.h.


Function Documentation

void swap ( TrajectorySeed rh,
TrajectorySeed lh 
) [inline]

Definition at line 82 of file TrajectorySeed.h.

References TrajectorySeed::swap().

                                                           { 
  rh.swap(lh);
}