1 #ifndef __JTRIGGERTESTKIT__
2 #define __JTRIGGERTESTKIT__
31 p->
DMax_m = getRandom<double>( 0.0, 999.0, 1.0);
32 p->
roadWidth_m = getRandom<double>(50.0, 250.0, 1.0);
49 p->
DMax_m = getRandom<double>( 0.0, 999.0, 1.0);
65 p->
DMax_m = getRandom<double>( 0.0, 999.0, 1.0);
82 for (
int i = getRandom<int>(1, 10); i != 0; --i) {
84 getRandom<int>(-1, 30)));
97 p->
L2Min = getRandom<int>(2, 3);
98 p->
ctMin = getRandom<double>( -1.0, +1.0, 0.1);
104 p->
trigger3DMuon = getRandom<JTrigger3DMuon_t ::JParameters>();
107 p->
triggerNB = getRandom<JTriggerNB_t ::JParameters>();
110 p->
writeL0 = getRandom<long long int>(0, 100);
111 p->
writeL1 = getRandom<long long int>(0, 100);
112 p->
writeL2 = getRandom<long long int>(0, 100);
113 p->
writeSN = getRandom<long long int>(0, 100);