CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
TrackSorting.cc
Go to the documentation of this file.
1 #include <string>
2 
4 
6 
8 
9 using namespace reco;
10 
12 {
13  if (name == "sip3dSig")
15  if (name == "prob3d")
17  if (name == "sip2dSig")
19  if (name == "prob2d")
21  if (name == "sip2dVal")
23 
24  throw cms::Exception("InvalidArgument")
25  << "Identifier \"" << name << "\" does not represent a valid "
26  << "track sorting criterium." << std::endl;
27 }
reco::TrackIPTagInfo::SortCriteria getCriterium(const std::string &name)
Definition: TrackSorting.cc:11