CMS 3D CMS Logo

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