#include <TMBL2CPS.hpp>
Inheritance diagram for TMBL2CPS:

Definition at line 19 of file TMBL2CPS.hpp.
Public Member Functions | |
| TMBL2CPS () | |
| TMBL2CPS (const TMBL2CPS &) | |
| ~TMBL2CPS () | |
Setters | |
| void | LooseMatch (int x) |
| void | TightMatch (int x) |
| void | MultTrackTag (int x) |
| void | IsoTrk (int x) |
| void | AdjacentCTTMatch (int x) |
| void | Sign (int x) |
Accessors | |
| int | LooseMatch () const |
| int | TightMatch () const |
| int | MultTrackTag () const |
| int | IsoTrk () const |
| int | AdjacentCTTMatch () const |
| int | Sign () const |
| int | Charge () const |
Private Attributes | |
| int | loosematch |
| int | tightmatch |
| int | multtracktag |
| int | isotrk |
| int | adjacentcttmatch |
| int | sign |
|
|
|
|
|
Definition at line 14 of file TMBL2CPS.cpp. References adjacentcttmatch, isotrk, loosematch, multtracktag, sign, and tightmatch. |
|
|
Definition at line 24 of file TMBL2CPS.hpp. |
|
|
Definition at line 42 of file TMBL2CPS.hpp. References adjacentcttmatch. |
|
|
Definition at line 32 of file TMBL2CPS.hpp. References adjacentcttmatch. |
|
|
Definition at line 44 of file TMBL2CPS.hpp. References sign. |
|
|
Definition at line 41 of file TMBL2CPS.hpp. References isotrk. |
|
|
Definition at line 31 of file TMBL2CPS.hpp. References isotrk. |
|
|
Definition at line 38 of file TMBL2CPS.hpp. References loosematch. |
|
|
Definition at line 28 of file TMBL2CPS.hpp. References loosematch. |
|
|
Definition at line 40 of file TMBL2CPS.hpp. References multtracktag. |
|
|
Definition at line 30 of file TMBL2CPS.hpp. References multtracktag. |
|
|
Definition at line 43 of file TMBL2CPS.hpp. References sign. |
|
|
Definition at line 33 of file TMBL2CPS.hpp. References sign. |
|
|
Definition at line 39 of file TMBL2CPS.hpp. References tightmatch. |
|
|
Definition at line 29 of file TMBL2CPS.hpp. References tightmatch. |
|
|
Definition at line 52 of file TMBL2CPS.hpp. Referenced by AdjacentCTTMatch(), and TMBL2CPS(). |
|
|
Definition at line 51 of file TMBL2CPS.hpp. Referenced by IsoTrk(), and TMBL2CPS(). |
|
|
Definition at line 48 of file TMBL2CPS.hpp. Referenced by LooseMatch(), and TMBL2CPS(). |
|
|
Definition at line 50 of file TMBL2CPS.hpp. Referenced by MultTrackTag(), and TMBL2CPS(). |
|
|
Definition at line 53 of file TMBL2CPS.hpp. Referenced by Charge(), Sign(), and TMBL2CPS(). |
|
|
Definition at line 49 of file TMBL2CPS.hpp. Referenced by TightMatch(), and TMBL2CPS(). |
1.3.4