CMS 3D CMS Logo

Classes | Typedefs | Functions

/data/refman/pasoursint/CMSSW_5_3_10_patch2/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>
#include "FWCore/Utilities/interface/GCC11Compatibility.h"

Go to the source code of this file.

Classes

class  TrajectorySeed

Typedefs

typedef TrajectorySeed BasicTrajectorySeed

Functions

void swap (TrajectorySeed &rh, TrajectorySeed &lh) noexcept

Typedef Documentation

Definition at line 95 of file TrajectorySeed.h.


Function Documentation

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

Definition at line 91 of file TrajectorySeed.h.

                                                                    { 
  rh.swap(lh);
}