Project
Loading...
Searching...
No Matches
TestParameters.cxx File Reference
#include "TestParameters.h"
#include <array>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const TestParameters &params)
 
int manu2ds (int deId, int ch)
 
std::array< int, 64 > reverse (std::array< int, 64 > a)
 
int ds2manu (int deId, int ch)
 

Variables

std::array< int, 64 > refManu2ds_st345
 
std::array< int, 64 > refManu2ds_st12
 

Function Documentation

◆ ds2manu()

int ds2manu ( int  deId,
int  ch 
)

Definition at line 80 of file TestParameters.cxx.

◆ manu2ds()

int manu2ds ( int  deId,
int  ch 
)

Definition at line 63 of file TestParameters.cxx.

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const TestParameters params 
)

Definition at line 43 of file TestParameters.cxx.

◆ reverse()

std::array< int, 64 > reverse ( std::array< int, 64 >  a)

Definition at line 71 of file TestParameters.cxx.

Variable Documentation

◆ refManu2ds_st12

std::array<int, 64> refManu2ds_st12
Initial value:
= {
36, 35, 34, 33, 32, 37, 38, 43, 45, 47, 49, 50, 53, 41, 39, 40,
63, 62, 61, 60, 59, 58, 56, 57, 54, 55, 52, 51, 48, 46, 44, 42,
31, 30, 29, 28, 27, 26, 25, 24, 22, 23, 20, 18, 17, 15, 13, 11,
4, 3, 2, 1, 0, 5, 6, 10, 12, 14, 16, 19, 21, 8, 7, 9}

Definition at line 57 of file TestParameters.cxx.

◆ refManu2ds_st345

std::array<int, 64> refManu2ds_st345
Initial value:
= {
63, 62, 61, 60, 59, 57, 56, 53, 51, 50, 47, 45, 44, 41, 38, 35,
36, 33, 34, 37, 32, 39, 40, 42, 43, 46, 48, 49, 52, 54, 55, 58,
7, 8, 5, 2, 6, 1, 3, 0, 4, 9, 10, 15, 17, 18, 22, 25,
31, 30, 29, 28, 27, 26, 24, 23, 20, 21, 16, 19, 12, 14, 11, 13}

Definition at line 51 of file TestParameters.cxx.