/afs/in2p3.fr/throng/virgo/virgoDev/SoftFlorent/GWOLLUM/v2r2/src/Network/NetConst.h File Reference
Go to the source code of this file.
Functions |
int | GetType (const int aNetIndex) |
| Returns the network type for any given network index.
|
bool | IsStreamInNet (const int aStreamIndex, const int aNetIndex) |
| Tests whether a given stream index is inside a network.
|
Function Documentation
int GetType |
( |
const int |
aNetIndex |
) |
[inline] |
Returns the network type for any given network index.
- Parameters:
-
bool IsStreamInNet |
( |
const int |
aStreamIndex, |
|
|
const int |
aNetIndex | |
|
) |
| | [inline] |
Tests whether a given stream index is inside a network.
true is returned if yes.
- Parameters:
-
| aStreamIndex | stream index to test |
| aNetIndex | network index |