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 
)
102 {
103  ShiftingMaserBoundarySelfTest maserSelfTest;
104  maserSelfTest.solve();
105 }
void solve()
The work horse of the code.
Definition: DPMBase.cc:4334
Definition: ShiftingMaserBoundarySelfTest.cpp:14

References DPMBase::solve().