Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects

Opal maps

Merged snuverink_j requested to merge OPAL-maps into master
2 files
+ 0
45
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -180,18 +180,6 @@ void ThickTracker::changeDT() {
}
//TODO verify Space Charge Maps
/**returns a SC map
*/
ThickTracker::map_t ThickTracker::getSpaceChargeMap(double& length){
series_t H;
// hamiltonian::spaceCharge(H, itsBunch_m);
return ExpMap(- H * length, 1 );
}
//TODO complete and test fringe fields
void ThickTracker::insertFringeField(SBend* pSBend, lstruct_t& mBL,
double& beta0, double& gamma0, double& P0, double& q, std::array<double,2>& paramFringe, std::string e){
@@ -272,19 +260,6 @@ void ThickTracker::execute() {
prepareSections();
bool consSC = itsBunch_m->hasFieldSolver();
std::string fieldSolver = itsBunch_m->getFieldSolverType();
setconsiderSC(consSC);
if ( fieldSolver == "SC" ){
setconsiderSC(true); //TODO which way to set true?
msg << "SpaceCharges considered" << endl;
} else {
msg << "SpaceCharges neglected" << endl;
}
msg << "Truncation order: " << this->truncOrder_m << endl;
Loading