36 :theProcessStore(theStore)
40 heptstDirectory->SetGuidance(
"Controls for the hadronic energy/momentum test");
44 reportLvlCmd->SetGuidance(
"Set level of detail reported upon E/p non-conservation");
45 reportLvlCmd->SetGuidance(
" 0 - (default) no reporting ");
46 reportLvlCmd->SetGuidance(
" 1 - report only when E/p not conserved ");
47 reportLvlCmd->SetGuidance(
" 2 - report regardless of E/p conservation ");
48 reportLvlCmd->SetGuidance(
" 3 - report only when E/p not conserved, with names, limits ");
49 reportLvlCmd->SetGuidance(
" 4 - report regardless of E/p conservation, with names, limits ");
50 reportLvlCmd->SetParameterName(
"ReportLevel",
true);
51 reportLvlCmd->SetDefaultValue(0);
52 reportLvlCmd->SetRange(
"ReportLevel >= 0 && ReportLevel < 5");
56 procRelLvlCmd->SetGuidance(
"Set relative level of allowed energy non-conservation");
57 procRelLvlCmd->SetParameterName(
"ProcessRelLevel",
true);
58 procRelLvlCmd->SetDefaultValue(-1.0);
62 procAbsLvlCmd->SetGuidance(
"Set absolute energy level (with unit) of allowed energy non-conservation");
63 procAbsLvlCmd->SetParameterName(
"ProcessAbsLevel",
true);
64 procAbsLvlCmd->SetDefaultValue(-1.0);
65 procAbsLvlCmd->SetUnitCategory(
"Energy");
80 if ( command == reportLvlCmd ) {
81 theProcessStore->SetEpReportLevel( reportLvlCmd->GetNewIntValue( newValue ) );
82 }
else if ( command == procRelLvlCmd ) {
83 theProcessStore->SetProcessRelLevel( procRelLvlCmd->GetNewDoubleValue( newValue ) );
84 }
else if ( command == procAbsLvlCmd ) {
85 theProcessStore->SetProcessAbsLevel( procAbsLvlCmd->GetNewDoubleValue( newValue ) );