LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
RegisterAddG4PhysicsShorthands.hh File Reference

Go to the source code of this file.

Functions

bool RegisterAddG4PhysicsShorthands (int verbose=0)
 

Function Documentation

bool RegisterAddG4PhysicsShorthands ( int  verbose = 0)

Definition at line 36 of file RegisterAddG4PhysicsShorthands.cc.

References PrintAvailablePhysicsLists().

36  {
37 
38  G4PhysListRegistry* plReg = G4PhysListRegistry::Instance();
39 
40  plReg->AddPhysicsExtension("PY8TAUDK","Py8TauDecayerPhysics");
41  plReg->AddPhysicsExtension("PY8CHARMDK","Py8CharmDecayerPhysics");
42 
43  if (verbose > 0) {
44  //G4cout << G4endl;
45  //G4cout << __FILE__ << "::" << __LINE__ << G4endl;
46  //G4cout << G4endl;
48  }
49 
50  return true;
51 }
void PrintAvailablePhysicsLists(G4int verbosity)