CMS 3D CMS Logo

CMSExoticaPhysics.cc
Go to the documentation of this file.
5 
7  bool ssPhys = p.getUntrackedParameter<bool>("ExoticaPhysicsSS", false);
8 
9  if (ssPhys) {
10  phys->RegisterPhysics(new CustomPhysicsListSS("custom", p, true));
11  } else {
12  phys->RegisterPhysics(new CustomPhysicsList("custom", p, true));
13  }
14 }
CMSExoticaPhysics(PhysicsList *phys, const edm::ParameterSet &p)
T getUntrackedParameter(std::string const &, T const &) const