ShiftingMaserBoundarySelfTest.cpp File Reference

Classes

class  ShiftingMaserBoundarySelfTest
 

Functions

int main (int argc UNUSED, char *argv[] UNUSED)
 

Function Documentation

◆ main()

int main ( int argc  UNUSED,
char *argv[]  UNUSED 
)
124 {
125  ShiftingMaserBoundarySelfTest maserSelfTest;
126  maserSelfTest.solve();
127 }
void solve()
The work horse of the code.
Definition: DPMBase.cc:4270
Definition: ShiftingMaserBoundarySelfTest.cpp:36

References DPMBase::solve().